.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:225,226,231;--color-primary-1:154,160,177;--color-primary-2:52,64,98;--color-primary-3:26,32,49;--color-primary-4:8,10,15;--color-secondary-0:243,220,228;--color-secondary-1:216,137,164;--color-secondary-2:176,19,72;--color-secondary-3:88,10,36;--color-secondary-4:26,3,11;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:140,140,140;--color-tertiary-3:84,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd2632;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;z-index:auto;display:none; }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs > .row .container { border-width: 0; border-radius: 0; }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#rwoaq12WyI3QEXipUhDzFgC6AvcT2EB7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd2632;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;z-index:auto;display:block; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container { background-color: transparent; background-image: none; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container > .video-iframe-container { display: none; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row > .video-iframe-container { display: none; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .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); }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container { border-width: 0; border-radius: 0; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#iExmMhyiQKiomzclmrnfePo5JNyvNFK2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container { background-color: transparent; background-image: none; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container > .video-iframe-container { display: none; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row > .video-iframe-container { display: none; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .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); }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container { border-width: 0; border-radius: 0; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#rmHqufECJ9ez0kJmAbWfFHQVlLWQCp5z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:26.125rem;top:2.0187501907349rem;left:24.4375rem;overflow:hidden;display:block; }
#Wb4mQMfr70e3HsOlkrZKi1iFIJm2BNPr { box-sizing:content-box;height:16.625rem;width:35.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.72500038147rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fJcSFyrsQw8cWx407msALnTVg1EFX7kq { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.237500190735rem;left:1.7250003814698rem;height:10.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VwziEtH54c0DI8BzCTNEoDHyoZttoQpk { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.805206298828rem;left:1.7250003814698rem;height:4.3875rem;font-style:normal;display:block; }
#lPehTVTrkq2cK2mWg0hyIEpiiNinedzW { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.25rem;left:25.4375rem;display:block; }
#vc56svQQPdPEIv6BVWmRTfNyFEk1Is81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pKWGKVCZ5ii1H5J4GTH9k2zoVqW8AlTH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.125rem;top:31.25rem;left:64.5625rem;overflow:hidden;display:block; }
#XVX9TXLMdLVH96TceZZZFLMGg6OouVHI { 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:20.75rem;width:36.3125rem;top:8.66250038147rem;left:38.6875rem;overflow:hidden;display:block; }
#K6Q0VMlQzAErBF3ITcRwFsSH3q20WBLD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.125rem;top:33.9375rem;left:46.823959350586rem;overflow:hidden;display:block; }
#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN > .row .container { border-width: 0; border-radius: 0; }#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:none; }#TDw4187kQS3u7VTtx3XoUVUTgIxXBiRz { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:38.75rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rJuy7osJGK2dTTTOctP288Bs0Uzapd7o { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.875rem;left:38.75rem;height:27.4375rem;font-style:normal;overflow:hidden;display:block; }#rJuy7osJGK2dTTTOctP288Bs0Uzapd7o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rJuy7osJGK2dTTTOctP288Bs0Uzapd7o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#ceveBg8LftcHhbR8htAyRTfTT17b3mev { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.862500190735rem;left:6.03125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AVl28gawZXtm7Rgx58hpSXHoZmOJo7si { color:rgba(var(--color-secondary-2),1);display:block;width:67.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dw0XWXhPLXycEccZ8qFA91C91eMTmr60 { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #282565;border-left:0.125rem solid #282565;border-right:0.125rem solid #282565;border-bottom:0.125rem solid #282565;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:16.625rem;width:29.5625rem;top:12.75rem;left:3.877082824707rem;overflow:hidden;display:block; }
#Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:38.995834350586rem;left:5.0625rem;height:;font-style:normal;overflow:hidden;display:block; }#Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#kpeW3rx7R5w7wINQmNJf9uDhwkb3mpmM { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.25rem 1.5rem rgba(0,0,0,0.5) ;height:19.125rem;width:30.3125rem;top:33.375rem;left:3.3520832061767rem;display:block; }
#lo30HO8gzKbNUU8Xao8lcsGiGfMlE5Xi { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.25rem;left:25.4375rem;display:block; }
#F1dUZIlbmedNrF7IRVyiMrWLNgpGIgza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzqUPwnuuvTm6gBxKISEKu3dhG9JytGh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:57.875rem;left:46.8125rem;overflow:hidden;display:block; }
#FcZZ9nH7AIwozkQFfCIZMSagMq0Hub77 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6187496185302rem;left:3.25rem;height:;font-style:normal;display:block; }
#trsrPM2DAxyLcK5JAMbUdFk9DTqR2ePl { position:absolute;display:block;z-index:15011;background-color:#5568a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:63.875rem;top:8.7125015258787rem;left:3.375rem;display:block; }
#NlTcgoTpvxdsQSMMTbst2VVJQyMzDoNP { position:absolute;display:block;z-index:15005;background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:24.8125rem;top:37.6875rem;left:5.75rem;display:block; }
#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container { background-color: transparent; background-image: none; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container > .video-iframe-container { display: none; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row > .video-iframe-container { display: none; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .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); }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container { border-width: 0; border-radius: 0; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#xCa9bZnJeUL0SEm1sJRrcvriw57FTJyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.675000190735rem;left:4.859375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:18.875rem;left:4.859375rem;height:21.25rem;font-style:normal;overflow:hidden;display:block; }#Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#ulHZbGTGEh7GzrxVCyWZOtd08QJUouJs { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t3TdRThl2rtHi8K1Kcq0ZXsB15VMmtsy { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:61.569791793823rem;left:25.4375rem;display:block; }
#N4VrJgXh9ueTiXmnblMdM7GFwo7NEbS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lx6zFEFSA5yRUJXTicp3ttvvGgHsEn3M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:63.194791793825rem;left:46.9375rem;overflow:hidden;display:block; }
#Bh8BwFUoqHVkcVd3B7LANtB5bA5ulOoR { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0562505722046rem;left:3.25rem;height:;font-style:normal;display:block; }
#aBAg2VuhPmb69SoQvT3BZyxLzIzKziRU { position:absolute;display:block;z-index:15011;background-color:#5568a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:63.875rem;top:9.4000005722044rem;left:3.25rem;display:block; }
#wyvEISZIbPXbszUU8bN6eWypDEWXofGI { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.25rem 1.5rem rgba(0,0,0,0.5) ;height:30.125rem;width:34.1875rem;top:11.9375rem;left:3.25rem;display:block; }
#bSpX06TxJoBwCgfwbaL8aMZvxhm9H9CK { position:absolute;display:block;z-index:15006;background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:24.8125rem;top:16.8125rem;left:4.859375rem;display:block; }
#iPSSdThzFqVefJ7sfpJV5wP1212zRCke { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.25rem 1.5rem rgba(0,0,0,0.5) ;height:12.625rem;width:34.1875rem;top:45.319791793823rem;left:3.359375rem;display:block; }
#EgdCcK207OJbZ6dJtXBJWhoGDqFI18SM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:47.5625rem;left:4.859375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UdiPpemqhCUtKDtGB4zAlpceaN2Brzkq { position:absolute;display:block;z-index:15006;background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:24.8125rem;top:50.819793701172rem;left:4.859375rem;display:block; }
#TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:52.007293701172rem;left:4.859375rem;height:;font-style:normal;overflow:hidden;display:block; }#TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#p1F9twWetUvEJ0IxTlLmK6G4yWANQBrI { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.25rem 1.5rem rgba(var(--color-tertiary-4),0.2) ;height:46.25rem;width:27.5625rem;top:11.9375rem;left:43.625rem;overflow:hidden;display:block; }
#DhIgN8b1fFIDV2JF065MZtIFREypfc2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container { background-color: transparent; background-image: none; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container > .video-iframe-container { display: none; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row > .video-iframe-container { display: none; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .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); }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container { border-width: 0; border-radius: 0; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#rb5MWT7L9uFPylMHhqM93buJyKUCXyyl { color:rgba(var(--color-tertiary-4),1);display:block;width:64.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.59375rem;left:5.1875rem;height:20.4375rem;font-style:normal;overflow:hidden;display:block; }#rb5MWT7L9uFPylMHhqM93buJyKUCXyyl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rb5MWT7L9uFPylMHhqM93buJyKUCXyyl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#KlinzPlRblskQMTUIHpT9ADlTDRCeM4E { color:rgba(var(--color-secondary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.984375rem;left:3.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RsMHT10B5C9sLO8cGpKdNZbwvwQmCJ6X { position:absolute;display:block;z-index:15011;background-color:#5568a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:38.375rem;top:5.8374996185303rem;left:2.96875rem;display:block; }
#H0ubncZiu8WT3MJpvuR4MR0k3rUWvHrn { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.25rem 1.5rem rgba(0,0,0,0.5) ;height:25rem;width:68.25rem;top:8.3125rem;left:2.96875rem;display:block; }
#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container { background-color: transparent; background-image: none; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container > .video-iframe-container { display: none; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row > .video-iframe-container { display: none; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .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); }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container { border-width: 0; border-radius: 0; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:12.875rem;left:6.8125rem;height:7.225rem;font-style:normal;overflow:hidden;display:block; }#wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
#JEUDKgtm7EDsBrAxaXPI6qkpSGTopK5M { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:5.625rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvUIi9DVG05cLWCFtWBiBD3w9Zdoa4TT { color:rgba(var(--color-secondary-2),1);display:block;width:57.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5375003814698rem;left:8.22500038147rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sybc71Tm3yEBDJfAxQq7rhlGa7ha5O4t { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #5e5c78;border-left:0.125rem solid #5e5c78;border-right:0.125rem solid #5e5c78;border-bottom:0.125rem solid #5e5c78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.1875rem rgba(0,0,0,0.5) ;height:19.625rem;width:27.625rem;top:8.0625rem;left:41.4375rem;overflow:hidden;display:block; }
#dVG5mWL7fSwDcLWvSMZprDvb01JeXuup { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:29.25rem;left:5.4375rem;height:7.0125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zhpNyZBgWE9QkhbVbcwxyBt5C99zw24U { position:absolute;display:block;z-index:15013;background-color:#9e1158;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.3125rem;top:11.25rem;left:7.4375rem;display:block; }
#q8RiZJqsHcu1rsh7wLK2tUhEhWeHQ3hV { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:28.4375rem;height:4.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.0625rem;left:41.4375rem;display:block; }
#BBnfsONeHAys0N8DNIrr92eyyoPTkkpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1mOEbuc3GJFFKqtobv4u5V8ODTbLBQT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:33.8125rem;left:67.9375rem;overflow:hidden;display:block; }
#OQXskVpQGrH3RKcEunXzVhTxZkp9gZyl { position:absolute;display:block;z-index:15011;background-color:#5568a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:58.25rem;top:4.3500003814697rem;left:7.78750038147rem;display:block; }
#Cs6yhdcRqFrVQyVVKvquvQwsVz5IzQVr { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.1875rem 0.6875rem 0.8125rem rgba(0,0,0,0.5) ;height:14.4375rem;width:29.75rem;top:8.1875rem;left:5.125rem;display:block; }
#S18mSeNTTfpsbKeRroPrrIaESzWD00Td { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:6.8125rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ov71xUb5XFFILZduot19Am6uDm8iTudT { position:relative;display:none; }#ov71xUb5XFFILZduot19Am6uDm8iTudT { border-width: 0; border-radius: 0; }#ov71xUb5XFFILZduot19Am6uDm8iTudT > .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; }#ov71xUb5XFFILZduot19Am6uDm8iTudT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aAvK30P1cC7iNbTTHTdR1fLskKkopqPo { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:25.4375rem;display:block; }
#DTv1y5wrLbvPJtFKvWg9eHAqG3QZTeu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL0GEl93sPrx1icLuaM68eQhztgMJ8DZ { 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:1rem;width:1.0625rem;top:3.0625rem;left:47.625rem;overflow:hidden;display:block; }
#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { background-color: transparent; background-image: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container > .video-iframe-container { display: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row > .video-iframe-container { display: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .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); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { border-width: 0; border-radius: 0; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { color:#344062;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6281242370606rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#emECL1VnUIB6sNROxC72DWErLd6vhTKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container { background-color: transparent; background-image: none; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container > .video-iframe-container { display: none; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row > .video-iframe-container { display: none; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .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); }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container { border-width: 0; border-radius: 0; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#MhP89Ass2uefIXp7ApApLpp5HqIrD6cL { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fPtusx6kvouBaJmU8WtTl4rr90eKc7oF { 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:4.1875rem;width:3.125rem;top:2.375rem;left:1.875rem;overflow:hidden;display:block; }
#JVi3sQnnMFhgAl0r0LThIR2CCnr5tFmI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:6.8437461853025rem;height:6.5rem;display:block; }
#fLBD61xEPHL10xbBuzQapMId5v2lrLuI { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.75rem;left:38.749996185302rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zbtkDXO34M6dtDC40sLSC7a8kvKFrRDv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:43.999996185302rem;height:4.875rem;display:block; }
#XKyXKVDbAwVHGZHdnIaSbga2JgRPWLAw { 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:4.1875rem;width:3.125rem;top:2.375rem;left:39.374996185302rem;overflow:hidden;display:block; }
#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { background-color: transparent; background-image: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container > .video-iframe-container { display: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container { display: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .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); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { border-width: 0; border-radius: 0; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:1.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { 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:4.1875rem;width:3.125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.84375rem;height:6.5rem;display:block; }
#Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:38.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:44.4375rem;height:4.875rem;display:block; }
#dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { 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:4.1875rem;width:3.125rem;top:1.75rem;left:39.375rem;overflow:hidden;display:block; }
#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 { position:relative;display:block; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 { background-color: transparent; background-image: none; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row .container > .video-iframe-container { display: none; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row > .video-iframe-container { display: none; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .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); }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 { border-width: 0; border-radius: 0; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .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; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;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; }#JbTwtbncK1XchooPG9BZUiBpJ751e615 { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4375rem;left:25.4375rem;display:block; }
#Beblio3HwGvMkTcqHdzy1HPIWZAxvzq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXcuQEB8wT4npnZBZHTO88CFkBMbcpDx { 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:1rem;width:1.0625rem;top:3.0625rem;left:47.625rem;overflow:hidden;display:block; }
#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL { position:relative;display:block; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL { background-color: transparent; background-image: none; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container > .video-iframe-container { display: none; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row > .video-iframe-container { display: none; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .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); }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL { border-width: 0; border-radius: 0; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#B0XxbzrvAiTBSgxkOdq2XRfycFWXvHph { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7843742370606rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { position:relative;display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { background-color: transparent; background-image: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container > .video-iframe-container { display: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row > .video-iframe-container { display: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .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); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { border-width: 0; border-radius: 0; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .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; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { 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:20.9375rem;width:34.5rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.6875rem;left:0rem;display:block; }
#Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { color:rgba(var(--color-primary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:15.875rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { position:relative;display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { background-color: transparent; background-image: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container > .video-iframe-container { display: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row > .video-iframe-container { display: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .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); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { border-width: 0; border-radius: 0; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .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; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { 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:20.9375rem;width:34.5rem;top:1.6875rem;left:1.5rem;overflow:hidden;display:block; }
#M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.6875rem;left:37.5rem;display:block; }
#b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { color:rgba(var(--color-primary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:37.5rem;height:1.95rem;font-style:normal;display:block; }
#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:37.5rem;height:14.875rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { position:relative;display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { background-color: transparent; background-image: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container > .video-iframe-container { display: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row > .video-iframe-container { display: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .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); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { border-width: 0; border-radius: 0; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .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; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { 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:20.9375rem;width:34.5rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.6875rem;left:0rem;display:block; }
#XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { color:rgba(var(--color-primary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r { position:relative;display:block; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r { background-color: transparent; background-image: none; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row .container > .video-iframe-container { display: none; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row > .video-iframe-container { display: none; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .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); }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r { border-width: 0; border-radius: 0; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .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; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;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; }#zoKx7Byw66nsgPwMu0sds5CoEatJdaSA { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:24.125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:25.4375rem;display:block; }
#vXoQQuNBGt5Gtr4XkJf9eKbib88gOCOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeSPQJhAnBXnDK7VQq1W3uDexMmvFt97 { 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:1rem;width:1.0625rem;top:2.9375rem;left:47.625rem;overflow:hidden;display:block; }
#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh { position:relative;display:block; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh { background-color: transparent; background-image: none; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row .container > .video-iframe-container { display: none; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row > .video-iframe-container { display: none; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .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); }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh { border-width: 0; border-radius: 0; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .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; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7OIKzGTkXpXosQorbgZUUt8z6sPraaN { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.65625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sy6bSEetgUQDzDHcPr8xz1Obmm7uWh5F { color:#000000;display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.737500190735rem;left:12.0625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { position:relative;display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { background-color: transparent; background-image: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container > .video-iframe-container { display: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row > .video-iframe-container { display: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .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); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { border-width: 0; border-radius: 0; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .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; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27rem;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; }#dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { 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:13.6875rem;width:17.75rem;top:6.0625rem;left:0.5rem;overflow:hidden;display:block; }
#NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#569b27;background-image:none;top:2.125rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.150390625rem;left:1.46875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.875rem;left:2.59375rem;display:block; }
#g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { 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:1rem;width:1.0625rem;top:23rem;left:12.96875rem;overflow:hidden;display:block; }
#PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.75rem;left:21.375rem;display:block; }
#usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.75rem;top:5.875rem;left:19.25rem;overflow:hidden;display:block; }
#oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:22.875rem;left:31.75rem;overflow:hidden;display:block; }
#iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2rem;left:19.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:20.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.75rem;left:40.125rem;display:block; }
#hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:17.25rem;top:5.9375rem;left:38rem;overflow:hidden;display:block; }
#m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { 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:1rem;width:1.0625rem;top:22.875rem;left:50.5rem;overflow:hidden;display:block; }
#Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.75rem;top:5.875rem;left:56.75rem;overflow:hidden;display:block; }
#MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { 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.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.75rem;left:58.875rem;display:block; }
#CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { 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:1rem;width:1.0625rem;top:22.875rem;left:69.25rem;overflow:hidden;display:block; }
#fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15011;background-color:#569b27;background-image:none;top:2rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#gi5Znp878skt6FTbBSQPytlUk6TmawBh { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2rem;left:56.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3rem;left:39rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3rem;left:57.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { position:absolute;display:block;z-index:15020;height:4.9375rem;width:8.9375rem;top:7.375rem;left:0rem;display:block; }
#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { background-color: transparent; background-image: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container > .video-iframe-container { display: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container { display: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .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); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { border-width: 0; border-radius: 0; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { position:absolute;display:block;z-index:15000;height:40.25rem;width:75rem;top:6.5rem;left:0rem;display:block; }
#qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.78125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { 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; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { background-color: transparent; background-image: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container > .video-iframe-container { display: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container { display: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .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); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { border-width: 0; border-radius: 0; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nHTvJqT82PV87sr2TQg21TO6O8LkIAZs { display:none; }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rwoaq12WyI3QEXipUhDzFgC6AvcT2EB7 { width:35.75rem;height:3.7375rem;top:1.2562503814698rem;left:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT { display:block; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iExmMhyiQKiomzclmrnfePo5JNyvNFK2 { width:29.5625rem;height:4.225rem;top:1.0125007629394rem;left:9.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 { display:block; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container { width:47.75rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rmHqufECJ9ez0kJmAbWfFHQVlLWQCp5z { width:26.125rem;height:4.1875rem;top:1.34375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb4mQMfr70e3HsOlkrZKi1iFIJm2BNPr { width:36rem;height:16.375rem;top:7.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJcSFyrsQw8cWx407msALnTVg1EFX7kq { width:29.625rem;height:8.775rem;top:9.375rem;left:9.0625rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #VwziEtH54c0DI8BzCTNEoDHyoZttoQpk { width:27.5625rem;height:4.225rem;top:17rem;left:9.0625rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lPehTVTrkq2cK2mWg0hyIEpiiNinedzW { width:24.125rem;height:4.25rem;top:50rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vc56svQQPdPEIv6BVWmRTfNyFEk1Is81 { display:block; }
 }@media only screen and (max-width: 1199px) { #pKWGKVCZ5ii1H5J4GTH9k2zoVqW8AlTH { width:1.0625rem;height:1rem;top:51.625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVX9TXLMdLVH96TceZZZFLMGg6OouVHI { width:37.5rem;height:21.4375rem;top:26.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6Q0VMlQzAErBF3ITcRwFsSH3q20WBLD { width:1.0625rem;height:1rem;top:2.9375rem;left:34.062500953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #COa18T5qFwqI0sS9c07SKpIZO1F3mwGN { display:none; }#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN > .row .container { width:47.75rem;height:55.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TDw4187kQS3u7VTtx3XoUVUTgIxXBiRz { width:18.125rem;height:1.625rem;top:24rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJuy7osJGK2dTTTOctP288Bs0Uzapd7o { width:30.875rem;height:20.125rem;top:27.5rem;left:9rem;font-size:1rem;display:block; }#rJuy7osJGK2dTTTOctP288Bs0Uzapd7o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #ceveBg8LftcHhbR8htAyRTfTT17b3mev { width:21.25rem;height:1.70625rem;top:10.960416793823rem;left:13.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVl28gawZXtm7Rgx58hpSXHoZmOJo7si { width:42.875rem;height:2.03125rem;top:4.4604187011719rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dw0XWXhPLXycEccZ8qFA91C91eMTmr60 { width:29.25rem;height:16.4375rem;top:19.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP { width:36.625rem;height:3.3125rem;top:15.375rem;left:5.5625rem;font-size:1rem;display:block; }#Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #kpeW3rx7R5w7wINQmNJf9uDhwkb3mpmM { width:39.6875rem;height:12.25rem;top:9.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lo30HO8gzKbNUU8Xao8lcsGiGfMlE5Xi { width:24.125rem;height:4.25rem;top:50.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1dUZIlbmedNrF7IRVyiMrWLNgpGIgza { display:block; }
 }@media only screen and (max-width: 1199px) { #hzqUPwnuuvTm6gBxKISEKu3dhG9JytGh { width:1.0625rem;height:1rem;top:2.9375rem;left:34.062500953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FcZZ9nH7AIwozkQFfCIZMSagMq0Hub77 { width:38.75rem;height:1.7875rem;top:2.6729164123535rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trsrPM2DAxyLcK5JAMbUdFk9DTqR2ePl { width:28.75rem;height:0.1875rem;top:6.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NlTcgoTpvxdsQSMMTbst2VVJQyMzDoNP { width:15.9375rem;height:0.125rem;top:13.625rem;left:15.90625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #T6gU4ve2d65yhzluh9WgAD0H66CEcZIu { display:block; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container { width:47.75rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xCa9bZnJeUL0SEm1sJRrcvriw57FTJyZ { width:16.6875rem;height:1.625rem;top:11rem;left:15.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc { width:35.1875rem;height:11.78125rem;top:15.5rem;left:6.28125rem;font-size:1.0625rem;display:block; }#Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #ulHZbGTGEh7GzrxVCyWZOtd08QJUouJs { width:42.875rem;height:2.03125rem;top:4.4604187011719rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3TdRThl2rtHi8K1Kcq0ZXsB15VMmtsy { width:24.125rem;height:4.25rem;top:46.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4VrJgXh9ueTiXmnblMdM7GFwo7NEbS6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Lx6zFEFSA5yRUJXTicp3ttvvGgHsEn3M { width:1.0625rem;height:1rem;top:2.9375rem;left:34.062500953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bh8BwFUoqHVkcVd3B7LANtB5bA5ulOoR { width:38.75rem;height:1.7875rem;top:2.6729164123535rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBAg2VuhPmb69SoQvT3BZyxLzIzKziRU { width:28.75rem;height:0.1875rem;top:6.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wyvEISZIbPXbszUU8bN6eWypDEWXofGI { width:39.6875rem;height:19.875rem;top:9.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSpX06TxJoBwCgfwbaL8aMZvxhm9H9CK { width:15.9375rem;height:0.125rem;top:37.757293701172rem;left:14.71875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #iPSSdThzFqVefJ7sfpJV5wP1212zRCke { width:39.6875rem;height:10.75rem;top:32.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgdCcK207OJbZ6dJtXBJWhoGDqFI18SM { width:19rem;height:1.70625rem;top:34.995834350586rem;left:14.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdiPpemqhCUtKDtGB4zAlpceaN2Brzkq { width:15.9375rem;height:0.125rem;top:13.625rem;left:15.90625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd { width:36.625rem;height:1.59375rem;top:39.194793701172rem;left:6.28125rem;font-size:1.0625rem;display:block; }#TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #p1F9twWetUvEJ0IxTlLmK6G4yWANQBrI { width:7.1875rem;height:12.125rem;top:15.5rem;left:26.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #DhIgN8b1fFIDV2JF065MZtIFREypfc2n { display:block; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container { width:47.75rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rb5MWT7L9uFPylMHhqM93buJyKUCXyyl { width:38.75rem;height:21rem;top:9.28125rem;left:4.5rem;font-size:1.0625rem;display:block; }#rb5MWT7L9uFPylMHhqM93buJyKUCXyyl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #KlinzPlRblskQMTUIHpT9ADlTDRCeM4E { width:42.875rem;height:2.03125rem;top:2.1479167938233rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RsMHT10B5C9sLO8cGpKdNZbwvwQmCJ6X { width:28.75rem;height:0.1875rem;top:6.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #H0ubncZiu8WT3MJpvuR4MR0k3rUWvHrn { width:42.625rem;height:25.6875rem;top:6.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC { display:block; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container { width:47.75rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl { width:21.5rem;height:6.04375rem;top:11rem;left:2.3125rem;font-size:1.0625rem;line-height:1.7;display:block; }#wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 1199px) { #JEUDKgtm7EDsBrAxaXPI6qkpSGTopK5M { width:22.375rem;height:1.70625rem;top:22.4375rem;left:12.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvUIi9DVG05cLWCFtWBiBD3w9Zdoa4TT { width:46.5rem;height:2.03125rem;top:1.9604187011719rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Sybc71Tm3yEBDJfAxQq7rhlGa7ha5O4t { width:18.9375rem;height:13.4375rem;top:6.09375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVG5mWL7fSwDcLWvSMZprDvb01JeXuup { width:22.5625rem;height:5.7rem;top:25.125rem;left:12.625rem;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 1199px) { #zhpNyZBgWE9QkhbVbcwxyBt5C99zw24U { width:24.9375rem;height:0.125rem;top:43.125rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q8RiZJqsHcu1rsh7wLK2tUhEhWeHQ3hV { width:24.125rem;height:4.25rem;top:32.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBnfsONeHAys0N8DNIrr92eyyoPTkkpU { display:block; }
 }@media only screen and (max-width: 1199px) { #N1mOEbuc3GJFFKqtobv4u5V8ODTbLBQT { width:1.0625rem;height:1rem;top:2.9375rem;left:34.062500953674rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OQXskVpQGrH3RKcEunXzVhTxZkp9gZyl { width:28.75rem;height:0.1875rem;top:6.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cs6yhdcRqFrVQyVVKvquvQwsVz5IzQVr { width:24.6875rem;height:13.875rem;top:5.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S18mSeNTTfpsbKeRroPrrIaESzWD00Td { width:22.1875rem;height:1.7875rem;top:7.4375rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ov71xUb5XFFILZduot19Am6uDm8iTudT { display:none; }#ov71xUb5XFFILZduot19Am6uDm8iTudT > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aAvK30P1cC7iNbTTHTdR1fLskKkopqPo { width:24.125rem;height:4.25rem;top:1.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTv1y5wrLbvPJtFKvWg9eHAqG3QZTeu9 { display:block; }
 }@media only screen and (max-width: 1199px) { #wL0GEl93sPrx1icLuaM68eQhztgMJ8DZ { width:1.0625rem;height:1rem;top:2.9375rem;left:34.062500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { display:block; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { width:43.1875rem;height:5.3625rem;top:1.5625rem;left:2.28125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emECL1VnUIB6sNROxC72DWErLd6vhTKE { display:block; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container { width:47.75rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MhP89Ass2uefIXp7ApApLpp5HqIrD6cL { width:35rem;height:8.5rem;top:2.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPtusx6kvouBaJmU8WtTl4rr90eKc7oF { width:3.125rem;height:4.1875rem;top:2.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVi3sQnnMFhgAl0r0LThIR2CCnr5tFmI { width:27.375rem;height:6.5rem;top:3.3125rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLBD61xEPHL10xbBuzQapMId5v2lrLuI { width:35rem;height:8.5rem;top:11.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbtkDXO34M6dtDC40sLSC7a8kvKFrRDv { width:29.1875rem;height:4.875rem;top:13.125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKyXKVDbAwVHGZHdnIaSbga2JgRPWLAw { width:3.125rem;height:4.1875rem;top:12.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { display:block; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { width:47.75rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { width:35rem;height:8.5rem;top:1rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { width:3.125rem;height:4.1875rem;top:1.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { width:28.8125rem;height:6.5rem;top:2.0625rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { width:35rem;height:8.5rem;top:10.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { width:29.1875rem;height:4.875rem;top:11.5625rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { width:3.125rem;height:4.1875rem;top:11.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 { display:block; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JbTwtbncK1XchooPG9BZUiBpJ751e615 { width:24.125rem;height:4.25rem;top:1.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Beblio3HwGvMkTcqHdzy1HPIWZAxvzq4 { display:block; }
 }@media only screen and (max-width: 1199px) { #eXcuQEB8wT4npnZBZHTO88CFkBMbcpDx { width:1.0625rem;height:1rem;top:3.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL { display:block; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B0XxbzrvAiTBSgxkOdq2XRfycFWXvHph { width:40.5rem;height:4.55rem;top:1.7000007629394rem;left:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { width:34.5rem;height:20.9375rem;top:22.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { width:26.625rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { width:42.0625rem;height:14.25rem;top:6.75rem;left:4.71875rem;font-size:1.25rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
 }@media only screen and (max-width: 1199px) { #yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { width:34.5rem;height:20.9375rem;top:22.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { width:38rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { width:41.25rem;height:13.25rem;top:7.875rem;left:4.75rem;font-size:1.25rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
 }@media only screen and (max-width: 1199px) { #lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { width:34.5rem;height:20.9375rem;top:21.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { width:38.6875rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { width:41.25rem;height:13.25rem;top:7rem;left:4.71875rem;font-size:1.25rem;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
 }@media only screen and (max-width: 1199px) { #aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r { display:block; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zoKx7Byw66nsgPwMu0sds5CoEatJdaSA { width:24.125rem;height:4.25rem;top:1.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXoQQuNBGt5Gtr4XkJf9eKbib88gOCOD { display:block; }
 }@media only screen and (max-width: 1199px) { #PeSPQJhAnBXnDK7VQq1W3uDexMmvFt97 { width:1.0625rem;height:1rem;top:3.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh { display:block; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row .container { width:47.75rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g7OIKzGTkXpXosQorbgZUUt8z6sPraaN { width:47.75rem;height:2.35625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy6bSEetgUQDzDHcPr8xz1Obmm7uWh5F { width:44.375rem;height:3.4125rem;top:5.9489593505859rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container { width:47.75rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { width:17.75rem;height:13.6875rem;top:6.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { width:17.75rem;height:4rem;top:2.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { width:15.8125rem;height:1.95rem;top:3.25rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { width:13.5625rem;height:3.25rem;top:21.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block; }
 }@media only screen and (max-width: 1199px) { #QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { width:1.0625rem;height:1rem;top:22.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { width:13.5625rem;height:3.25rem;top:21.5625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block; }
 }@media only screen and (max-width: 1199px) { #eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { width:17.25rem;height:13.6875rem;top:6.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { width:1.0625rem;height:1rem;top:22.6875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { width:17.75rem;height:4rem;top:2.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { width:15.8125rem;height:1.95rem;top:3.25rem;left:28.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { width:13.5625rem;height:3.25rem;top:45.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block; }
 }@media only screen and (max-width: 1199px) { #twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { width:17.25rem;height:13.6875rem;top:30.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { width:1.0625rem;height:1rem;top:46.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { width:17.25rem;height:13.625rem;top:30.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { width:13.5625rem;height:3.25rem;top:45.625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block; }
 }@media only screen and (max-width: 1199px) { #A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { width:1.0625rem;height:1rem;top:46.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { width:17.75rem;height:4rem;top:26.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi5Znp878skt6FTbBSQPytlUk6TmawBh { width:17.75rem;height:4rem;top:26.3125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { width:15.8125rem;height:1.95rem;top:27.3125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { width:15.8125rem;height:1.95rem;top:27.3125rem;left:28.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { width:8.9375rem;height:4.9375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { display:block; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { width:47.75rem;height:40.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { width:45.4375rem;height:2.925rem;top:2.4375rem;left:1.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { display:block; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nHTvJqT82PV87sr2TQg21TO6O8LkIAZs { position:relative;z-index:auto;display:none; }#nHTvJqT82PV87sr2TQg21TO6O8LkIAZs > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rwoaq12WyI3QEXipUhDzFgC6AvcT2EB7 { width:15.125rem;height:7.8rem;top:0.81875038146975rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT { position:relative;z-index:auto;display:block; }#wVsCKTGlVzKz0pngOmAxv2yTpC5V5XTT > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iExmMhyiQKiomzclmrnfePo5JNyvNFK2 { width:15.75rem;height:9.75rem;top:0.40937519073486rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 { display:block; }#ocaO6gAIyM0Ww4XMl10p41oDSMm8zQJ7 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHqufECJ9ez0kJmAbWfFHQVlLWQCp5z { width:20rem;height:3.2057416267943rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4mQMfr70e3HsOlkrZKi1iFIJm2BNPr { width:20rem;height:15.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJcSFyrsQw8cWx407msALnTVg1EFX7kq { width:17.9375rem;height:7.3125rem;top:8.625rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwziEtH54c0DI8BzCTNEoDHyoZttoQpk { width:18.0625rem;height:5.60625rem;top:14.875rem;left:0.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPehTVTrkq2cK2mWg0hyIEpiiNinedzW { width:19rem;height:4.25rem;top:37.235416412354rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc56svQQPdPEIv6BVWmRTfNyFEk1Is81 { display:block; }
 }@media only screen and (max-width: 763px) { #pKWGKVCZ5ii1H5J4GTH9k2zoVqW8AlTH { width:1.125rem;height:1rem;top:31.25rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVX9TXLMdLVH96TceZZZFLMGg6OouVHI { width:20rem;height:11.375rem;top:24.329166412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q0VMlQzAErBF3ITcRwFsSH3q20WBLD { width:1.125rem;height:0.875rem;top:33.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COa18T5qFwqI0sS9c07SKpIZO1F3mwGN { display:none; }#COa18T5qFwqI0sS9c07SKpIZO1F3mwGN > .row .container { width:20rem;height:76.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TDw4187kQS3u7VTtx3XoUVUTgIxXBiRz { width:18rem;height:1.625rem;top:11.125rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJuy7osJGK2dTTTOctP288Bs0Uzapd7o { width:18.375rem;height:35.125rem;top:14.4375rem;left:0.8125rem;font-size:1rem;display:block; }#rJuy7osJGK2dTTTOctP288Bs0Uzapd7o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #ceveBg8LftcHhbR8htAyRTfTT17b3mev { width:17.75rem;height:3.25rem;top:53.8125rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AVl28gawZXtm7Rgx58hpSXHoZmOJo7si { width:15.625rem;height:5.3625rem;top:4.1614580154419rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0XWXhPLXycEccZ8qFA91C91eMTmr60 { width:19.75rem;height:11.106765327696rem;top:42.098957824707rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP { width:17.8125rem;height:7.8125rem;top:58.875rem;left:1.09375rem;font-size:1rem;display:block; }#Qk64ZFhkciSiOrlOHnDbwO4iQhMVDIqP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #kpeW3rx7R5w7wINQmNJf9uDhwkb3mpmM { width:20rem;height:16.875rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo30HO8gzKbNUU8Xao8lcsGiGfMlE5Xi { width:19rem;height:4.25rem;top:71.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1dUZIlbmedNrF7IRVyiMrWLNgpGIgza { display:block; }
 }@media only screen and (max-width: 763px) { #hzqUPwnuuvTm6gBxKISEKu3dhG9JytGh { width:1.0625rem;height:1rem;top:57.875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcZZ9nH7AIwozkQFfCIZMSagMq0Hub77 { width:16.1875rem;height:1.4625rem;top:1.1739587783814rem;left:1.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trsrPM2DAxyLcK5JAMbUdFk9DTqR2ePl { width:20rem;height:0.125rem;top:21.49805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlTcgoTpvxdsQSMMTbst2VVJQyMzDoNP { width:20rem;height:0.1875rem;top:37.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6gU4ve2d65yhzluh9WgAD0H66CEcZIu { display:block; }#T6gU4ve2d65yhzluh9WgAD0H66CEcZIu > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCa9bZnJeUL0SEm1sJRrcvriw57FTJyZ { width:18rem;height:1.625rem;top:14.0625rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc { width:18.375rem;height:18.625rem;top:17.4375rem;left:0.8125rem;font-size:1rem;display:block; }#Xi8ro1xNZ0R4tQQyuaJX9nHxNkfirsEc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #ulHZbGTGEh7GzrxVCyWZOtd08QJUouJs { width:18.8125rem;height:5.85rem;top:4.7239608764649rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3TdRThl2rtHi8K1Kcq0ZXsB15VMmtsy { width:19rem;height:4.25rem;top:52.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4VrJgXh9ueTiXmnblMdM7GFwo7NEbS6 { display:block; }
 }@media only screen and (max-width: 763px) { #Lx6zFEFSA5yRUJXTicp3ttvvGgHsEn3M { width:1.0625rem;height:1rem;top:63.1875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh8BwFUoqHVkcVd3B7LANtB5bA5ulOoR { width:12.9375rem;height:2.925rem;top:1.173957824707rem;left:1.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aBAg2VuhPmb69SoQvT3BZyxLzIzKziRU { width:20rem;height:0.125rem;top:21.49805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyvEISZIbPXbszUU8bN6eWypDEWXofGI { width:20rem;height:25.875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpX06TxJoBwCgfwbaL8aMZvxhm9H9CK { width:20rem;height:0.1875rem;top:128.63229465484rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPSSdThzFqVefJ7sfpJV5wP1212zRCke { width:20rem;height:9.625rem;top:40.677083969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgdCcK207OJbZ6dJtXBJWhoGDqFI18SM { width:17.5rem;height:1.625rem;top:42.360416412354rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdiPpemqhCUtKDtGB4zAlpceaN2Brzkq { width:20rem;height:0.1875rem;top:50.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd { width:18.1875rem;height:3rem;top:45.489582061767rem;left:0.90625rem;font-size:1rem;display:block; }#TcQoHRvGZL5BO6GNsKJexD48i9fhxvyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #p1F9twWetUvEJ0IxTlLmK6G4yWANQBrI { width:4.3125rem;height:7.25rem;top:27.625rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhIgN8b1fFIDV2JF065MZtIFREypfc2n { display:block; }#DhIgN8b1fFIDV2JF065MZtIFREypfc2n > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb5MWT7L9uFPylMHhqM93buJyKUCXyyl { width:18.375rem;height:31.875rem;top:9.21875rem;left:0.8125rem;font-size:1rem;display:block; }#rb5MWT7L9uFPylMHhqM93buJyKUCXyyl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #KlinzPlRblskQMTUIHpT9ADlTDRCeM4E { width:18.8125rem;height:3.9rem;top:1.6614570617676rem;left:0.59375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsMHT10B5C9sLO8cGpKdNZbwvwQmCJ6X { width:20rem;height:0.125rem;top:21.49805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0ubncZiu8WT3MJpvuR4MR0k3rUWvHrn { width:20rem;height:35.3125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC { display:block; }#qwcgmlNNzGw79dXT2cKGGcG7fENxM8IC > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl { width:18.5625rem;height:5.6875rem;top:22.957290649414rem;left:0.75rem;font-size:0.9375rem;line-height:1.8;display:block; }#wfkt7PSVRIHT6WV44hopAXWo6M6OpsUl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8eee9ba4-739e-4ac5-a854-3dc55af0f0c2/check.png); }
 }@media only screen and (max-width: 763px) { #JEUDKgtm7EDsBrAxaXPI6qkpSGTopK5M { width:19.9375rem;height:1.54375rem;top:32.1875rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvUIi9DVG05cLWCFtWBiBD3w9Zdoa4TT { width:18rem;height:3.575rem;top:1.2239580154419rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sybc71Tm3yEBDJfAxQq7rhlGa7ha5O4t { width:15.75rem;height:11.1875rem;top:6.9854164123538rem;left:2.0124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVG5mWL7fSwDcLWvSMZprDvb01JeXuup { width:18.5rem;height:11.4rem;top:34.8125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhpNyZBgWE9QkhbVbcwxyBt5C99zw24U { width:20rem;height:0.1875rem;top:25.43555rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8RiZJqsHcu1rsh7wLK2tUhEhWeHQ3hV { width:19rem;height:4.25rem;top:48rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnfsONeHAys0N8DNIrr92eyyoPTkkpU { display:block; }
 }@media only screen and (max-width: 763px) { #N1mOEbuc3GJFFKqtobv4u5V8ODTbLBQT { width:1.0625rem;height:1rem;top:86.8125rem;left:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQXskVpQGrH3RKcEunXzVhTxZkp9gZyl { width:20rem;height:0.125rem;top:26.87305rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cs6yhdcRqFrVQyVVKvquvQwsVz5IzQVr { width:20rem;height:10.1875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S18mSeNTTfpsbKeRroPrrIaESzWD00Td { width:20rem;height:1.54375rem;top:20.457290649414rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ov71xUb5XFFILZduot19Am6uDm8iTudT { display:none; }#ov71xUb5XFFILZduot19Am6uDm8iTudT > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAvK30P1cC7iNbTTHTdR1fLskKkopqPo { width:19rem;height:4.25rem;top:1.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTv1y5wrLbvPJtFKvWg9eHAqG3QZTeu9 { display:block; }
 }@media only screen and (max-width: 763px) { #wL0GEl93sPrx1icLuaM68eQhztgMJ8DZ { width:1.0625rem;height:1rem;top:3.0625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { display:block; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { width:20rem;height:6.3375rem;top:1.2687492370606rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emECL1VnUIB6sNROxC72DWErLd6vhTKE { display:block; }#emECL1VnUIB6sNROxC72DWErLd6vhTKE > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhP89Ass2uefIXp7ApApLpp5HqIrD6cL { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPtusx6kvouBaJmU8WtTl4rr90eKc7oF { width:3.125rem;height:4.1875rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVi3sQnnMFhgAl0r0LThIR2CCnr5tFmI { width:13.3125rem;height:7.8rem;top:2.138542175293rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLBD61xEPHL10xbBuzQapMId5v2lrLuI { width:19.875rem;height:8.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbtkDXO34M6dtDC40sLSC7a8kvKFrRDv { width:13.625rem;height:6.5rem;top:12.8125rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKyXKVDbAwVHGZHdnIaSbga2JgRPWLAw { width:3.125rem;height:4.1875rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { display:block; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { width:3.125rem;height:4.1875rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { width:13.5625rem;height:7.8rem;top:2.138542175293rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { width:19.875rem;height:9.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { width:14.6875rem;height:6.5rem;top:12.8125rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { width:3.125rem;height:4.1875rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 { display:block; }#WlaB4PE7TiWSQ5c2flbFyoGzES2RDiS8 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbTwtbncK1XchooPG9BZUiBpJ751e615 { width:19rem;height:4.25rem;top:1.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beblio3HwGvMkTcqHdzy1HPIWZAxvzq4 { display:block; }
 }@media only screen and (max-width: 763px) { #eXcuQEB8wT4npnZBZHTO88CFkBMbcpDx { width:1.0625rem;height:1rem;top:3.0625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL { display:block; }#NtkDB43nFu4LcnNKDJEwZqhFLrTxIlDL > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0XxbzrvAiTBSgxkOdq2XRfycFWXvHph { width:20rem;height:9.1rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { width:20rem;height:12.13768115942rem;top:33.148956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { width:12.25rem;height:3.9rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { width:17.875rem;height:24.65rem;top:7.4614562988281rem;left:0.625rem;font-size:1.125rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
 }@media only screen and (max-width: 763px) { #yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { width:20rem;height:12.125rem;top:29.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { width:18.375rem;height:5.85rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { width:18.625rem;height:19.425rem;top:9.1489562988281rem;left:0.4375rem;font-size:1.125rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
 }@media only screen and (max-width: 763px) { #lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { width:20rem;height:12.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { width:17.4375rem;height:5.85rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { width:19.375rem;height:20.8875rem;top:9.5864562988281rem;left:0.4375rem;font-size:1.125rem;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
 }@media only screen and (max-width: 763px) { #aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r { display:block; }#aEUOPPZ7eTJqwkEpvXfDS1mP4uKxtO2r > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoKx7Byw66nsgPwMu0sds5CoEatJdaSA { width:19rem;height:4.25rem;top:2.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXoQQuNBGt5Gtr4XkJf9eKbib88gOCOD { display:block; }
 }@media only screen and (max-width: 763px) { #PeSPQJhAnBXnDK7VQq1W3uDexMmvFt97 { width:1.0625rem;height:1rem;top:2.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh { display:block; }#AtxvrlUAF7ko4eArGB9Qym1wyOnzFVDh > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7OIKzGTkXpXosQorbgZUUt8z6sPraaN { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6bSEetgUQDzDHcPr8xz1Obmm7uWh5F { width:20rem;height:5.85rem;top:4.85546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { width:17.75rem;height:13.6875rem;top:5.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { width:17.75rem;height:4rem;top:1.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { width:15.8125rem;height:1.95rem;top:2.525390625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { width:13.5625rem;height:3.25rem;top:20.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block; }
 }@media only screen and (max-width: 763px) { #QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { width:1.0625rem;height:1rem;top:21.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { width:13.5625rem;height:3.25rem;top:45.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block; }
 }@media only screen and (max-width: 763px) { #eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { width:17.75rem;height:14.0625rem;top:30rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { width:1.0625rem;height:1rem;top:46.5625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { width:17.75rem;height:4rem;top:26.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { width:15.8125rem;height:1.95rem;top:27.087890625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { width:13.5625rem;height:3.25rem;top:70.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block; }
 }@media only screen and (max-width: 763px) { #twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { width:17.25rem;height:13.6875rem;top:55.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { width:1.0625rem;height:1rem;top:71.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { width:17.75rem;height:14.0625rem;top:79.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { width:13.5625rem;height:3.25rem;top:94.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block; }
 }@media only screen and (max-width: 763px) { #A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { width:1.0625rem;height:1rem;top:96.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { width:17.75rem;height:4rem;top:51.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi5Znp878skt6FTbBSQPytlUk6TmawBh { width:17.75rem;height:4rem;top:75.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { width:15.8125rem;height:1.95rem;top:52.650390625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { width:15.8125rem;height:1.95rem;top:76.375rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { width:8.9375rem;height:4.9375rem;top:99.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { display:block; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { width:20rem;height:43.875rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { display:block; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }