.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:247,255,247;--color-primary-1:230,255,230;--color-primary-2:204,255,204;--color-primary-3:102,128,102;--color-primary-4:31,38,31;--color-secondary-0:214,247,239;--color-secondary-1:133,230,208;--color-secondary-2:51,213,177;--color-secondary-3:0,202,157;--color-secondary-4:3,41,38;--color-tertiary-0:255,255,255;--color-tertiary-1:133,230,208;--color-tertiary-2:51,213,177;--color-tertiary-3:0,202,157;--color-tertiary-4:3,41,38;--headlines-font-family:"Inter Tight";--paragraphs-font-family:"Inter Tight"; }body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e509d37-a66b-4a16-8b06-21b28238980f/21.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:37.9375rem;width:37.9375rem;top:3.3125rem;left:45.96875rem;display:block; }#hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6.adaptive-delivery-prevent-bg, #hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6.lazyload, #hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6.lazyloading { background-image: none; }
#hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.63); }#mBcyUgHCP6CAKJTAIgkvxuDc3CrM4giE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:60rem;top:1.6875rem;left:35.853299805476rem;overflow:hidden;display:block; }
#qfBEOC3EC2xSmEgQ5z30HWOEfbS7GRFr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#DqKQbp0fpfplpHTkA0g70pUy5l0R8HtJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.1875rem;left:0rem;display:block; }
#JwTvCTSSedxc75ZXsIDhlwqJELJQmxfu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XE0k4WODyfKREUAmmfqVpWEV4JXhe1SF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:6.375rem;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; }
#CeNHTmQiSmziN8QeuLs4vasyoin3fDRP { color:#e9e6e3;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:26.5625rem;left:0rem;height:6rem;display:block; }
#Pu82WMXwXs409ww8TiIVT5BNDaGBNLzR { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:15.375rem;left:42.03125rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#Sm7rfkwwdwungXSrlkCDRFFtBSqIMZA0 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.1875rem;left:65.25rem;display:block; }
#VJo8FnJi3RVmCaaMxxv4pCHHNMXu54AI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3HbhKPh8Pmp0t28BW40rCnrm6zbe6SW { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"crimson pro";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5rem;left:0.625rem;height:2.03125rem;font-style:italic;display:block; }
#uwZ5336dykTALiqdElxKgucNT7CPZKEy { color:#e9e6e3;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:16.625rem;left:0rem;height:5.075rem;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; }
#fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.375rem;left:72.875rem; }
#fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#PD0PlraWH2kE9H1t31Tl4S158ivQ0I2N { position:absolute;display:block;z-index:15013;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: none;height:4.375rem;width:0.0625rem;top:32.5rem;left:73.9375rem;display:block; }
#VEyhCsoQaBKRMNuQ1oewGah2FHKtQ273 { 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: none;height:37.9375rem;width:37.9375rem;top:2.34375rem;left:37.0625rem;overflow:hidden;display:block; }
#z2iClRpW4oN8TyQAiBVZ5qiccbKgUCcq { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:24.25rem;left:0rem;display:block; }
#l90CkXAlfgwZ3kyzFWJP8lOKeh1CsT6K { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:19.0625rem;width:19.0625rem;top:12.21875rem;left:39.75rem;display:block; }
#IZ3yt7lbSxvmi0pbmKRo0RWdcsi8DNHB { position:absolute;display:block;z-index:15017;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:5.1875rem;left:49.5rem;display:block; }
#yXuDX4rrNvbwJ9iUGOdCzRQbSf2tqQEl { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:6.375rem;left:50.5625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#xAlbPDv3eWwMAyQF56QVvQfCwGih7Zzx { color:rgba(var(--color-tertiary-3),1);display:block;width:4rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:8.1875rem;left:52.125rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrbKmUEmz8Dp3dfFzHNyZg9CpnU9TAGR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.0625rem;left:58.1875rem;display:block; }
#fn3Pg5WKgQWyJEJqkwKUdV1bhHp4LPAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsGQcnR0bLLH2pzAFwURcmnyed50GuTA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2rem;left:48.5rem;display:block; }
#K6dzHNAiGAwVtxlw0snAJTr3TAiQ4sJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRJWaqiD0JX6worfe4Khag19fmhvSPFw { position:relative;display:block; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw { background-color: transparent; background-image: none; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row .container > .video-iframe-container { display: none; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row > .video-iframe-container { display: none; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .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); }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw { border-width: 0; border-radius: 0; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .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; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44rem;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; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d68f8cc8-8edf-419a-8081-7197f003a0b4/wd724x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.adaptive-delivery-prevent-bg, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyload, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyloading { background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { background-color: transparent; background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .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); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { border-width: 0; border-radius: 0; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#zvta9q7wKfmy8Aw040S9Wdb8i9avzddN { color:#e9e6e3;display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.25rem;left:9.5rem;height:4.725rem;font-style:normal;display:block; }
#hJNBMmySqHPsfwq19qT4QMnhzFxa01hf { color:rgba(var(--color-tertiary-3),1);display:block;width:24rem;position:absolute;font-family:"crimson pro";font-size:4.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.4375rem;left:40.25rem;height:5.775rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#fpROrzPw54VcT2unfMueaby8cAB5M1Q1 { color:#e9e6e3;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:6.25rem;left:61.3125rem;height:4.725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EIE2i5Orr3sEfdtu2ubUObBiBiH4SBcQ { color:#e9e6e3;display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.97500038147rem;left:14.46875rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJGm9ia8xTEaDCHU8kWVF6XM7z3Qnsg9 { position:absolute;display:block;z-index:15010;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: none;height:25.875rem;width:34.375rem;top:29.0625rem;left:0rem;display:block; }
#CQNdLBXPBZdGX1EfAzkWfM3daMB57FUv { color:#e9e6e3;display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:17.862500190735rem;left:8.3125rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u114dfmhtB1tCe6bKu0umGJgxGAVIZKb { color:#e9e6e3;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:30.9375rem;left:37.625rem;height:16.2rem;font-style:normal;display:block; }
#dBeQwCkaLLFuvtl39hTTNzrcoLVqrOOM { color:#000000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:34.875rem;left:19.75rem;height:1.6rem;font-style:normal;display:block; }
#XSXGq4T4uiwpfMoMsM2uxmtz9w38E2RH { 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:21.875rem;width:20.75rem;top:31.07916625rem;left:-5.2378296927108rem;overflow:hidden;display:block; }
#NXXWT9fbxZ3wlePqeNG1QHxCcsSFDxEf { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:37.125rem;left:17.4375rem;height:12rem;font-style:normal;display:block; }
#ixx1W6My9rF6mcziOu6gdeLUyEcvLakR { position:absolute;display:block;z-index:15015;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: none;height:4.375rem;width:0.0625rem;top:52.000002861023rem;left:73.875rem;display:block; }
#ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:56.875002861023rem;left:72.8125rem; }
#ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#JyTanm2M3csp7zpHOhZpLTxhWu2id5nX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:rgba(var(--color-secondary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.375rem;left:70.4375rem;display:block; }
#T0qfXMoywGZ5hui855U3hSZJCTpaEgmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3inwIMyO1KP7dLTTLxlD4HtgiGbr69R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.8125rem;left:17.4375rem; }
#D03NUK8C8oJpXsfXmuC7HTFoN8lZUhvB { color:#e9e6e3;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:48.662498474121rem;left:37.625rem;height:4.4rem;font-style:normal;display:block; }
#w054O5ADmQIzZXOPeVFndWa47IarDLAO { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:68.375rem;top:57.125rem;left:3.3125rem;display:block; }
#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk { 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; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container { background-color: transparent; background-image: none; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container > .video-iframe-container { display: none; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row > .video-iframe-container { display: none; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .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); }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container { border-width: 0; border-radius: 0; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#q0xCJOLZp6XrziDifPqtFyCiMxvJ6JsR { 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:33.875rem;width:50.8125rem;top:1.4375rem;left:34.304168701172rem;overflow:hidden;display:block; }
#VpUPTvRnU4qbu8Td83xOZV8FNd5SFNJh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:4.8125rem;left:7.15625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xg1OLV53SE9pFT37boDZ8s5T70kVORdT { 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:48.5625rem;width:59.875rem;top:1.4375rem;left:18.625rem;overflow:hidden;display:block; }
#quOIDVDczucEgEV0DCeWxuTDQ9LExlIh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:12.4375rem;left:0.0625rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1ku60veD1q9KJm5y6smiaT6ANb8SVe3 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:"crimson pro";font-size:2.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:4.3916625976562rem;left:21.866666793823rem;height:3.2375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#IghB9cLLc2IDqrBBxl9rKqEqqDZcD0uN { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.1875rem;left:5.875rem;display:block; }
#WH5x0cCvWVsXWLVZ5RwL0M0CRxiWCHyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5rM1DZbRgTzkIyTMlefuFi8rnpT5sfh { background-color:#000000;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.1875rem;left:23.625rem;display:block; }
#mgaXpIPDiV9IZP2ATIEvWdBPsEmU18G9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e6e3;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; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container { background-color: transparent; background-image: none; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container > .video-iframe-container { display: none; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row > .video-iframe-container { display: none; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .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); }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container { border-width: 0; border-radius: 0; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#itQWoRTtoTF2w87Vyo63PIgaKUV9ThU8 { position:absolute;display:block;z-index:15000;background-color:#e9e6e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#I23UlhQQKVWiMltVaTWnTeXFiuIkC5JJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4vHvaM3RirNiE8SGx3aNn6SZLKQB746 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.293746948243rem;left:0.3125rem;display:block; }
#lkJPC5lmxf7ypHEuVOt4ynOggdphwghS { 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:3.1875rem;width:3.1875rem;top:13.65625rem;left:2.125rem;overflow:hidden;display:block; }
#Zabw6U3ifWpEKNS743HLin9OPTtCM6gB { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:17.34375rem;left:2.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPHGaAbiWG1Tf4UuUClTSUMpOm1GR6Ms { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.3125rem;left:25.5625rem;display:block; }
#Je3xXM0eSkrUKi0SMsT5yEPVVJ07ldW5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.625rem;left:27.375rem;overflow:hidden;display:block; }
#HneyElpuTtDh2QCnoT7NooRGXZ0aNJ5B { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.3125rem;left:27.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kQpNxDBBSTPwRz8HK9h81Nn06os4g8Qx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.356246948243rem;left:3.0625rem;display:block; }
#sttZaT9aa3i1WwN0SERJNocr7FQ3EAP8 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.1875rem;left:28.1875rem;display:block; }
#XNPDeyZNa0zEsBTQatQmFbEwVk0z5QzT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.3125rem;left:50.8125rem;display:block; }
#HdChlnnbTsmhxoRV95GMiKVpSn5dEM1P { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:17.3125rem;left:53.1875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p7lJAEl16cvhTQW37SWw4TgQKReKZk6v { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.625rem;left:52.625rem;overflow:hidden;display:block; }
#RJuDb2uBXc8p7W4wlaaFTa9UgSTTupvN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.1875rem;left:53.4375rem;display:block; }
#J1WwUuI9QUOnhw6Tt0JMIvmo1MihaGHC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:23.75rem;top:0rem;left:0.3125rem;display:none; }
#cP3d3JTn9q42uvse1kqxFQpNGe9rNokE { 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:3.1875rem;width:3.1875rem;top:1.375rem;left:2.125rem;overflow:hidden;display:none; }
#RuRJ4EZfiep9DkKD9GdFz4ts4THUdH2y { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.0625rem;left:3.0625rem;display:none; }
#OErUgyhgq6ALvZZvMOkhzpvvi30fJTwH { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e6e3;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; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container { background-color: transparent; background-image: none; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container > .video-iframe-container { display: none; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row > .video-iframe-container { display: none; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .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); }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container { border-width: 0; border-radius: 0; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#w0ZVkfRfdEobxP3WD0nfz0Bkq0gccTg5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:23.75rem;top:0rem;left:0.3125rem;display:block; }
#pkZ9D7tEZPAmoxTOTqXrgSuV6TAOympH { 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:3.1875rem;width:3.1875rem;top:1.375rem;left:2.125rem;overflow:hidden;display:block; }
#l1fZnP6BNPg7RMKWtmz1xIO2fCugJTaH { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OyXyvlwcMtBnlsdNXer0gPv2ktFPVNn4 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:23.75rem;top:0rem;left:25.5625rem;display:block; }
#H8rOXJPaEewLuNp1wlsiCHP7TkZUyGxZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.3125rem;left:27.375rem;overflow:hidden;display:block; }
#C1FI7gnqCZbTCLhLzM7cCy6HAVP1cDJx { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:5rem;left:27.9375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTmvPRWAAwBbBcLvkyy1MBth4pC61P1S { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.0625rem;left:3.0625rem;display:block; }
#v9E1sNGDOhUw4Olqo6cLI6sHx6ZolRz5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.875rem;left:28.1875rem;display:block; }
#UGhz7IwRNnzd1DnQ2lxWTZPIPUp58HTA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:23.75rem;top:0rem;left:50.8125rem;display:block; }
#vcFXUarWNiXLtp5qr7Xz9ell48ysfOwn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:5rem;left:53.1875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGGTv7TSaigoG3NhSLPUpPW7kQVquvmc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.3125rem;left:52.625rem;overflow:hidden;display:block; }
#idZSPcx5T0QaTaywlP6a07azsOPoZUtq { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.875rem;left:53.4375rem;display:block; }
#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23817e61-0149-4e66-9187-f482bf870ba8/manwoodencubestablemanagementconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM.adaptive-delivery-prevent-bg, #f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM.lazyload, #f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM.lazyloading { background-image: none; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container { background-color: transparent; background-image: none; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container > .video-iframe-container { display: none; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row > .video-iframe-container { display: none; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .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); }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container { border-width: 0; border-radius: 0; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#U9D4EJK2d41NATq4WQxLfKJM1GC5mafZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.1000061035156rem;left:0rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIeckLqGq8w5MCtWIBogJhet9GTHaUCc { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.875rem;left:22.25rem;display:block; }
#exvzDiQTGnTcdXnU85gMWAD32KTIkPhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW3Ff4mq2pcXDwx1LsOo5pJPAOxTpdGV { color:#e9e6e3;display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.265625rem;left:8.3125rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e509d37-a66b-4a16-8b06-21b28238980f/21.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:29rem;top:2.21875rem;left:23rem;display:block; }#ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.adaptive-delivery-prevent-bg, #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.lazyload, #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.lazyloading { background-image: none; }
#Iu5DUGzi82heXWs8IdwPeVOaTMGwsVdn { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.875rem;left:40.125rem;display:block; }
#UDIii4mQEU86sDTRsvqeWSok4quX1PC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q { 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; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container { background-color: transparent; background-image: none; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container > .video-iframe-container { display: none; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row > .video-iframe-container { display: none; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .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); }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container { border-width: 0; border-radius: 0; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#kxOKcKbC1Cv0TR2zkCbJWC1Fzmpq9ZiE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRPucM0vTD0ToweTttViXk2Ne7Zba7n8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.293746948243rem;left:0.3125rem;display:block; }
#bhQ4Tz71SlQvWLsbIShwk0GWShMmcvti { 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:3.1875rem;width:3.1875rem;top:13.65625rem;left:2.125rem;overflow:hidden;display:block; }
#reocH7HKRU3bfeAO218gyFvVSos8uXpO { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:17.34375rem;left:2.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6B20DiUcU4KUrug676IDgsNm5La9Ez7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.3125rem;left:25.5625rem;display:block; }
#Avqwa9ymi1SQRoTc1X2zriuZWs6oHnZp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.625rem;left:27.375rem;overflow:hidden;display:block; }
#hciOdIPGw3Ax1JA12lmEM7y8NlpCFpNo { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.3125rem;left:27.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ompwiy9kutHJUtV2tzgS8MKyZNTrSceN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.356246948243rem;left:3.0625rem;display:block; }
#asHNxdrk2QVBPThradnF0N5QP3sqeXgT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.1875rem;left:28.1875rem;display:block; }
#DpZxtppdV2NK382GLTBGVTrxb0eXZatJ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:12.3125rem;left:50.8125rem;display:block; }
#JxHIVnB7RMNiXsLTPAiCxWATXRJpUDn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:17.3125rem;left:53.1875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nzmVhMkBgQiWRq99TPgQhEVzFhzyGyRF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.625rem;left:52.625rem;overflow:hidden;display:block; }
#GqhkqTe9JMTIf0VmIONFdlHOaHDNwJgQ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:14.1875rem;left:53.4375rem;display:block; }
#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 { 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/0f6500c1-8c6b-411e-b657-b909fa6bbd60/wd7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4.adaptive-delivery-prevent-bg, #noMaTfQTlfX0uZbGoswPvscxiyhWANc4.lazyload, #noMaTfQTlfX0uZbGoswPvscxiyhWANc4.lazyloading { background-image: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { background-color: transparent; background-image: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container > .video-iframe-container { display: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row > .video-iframe-container { display: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .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); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { border-width: 0; border-radius: 0; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { font-size:0.875rem;font-family:arial;height:112.75rem;width:75rem;position:relative;display:block; }#OFE8M9Hchmqq7pDuzqZtbaC6fk5P0KDM { position:absolute;display:block;z-index:14998;height:69.875rem;width:27.875rem;top:0rem;left:24rem;display:block; }
#dhbixUE9JaTKTaTapqQMxP3p2OD4Tk32 { position:absolute;display:block;z-index:15000;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: none;height:12.5rem;width:59.1875rem;top:0rem;left:7.90625rem;display:block; }
#wWAhDuKNIEqTp6EveBXVLVz7KauKBw4W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:2.5rem;left:0.0625rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOBWlXbrUOaSibZsxrr51yMAp3Fz47dr { position:absolute;display:block;z-index:15024;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:15rem;left:25.875rem;display:block; }
#kBDnWVKnkPKI8pxNPvAeepaLcCJcPw8N { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:15.3125rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cs0HIsogNQKRm9G3H2MsT1EEvQ60xQk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:15.4375rem;left:2.4375rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DT5iTunVhQW9dwXTrb98AFWfM9RZL7qe { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:19.75rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcqXJURUuMNT6xqkNm0GoIOp6XCoeSAf { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:19.4375rem;left:25.875rem;display:block; }
#riEwZaRRq7y2JZm0ep6mgvJJFP7z1H0J { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.875rem;left:6.625rem;height:3.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AabIa7fkFnIRsn1iJErcbhczwKk5qyKo { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:30.4375rem;left:47.625rem;display:block; }
#MAtwhywfbnsNHpKmiqyHK3kRbUVf3lMX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:30.75rem;left:47.6875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsfuJPe13TWydkvRfS8dTmB1ok9iUU7c { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:30.875rem;left:51.0625rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RgI4vFOsa4TzVvViKmfrIpMN49ZUI6ho { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:25.5rem;left:6.1875rem;height:3.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rMsvxQlcz8r87DqKuTxMrTmr4fsc4AOg { position:absolute;display:block;z-index:15029;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:25.0625rem;left:25.875rem;display:block; }
#ezMUUHPMmiCzXTiPtKOy5OmdnQHBT2Hg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:25.375rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alDNumIJaPEZ086ICUZs8JIPKBMmT5qE { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:35rem;left:47.75rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUO0OcXvLlXZPiN9QZtb9NAM5h0zSLcr { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:34.6875rem;left:47.625rem;display:block; }
#FmDGQ3PBSwTgS9Fd8dgZbWq7micnlmzT { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:35.0625rem;left:51.1875rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgLOThws41OnMT06r5wn7C7ahfUcycGl { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:38.8125rem;left:47.625rem;display:block; }
#cigJycnRUg2W73gMGaBGPLKfqqGJlPEB { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:39.125rem;left:47.75rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S27T1KiqgCg1lulpLiyXB9FoGFJV2iaH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:39.0625rem;left:51.1875rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgZ6rRAqU7CdsNlcRTOTAVkwSKLXzrcR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:45.0625rem;left:47.75rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZi1cWBdKCnilQdEqQ7JoOftRsBTbn0l { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:44.75rem;left:47.625rem;display:block; }
#G0TFIk3dgu0MVXUzWUpsBXJkXkfbPEqS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:45.149993896484rem;left:51.1875rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgI35wJS3ClgPkrEW9VWGk60SbFhe28o { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:52.8125rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzuTDr12rDp1HNgbl0vtbE8kTdMSlLm6 { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:52.5rem;left:25.875rem;display:block; }
#Q826Lkwe9Su8ls1bTnRaWXF95HQSk5kc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:52.962493896484rem;left:3.25rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mbc27EHBcIa0fkdqS17xncya41tbbV1D { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:57.125rem;left:5.875rem;height:3.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M8uExlCnBkOyVgmg73mo7ev3Ttsi8KUR { position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:56.6875rem;left:25.875rem;display:block; }
#CK5TvbGWxDDuertyPDh1UfJe0wc0uE8T { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:57rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBohUhmZ45qzgBFROLaCNLuJ7Tt2CPbK { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:62.9375rem;left:25.875rem;display:block; }
#T3xambsBTyF1QJEZzQxS1GylRb8Aaquq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:63.25rem;left:26rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnmKerDNoC0Jt1kzyTCbghXGNoepRwwk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:63.3125rem;left:7.25rem;height:3.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z8lauiTWHV0WpkBnrlq4TAAZOc6ZHPE1 { 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:31.0625rem;width:46.8125rem;top:6.3125rem;left:14.09375rem;overflow:hidden;display:block; }
#VRU007Ci9uBWJkqsORx46xgw1872tVUA { color:rgba(var(--color-tertiary-4),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:74.375rem;left:9.125rem;height:5.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AM4CAtK9RuO5Ggk3itp4OcZ3GX6OmEtZ { background-color:#000000;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:81.875rem;left:21.5rem;display:block; }
#bVCSnZyV62qvgCJGZv4c1w7vy5w5HFcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:105.625rem;left:72.8125rem; }
#zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SeOo2pnsKfxMO2U82mqxzrJ9IBEQZpKi { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.0625rem;top:100.75rem;left:73.875rem;display:block; }
#nybugJQDh70LQSw1tmufQnLCs4r867he { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:82rem;left:40.875rem;display:block; }
#R9nNg6zWa31mHfVcHIPXg85OAEiDep74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN { 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; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container { background-color: transparent; background-image: none; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container > .video-iframe-container { display: none; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row > .video-iframe-container { display: none; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .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); }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container { border-width: 0; border-radius: 0; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e6e3;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; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container { background-color: transparent; background-image: none; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container > .video-iframe-container { display: none; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row > .video-iframe-container { display: none; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .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); }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container { border-width: 0; border-radius: 0; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vTK9hCEltSnDFitkD38sueAGGFz2AgGf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyREcJORa2wkWhklTzMcbTS7cz3R9v1G { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.1875rem;left:8.3125rem;height:4.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e6e3;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; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container { background-color: transparent; background-image: none; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container > .video-iframe-container { display: none; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row > .video-iframe-container { display: none; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .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); }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container { border-width: 0; border-radius: 0; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#ILiJ1xh3rlOdoBcT7eOOWK8pzbBwcLSe { position:absolute;display:block;z-index:15010;height:25.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#yalBqXwQ8EG3k9dFrQGyuwToHJwSC9F3 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e9e6e3, rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, #e9e6e3, rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, #e9e6e3, rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, #e9e6e3, rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e3', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e3', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, #e9e6e3, rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#rFlKmz5ol1Emb6Kkek6Reraf2GeTIfc6 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #e9e6e3);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #e9e6e3);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #e9e6e3);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #e9e6e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#e9e6e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#e9e6e3' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), #e9e6e3);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:25.4375rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }
#RtgA3RdEOgQC8by4LZvrwv3rvpRSKAWL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.125rem;left:0rem; }
#y2kAHngOEG0NP8G83OeQskvs00Cq93Er { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.125rem;left:72.8125rem; }
#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 { 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; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container { background-color: transparent; background-image: none; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container > .video-iframe-container { display: none; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row > .video-iframe-container { display: none; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .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); }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container { border-width: 0; border-radius: 0; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG { 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; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container { background-color: transparent; background-image: none; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container > .video-iframe-container { display: none; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row > .video-iframe-container { display: none; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .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); }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container { border-width: 0; border-radius: 0; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#ZKF4ybGHd2NgEDTDk4VcLHCFbwPImIt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:0rem;left:0.3125rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3aqbdWCZ6ORTHTp3KGAX7QNXIUdJkHU { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:39.3125rem;height:2.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPJhtKaCKDenJyIO3mzmWP5qi63gtsMV { 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.375rem;width:12.5rem;top:3.125rem;left:23.6875rem;overflow:hidden;display:block; }
#xZxDVXszMUNSShJFWnsWgaQC5F2RvvU6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.375rem;top:5.1812496185303rem;left:13.28125rem;overflow:hidden;display:block; }
#TcNgPhlcmsdovPkOARDbTQPT61PVgi4h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.375rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#x1T0anxaXoWREx46DnLwT73iMlaAI2nR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.4375rem;top:9.53125rem;left:40.21875rem;overflow:hidden;display:block; }
#nrP9UOoOiivdvIGU1LiQ5QSAsiLHV4B6 { 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:3.5rem;width:9.875rem;top:9.3125rem;left:52.0625rem;overflow:hidden;display:block; }
#RyCstpUDCkyoTFuFzakT2o3F01aDS4bc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.0625rem;top:9.96875rem;left:63.96875rem;overflow:hidden;display:block; }
#kcQkP2De0RuMJEolSm9v2Z5MrIo8QwCW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.16);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:4.375rem;width:11.125rem;top:3.5625rem;left:24.4375rem;display:block; }
#DM1x83IPJzCV0Z1qCcmZrNMA0AImXPyp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.16);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:4.375rem;width:11.125rem;top:3.6499996185302rem;left:12.375rem;display:block; }
#xtrHfIOxuhZb8kA9JKgGTpeOSQm24EN1 { position:absolute;display:block;z-index:15019;background-color:transparent;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:4.375rem;width:11.125rem;top:3.625rem;left:0.3125rem;display:block; }
#unTT7gedgLvSTR3yhITp74S2Hy60BIBW { position:absolute;display:block;z-index:15006;background-color:transparent;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:4.375rem;width:11.125rem;top:3.5874996185302rem;left:63.4375rem;display:block; }
#aSdMQTXMTLhS107QmSdGiIpSgGTGeF8o { position:absolute;display:block;z-index:15007;background-color:transparent;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:4.375rem;width:11.125rem;top:3.5874996185302rem;left:51.375rem;display:block; }
#riuTnVeRSRgnmpBbsZ7AfoWnoETUGvHT { position:absolute;display:block;z-index:15005;background-color:transparent;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:4.375rem;width:11.125rem;top:3.5874996185302rem;left:39.375rem;display:block; }
#vXa9UbM0Ihh3kZ4mK2d83fA3Vbrw5iLx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.625rem;left:0rem;display:block; }
#c3yMLnIeGBlOfrNOKzfV77OIrKqUFW44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fH7vdyx09zTxB2fHBJOlh15PItJ5m1gV { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),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:13.25rem;width:11.125rem;top:7.5625rem;left:0.3125rem;display:block; }
#zktSliZFZmdSJBv25SX7qTfrTuZC29Jw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:8.5rem;left:0.84375rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HNfv6qThgZv3H59VImpOpU4xEirt4XbX { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),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:13.25rem;width:11.125rem;top:7.5625rem;left:12.4375rem;display:block; }
#L1JqSns5aJdypmXhR4yBflROfFtIhIui { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:8.5rem;left:13rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#S5phpmVPopE83265fi26Jlw4cKX8ao7W { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),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:12.125rem;width:11.125rem;top:7.5625rem;left:24.375rem;display:block; }
#WMoZE4MJwPWEfSFghaL3FUc3Tc5Mi1Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:8.5rem;left:24.9375rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b1PFmxSBfaXLeKsDf5aA52eBium9QTX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:34.9375rem;left:0rem;height:2.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3ggODTl8BkLvEmS4WeAz3Snc22EQ0f9 { 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:9.5rem;top:38.9375rem;left:26.75rem;overflow:hidden;display:block; }
#rTsMTW6iwE3GeMBes3T1mxKLTTsUs3DW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:9.875rem;left:2.3125rem;overflow:hidden;display:block; }
#HuxDRTSrScs343RKaG4tEM9Rpx5tZFtn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.16);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:4.375rem;width:11.125rem;top:9.0625rem;left:0.3125rem;display:block; }
#XltAGq7xyxO3BEBQe95zennPf5by8WnD { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),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:14.25rem;width:11.125rem;top:13.0625rem;left:0.3125rem;display:block; }
#cDQedF1ZKmBiz573qB7LQODaUHTSOas7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:14rem;left:0.875rem;height:12.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B4P1JIw0ZGgnSMQndCOavyzbRTCKL0QZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.9375rem;top:38.65625rem;left:38.5rem;overflow:hidden;display:block; }
#ZJN9J7nB1hHJ8upJZIv36wS7QR7LIuX3 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.5rem;top:14rem;left:40.75rem;overflow:hidden;display:block; }
#WZQshuJderINEhxUXgqEpzoOX65Z8pAO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:12.9375rem;top:14.65625rem;left:51.15625rem;overflow:hidden;display:block; }
#F0fNMbweIeZ7CkOGXBDKPzgS7w5sTTfX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:6.4375rem;top:15.125rem;left:65.84375rem;overflow:hidden;display:block; }
#WDISq2oQQTpOsOPus3SaEcIWHs9Hp0tB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:7.8125rem;top:19.75rem;left:41.09375rem;overflow:hidden;display:block; }
#a5NKFsmaZf7TunHJLwzZvDlVLxUlhKTQ { 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:3.0625rem;width:7.125rem;top:19.75rem;left:53.4375rem;overflow:hidden;display:block; }
#EP4lZN4fR6Se2ir0hIo5hl02G6gd4gEx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:11.75rem;top:20.5625rem;left:63.25rem;overflow:hidden;display:block; }
#BL8DuCkcChoM77zPgqEm4B7I81Og82w3 { 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:4.3125rem;width:5.8125rem;top:24.375rem;left:42.40625rem;overflow:hidden;display:block; }
#pywBaUAp1W3cscFQdkxdye9H4QKzcHId { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10rem;top:24.5rem;left:51.25rem;overflow:hidden;display:block; }
#P9Hx8nkzh2iDHAXlC3ouTwWaSc3UZaak { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.3125rem;top:24.875rem;left:63.34375rem;overflow:hidden;display:block; }
#cC4UZQk5mAUvKW6OyvznnZfvtqASMpkX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.6875rem;top:3.875rem;left:60.0078125rem;overflow:hidden;display:block; }
#oucQcaL9TisvkEGFzb70LXpxARJ04E8T { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.3125rem;top:29.75rem;left:52.59375rem;overflow:hidden;display:block; }
#iS04DZOVGqZMOJ9hHFP8LuzPM0OFfvy4 { 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:5.375rem;width:11.0625rem;top:8.3125rem;left:12.46875rem;overflow:hidden;display:block; }
#NrJWTduvbGIsn9DmX5fRAfhfR51hHUGi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:14rem;left:12.9375rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FfUN29cITCMKheGp4Waic6BByTdlZrf4 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),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:12.125rem;width:11.125rem;top:13.0625rem;left:12.4375rem;display:block; }
#cQ5Fs59DZhswBX23KFf53dZPFg5WeVuB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:9.375rem;top:9.15625rem;left:25.5rem;overflow:hidden;display:block; }
#nZF5fSlOLiVHbhVMWzbe2FTw2VNufzJu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.16);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:4.375rem;width:11.125rem;top:9.125rem;left:24.375rem;display:block; }
#g2Vvwn8wWTpyXQBTsuqCDKEvWcG9Lt5a { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),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:14.25rem;width:11.125rem;top:13.0625rem;left:24.375rem;display:block; }
#tQCclGcJbd46vJLB9KTNN2MFTqSTwTg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:14rem;left:24.875rem;height:12.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qfNXOCTTq2RGWb4ZTHaJome6iTQuppAT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:9.1875rem;top:2.537109375rem;left:48.4375rem;overflow:hidden;display:block; }
#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD { 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; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container { background-color: transparent; background-image: none; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container > .video-iframe-container { display: none; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row > .video-iframe-container { display: none; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .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); }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container { border-width: 0; border-radius: 0; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#slOfRxGAdVaIFLxB7IinlbiW9T7VZcsv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.6437492370606rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRyTei7KAyKekmFv436M1aUmsHuAHKsA { 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; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container { background-color: transparent; background-image: none; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container > .video-iframe-container { display: none; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row > .video-iframe-container { display: none; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .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); }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container { border-width: 0; border-radius: 0; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#exqKTHLhZRBC4SZD0lDJMFJFA0gue44k { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:24.3125rem;top:0rem;left:0rem;display:block; }
#vF1n9aKzQZ0OCba6lhblxuZsxlH2bZpE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:24.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XVsmFJSmPVhT552TdKl0GTam2GxTFQqG { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:14.875rem;left:1.75rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#km8AEamN6RqusCz0BXOkZ5q5IFakhTOr { color:rgba(var(--color-tertiary-4),0.76);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:19.450000762939rem;left:1.75rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLscFl9wyXSRHbg4IkK3G3SpWLDA8gMa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.0625rem;left:1.75rem;display:block; }
#a4KN6s0REGQzDJrbvy2tBW0DQrVpUdx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVRnLas59eIlomAIHSCAexBT4L3M12is { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:24.3125rem;top:0rem;left:25.3125rem;display:block; }
#TH9i7NqR3Zt8GONInQ44a6liOHGS57VR { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:14.875rem;left:27.0625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GubpODK13RMP9HUmO4SMJQ3Gb40ymJGh { color:rgba(var(--color-tertiary-4),0.76);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:17.8125rem;left:27.125rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzSemI6uxTVqz6Qnrqos91buRRroD3Bc { 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:12.75rem;width:24.4375rem;top:0rem;left:25.3125rem;overflow:hidden;display:block; }
#T4dh1GsZyC55BnW9zVB5MA4RVBb5eH0Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.375rem;left:27.0625rem;display:block; }
#BcxDqMT7c9BiaMV2aUJUxndnpTA2OsZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5K9UOw3buBJLBPsBhIWfwC6N9UZEGga { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:24.3125rem;top:0rem;left:50.5625rem;display:block; }
#F6ny8KaxssKXO7dKhkCTonCMvUWPdC0z { color:rgba(var(--color-tertiary-4),0.76);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:17.8125rem;left:52.375rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3qy9HI72nLD16vIQylDFiqOGvySAusv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:24.375rem;left:52.3125rem;display:block; }
#MkkdnVVKvDAid4Shso65I8lnZFG8NXR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVsITOBAS1xLcR3hdoGz4VmPDGPKGgqg { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:14.875rem;left:52.3125rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2fQ2DB7DmioqKuT53Cw19qnFdGDmTHV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil { 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; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container { background-color: transparent; background-image: none; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container > .video-iframe-container { display: none; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row > .video-iframe-container { display: none; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .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); }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container { border-width: 0; border-radius: 0; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#t7TE2DHCvRUE4xmxUs5owEft7XmMDCwM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e { 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; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container { background-color: transparent; background-image: none; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container > .video-iframe-container { display: none; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row > .video-iframe-container { display: none; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .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); }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container { border-width: 0; border-radius: 0; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#yLnv4NeXdsTm3HbCmNk4dGuKRUxAgZzG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.25rem;width:17.8125rem;top:0rem;left:0.3125rem;display:block; }
#Fqw57MKLfQCtzxRADwOluVdtEOVl65w0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.46875rem;left:4.6875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q9y4dLRSxck7xhupm7MvgiCG7RKb4LxE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2rem;left:1.6875rem; }
#kZnCVwChudoVx7JlTXZbfOg7DSSNLskC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:17.8125rem;top:5.96875rem;left:0.3125rem;display:block; }
#MeOc4qy7KfpbMHvlgaInt4nxXFGpAKlS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:7.1875rem;left:1.625rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PhyRKoTLUVmtprNVzM4IixDtWN7ThTXc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:7.1875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:0rem;left:0.46875rem;display:block; }
#dGwm3ZU8VGtlBO6oA7TeRNVe02EkKmmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cid20yqkEEi2LwEtmvfLpTUgCqGmo8Jg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.25rem;width:17.8125rem;top:0rem;left:19.1875rem;display:block; }
#h2OWhdTD8ZkZe1k1HZvXpZBL7rz7Cqr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:2.125rem;left:23.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxF1zUXxVLkplaMBzOOoERddLdH5hlgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2rem;left:20.5625rem; }
#bQTZt6uMiCVC7k6104QaUI0PCftwKteM { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.8125rem;width:17.8125rem;top:6.25rem;left:19.1875rem;display:block; }
#Cul6CLWGkp6N2zCfQawMkRZfAhbXVdpB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:7.1875rem;left:20.5625rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VvUw3Mb9VhD7M0woOFsO0m7PI0yBm9sE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:7.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0.25rem;left:19.21875rem;display:block; }
#DeLG9CkTMP8md0lVs7PIB1oqmW7cDZHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1RW6FdTJyVHkFtr2TPa0UH95aZWVUTS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:17.8125rem;top:6.25rem;left:38rem;display:block; }
#Mw34skdrBilMp5oN9bzUElSieZt9PVN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:7.1875rem;left:39.375rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uqSRTCMLRZpVa6nfnyCDruJxJe6EwOh0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.25rem;width:17.8125rem;top:0rem;left:38rem;display:block; }
#nIpGgVngxnV4R5kDNRr4yykeoMcHsRMA { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:2.125rem;left:42.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FE81LIWXiLTU42sDvIPQtCU1WHuiiVn2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:2rem;left:39.375rem; }
#x20aXM9vElH9AdflSEa8g19JJfS98Cyu { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.9375rem;width:17.8125rem;top:6.25rem;left:56.875rem;display:block; }
#wvLBuTlLUoPps66W4np8wXra7M1zz5em { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:7.1875rem;left:58.25rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#W3wa8qJnwUIczwTPmanrq9EJTAokTego { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;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.25rem;width:17.8125rem;top:0rem;left:56.875rem;display:block; }
#z5D0p27oOEEOMH3JBLvnsUbQ0AeFtNTD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:7.1875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:0.25rem;left:57.1875rem;display:block; }
#mikikLe0GThqAd6OpS9wFqz317mMCipp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBzBNQ5mfK1iZOLsi8QqvyWPnm70oMRG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:2.125rem;left:61.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHmfcnw19VHss57XkQPLgsfvDhKQrwIx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:2rem;left:58.25rem; }
#yTAfyE1NTflSetmg2mSngbmtcwTHQQnB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:7.1875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:0rem;left:37.96875rem;display:block; }
#A2AZPBNpwahoDiOwPrxz0OOOBKithath { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 { 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/1dd5b91a-8d96-407d-9b56-f538ffd03e43/bg1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95.adaptive-delivery-prevent-bg, #Jkc4WphsrabhnErL4qF3yMHyZoFJKy95.lazyload, #Jkc4WphsrabhnErL4qF3yMHyZoFJKy95.lazyloading { background-image: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { background-color: transparent; background-image: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container > .video-iframe-container { display: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row > .video-iframe-container { display: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .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); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { border-width: 0; border-radius: 0; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#iqWdbo7yLLKidmib4R5pQbHlvPcJAqrE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:6.35000038147rem;left:41.5rem;height:19.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKrUtUZ7fngZibXWS1sNMUpbdc2o9x83 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:"crimson pro";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.375rem;left:63.0625rem;height:2.275rem;font-style:italic;display:block; }
#in9AItKTPRADMrz8Fb6d7rx3FwCtV2tq { 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:39.375rem;width:60rem;display:none; }
#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt { 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; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container { background-color: transparent; background-image: none; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container > .video-iframe-container { display: none; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row > .video-iframe-container { display: none; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .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); }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container { border-width: 0; border-radius: 0; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 { 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/609f1d4d-e6d6-4317-adb6-94d258e6b130/bg2bw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1.adaptive-delivery-prevent-bg, #wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1.lazyload, #wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1.lazyloading { background-image: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { background-color: transparent; background-image: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container > .video-iframe-container { display: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row > .video-iframe-container { display: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .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); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { border-width: 0; border-radius: 0; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#K061AExkMgC69yAqRsap5suCBkhBC7Ji { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#K061AExkMgC69yAqRsap5suCBkhBC7Ji li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#K061AExkMgC69yAqRsap5suCBkhBC7Ji li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1a6210d-9092-44fa-8675-011fbf6903ea/Inventity_Symbol_RGBNeonGreen.svg); }
#b8cHqRL0QcThX5TvyKT0wcX4bkCu3art { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:1.9375rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyqU80R9AXT3wo1DPhrJpCqSl5gpLikn { 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:39.375rem;width:60rem;display:none; }
#MIel8RfMB6msSh6OosUbgbGqJO641dJs { 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; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container { background-color: transparent; background-image: none; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container > .video-iframe-container { display: none; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row > .video-iframe-container { display: none; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .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); }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container { border-width: 0; border-radius: 0; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 { 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; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container { background-color: transparent; background-image: none; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container > .video-iframe-container { display: none; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row > .video-iframe-container { display: none; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .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); }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container { border-width: 0; border-radius: 0; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#Q9VhLHiicwKi9mVTWUV03suyIPrdnafD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:0.3125rem;display:block; }
#J87RPeni1CmF8kNyHxrB60fv5qhARfLv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.375rem;left:2.125rem;overflow:hidden;display:block; }
#ZU7Mdd5eTgb0kepTp1yN2f1qwlflvFB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmSyn8U9obGUfRkama9vDTSztOMJQUKl { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:1.140625rem;left:6.25rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cxpga09XtylAcf2AsOlJmCDTtm8RpM51 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:19.1875rem;display:block; }
#nJNlqoaR0BkLQGy29eKRllygUTWp1ok7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:5.625rem;left:25.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qi8IXhSfvOCWziJ9ILVwR5caOwFUT5Dw { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1.125rem;left:25.125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADAV2ZWqprkiZqLy6ALTLJIuZOaPZDAA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:1.375rem;left:21rem;overflow:hidden;display:block; }
#bOKKDqc1cFvSzxb9ZMnufw7blamECRL3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:56.875rem;display:block; }
#Nv43p5yZPtNKGywhzPNNUqHOHtxZ7d2J { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:38rem;display:block; }
#ml5px4NHLXt7eBuK8OmyQbw60ywuVV8g { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.625rem;left:43.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SWvTmvZ3GTuPWDfkLrmCOIbbOa0hEfPV { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:1.125rem;left:43.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLNUwwRoiq894eGT7LB8RLvT8wV4T6F6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:5.625rem;left:62.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t824bLNtD75K8He0i1kEpcI7zX5dg8DB { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:1.125rem;left:62.8125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9JuUi3MTB9D6azbFR0l4yTK6CkADZ4V { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.375rem;left:58.6875rem;overflow:hidden;display:block; }
#Z7KOAsy2b18JoCQrewF4ioVarR7tI5xN { 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: none;height:3.1875rem;width:3.1875rem;top:1.375rem;left:39.8125rem;overflow:hidden;display:block; }
#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL { 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; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container { background-color: transparent; background-image: none; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container > .video-iframe-container { display: none; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row > .video-iframe-container { display: none; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .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); }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container { border-width: 0; border-radius: 0; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#In3vtPRQU8RoBlkQavQymhIlVSDLx1O4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:0.3125rem;display:block; }
#TpPT22Pg3tuf4PnQlRAscNIxg9t68fwT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.375rem;left:2.125rem;overflow:hidden;display:block; }
#EaFT7Fh7duxH4dsmMLINN9fgpUVTOI9h { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJqkqnXuoTWZw2rVDHUrwE6lVFJze0Ew { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:1.140625rem;left:6.25rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TldaTbHS7lSwGqThIFzNXWws6dZbl8T4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:19.1875rem;display:block; }
#WTcVv5Z9KW63wMCfs8hNEHMGRWFF0Deo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:5.625rem;left:25.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puSNu78OvfHEqTTEG5sNhFsorSxInGEd { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1.125rem;left:25.125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ndiVVazmLTszsQysNhRcCoF54Cre9e9r { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.375rem;left:21rem;overflow:hidden;display:block; }
#T5fdmp5RJgqqItTz4dW0dz1oMdWyhJJ5 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:56.875rem;display:block; }
#yqTlSk5NFKatp4csk5I5h6usApW4EW3m { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;border-top:0.0625rem solid #e9e6e3;border-left:0.0625rem solid #e9e6e3;border-right:0.0625rem solid #e9e6e3;border-bottom:0.0625rem solid #e9e6e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.8125rem;top:0rem;left:38rem;display:block; }
#mGJsSez41yKlvt3kCbIOcrfFtLT5zVoR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.625rem;left:43.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGzeI8R8eOSB4u0gcAGhK2teNZG5nKeq { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:1.125rem;left:43.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCOU9VTtwp8uo8GDgbfPhzrtm3WkQb4n { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:5.625rem;left:62.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iURRXvoOnJHO2TqywgCiWRxOKpOy1y5d { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:1.125rem;left:62.8125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q3aKVFS0DfBxvvoEnnDnKyGDtfKQB3Cp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:1.375rem;left:58.6875rem;overflow:hidden;display:block; }
#Veq6S26LkOszZc3pqLOHd2VHwVDkqD8x { 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: none;height:3.1875rem;width:3.1875rem;top:1.375rem;left:39.8125rem;overflow:hidden;display:block; }
#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe { 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; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container { background-color: transparent; background-image: none; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container > .video-iframe-container { display: none; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row > .video-iframe-container { display: none; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .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); }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container { border-width: 0; border-radius: 0; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77305815-eac5-4fc4-b8c4-73ba4d689359/bg3.jpg");background-position:bottom 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; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ.adaptive-delivery-prevent-bg, #VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ.lazyload, #VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ.lazyloading { background-image: none; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container { background-color: transparent; background-image: none; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container > .video-iframe-container { display: none; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row > .video-iframe-container { display: none; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .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); }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container { border-width: 0; border-radius: 0; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#AoUrsI2XX6IZ6thAwPRh7Jt20pymt4RN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7S3wVe6RntnS0z3HZpIwAs4L070GeH8 { color:#e9e6e3;display:block;width:58.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.0625rem;left:8.3125rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMJXhX58hDJqv4Gh3iy37RAGluFO4UVU { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22rem;left:18.5rem;display:block; }
#hIQv0IoNfGR43rzULPbmsk7tCadiSuz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6npoT5wtz8GDclAsZXQhquqD8gQu24r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.6875rem;left:41.5rem;display:block; }
#iX05WO6x9K5E6rccth5QR0MlTMlenE0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2ak436i88pHe22CF97bQg8TSlmnfeVA { position:absolute;display:block;z-index:15016;height:3.875rem;width:6.9375rem;top:28.6875rem;left:68.0625rem;display:block; }
#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e6e3;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; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container { background-color: transparent; background-image: none; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container > .video-iframe-container { display: none; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row > .video-iframe-container { display: none; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .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); }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container { border-width: 0; border-radius: 0; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#IxxWwd9B75gyMHyrilFctuvUWBsoxR7c { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.125rem;left:0rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVz5oGFH5cN6ZhkZhlwwdV9hDXl6594D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:1.125rem;left:5.25rem;height:1.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:42.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6 { top:5.34375rem;left:19.96875rem;width:30.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBcyUgHCP6CAKJTAIgkvxuDc3CrM4giE { top:4.375rem;left:17.192519702333rem;width:47.75rem;height:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfBEOC3EC2xSmEgQ5z30HWOEfbS7GRFr { top:2rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqKQbp0fpfplpHTkA0g70pUy5l0R8HtJ { width:18.25rem;height:3.4375rem;top:32.125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwTvCTSSedxc75ZXsIDhlwqJELJQmxfu { display:block; }
 }@media only screen and (max-width: 1199px) { #XE0k4WODyfKREUAmmfqVpWEV4JXhe1SF { top:9rem;left:0rem;width:28rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeNHTmQiSmziN8QeuLs4vasyoin3fDRP { top:22.125rem;left:0rem;width:19.8125rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pu82WMXwXs409ww8TiIVT5BNDaGBNLzR { top:21.9375rem;left:23.125rem;width:10.5rem;height:9.6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm7rfkwwdwungXSrlkCDRFFtBSqIMZA0 { width:9.75rem;height:3.4375rem;top:1.53125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJo8FnJi3RVmCaaMxxv4pCHHNMXu54AI { display:block; }
 }@media only screen and (max-width: 1199px) { #n3HbhKPh8Pmp0t28BW40rCnrm6zbe6SW { top:22.0625rem;left:0.4375rem;width:12.5rem;height:1.54375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwZ5336dykTALiqdElxKgucNT7CPZKEy { top:14.75rem;left:0rem;width:26.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD { top:36.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #PD0PlraWH2kE9H1t31Tl4S158ivQ0I2N { top:31.4375rem;left:46.625rem;width:0.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEyhCsoQaBKRMNuQ1oewGah2FHKtQ273 { top:7.03125rem;left:25.46875rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2iClRpW4oN8TyQAiBVZ5qiccbKgUCcq { top:20.3125rem;left:0rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l90CkXAlfgwZ3kyzFWJP8lOKeh1CsT6K { width:16.125rem;height:16.125rem;top:18.8125rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZ3yt7lbSxvmi0pbmKRo0RWdcsi8DNHB { width:8.25rem;height:8.25rem;top:28.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXuDX4rrNvbwJ9iUGOdCzRQbSf2tqQEl { top:30.0625rem;left:35.125rem;width:5.375rem;height:5.775rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #xAlbPDv3eWwMAyQF56QVvQfCwGih7Zzx { top:31.75rem;left:36rem;width:3.625rem;height:2.6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrbKmUEmz8Dp3dfFzHNyZg9CpnU9TAGR { width:5.1875rem;height:2rem;top:2.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fn3Pg5WKgQWyJEJqkwKUdV1bhHp4LPAA { display:block; }
 }@media only screen and (max-width: 1199px) { #EsGQcnR0bLLH2pzAFwURcmnyed50GuTA { width:7.9375rem;height:2rem;top:2.3125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6dzHNAiGAwVtxlw0snAJTr3TAiQ4sJx { display:block; }
 }@media only screen and (max-width: 1199px) { #wRJWaqiD0JX6worfe4Khag19fmhvSPFw { display:block; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row .container { width:47.75rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d68f8cc8-8edf-419a-8081-7197f003a0b4/wd724x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.adaptive-delivery-prevent-bg, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyload, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyloading { background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { background-color: transparent; background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .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); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { width:47.75rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zvta9q7wKfmy8Aw040S9Wdb8i9avzddN { top:6.5rem;left:3.875rem;width:34.8125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJNBMmySqHPsfwq19qT4QMnhzFxa01hf { top:5.3125rem;left:19.0625rem;width:24rem;height:4.725rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpROrzPw54VcT2unfMueaby8cAB5M1Q1 { top:6.5rem;left:39.8125rem;width:4.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIE2i5Orr3sEfdtu2ubUObBiBiH4SBcQ { top:10.03750038147rem;left:0.84375rem;width:46.0625rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJGm9ia8xTEaDCHU8kWVF6XM7z3Qnsg9 { top:22.737500190735rem;left:0rem;width:25.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQNdLBXPBZdGX1EfAzkWfM3daMB57FUv { top:14.9375rem;left:2.125rem;width:43.5rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u114dfmhtB1tCe6bKu0umGJgxGAVIZKb { top:22.962501525879rem;left:27.625rem;width:20.125rem;height:18.2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBeQwCkaLLFuvtl39hTTNzrcoLVqrOOM { top:25.125rem;left:15.625rem;width:8.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSXGq4T4uiwpfMoMsM2uxmtz9w38E2RH { top:24.737500190735rem;left:-1.875rem;width:13.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXXWT9fbxZ3wlePqeNG1QHxCcsSFDxEf { top:27.375rem;left:13.3125rem;width:11.1875rem;height:11.7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixx1W6My9rF6mcziOu6gdeLUyEcvLakR { top:47.0625rem;left:46.625rem;width:0.0625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 { top:52rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #JyTanm2M3csp7zpHOhZpLTxhWu2id5nX { width:4.5625rem;height:2rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0qfXMoywGZ5hui855U3hSZJCTpaEgmA { display:block; }
 }@media only screen and (max-width: 1199px) { #d3inwIMyO1KP7dLTTLxlD4HtgiGbr69R { top:25.0625rem;left:13.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D03NUK8C8oJpXsfXmuC7HTFoN8lZUhvB { top:44.6875rem;left:7.21875rem;width:33.3125rem;height:4.5rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #w054O5ADmQIzZXOPeVFndWa47IarDLAO { top:47.9375rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk { display:block; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q0xCJOLZp6XrziDifPqtFyCiMxvJ6JsR { top:1.4375rem;left:17.25rem;width:40.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpUPTvRnU4qbu8Td83xOZV8FNd5SFNJh { top:4.8125rem;left:1.75rem;width:22.875rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xg1OLV53SE9pFT37boDZ8s5T70kVORdT { top:0rem;left:16.05223861703rem;width:31.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quOIDVDczucEgEV0DCeWxuTDQ9LExlIh { top:10.5625rem;left:1.3125rem;width:23.875rem;height:11.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1ku60veD1q9KJm5y6smiaT6ANb8SVe3 { top:4.5rem;left:11.625rem;width:12.9375rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IghB9cLLc2IDqrBBxl9rKqEqqDZcD0uN { width:16.4375rem;height:3.4375rem;top:23.4375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WH5x0cCvWVsXWLVZ5RwL0M0CRxiWCHyB { display:block; }
 }@media only screen and (max-width: 1199px) { #a5rM1DZbRgTzkIyTMlefuFi8rnpT5sfh { width:11.5625rem;height:3.4375rem;top:23.4375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgaXpIPDiV9IZP2ATIEvWdBPsEmU18G9 { display:block; }
 }@media only screen and (max-width: 1199px) { #xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I { display:block; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container { width:47.75rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #itQWoRTtoTF2w87Vyo63PIgaKUV9ThU8 { top:0rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I23UlhQQKVWiMltVaTWnTeXFiuIkC5JJ { top:4.8125rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4vHvaM3RirNiE8SGx3aNn6SZLKQB746 { top:9.375rem;left:0rem;width:23.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lkJPC5lmxf7ypHEuVOt4ynOggdphwghS { top:10.75rem;left:1.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zabw6U3ifWpEKNS743HLin9OPTtCM6gB { top:14.8125rem;left:1.8125rem;width:19rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPHGaAbiWG1Tf4UuUClTSUMpOm1GR6Ms { top:9.375rem;left:24.375rem;width:23.25rem;height:11.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #Je3xXM0eSkrUKi0SMsT5yEPVVJ07ldW5 { top:10.75rem;left:25.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HneyElpuTtDh2QCnoT7NooRGXZ0aNJ5B { top:14.8125rem;left:26.0625rem;width:19rem;height:2.625rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #kQpNxDBBSTPwRz8HK9h81Nn06os4g8Qx { top:11.4375rem;left:2rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sttZaT9aa3i1WwN0SERJNocr7FQ3EAP8 { top:11.3125rem;left:26.0625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNPDeyZNa0zEsBTQatQmFbEwVk0z5QzT { top:21.75rem;left:0rem;width:23.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdChlnnbTsmhxoRV95GMiKVpSn5dEM1P { top:27.1875rem;left:1.8125rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7lJAEl16cvhTQW37SWw4TgQKReKZk6v { top:23.25rem;left:1.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJuDb2uBXc8p7W4wlaaFTa9UgSTTupvN { top:23.8125rem;left:1.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1WwUuI9QUOnhw6Tt0JMIvmo1MihaGHC { top:21.75rem;left:24.375rem;width:23.25rem;height:11.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #cP3d3JTn9q42uvse1kqxFQpNGe9rNokE { top:23.1875rem;left:25.0625rem;width:3.1875rem;height:3.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #RuRJ4EZfiep9DkKD9GdFz4ts4THUdH2y { top:23.8125rem;left:26.0625rem;width:2.625rem;height:2.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #OErUgyhgq6ALvZZvMOkhzpvvi30fJTwH { top:27.1875rem;left:26.0625rem;width:19rem;height:3.9375rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #C6isTqQpX6iQHTThnJd90BK2XmlHKbHt { display:block; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container { width:47.75rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0ZVkfRfdEobxP3WD0nfz0Bkq0gccTg5 { top:0rem;left:0rem;width:23.75rem;height:12.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pkZ9D7tEZPAmoxTOTqXrgSuV6TAOympH { top:1.375rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l1fZnP6BNPg7RMKWtmz1xIO2fCugJTaH { top:5.0625rem;left:0rem;width:19rem;height:0;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OyXyvlwcMtBnlsdNXer0gPv2ktFPVNn4 { top:0rem;left:0rem;width:23.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8rOXJPaEewLuNp1wlsiCHP7TkZUyGxZ { top:1.3125rem;left:1.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1FI7gnqCZbTCLhLzM7cCy6HAVP1cDJx { top:5.4375rem;left:1.8125rem;width:19rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTmvPRWAAwBbBcLvkyy1MBth4pC61P1S { top:2.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v9E1sNGDOhUw4Olqo6cLI6sHx6ZolRz5 { top:1.875rem;left:1.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UGhz7IwRNnzd1DnQ2lxWTZPIPUp58HTA { top:0rem;left:24.375rem;width:23.25rem;height:12.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #vcFXUarWNiXLtp5qr7Xz9ell48ysfOwn { top:5.4375rem;left:26.0625rem;width:18.5625rem;height:5.25rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #zGGTv7TSaigoG3NhSLPUpPW7kQVquvmc { top:1.3125rem;left:25.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idZSPcx5T0QaTaywlP6a07azsOPoZUtq { top:1.875rem;left:26.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM { display:block; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U9D4EJK2d41NATq4WQxLfKJM1GC5mafZ { top:6.0625rem;left:0rem;width:47.75rem;height:4.725rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fIeckLqGq8w5MCtWIBogJhet9GTHaUCc { width:16.4375rem;height:3.4375rem;top:22.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exvzDiQTGnTcdXnU85gMWAD32KTIkPhK { display:block; }
 }@media only screen and (max-width: 1199px) { #pW3Ff4mq2pcXDwx1LsOo5pJPAOxTpdGV { top:12.875rem;left:1.59375rem;width:44.5625rem;height:5.4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah { top:3.84375rem;left:12.375rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iu5DUGzi82heXWs8IdwPeVOaTMGwsVdn { width:11.75rem;height:3.4375rem;top:22.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDIii4mQEU86sDTRsvqeWSok4quX1PC7 { display:block; }
 }@media only screen and (max-width: 1199px) { #q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q { display:block; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kxOKcKbC1Cv0TR2zkCbJWC1Fzmpq9ZiE { top:4.8125rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRPucM0vTD0ToweTttViXk2Ne7Zba7n8 { top:9.1875rem;left:0rem;width:15.25rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhQ4Tz71SlQvWLsbIShwk0GWShMmcvti { top:10.5625rem;left:0.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reocH7HKRU3bfeAO218gyFvVSos8uXpO { top:14.6875rem;left:1.4375rem;width:12rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6B20DiUcU4KUrug676IDgsNm5La9Ez7 { top:9.1875rem;left:16.1875rem;width:15.25rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Avqwa9ymi1SQRoTc1X2zriuZWs6oHnZp { top:10.5625rem;left:16.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hciOdIPGw3Ax1JA12lmEM7y8NlpCFpNo { top:14.6875rem;left:17.625rem;width:13.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ompwiy9kutHJUtV2tzgS8MKyZNTrSceN { top:11.25rem;left:1.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asHNxdrk2QVBPThradnF0N5QP3sqeXgT { top:11.125rem;left:17.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpZxtppdV2NK382GLTBGVTrxb0eXZatJ { top:9.1875rem;left:32.375rem;width:15.25rem;height:9.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #JxHIVnB7RMNiXsLTPAiCxWATXRJpUDn3 { top:14.6875rem;left:33.8125rem;width:12.75rem;height:2.625rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #nzmVhMkBgQiWRq99TPgQhEVzFhzyGyRF { top:10.5625rem;left:33rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqhkqTe9JMTIf0VmIONFdlHOaHDNwJgQ { top:11.125rem;left:33.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #noMaTfQTlfX0uZbGoswPvscxiyhWANc4 { display:block; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { width:47.75rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OFE8M9Hchmqq7pDuzqZtbaC6fk5P0KDM { top:0rem;left:10.375rem;width:27.875rem;height:69.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 1199px) { #dhbixUE9JaTKTaTapqQMxP3p2OD4Tk32 { top:0rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWAhDuKNIEqTp6EveBXVLVz7KauKBw4W { top:2.5rem;left:0rem;width:47.75rem;height:4.2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOBWlXbrUOaSibZsxrr51yMAp3Fz47dr { top:15rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBDnWVKnkPKI8pxNPvAeepaLcCJcPw8N { top:15.3125rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cs0HIsogNQKRm9G3H2MsT1EEvQ60xQk5 { top:15.4375rem;left:0rem;width:11.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DT5iTunVhQW9dwXTrb98AFWfM9RZL7qe { top:19.75rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcqXJURUuMNT6xqkNm0GoIOp6XCoeSAf { top:19.4375rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riEwZaRRq7y2JZm0ep6mgvJJFP7z1H0J { top:19.875rem;left:0rem;width:11.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AabIa7fkFnIRsn1iJErcbhczwKk5qyKo { top:30.4375rem;left:34rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAtwhywfbnsNHpKmiqyHK3kRbUVf3lMX { top:30.75rem;left:34.0625rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsfuJPe13TWydkvRfS8dTmB1ok9iUU7c { top:30.75rem;left:37.125rem;width:10.625rem;height:3rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #RgI4vFOsa4TzVvViKmfrIpMN49ZUI6ho { top:26.0625rem;left:0rem;width:11.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMsvxQlcz8r87DqKuTxMrTmr4fsc4AOg { top:25.625rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezMUUHPMmiCzXTiPtKOy5OmdnQHBT2Hg { top:25.9375rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alDNumIJaPEZ086ICUZs8JIPKBMmT5qE { top:35rem;left:34.125rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUO0OcXvLlXZPiN9QZtb9NAM5h0zSLcr { top:34.6875rem;left:34rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FmDGQ3PBSwTgS9Fd8dgZbWq7micnlmzT { top:35.3125rem;left:37.125rem;width:11.25rem;height:3rem;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #DgLOThws41OnMT06r5wn7C7ahfUcycGl { top:38.8125rem;left:34rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cigJycnRUg2W73gMGaBGPLKfqqGJlPEB { top:39.125rem;left:34.125rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S27T1KiqgCg1lulpLiyXB9FoGFJV2iaH { top:39.4375rem;left:37.125rem;width:12.125rem;height:6rem;font-size:1rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #wgZ6rRAqU7CdsNlcRTOTAVkwSKLXzrcR { top:46.3125rem;left:34.125rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EZi1cWBdKCnilQdEqQ7JoOftRsBTbn0l { top:46rem;left:34rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0TFIk3dgu0MVXUzWUpsBXJkXkfbPEqS { top:46.5625rem;left:37.25rem;width:10.5rem;height:3rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 1199px) { #mgI35wJS3ClgPkrEW9VWGk60SbFhe28o { top:52.8125rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzuTDr12rDp1HNgbl0vtbE8kTdMSlLm6 { top:52.5rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q826Lkwe9Su8ls1bTnRaWXF95HQSk5kc { top:52.9375rem;left:0rem;width:11.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbc27EHBcIa0fkdqS17xncya41tbbV1D { top:57.125rem;left:0rem;width:11.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8uExlCnBkOyVgmg73mo7ev3Ttsi8KUR { top:56.6875rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CK5TvbGWxDDuertyPDh1UfJe0wc0uE8T { top:57rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBohUhmZ45qzgBFROLaCNLuJ7Tt2CPbK { top:61.1875rem;left:12.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3xambsBTyF1QJEZzQxS1GylRb8Aaquq { top:61.5rem;left:12.375rem;width:2.25rem;height:1.925rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnmKerDNoC0Jt1kzyTCbghXGNoepRwwk { top:61.5625rem;left:0rem;width:11.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8lauiTWHV0WpkBnrlq4TAAZOc6ZHPE1 { top:6.324999809265rem;left:0.46875rem;width:46.8125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRU007Ci9uBWJkqsORx46xgw1872tVUA { top:74.375rem;left:0rem;width:47.75rem;height:4.2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AM4CAtK9RuO5Ggk3itp4OcZ3GX6OmEtZ { width:18rem;height:3.6875rem;top:80.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVCSnZyV62qvgCJGZv4c1w7vy5w5HFcL { display:block; }
 }@media only screen and (max-width: 1199px) { #zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW { top:105.625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #SeOo2pnsKfxMO2U82mqxzrJ9IBEQZpKi { top:100.75rem;left:47.6875rem;width:0.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nybugJQDh70LQSw1tmufQnLCs4r867he { width:11.75rem;height:3.4375rem;top:80.9375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9nNg6zWa31mHfVcHIPXg85OAEiDep74 { display:block; }
 }@media only screen and (max-width: 1199px) { #UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN { display:block; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 { display:block; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vTK9hCEltSnDFitkD38sueAGGFz2AgGf { top:4.8125rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyREcJORa2wkWhklTzMcbTS7cz3R9v1G { top:8.3125rem;left:0rem;width:47.75rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr { display:block; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ILiJ1xh3rlOdoBcT7eOOWK8pzbBwcLSe { top:0rem;left:0rem;width:47.75rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yalBqXwQ8EG3k9dFrQGyuwToHJwSC9F3 { top:0rem;left:0rem;width:12.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFlKmz5ol1Emb6Kkek6Reraf2GeTIfc6 { top:0rem;left:35.25rem;width:12.5rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtgA3RdEOgQC8by4LZvrwv3rvpRSKAWL { top:12.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2kAHngOEG0NP8G83OeQskvs00Cq93Er { top:12.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 { display:block; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG { display:block; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZKF4ybGHd2NgEDTDk4VcLHCFbwPImIt0 { top:0rem;left:0rem;width:23rem;height:2.0996125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3aqbdWCZ6ORTHTp3KGAX7QNXIUdJkHU { top:0rem;left:24.8125rem;width:22.625rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPJhtKaCKDenJyIO3mzmWP5qi63gtsMV { top:8.03125rem;left:-0.625rem;width:12.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZxDVXszMUNSShJFWnsWgaQC5F2RvvU6 { top:5.125rem;left:12.625rem;width:9.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcNgPhlcmsdovPkOARDbTQPT61PVgi4h { top:4.0625rem;left:0rem;width:11.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1T0anxaXoWREx46DnLwT73iMlaAI2nR { top:4rem;left:25.6875rem;width:9.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrP9UOoOiivdvIGU1LiQ5QSAsiLHV4B6 { top:4.0625rem;left:37.1875rem;width:9.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RyCstpUDCkyoTFuFzakT2o3F01aDS4bc { top:9.375rem;left:25.375rem;width:10.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcQkP2De0RuMJEolSm9v2Z5MrIo8QwCW { top:8.5rem;left:0rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DM1x83IPJzCV0Z1qCcmZrNMA0AImXPyp { top:3.625rem;left:11.75rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtrHfIOxuhZb8kA9JKgGTpeOSQm24EN1 { top:3.625rem;left:0rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTT7gedgLvSTR3yhITp74S2Hy60BIBW { top:8.5rem;left:24.75rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSdMQTXMTLhS107QmSdGiIpSgGTGeF8o { top:3.5625rem;left:36.5rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riuTnVeRSRgnmpBbsZ7AfoWnoETUGvHT { top:3.5625rem;left:24.75rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXa9UbM0Ihh3kZ4mK2d83fA3Vbrw5iLx { width:11.125rem;height:4.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3yMLnIeGBlOfrNOKzfV77OIrKqUFW44 { display:block; }
 }@media only screen and (max-width: 1199px) { #fH7vdyx09zTxB2fHBJOlh15PItJ5m1gV { top:7.5625rem;left:0.0625rem;width:11.125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zktSliZFZmdSJBv25SX7qTfrTuZC29Jw { top:8.5rem;left:0.625rem;width:10.1875rem;height:9.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNfv6qThgZv3H59VImpOpU4xEirt4XbX { top:7.5625rem;left:11.75rem;width:11.125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1JqSns5aJdypmXhR4yBflROfFtIhIui { top:8.5rem;left:12.3125rem;width:10.1875rem;height:9.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5phpmVPopE83265fi26Jlw4cKX8ao7W { top:12.875rem;left:0.0625rem;width:11.125rem;height:11.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #WMoZE4MJwPWEfSFghaL3FUc3Tc5Mi1Tn { top:14.375rem;left:0.625rem;width:10.1875rem;height:9.28125rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #b1PFmxSBfaXLeKsDf5aA52eBium9QTX3 { top:42.1875rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3ggODTl8BkLvEmS4WeAz3Snc22EQ0f9 { top:45.625rem;left:13.5625rem;width:9.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTsMTW6iwE3GeMBes3T1mxKLTTsUs3DW { top:9.25rem;left:13.625rem;width:7.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HuxDRTSrScs343RKaG4tEM9Rpx5tZFtn { top:8.5625rem;left:11.75rem;width:11.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XltAGq7xyxO3BEBQe95zennPf5by8WnD { top:12.875rem;left:11.75rem;width:11.125rem;height:11.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #cDQedF1ZKmBiz573qB7LQODaUHTSOas7 { top:14.375rem;left:12.375rem;width:10.1875rem;height:9.28125rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #B4P1JIw0ZGgnSMQndCOavyzbRTCKL0QZ { top:45.5rem;left:24.8125rem;width:9rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJN9J7nB1hHJ8upJZIv36wS7QR7LIuX3 { width:7.4375rem;height:2.9375rem;top:9.25rem;left:38.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZQshuJderINEhxUXgqEpzoOX65Z8pAO { width:12.9375rem;height:2.125rem;top:14.65625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0fNMbweIeZ7CkOGXBDKPzgS7w5sTTfX { width:6.4375rem;height:1.1875rem;top:15rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDISq2oQQTpOsOPus3SaEcIWHs9Hp0tB { width:7.8125rem;height:2.4375rem;top:24.03125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5NKFsmaZf7TunHJLwzZvDlVLxUlhKTQ { width:7.125rem;height:3.0625rem;top:19.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EP4lZN4fR6Se2ir0hIo5hl02G6gd4gEx { width:11.75rem;height:1.3125rem;top:24.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BL8DuCkcChoM77zPgqEm4B7I81Og82w3 { width:5.625rem;height:4.125rem;top:33.40625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pywBaUAp1W3cscFQdkxdye9H4QKzcHId { width:10.0625rem;height:3.9375rem;top:18.5625rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9Hx8nkzh2iDHAXlC3ouTwWaSc3UZaak { width:9.625rem;height:2.9375rem;top:28.75rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cC4UZQk5mAUvKW6OyvznnZfvtqASMpkX { width:6.3125rem;height:4.375rem;top:28.03125rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oucQcaL9TisvkEGFzb70LXpxARJ04E8T { width:7.6875rem;height:4.125rem;top:33.40625rem;left:31.40625rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #iS04DZOVGqZMOJ9hHFP8LuzPM0OFfvy4 { top:13.3125rem;left:0rem;width:11.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrJWTduvbGIsn9DmX5fRAfhfR51hHUGi { top:19.0625rem;left:0.625rem;width:10.1875rem;height:8.25rem;font-size:0.6875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 1199px) { #FfUN29cITCMKheGp4Waic6BByTdlZrf4 { top:17.9375rem;left:0.0625rem;width:11.125rem;height:10.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #cQ5Fs59DZhswBX23KFf53dZPFg5WeVuB { width:9.375rem;height:2.8125rem;top:14.34375rem;left:12.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #nZF5fSlOLiVHbhVMWzbe2FTw2VNufzJu { top:13.53125rem;left:11.9375rem;width:11.125rem;height:4.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #g2Vvwn8wWTpyXQBTsuqCDKEvWcG9Lt5a { top:17.90625rem;left:11.75rem;width:11.125rem;height:12.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #tQCclGcJbd46vJLB9KTNN2MFTqSTwTg1 { top:19.03125rem;left:12.3125rem;width:10.1875rem;height:10.3125rem;font-size:0.6875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 1199px) { #qfNXOCTTq2RGWb4ZTHaJome6iTQuppAT { width:6.8125rem;height:5.0625rem;top:33.1875rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD { display:block; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #slOfRxGAdVaIFLxB7IinlbiW9T7VZcsv { top:3.1374998092651rem;left:0.125rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRyTei7KAyKekmFv436M1aUmsHuAHKsA { display:block; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container { width:47.75rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #exqKTHLhZRBC4SZD0lDJMFJFA0gue44k { width:15.3125rem;height:30.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vF1n9aKzQZ0OCba6lhblxuZsxlH2bZpE { width:15.4375rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVsmFJSmPVhT552TdKl0GTam2GxTFQqG { top:9.7000007629394rem;left:0.91666698455813rem;width:13.625rem;height:6.3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #km8AEamN6RqusCz0BXOkZ5q5IFakhTOr { top:17.22500038147rem;left:0.90625rem;width:13.625rem;height:8.4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLscFl9wyXSRHbg4IkK3G3SpWLDA8gMa { width:5.4375rem;height:2.1875rem;top:26.3125rem;left:0.91666698455813rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4KN6s0REGQzDJrbvy2tBW0DQrVpUdx7 { display:block; }
 }@media only screen and (max-width: 1199px) { #LVRnLas59eIlomAIHSCAexBT4L3M12is { width:15.3125rem;height:30.375rem;top:0rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TH9i7NqR3Zt8GONInQ44a6liOHGS57VR { top:9.7000007629394rem;left:17.0625rem;width:13.625rem;height:3.15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GubpODK13RMP9HUmO4SMJQ3Gb40ymJGh { top:14rem;left:17.0625rem;width:13.625rem;height:9.8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzSemI6uxTVqz6Qnrqos91buRRroD3Bc { width:15.4375rem;height:8rem;top:0rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4dh1GsZyC55BnW9zVB5MA4RVBb5eH0Q { width:5.4375rem;height:2.1875rem;top:24.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcxDqMT7c9BiaMV2aUJUxndnpTA2OsZU { display:block; }
 }@media only screen and (max-width: 1199px) { #n5K9UOw3buBJLBPsBhIWfwC6N9UZEGga { width:15.3125rem;height:30.375rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6ny8KaxssKXO7dKhkCTonCMvUWPdC0z { top:12.41250038147rem;left:33.21875rem;width:13.625rem;height:9.8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3qy9HI72nLD16vIQylDFiqOGvySAusv { width:5.4375rem;height:2.1875rem;top:22.875rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkdnVVKvDAid4Shso65I8lnZFG8NXR4 { display:block; }
 }@media only screen and (max-width: 1199px) { #TVsITOBAS1xLcR3hdoGz4VmPDGPKGgqg { top:9.7000007629394rem;left:33.21875rem;width:13.625rem;height:1.575rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2fQ2DB7DmioqKuT53Cw19qnFdGDmTHV { width:15.4375rem;height:8rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil { display:block; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container { width:47.75rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t7TE2DHCvRUE4xmxUs5owEft7XmMDCwM { top:0rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e { display:block; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yLnv4NeXdsTm3HbCmNk4dGuKRUxAgZzG { top:0rem;left:0rem;width:23.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fqw57MKLfQCtzxRADwOluVdtEOVl65w0 { top:2.375rem;left:5.15625rem;width:10.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9y4dLRSxck7xhupm7MvgiCG7RKb4LxE { top:2.125rem;left:2.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZnCVwChudoVx7JlTXZbfOg7DSSNLskC { top:5.1875rem;left:0rem;width:23.25rem;height:6.375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 1199px) { #MeOc4qy7KfpbMHvlgaInt4nxXFGpAKlS { top:5.75rem;left:1.875rem;width:19.8125rem;height:4.875rem;font-size:0.8125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 1199px) { #PhyRKoTLUVmtprNVzM4IixDtWN7ThTXc { width:23.25rem;height:5.5rem;top:0.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGwm3ZU8VGtlBO6oA7TeRNVe02EkKmmz { display:block; }
 }@media only screen and (max-width: 1199px) { #cid20yqkEEi2LwEtmvfLpTUgCqGmo8Jg { top:0rem;left:24.375rem;width:23.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2OWhdTD8ZkZe1k1HZvXpZBL7rz7Cqr6 { top:2.375rem;left:29.8125rem;width:13.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxF1zUXxVLkplaMBzOOoERddLdH5hlgI { top:2.125rem;left:26.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQTZt6uMiCVC7k6104QaUI0PCftwKteM { top:5.1875rem;left:24.375rem;width:23.25rem;height:6.375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #Cul6CLWGkp6N2zCfQawMkRZfAhbXVdpB { top:5.75rem;left:26.125rem;width:19.8125rem;height:4.875rem;font-size:0.8125rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #VvUw3Mb9VhD7M0woOFsO0m7PI0yBm9sE { width:23.25rem;height:5.5rem;top:0.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeLG9CkTMP8md0lVs7PIB1oqmW7cDZHX { display:block; }
 }@media only screen and (max-width: 1199px) { #X1RW6FdTJyVHkFtr2TPa0UH95aZWVUTS { top:15.5rem;left:0rem;width:23.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw34skdrBilMp5oN9bzUElSieZt9PVN1 { top:17.15625rem;left:1.875rem;width:19.8125rem;height:3.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqSRTCMLRZpVa6nfnyCDruJxJe6EwOh0 { top:8.875rem;left:0rem;width:23.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIpGgVngxnV4R5kDNRr4yykeoMcHsRMA { top:10.96875rem;left:5.15625rem;width:14.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FE81LIWXiLTU42sDvIPQtCU1WHuiiVn2 { top:10.3125rem;left:2.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x20aXM9vElH9AdflSEa8g19JJfS98Cyu { top:15.5rem;left:24.375rem;width:23.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvLBuTlLUoPps66W4np8wXra7M1zz5em { top:17.15625rem;left:26.125rem;width:19.8125rem;height:3.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W3wa8qJnwUIczwTPmanrq9EJTAokTego { top:8.875rem;left:24.375rem;width:23.25rem;height:7rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #z5D0p27oOEEOMH3JBLvnsUbQ0AeFtNTD { width:23.25rem;height:5.5rem;top:9.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mikikLe0GThqAd6OpS9wFqz317mMCipp { display:block; }
 }@media only screen and (max-width: 1199px) { #TBzBNQ5mfK1iZOLsi8QqvyWPnm70oMRG { top:10.9375rem;left:29.8125rem;width:10.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHmfcnw19VHss57XkQPLgsfvDhKQrwIx { top:10.3125rem;left:26.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTAfyE1NTflSetmg2mSngbmtcwTHQQnB { width:23.25rem;height:5.5rem;top:9.53125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2AZPBNpwahoDiOwPrxz0OOOBKithath { display:block; }
 }@media only screen and (max-width: 1199px) { #Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 { display:block; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqWdbo7yLLKidmib4R5pQbHlvPcJAqrE { top:5.7687501907349rem;left:25.375rem;width:22.375rem;height:14.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKrUtUZ7fngZibXWS1sNMUpbdc2o9x83 { top:7.3125rem;left:41rem;width:6.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #in9AItKTPRADMrz8Fb6d7rx3FwCtV2tq { width:47.75rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt { display:block; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container { width:47.75rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 { display:block; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K061AExkMgC69yAqRsap5suCBkhBC7Ji { top:6.875rem;left:0rem;width:21.5625rem;height:15.425rem;font-size:1rem;display:block; }#K061AExkMgC69yAqRsap5suCBkhBC7Ji li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1a6210d-9092-44fa-8675-011fbf6903ea/Inventity_Symbol_RGBNeonGreen.svg); }
 }@media only screen and (max-width: 1199px) { #b8cHqRL0QcThX5TvyKT0wcX4bkCu3art { top:3.625rem;left:1.625rem;width:12.375rem;height:2.1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyqU80R9AXT3wo1DPhrJpCqSl5gpLikn { width:47.75rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MIel8RfMB6msSh6OosUbgbGqJO641dJs { display:block; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 { display:block; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q9VhLHiicwKi9mVTWUV03suyIPrdnafD { top:0rem;left:0rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J87RPeni1CmF8kNyHxrB60fv5qhARfLv { top:1.375rem;left:0.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZU7Mdd5eTgb0kepTp1yN2f1qwlflvFB4 { top:4.59375rem;left:4.125rem;width:7.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmSyn8U9obGUfRkama9vDTSztOMJQUKl { top:1.59375rem;left:4.125rem;width:6.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cxpga09XtylAcf2AsOlJmCDTtm8RpM51 { top:0rem;left:12.09375rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJNlqoaR0BkLQGy29eKRllygUTWp1ok7 { top:4.625rem;left:16.25rem;width:7.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qi8IXhSfvOCWziJ9ILVwR5caOwFUT5Dw { top:1.625rem;left:16.1875rem;width:8.3125rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADAV2ZWqprkiZqLy6ALTLJIuZOaPZDAA { top:1.375rem;left:12.5625rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOKKDqc1cFvSzxb9ZMnufw7blamECRL3 { top:0rem;left:36.375rem;width:11.25rem;height:10.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Nv43p5yZPtNKGywhzPNNUqHOHtxZ7d2J { top:0rem;left:24.21875rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ml5px4NHLXt7eBuK8OmyQbw60ywuVV8g { top:4.59375rem;left:27.8125rem;width:5.625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWvTmvZ3GTuPWDfkLrmCOIbbOa0hEfPV { top:1.625rem;left:27.8125rem;width:9.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLNUwwRoiq894eGT7LB8RLvT8wV4T6F6 { top:4.625rem;left:40.125rem;width:7.625rem;height:3.9375rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #t824bLNtD75K8He0i1kEpcI7zX5dg8DB { top:1.625rem;left:40.0625rem;width:7.25rem;height:2.8125rem;font-size:1.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #h9JuUi3MTB9D6azbFR0l4yTK6CkADZ4V { top:1.40625rem;left:36.5rem;width:3.125rem;height:3.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7KOAsy2b18JoCQrewF4ioVarR7tI5xN { top:1.375rem;left:24.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL { display:block; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #In3vtPRQU8RoBlkQavQymhIlVSDLx1O4 { top:0rem;left:0rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpPT22Pg3tuf4PnQlRAscNIxg9t68fwT { top:1.4375rem;left:0.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EaFT7Fh7duxH4dsmMLINN9fgpUVTOI9h { top:4.75rem;left:4.125rem;width:7.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJqkqnXuoTWZw2rVDHUrwE6lVFJze0Ew { top:1.625rem;left:4.125rem;width:7.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TldaTbHS7lSwGqThIFzNXWws6dZbl8T4 { top:0rem;left:12.125rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTcVv5Z9KW63wMCfs8hNEHMGRWFF0Deo { top:4.625rem;left:16.1875rem;width:6.6875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puSNu78OvfHEqTTEG5sNhFsorSxInGEd { top:1.625rem;left:16.1875rem;width:9.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndiVVazmLTszsQysNhRcCoF54Cre9e9r { top:1.5rem;left:12.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5fdmp5RJgqqItTz4dW0dz1oMdWyhJJ5 { top:0rem;left:36.375rem;width:11.25rem;height:10.3125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #yqTlSk5NFKatp4csk5I5h6usApW4EW3m { top:0rem;left:24.25rem;width:11.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mGJsSez41yKlvt3kCbIOcrfFtLT5zVoR { top:4.625rem;left:27.8125rem;width:8.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGzeI8R8eOSB4u0gcAGhK2teNZG5nKeq { top:1.625rem;left:27.8125rem;width:9.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCOU9VTtwp8uo8GDgbfPhzrtm3WkQb4n { top:4.59375rem;left:40.0625rem;width:7.5625rem;height:2.625rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #iURRXvoOnJHO2TqywgCiWRxOKpOy1y5d { top:1.625rem;left:40.0625rem;width:9.875rem;height:2.8125rem;font-size:1.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #q3aKVFS0DfBxvvoEnnDnKyGDtfKQB3Cp { top:1.5625rem;left:36.5rem;width:3.125rem;height:3.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Veq6S26LkOszZc3pqLOHd2VHwVDkqD8x { top:1.5rem;left:24.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe { display:block; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ { display:block; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AoUrsI2XX6IZ6thAwPRh7Jt20pymt4RN { top:4.875rem;left:7.0625rem;width:33.625rem;height:4.2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7S3wVe6RntnS0z3HZpIwAs4L070GeH8 { top:11.375rem;left:3.4375rem;width:40.875rem;height:5.4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMJXhX58hDJqv4Gh3iy37RAGluFO4UVU { width:20.8125rem;height:3.4375rem;top:19.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIQv0IoNfGR43rzULPbmsk7tCadiSuz6 { display:block; }
 }@media only screen and (max-width: 1199px) { #h6npoT5wtz8GDclAsZXQhquqD8gQu24r { width:15rem;height:2rem;top:20.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iX05WO6x9K5E6rccth5QR0MlTMlenE0l { display:block; }
 }@media only screen and (max-width: 1199px) { #f2ak436i88pHe22CF97bQg8TSlmnfeVA { top:25.5rem;left:40.8125rem;width:6.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa { display:block; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IxxWwd9B75gyMHyrilFctuvUWBsoxR7c { top:1.125rem;left:0rem;width:10.25rem;height:1.4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVz5oGFH5cN6ZhkZhlwwdV9hDXl6594D { top:1.0999984741211rem;left:5.25rem;width:9.25rem;height:1.4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hNCSqhXlNc1MaoDEKrsGw1zvOvMZxVd6 { width:19.0625rem;height:20.25rem;top:27.9375rem;left:1.0441059966788rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBcyUgHCP6CAKJTAIgkvxuDc3CrM4giE { width:20rem;height:12.9375rem;top:32.089584350586rem;left:6.8931159420287rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfBEOC3EC2xSmEgQ5z30HWOEfbS7GRFr { width:10rem;height:2.5625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqKQbp0fpfplpHTkA0g70pUy5l0R8HtJ { width:18.25rem;height:3.4375rem;top:46rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTvCTSSedxc75ZXsIDhlwqJELJQmxfu { display:block; }
 }@media only screen and (max-width: 763px) { #XE0k4WODyfKREUAmmfqVpWEV4JXhe1SF { width:18.5rem;height:6.0375rem;top:6.5625rem;left:0.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CeNHTmQiSmziN8QeuLs4vasyoin3fDRP { width:20rem;height:9.5625rem;top:21.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pu82WMXwXs409ww8TiIVT5BNDaGBNLzR { width:8.6875rem;height:7rem;top:34.995834350586rem;left:5.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7rfkwwdwungXSrlkCDRFFtBSqIMZA0 { width:9.75rem;height:3.4375rem;top:109.6291875rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJo8FnJi3RVmCaaMxxv4pCHHNMXu54AI { display:block; }
 }@media only screen and (max-width: 763px) { #n3HbhKPh8Pmp0t28BW40rCnrm6zbe6SW { width:12.5rem;height:1.7875rem;top:21.75rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZ5336dykTALiqdElxKgucNT7CPZKEy { width:18.4375rem;height:4.63125rem;top:13.875rem;left:0.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD { display:flex;width:2.1875rem;height:2.1875rem;top:59.8125rem;left:10.3125rem;display:none; }
#fAZ9ssEgUF6EZd1hkG4RhtJ0AGzqkhVD > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #PD0PlraWH2kE9H1t31Tl4S158ivQ0I2N { width:0.0625rem;height:4.375rem;top:61.9375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEyhCsoQaBKRMNuQ1oewGah2FHKtQ273 { width:12.1875rem;height:12.1875rem;top:31.96875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2iClRpW4oN8TyQAiBVZ5qiccbKgUCcq { width:4.375rem;height:0.0625rem;top:20.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90CkXAlfgwZ3kyzFWJP8lOKeh1CsT6K { width:10.5625rem;height:10.5625rem;top:33.277083396912rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ3yt7lbSxvmi0pbmKRo0RWdcsi8DNHB { width:5.875rem;height:5.875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXuDX4rrNvbwJ9iUGOdCzRQbSf2tqQEl { width:4.75rem;height:4.725rem;top:32.637500762939rem;left:0.48124980926514rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xAlbPDv3eWwMAyQF56QVvQfCwGih7Zzx { width:4rem;height:1.925rem;top:34.03750038147rem;left:0.85624980926512rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NrbKmUEmz8Dp3dfFzHNyZg9CpnU9TAGR { width:5.1875rem;height:2rem;top:51.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3Pg5WKgQWyJEJqkwKUdV1bhHp4LPAA { display:block; }
 }@media only screen and (max-width: 763px) { #EsGQcnR0bLLH2pzAFwURcmnyed50GuTA { width:7.875rem;height:2rem;top:51.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6dzHNAiGAwVtxlw0snAJTr3TAiQ4sJx { display:block; }
 }@media only screen and (max-width: 763px) { #wRJWaqiD0JX6worfe4Khag19fmhvSPFw { display:none; }#wRJWaqiD0JX6worfe4Khag19fmhvSPFw > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d68f8cc8-8edf-419a-8081-7197f003a0b4/wd724x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.adaptive-delivery-prevent-bg, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyload, #xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w.lazyloading { background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { background-color: transparent; background-image: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row > .video-iframe-container { display: none; }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .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); }#xyQCiZxMCqPDhxg6NX1g8BadPvtlTL5w > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvta9q7wKfmy8Aw040S9Wdb8i9avzddN { width:20rem;height:2.1rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJNBMmySqHPsfwq19qT4QMnhzFxa01hf { width:11.1875rem;height:2.8rem;top:4.5rem;left:4.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fpROrzPw54VcT2unfMueaby8cAB5M1Q1 { width:4.125rem;height:2.1rem;top:4.8125rem;left:11.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIE2i5Orr3sEfdtu2ubUObBiBiH4SBcQ { width:20rem;height:2.1rem;top:7.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJGm9ia8xTEaDCHU8kWVF6XM7z3Qnsg9 { width:18.75rem;height:28.3125rem;top:26.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNdLBXPBZdGX1EfAzkWfM3daMB57FUv { width:20rem;height:10.5rem;top:11.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u114dfmhtB1tCe6bKu0umGJgxGAVIZKb { width:19.125rem;height:25.5rem;top:57.375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dBeQwCkaLLFuvtl39hTTNzrcoLVqrOOM { width:11.25rem;height:1.6rem;top:39.125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSXGq4T4uiwpfMoMsM2uxmtz9w38E2RH { width:12.875rem;height:13.5625rem;top:24.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXXWT9fbxZ3wlePqeNG1QHxCcsSFDxEf { width:12.875rem;height:12.6rem;top:41.1875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixx1W6My9rF6mcziOu6gdeLUyEcvLakR { width:0.0625rem;height:4.375rem;top:119.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 { display:flex;width:2.1875rem;height:2.1875rem;top:125.125rem;left:8.875rem;display:none; }
#ZK6AuaTpzmNBc4XOw0KqIdqxIDdbwBX5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JyTanm2M3csp7zpHOhZpLTxhWu2id5nX { width:4.5625rem;height:2rem;top:0.375rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0qfXMoywGZ5hui855U3hSZJCTpaEgmA { display:block; }
 }@media only screen and (max-width: 763px) { #d3inwIMyO1KP7dLTTLxlD4HtgiGbr69R { display:flex;width:1.625rem;height:1.625rem;top:39.125rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #D03NUK8C8oJpXsfXmuC7HTFoN8lZUhvB { width:20rem;height:5.625rem;top:85.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w054O5ADmQIzZXOPeVFndWa47IarDLAO { width:20rem;height:10.6875rem;top:101.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk { display:block; }#G0TUXa0chdbJWiFKqTWOFJuiQokFDMpk > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0xCJOLZp6XrziDifPqtFyCiMxvJ6JsR { width:20rem;height:13.3333125rem;top:21.341667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpUPTvRnU4qbu8Td83xOZV8FNd5SFNJh { width:20rem;height:5.85rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1OLV53SE9pFT37boDZ8s5T70kVORdT { width:17.6875rem;height:14.3125rem;top:20.75rem;left:2.2020835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #quOIDVDczucEgEV0DCeWxuTDQ9LExlIh { width:20rem;height:10.5rem;top:10.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W1ku60veD1q9KJm5y6smiaT6ANb8SVe3 { width:7.8125rem;height:2.625rem;top:4.4416666030884rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IghB9cLLc2IDqrBBxl9rKqEqqDZcD0uN { width:16.4375rem;height:3.4375rem;top:36.112499237061rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH5x0cCvWVsXWLVZ5RwL0M0CRxiWCHyB { display:block; }
 }@media only screen and (max-width: 763px) { #a5rM1DZbRgTzkIyTMlefuFi8rnpT5sfh { width:16.4375rem;height:3.4375rem;top:40.237499237061rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgaXpIPDiV9IZP2ATIEvWdBPsEmU18G9 { display:block; }
 }@media only screen and (max-width: 763px) { #xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I { display:block; }#xpTHiGmS1tkX6oFdTnOGNHgG8k7MPe4I > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itQWoRTtoTF2w87Vyo63PIgaKUV9ThU8 { width:20rem;height:7rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I23UlhQQKVWiMltVaTWnTeXFiuIkC5JJ { width:20rem;height:4.2rem;top:2.8125066757202rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4vHvaM3RirNiE8SGx3aNn6SZLKQB746 { width:18.75rem;height:11.5rem;top:8.9375085830687rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJPC5lmxf7ypHEuVOt4ynOggdphwghS { width:3.1875rem;height:3.1875rem;top:9.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zabw6U3ifWpEKNS743HLin9OPTtCM6gB { width:15.5rem;height:5.25rem;top:14rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHGaAbiWG1Tf4UuUClTSUMpOm1GR6Ms { width:18.75rem;height:9.1875rem;top:21.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je3xXM0eSkrUKi0SMsT5yEPVVJ07ldW5 { width:3.1875rem;height:3.1875rem;top:22.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HneyElpuTtDh2QCnoT7NooRGXZ0aNJ5B { width:16.5625rem;height:2.625rem;top:26.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpNxDBBSTPwRz8HK9h81Nn06os4g8Qx { width:2.625rem;height:2.625rem;top:10.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sttZaT9aa3i1WwN0SERJNocr7FQ3EAP8 { width:2.625rem;height:2.625rem;top:23.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPDeyZNa0zEsBTQatQmFbEwVk0z5QzT { width:18.75rem;height:11.5rem;top:31.93749332428rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdChlnnbTsmhxoRV95GMiKVpSn5dEM1P { width:15.6875rem;height:5.25rem;top:36.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7lJAEl16cvhTQW37SWw4TgQKReKZk6v { width:3.1875rem;height:3.1875rem;top:32.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuDb2uBXc8p7W4wlaaFTa9UgSTTupvN { width:2.625rem;height:2.625rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1WwUuI9QUOnhw6Tt0JMIvmo1MihaGHC { width:18.75rem;height:11.5rem;top:0rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cP3d3JTn9q42uvse1kqxFQpNGe9rNokE { width:3.1875rem;height:3.1875rem;top:1rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuRJ4EZfiep9DkKD9GdFz4ts4THUdH2y { width:2.625rem;height:2.625rem;top:1.6875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OErUgyhgq6ALvZZvMOkhzpvvi30fJTwH { width:15.5rem;height:5.25rem;top:5.0625rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6isTqQpX6iQHTThnJd90BK2XmlHKbHt { display:block; }#C6isTqQpX6iQHTThnJd90BK2XmlHKbHt > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0ZVkfRfdEobxP3WD0nfz0Bkq0gccTg5 { width:18.75rem;height:11.5rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkZ9D7tEZPAmoxTOTqXrgSuV6TAOympH { width:3.1875rem;height:3.1875rem;top:1rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1fZnP6BNPg7RMKWtmz1xIO2fCugJTaH { width:15.5rem;height:5.25rem;top:5.0625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyXyvlwcMtBnlsdNXer0gPv2ktFPVNn4 { width:18.75rem;height:11.875rem;top:12.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8rOXJPaEewLuNp1wlsiCHP7TkZUyGxZ { width:3.1875rem;height:3.1875rem;top:13.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1FI7gnqCZbTCLhLzM7cCy6HAVP1cDJx { width:16.5625rem;height:5.25rem;top:17.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTmvPRWAAwBbBcLvkyy1MBth4pC61P1S { width:2.625rem;height:2.625rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E1sNGDOhUw4Olqo6cLI6sHx6ZolRz5 { width:2.625rem;height:2.625rem;top:14.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhz7IwRNnzd1DnQ2lxWTZPIPUp58HTA { width:18.75rem;height:11.5rem;top:25.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcFXUarWNiXLtp5qr7Xz9ell48ysfOwn { width:16.3125rem;height:5.25rem;top:30.625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGGTv7TSaigoG3NhSLPUpPW7kQVquvmc { width:3.1875rem;height:3.1875rem;top:26.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idZSPcx5T0QaTaywlP6a07azsOPoZUtq { width:2.625rem;height:2.625rem;top:27.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM { display:block; }#f2DsRGZ1WwTftbNHfcO5J3WT0ICx4neM > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9D4EJK2d41NATq4WQxLfKJM1GC5mafZ { width:19.125rem;height:8.4rem;top:2.8125rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIeckLqGq8w5MCtWIBogJhet9GTHaUCc { width:16.4375rem;height:3.4375rem;top:24.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvzDiQTGnTcdXnU85gMWAD32KTIkPhK { display:block; }
 }@media only screen and (max-width: 763px) { #pW3Ff4mq2pcXDwx1LsOo5pJPAOxTpdGV { width:20rem;height:9rem;top:13.02499961853rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah { width:15.9375rem;height:23.125rem;top:1.6875rem;left:2.03125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e509d37-a66b-4a16-8b06-21b28238980f/21.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.adaptive-delivery-prevent-bg, #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.lazyload, #ws7ip4mlmc0mWTq1QGwXpz3dBUKhoiah.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Iu5DUGzi82heXWs8IdwPeVOaTMGwsVdn { width:16.4375rem;height:3.4375rem;top:29.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDIii4mQEU86sDTRsvqeWSok4quX1PC7 { display:block; }
 }@media only screen and (max-width: 763px) { #q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q { display:block; }#q5AtQxZUvHyoaW2kGLR1kaGlLJ5n3C1q > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxOKcKbC1Cv0TR2zkCbJWC1Fzmpq9ZiE { width:20rem;height:4.2rem;top:2.8125066757202rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPucM0vTD0ToweTttViXk2Ne7Zba7n8 { width:18.75rem;height:7.875rem;top:8.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQ4Tz71SlQvWLsbIShwk0GWShMmcvti { width:3.1875rem;height:3.1875rem;top:9.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reocH7HKRU3bfeAO218gyFvVSos8uXpO { width:15.5rem;height:1.3125rem;top:14rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6B20DiUcU4KUrug676IDgsNm5La9Ez7 { width:18.75rem;height:9.1875rem;top:17.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avqwa9ymi1SQRoTc1X2zriuZWs6oHnZp { width:3.1875rem;height:3.1875rem;top:19rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hciOdIPGw3Ax1JA12lmEM7y8NlpCFpNo { width:16.5625rem;height:2.625rem;top:23rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ompwiy9kutHJUtV2tzgS8MKyZNTrSceN { width:2.625rem;height:2.625rem;top:10.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asHNxdrk2QVBPThradnF0N5QP3sqeXgT { width:2.625rem;height:2.625rem;top:19.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZxtppdV2NK382GLTBGVTrxb0eXZatJ { width:18.75rem;height:8.875rem;top:28rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxHIVnB7RMNiXsLTPAiCxWATXRJpUDn3 { width:12.75rem;height:2.625rem;top:32.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmVhMkBgQiWRq99TPgQhEVzFhzyGyRF { width:3.1875rem;height:3.1875rem;top:28.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqhkqTe9JMTIf0VmIONFdlHOaHDNwJgQ { width:2.625rem;height:2.625rem;top:29.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #noMaTfQTlfX0uZbGoswPvscxiyhWANc4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f6500c1-8c6b-411e-b657-b909fa6bbd60/wd7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4.adaptive-delivery-prevent-bg, #noMaTfQTlfX0uZbGoswPvscxiyhWANc4.lazyload, #noMaTfQTlfX0uZbGoswPvscxiyhWANc4.lazyloading { background-image: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { background-color: transparent; background-image: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container > .video-iframe-container { display: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row > .video-iframe-container { display: none; }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .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); }#noMaTfQTlfX0uZbGoswPvscxiyhWANc4 > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFE8M9Hchmqq7pDuzqZtbaC6fk5P0KDM { width:20rem;height:69.125rem;top:15.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhbixUE9JaTKTaTapqQMxP3p2OD4Tk32 { width:20rem;height:11rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWAhDuKNIEqTp6EveBXVLVz7KauKBw4W { width:19.375rem;height:10.5rem;top:2.8125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOBWlXbrUOaSibZsxrr51yMAp3Fz47dr { width:2.5rem;height:2.5rem;top:16.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDnWVKnkPKI8pxNPvAeepaLcCJcPw8N { width:2.25rem;height:1.925rem;top:16.8125rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs0HIsogNQKRm9G3H2MsT1EEvQ60xQk5 { width:9.5625rem;height:2.25rem;top:16.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT5iTunVhQW9dwXTrb98AFWfM9RZL7qe { width:2.25rem;height:1.925rem;top:20.8125rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcqXJURUuMNT6xqkNm0GoIOp6XCoeSAf { width:2.5rem;height:2.5rem;top:20.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riEwZaRRq7y2JZm0ep6mgvJJFP7z1H0J { width:11.8125rem;height:2.25rem;top:20.75rem;left:-1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AabIa7fkFnIRsn1iJErcbhczwKk5qyKo { width:2.5rem;height:2.5rem;top:28.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAtwhywfbnsNHpKmiqyHK3kRbUVf3lMX { width:2.25rem;height:1.925rem;top:28.875rem;left:11rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsfuJPe13TWydkvRfS8dTmB1ok9iUU7c { width:9.5625rem;height:2.25rem;top:28.6875rem;left:0.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RgI4vFOsa4TzVvViKmfrIpMN49ZUI6ho { width:9.5625rem;height:2.25rem;top:24.6875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsvxQlcz8r87DqKuTxMrTmr4fsc4AOg { width:2.5rem;height:2.5rem;top:24.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMUUHPMmiCzXTiPtKOy5OmdnQHBT2Hg { width:2.25rem;height:1.925rem;top:24.875rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alDNumIJaPEZ086ICUZs8JIPKBMmT5qE { width:2.25rem;height:1.925rem;top:32.8125rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUO0OcXvLlXZPiN9QZtb9NAM5h0zSLcr { width:2.5rem;height:2.5rem;top:32.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDGQ3PBSwTgS9Fd8dgZbWq7micnlmzT { width:9.5625rem;height:2.25rem;top:32.650001525879rem;left:0.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DgLOThws41OnMT06r5wn7C7ahfUcycGl { width:2.5rem;height:2.5rem;top:36.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cigJycnRUg2W73gMGaBGPLKfqqGJlPEB { width:2.25rem;height:1.925rem;top:36.875rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27T1KiqgCg1lulpLiyXB9FoGFJV2iaH { width:13.0625rem;height:3.375rem;top:36.25rem;left:-2.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wgZ6rRAqU7CdsNlcRTOTAVkwSKLXzrcR { width:2.25rem;height:1.925rem;top:40.875rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZi1cWBdKCnilQdEqQ7JoOftRsBTbn0l { width:2.5rem;height:2.5rem;top:40.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0TFIk3dgu0MVXUzWUpsBXJkXkfbPEqS { width:9.5625rem;height:2.25rem;top:40.71249961853rem;left:0.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mgI35wJS3ClgPkrEW9VWGk60SbFhe28o { width:2.25rem;height:1.925rem;top:44.9375rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuTDr12rDp1HNgbl0vtbE8kTdMSlLm6 { width:2.5rem;height:2.5rem;top:44.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q826Lkwe9Su8ls1bTnRaWXF95HQSk5kc { width:9.5625rem;height:2.25rem;top:44.77499961853rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbc27EHBcIa0fkdqS17xncya41tbbV1D { width:9.5625rem;height:2.25rem;top:48.6875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8uExlCnBkOyVgmg73mo7ev3Ttsi8KUR { width:2.5rem;height:2.5rem;top:48.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK5TvbGWxDDuertyPDh1UfJe0wc0uE8T { width:2.25rem;height:1.925rem;top:48.875rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBohUhmZ45qzgBFROLaCNLuJ7Tt2CPbK { width:2.5rem;height:2.5rem;top:52.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xambsBTyF1QJEZzQxS1GylRb8Aaquq { width:2.25rem;height:1.925rem;top:52.875rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmKerDNoC0Jt1kzyTCbghXGNoepRwwk { width:10.6875rem;height:2.25rem;top:52.75rem;left:-0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lauiTWHV0WpkBnrlq4TAAZOc6ZHPE1 { width:20rem;height:13.125rem;top:12.875rem;left:7.3178571428569rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRU007Ci9uBWJkqsORx46xgw1872tVUA { width:20rem;height:10.5rem;top:58.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM4CAtK9RuO5Ggk3itp4OcZ3GX6OmEtZ { width:18rem;height:3.6875rem;top:70.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCSnZyV62qvgCJGZv4c1w7vy5w5HFcL { display:block; }
 }@media only screen and (max-width: 763px) { #zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW { display:flex;width:2.1875rem;height:2.1875rem;top:91.3125rem;left:8.875rem;display:none; }
#zoF5MyHTe632T3NOuqJlwMFd89Ef5FzW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SeOo2pnsKfxMO2U82mqxzrJ9IBEQZpKi { width:0.0625rem;height:4.375rem;top:85.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nybugJQDh70LQSw1tmufQnLCs4r867he { width:18rem;height:3.6875rem;top:75.2499961853rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9nNg6zWa31mHfVcHIPXg85OAEiDep74 { display:block; }
 }@media only screen and (max-width: 763px) { #UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN { display:block; }#UGVPf8v4qZxFRF5SlxmTTy8P93gh8TiN > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 { display:block; }#kSTpirU54dRuaXPuWHnKD33OmaXNZFW6 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTK9hCEltSnDFitkD38sueAGGFz2AgGf { width:17.0625rem;height:4.2rem;top:2.8125rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyREcJORa2wkWhklTzMcbTS7cz3R9v1G { width:18.3125rem;height:6rem;top:8.4500007629394rem;left:0.84375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr { display:block; }#RzUs7bsfQD1h0hvB9NUDIF6AQTWXTFcr > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILiJ1xh3rlOdoBcT7eOOWK8pzbBwcLSe { width:20rem;height:39.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yalBqXwQ8EG3k9dFrQGyuwToHJwSC9F3 { width:0.8125rem;height:24.5rem;top:0rem;left:-0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFlKmz5ol1Emb6Kkek6Reraf2GeTIfc6 { width:0.8125rem;height:24.5rem;top:0rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtgA3RdEOgQC8by4LZvrwv3rvpRSKAWL { display:flex;width:2.1875rem;height:2.1875rem;top:10.8125rem;left:-2.3125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #y2kAHngOEG0NP8G83OeQskvs00Cq93Er { display:flex;width:2.1875rem;height:2.1875rem;top:10.8125rem;left:20.125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 { display:block; }#hL7f1Qeynk5A7MFVSgnrOKyPMRLLFFI0 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG { display:block; }#bOfGEqbZEIuG8Kgp94Acqu8xQ8Abw5gG > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKF4ybGHd2NgEDTDk4VcLHCFbwPImIt0 { width:20rem;height:2.0996125rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3aqbdWCZ6ORTHTp3KGAX7QNXIUdJkHU { width:20rem;height:2.1rem;top:22.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPJhtKaCKDenJyIO3mzmWP5qi63gtsMV { width:9.625rem;height:4rem;top:9.4375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZxDVXszMUNSShJFWnsWgaQC5F2RvvU6 { width:8.1875rem;height:1.25rem;top:5.4437484741211rem;left:11.080208778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNgPhlcmsdovPkOARDbTQPT61PVgi4h { width:9.375rem;height:2.8125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1T0anxaXoWREx46DnLwT73iMlaAI2nR { width:9.4375rem;height:3.5625rem;top:27rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrP9UOoOiivdvIGU1LiQ5QSAsiLHV4B6 { width:9.375rem;height:3.25rem;top:27.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyCstpUDCkyoTFuFzakT2o3F01aDS4bc { width:8.3125rem;height:2.0625rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcQkP2De0RuMJEolSm9v2Z5MrIo8QwCW { width:9.5rem;height:4.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM1x83IPJzCV0Z1qCcmZrNMA0AImXPyp { width:9.5rem;height:4.375rem;top:3.7874984741211rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrHfIOxuhZb8kA9JKgGTpeOSQm24EN1 { width:9.5rem;height:4.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTT7gedgLvSTR3yhITp74S2Hy60BIBW { width:9.5rem;height:4.375rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSdMQTXMTLhS107QmSdGiIpSgGTGeF8o { width:9.5rem;height:4.375rem;top:26.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riuTnVeRSRgnmpBbsZ7AfoWnoETUGvHT { width:9.5rem;height:4.375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXa9UbM0Ihh3kZ4mK2d83fA3Vbrw5iLx { width:9.5625rem;height:4.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3yMLnIeGBlOfrNOKzfV77OIrKqUFW44 { display:block; }
 }@media only screen and (max-width: 763px) { #fH7vdyx09zTxB2fHBJOlh15PItJ5m1gV { width:9.5rem;height:12.0625rem;top:7.9375rem;left:0rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #zktSliZFZmdSJBv25SX7qTfrTuZC29Jw { width:8.75rem;height:10.3125rem;top:8.875rem;left:0.4375rem;font-size:0.6875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #HNfv6qThgZv3H59VImpOpU4xEirt4XbX { width:9.5rem;height:13.25rem;top:7.875rem;left:10.375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #L1JqSns5aJdypmXhR4yBflROfFtIhIui { width:8.75rem;height:11.34375rem;top:8.8125rem;left:10.8125rem;font-size:0.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #S5phpmVPopE83265fi26Jlw4cKX8ao7W { width:9.5rem;height:12.125rem;top:13.4375rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #WMoZE4MJwPWEfSFghaL3FUc3Tc5Mi1Tn { width:8.75rem;height:10.3125rem;top:14.375rem;left:0.4375rem;font-size:0.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #b1PFmxSBfaXLeKsDf5aA52eBium9QTX3 { width:20rem;height:2.1rem;top:68.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ggODTl8BkLvEmS4WeAz3Snc22EQ0f9 { width:7rem;height:1.75rem;top:71.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsMTW6iwE3GeMBes3T1mxKLTTsUs3DW { width:6.9375rem;height:2.6875rem;top:10.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuxDRTSrScs343RKaG4tEM9Rpx5tZFtn { width:9.5rem;height:4.375rem;top:9.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XltAGq7xyxO3BEBQe95zennPf5by8WnD { width:9.5rem;height:14.25rem;top:13.4375rem;left:10.375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #cDQedF1ZKmBiz573qB7LQODaUHTSOas7 { width:8.75rem;height:12.375rem;top:14.375rem;left:10.8125rem;font-size:0.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #B4P1JIw0ZGgnSMQndCOavyzbRTCKL0QZ { width:8.3125rem;height:2.8125rem;top:71.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJN9J7nB1hHJ8upJZIv36wS7QR7LIuX3 { width:8.5rem;height:3.4375rem;top:32.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZQshuJderINEhxUXgqEpzoOX65Z8pAO { width:11.625rem;height:1.8125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0fNMbweIeZ7CkOGXBDKPzgS7w5sTTfX { width:6.4375rem;height:1.1875rem;top:37.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDISq2oQQTpOsOPus3SaEcIWHs9Hp0tB { width:7.5rem;height:2.3125rem;top:41.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5NKFsmaZf7TunHJLwzZvDlVLxUlhKTQ { width:6.6875rem;height:2.8125rem;top:41.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP4lZN4fR6Se2ir0hIo5hl02G6gd4gEx { width:11.75rem;height:1.3125rem;top:58rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8DuCkcChoM77zPgqEm4B7I81Og82w3 { width:5.8125rem;height:4.3125rem;top:51.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywBaUAp1W3cscFQdkxdye9H4QKzcHId { width:10rem;height:4.0625rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Hx8nkzh2iDHAXlC3ouTwWaSc3UZaak { width:11.3125rem;height:3.5625rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC4UZQk5mAUvKW6OyvznnZfvtqASMpkX { width:7.25rem;height:5.125rem;top:45.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oucQcaL9TisvkEGFzb70LXpxARJ04E8T { width:7.25rem;height:3.890243902439rem;top:56.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS04DZOVGqZMOJ9hHFP8LuzPM0OFfvy4 { width:9.5625rem;height:4.625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrJWTduvbGIsn9DmX5fRAfhfR51hHUGi { width:8.75rem;height:11.34375rem;top:19.6875rem;left:0.375rem;font-size:0.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #FfUN29cITCMKheGp4Waic6BByTdlZrf4 { width:9.5rem;height:13.0625rem;top:18.8125rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5Fs59DZhswBX23KFf53dZPFg5WeVuB { width:8.1875rem;height:2.375rem;top:15.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZF5fSlOLiVHbhVMWzbe2FTw2VNufzJu { width:9.5rem;height:4.375rem;top:14.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Vvwn8wWTpyXQBTsuqCDKEvWcG9Lt5a { width:9.5rem;height:15.5625rem;top:18.8125rem;left:10.375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #tQCclGcJbd46vJLB9KTNN2MFTqSTwTg1 { width:8.75rem;height:13.40625rem;top:19.875rem;left:10.8125rem;font-size:0.6875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #qfNXOCTTq2RGWb4ZTHaJome6iTQuppAT { width:9.1875rem;height:6.75rem;top:60.328125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD { display:block; }#KFN3c41MGP0qJqbILU1Ha5Go6N5IfAzD > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slOfRxGAdVaIFLxB7IinlbiW9T7VZcsv { width:17.1875rem;height:4.2rem;top:2.4312496185302rem;left:1.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRyTei7KAyKekmFv436M1aUmsHuAHKsA { display:block; }#LRyTei7KAyKekmFv436M1aUmsHuAHKsA > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exqKTHLhZRBC4SZD0lDJMFJFA0gue44k { width:17.8125rem;height:26.6875rem;top:0rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF1n9aKzQZ0OCba6lhblxuZsxlH2bZpE { width:17.9375rem;height:9.3125rem;top:0rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVsmFJSmPVhT552TdKl0GTam2GxTFQqG { width:15.25rem;height:4.2rem;top:10.83749961853rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #km8AEamN6RqusCz0BXOkZ5q5IFakhTOr { width:15.25rem;height:6.09375rem;top:16.137496948243rem;left:2.375rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NLscFl9wyXSRHbg4IkK3G3SpWLDA8gMa { width:5.4375rem;height:2.1875rem;top:22.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4KN6s0REGQzDJrbvy2tBW0DQrVpUdx7 { display:block; }
 }@media only screen and (max-width: 763px) { #LVRnLas59eIlomAIHSCAexBT4L3M12is { width:17.8125rem;height:26.9375rem;top:27.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9i7NqR3Zt8GONInQ44a6liOHGS57VR { width:15.25rem;height:2.8rem;top:38.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubpODK13RMP9HUmO4SMJQ3Gb40ymJGh { width:15.25rem;height:7.3125rem;top:42.625rem;left:2.375rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BzSemI6uxTVqz6Qnrqos91buRRroD3Bc { width:17.9375rem;height:9.3125rem;top:27.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dh1GsZyC55BnW9zVB5MA4RVBb5eH0Q { width:5.4375rem;height:2.1875rem;top:50.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcxDqMT7c9BiaMV2aUJUxndnpTA2OsZU { display:block; }
 }@media only screen and (max-width: 763px) { #n5K9UOw3buBJLBPsBhIWfwC6N9UZEGga { width:17.8125rem;height:25.375rem;top:55.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ny8KaxssKXO7dKhkCTonCMvUWPdC0z { width:15.25rem;height:7.3125rem;top:68.9375rem;left:2.375rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K3qy9HI72nLD16vIQylDFiqOGvySAusv { width:5.4375rem;height:2.1875rem;top:76.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkkdnVVKvDAid4Shso65I8lnZFG8NXR4 { display:block; }
 }@media only screen and (max-width: 763px) { #TVsITOBAS1xLcR3hdoGz4VmPDGPKGgqg { width:15.25rem;height:1.4rem;top:66.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fQ2DB7DmioqKuT53Cw19qnFdGDmTHV { width:17.9375rem;height:9.3125rem;top:55.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil { display:block; }#dsqMc9tbrulaxVn2Sw2yr8mn2TWRsXil > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7TE2DHCvRUE4xmxUs5owEft7XmMDCwM { width:20rem;height:4.2rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e { display:block; }#xmUOQEScF25TTcGCuIkyvUVqSK6dLy0e > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLnv4NeXdsTm3HbCmNk4dGuKRUxAgZzG { width:17.8125rem;height:4.125rem;top:0.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqw57MKLfQCtzxRADwOluVdtEOVl65w0 { width:10.375rem;height:2.625rem;top:1.25rem;left:4.5625rem;font-size:0.875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #q9y4dLRSxck7xhupm7MvgiCG7RKb4LxE { display:flex;width:1.9375rem;height:1.9375rem;top:0.875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #kZnCVwChudoVx7JlTXZbfOg7DSSNLskC { width:17.8125rem;height:8.5rem;top:3.75rem;left:1rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #MeOc4qy7KfpbMHvlgaInt4nxXFGpAKlS { width:15.125rem;height:6.09375rem;top:5.03125rem;left:2.4375rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #PhyRKoTLUVmtprNVzM4IixDtWN7ThTXc { width:17.8125rem;height:4.5rem;top:0.375rem;left:1.09375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #dGwm3ZU8VGtlBO6oA7TeRNVe02EkKmmz { display:block; }
 }@media only screen and (max-width: 763px) { #cid20yqkEEi2LwEtmvfLpTUgCqGmo8Jg { width:17.8125rem;height:4.0625rem;top:5.5625rem;left:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #h2OWhdTD8ZkZe1k1HZvXpZBL7rz7Cqr6 { width:13.875rem;height:2.625rem;top:6.3125rem;left:4.6875rem;font-size:0.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #uxF1zUXxVLkplaMBzOOoERddLdH5hlgI { display:flex;width:1.9375rem;height:1.9375rem;top:6.3125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #bQTZt6uMiCVC7k6104QaUI0PCftwKteM { width:17.8125rem;height:7.9375rem;top:9.6875rem;left:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #Cul6CLWGkp6N2zCfQawMkRZfAhbXVdpB { width:15.125rem;height:6.09375rem;top:10.4375rem;left:2.5rem;font-size:0.8125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #VvUw3Mb9VhD7M0woOFsO0m7PI0yBm9sE { width:17.8125rem;height:4.5rem;top:5.5625rem;left:1rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #DeLG9CkTMP8md0lVs7PIB1oqmW7cDZHX { display:block; }
 }@media only screen and (max-width: 763px) { #X1RW6FdTJyVHkFtr2TPa0UH95aZWVUTS { width:17.8125rem;height:6.375rem;top:14.875rem;left:1rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #Mw34skdrBilMp5oN9bzUElSieZt9PVN1 { width:15.125rem;height:4.875rem;top:15.625rem;left:2.5rem;font-size:0.8125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #uqSRTCMLRZpVa6nfnyCDruJxJe6EwOh0 { width:17.8125rem;height:4.125rem;top:10.75rem;left:1rem;background-color:rgba(255,255,255,0.16);background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nIpGgVngxnV4R5kDNRr4yykeoMcHsRMA { width:13.4375rem;height:2.625rem;top:11.6875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE81LIWXiLTU42sDvIPQtCU1WHuiiVn2 { display:flex;width:1.9375rem;height:1.9375rem;top:11.75rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #x20aXM9vElH9AdflSEa8g19JJfS98Cyu { width:17.8125rem;height:6.25rem;top:20.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvLBuTlLUoPps66W4np8wXra7M1zz5em { width:15.125rem;height:4.875rem;top:20.625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3wa8qJnwUIczwTPmanrq9EJTAokTego { width:17.8125rem;height:4.125rem;top:15.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5D0p27oOEEOMH3JBLvnsUbQ0AeFtNTD { width:17.8125rem;height:4.125rem;top:15.9375rem;left:1.125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #mikikLe0GThqAd6OpS9wFqz317mMCipp { display:block; }
 }@media only screen and (max-width: 763px) { #TBzBNQ5mfK1iZOLsi8QqvyWPnm70oMRG { width:10.625rem;height:2.625rem;top:16.6875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHmfcnw19VHss57XkQPLgsfvDhKQrwIx { display:flex;width:1.9375rem;height:1.9375rem;top:17.0625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #yTAfyE1NTflSetmg2mSngbmtcwTHQQnB { width:17.8125rem;height:4.5rem;top:10.75rem;left:1.0625rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #A2AZPBNpwahoDiOwPrxz0OOOBKithath { display:block; }
 }@media only screen and (max-width: 763px) { #Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 { background-color:#ffffff;background-image:none;display:block; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { background-color: transparent; background-image: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container > .video-iframe-container { display: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row > .video-iframe-container { display: none; }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .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); }#Jkc4WphsrabhnErL4qF3yMHyZoFJKy95 > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqWdbo7yLLKidmib4R5pQbHlvPcJAqrE { width:20rem;height:15rem;top:0rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKrUtUZ7fngZibXWS1sNMUpbdc2o9x83 { width:7.4375rem;height:1.625rem;top:2.9250001907349rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #in9AItKTPRADMrz8Fb6d7rx3FwCtV2tq { top:17.125rem;left:0rem;width:20rem;height:13.125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt { display:block; }#Ui9tlSeTZnRix9hnUC8rT2Xz1lJhcTFt > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 { background-color:#ffffff;background-image:none;display:block; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { background-color: transparent; background-image: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container > .video-iframe-container { display: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row > .video-iframe-container { display: none; }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .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); }#wIC3FdQDJwDkJ57393Trv4DpAnIPL6z1 > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K061AExkMgC69yAqRsap5suCBkhBC7Ji { width:19.4375rem;height:17.625rem;top:3.6000003814698rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#K061AExkMgC69yAqRsap5suCBkhBC7Ji li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1a6210d-9092-44fa-8675-011fbf6903ea/Inventity_Symbol_RGBNeonGreen.svg); }
 }@media only screen and (max-width: 763px) { #b8cHqRL0QcThX5TvyKT0wcX4bkCu3art { width:20rem;height:2.1rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyqU80R9AXT3wo1DPhrJpCqSl5gpLikn { top:22rem;left:0rem;width:20rem;height:13.125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MIel8RfMB6msSh6OosUbgbGqJO641dJs { display:block; }#MIel8RfMB6msSh6OosUbgbGqJO641dJs > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 { display:block; }#xNebCEwMChKbxzSMDK7kOfrWvV1pXfG5 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9VhLHiicwKi9mVTWUV03suyIPrdnafD { width:17.8125rem;height:7.6875rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J87RPeni1CmF8kNyHxrB60fv5qhARfLv { width:3.1875rem;height:3.1875rem;top:1.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU7Mdd5eTgb0kepTp1yN2f1qwlflvFB4 { width:10.375rem;height:1.3125rem;top:4.625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmSyn8U9obGUfRkama9vDTSztOMJQUKl { width:9.875rem;height:3rem;top:1.390625rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxpga09XtylAcf2AsOlJmCDTtm8RpM51 { width:17.8125rem;height:7.6875rem;top:8.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNlqoaR0BkLQGy29eKRllygUTWp1ok7 { width:7.6875rem;height:1.3125rem;top:13.375rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi8IXhSfvOCWziJ9ILVwR5caOwFUT5Dw { width:9.875rem;height:3rem;top:10.125rem;left:7rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADAV2ZWqprkiZqLy6ALTLJIuZOaPZDAA { width:3.1875rem;height:3.125rem;top:10.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKKDqc1cFvSzxb9ZMnufw7blamECRL3 { width:17.8125rem;height:10.0625rem;top:27.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv43p5yZPtNKGywhzPNNUqHOHtxZ7d2J { width:17.8125rem;height:8.9375rem;top:17.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml5px4NHLXt7eBuK8OmyQbw60ywuVV8g { width:10.75rem;height:2.625rem;top:22.125rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWvTmvZ3GTuPWDfkLrmCOIbbOa0hEfPV { width:9.875rem;height:3rem;top:18.875rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNUwwRoiq894eGT7LB8RLvT8wV4T6F6 { width:9.75rem;height:3.9375rem;top:32.125rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t824bLNtD75K8He0i1kEpcI7zX5dg8DB { width:9.875rem;height:3rem;top:28.9375rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JuUi3MTB9D6azbFR0l4yTK6CkADZ4V { width:3.125rem;height:3.125rem;top:28.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7KOAsy2b18JoCQrewF4ioVarR7tI5xN { width:3.1875rem;height:3.1875rem;top:18.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL { display:block; }#vS2AnOx4uTK15HlB9dDQiBG0s3i5cAbL > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In3vtPRQU8RoBlkQavQymhIlVSDLx1O4 { width:17.8125rem;height:7.6875rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpPT22Pg3tuf4PnQlRAscNIxg9t68fwT { width:3.1875rem;height:3.1875rem;top:1.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFT7Fh7duxH4dsmMLINN9fgpUVTOI9h { width:10.375rem;height:1.3125rem;top:4.625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJqkqnXuoTWZw2rVDHUrwE6lVFJze0Ew { width:9.875rem;height:3rem;top:1.390625rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TldaTbHS7lSwGqThIFzNXWws6dZbl8T4 { width:17.8125rem;height:8.9375rem;top:8.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcVv5Z9KW63wMCfs8hNEHMGRWFF0Deo { width:11.0625rem;height:2.625rem;top:13.375rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSNu78OvfHEqTTEG5sNhFsorSxInGEd { width:9.875rem;height:3rem;top:10.125rem;left:7rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndiVVazmLTszsQysNhRcCoF54Cre9e9r { width:3.125rem;height:3.125rem;top:10.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fdmp5RJgqqItTz4dW0dz1oMdWyhJJ5 { width:17.8125rem;height:7.4375rem;top:28.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTlSk5NFKatp4csk5I5h6usApW4EW3m { width:17.8125rem;height:8.9375rem;top:18.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJsSez41yKlvt3kCbIOcrfFtLT5zVoR { width:10.75rem;height:2.625rem;top:23.375rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGzeI8R8eOSB4u0gcAGhK2teNZG5nKeq { width:9.875rem;height:3rem;top:20.125rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOU9VTtwp8uo8GDgbfPhzrtm3WkQb4n { width:9.75rem;height:1.3125rem;top:33.375rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURRXvoOnJHO2TqywgCiWRxOKpOy1y5d { width:9.875rem;height:3rem;top:30.1875rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3aKVFS0DfBxvvoEnnDnKyGDtfKQB3Cp { width:3.125rem;height:3.0625rem;top:30.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veq6S26LkOszZc3pqLOHd2VHwVDkqD8x { width:3.1875rem;height:3.1875rem;top:20.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe { display:block; }#t1mikWNgZucB86OsSgJpyZ9Vf5zvmyMe > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ { display:block; }#VKPA1GbHMghGPgHvzKfAE8SBvLQiPMMQ > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoUrsI2XX6IZ6thAwPRh7Jt20pymt4RN { width:18.8125rem;height:8.4rem;top:2.8125rem;left:0.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7S3wVe6RntnS0z3HZpIwAs4L070GeH8 { width:20rem;height:7.5rem;top:12.71249961853rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aMJXhX58hDJqv4Gh3iy37RAGluFO4UVU { width:19rem;height:3.4375rem;top:22.012500762939rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIQv0IoNfGR43rzULPbmsk7tCadiSuz6 { display:block; }
 }@media only screen and (max-width: 763px) { #h6npoT5wtz8GDclAsZXQhquqD8gQu24r { width:15rem;height:2rem;top:26.700000762939rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX05WO6x9K5E6rccth5QR0MlTMlenE0l { display:block; }
 }@media only screen and (max-width: 763px) { #f2ak436i88pHe22CF97bQg8TSlmnfeVA { width:6.9375rem;height:1.75rem;top:30.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa { display:block; }#eRu6HWTWcso1Q0wlORBK2K4VwPKc8lRa > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxxWwd9B75gyMHyrilFctuvUWBsoxR7c { width:4.4375rem;height:1.3125rem;top:1.125rem;left:2.5625rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVz5oGFH5cN6ZhkZhlwwdV9hDXl6594D { width:8.9375rem;height:1.3125rem;top:1.125rem;left:8.125rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }