.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { background-color: transparent; background-image: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container > .video-iframe-container { display: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container { display: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .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); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { border-width: 0; border-radius: 0; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { 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:5.12478125rem;width:9.749875rem;top:0.5rem;left:2.1240234375rem;overflow:hidden;display:block; }
#AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.78125rem;left:22.625001907349rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { color:#000000;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:30.375001907349rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { color:#000000;display:block;width:10.999rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45.6875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAIigPsO1hSJIorraloagyg1o1i42EMm { color:#e00800;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.78125rem;left:57.5rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { color:#3c3030;display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.78125rem;left:64.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { color:#e00800;display:block;width:12.75rem;position:absolute;font-family:dosis;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:5.875rem;left:0.625rem;height:0.61828625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { background-color: transparent; background-image: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container > .video-iframe-container { display: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container { display: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .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); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { border-width: 0; border-radius: 0; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/4389c1f8-22b8-4002-acaa-e77f7155ca2b/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.adaptive-delivery-prevent-bg, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyload, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyloading { background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { background-color: transparent; background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .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); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { border-width: 0; border-radius: 0; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.625rem;left:1rem;height:6.74925rem;font-style:normal;display:block; }
#zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { color:#ffffff;display:block;width:4rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:1rem;height:2.4375rem;font-style:normal;display:block; }
#xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { position:absolute;display:block;z-index:15002;background-color:#f8f9fa;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.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.625rem;left:0rem;display:block; }
#VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { position:absolute;display:block;z-index:15003;background-color:rgba(226,234,243,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.624588012695rem;left:37.5rem;display:block; }
#k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { color:#312a2a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.874568462372rem;left:0rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { color:#312a2a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.874567389488rem;left:37.500002861023rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTmW36Oia317Cb0Inr24fFnJb6p49cLk { position:absolute;display:block;z-index:14999;background-color:#fafafa;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(172,163,163,0.35);border-left:0.0625rem solid rgba(172,163,163,0.35);border-right:0.0625rem solid rgba(172,163,163,0.35);border-bottom:0.0625rem solid rgba(172,163,163,0.35);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:74.875rem;top:24.6875rem;left:0rem;display:block; }
#CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.34375rem;left:6.5rem;height:3.2495125rem;font-style:normal;display:block; }
#WRblGZIfL0u03FbsVt85KExSL7DhHe6w { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.124783992767rem;left:0.99989128112794rem;height:2.4375rem;font-style:normal;display:block; }
#yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { 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:0.625rem;width:10.6875rem;top:14.5rem;left:6.5rem;overflow:hidden;display:block; }
#RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#e00800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1870625rem;height:2.687175rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.472114086151rem;left:0.99880599975588rem;display:block; }
#eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { position:relative;display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { background-color: transparent; background-image: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container > .video-iframe-container { display: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row > .video-iframe-container { display: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .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); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { border-width: 0; border-radius: 0; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .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; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;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; }#mQ75wFywqTTWmvPUEsh37BncBeLMx91h { 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.125rem;width:4.125rem;top:4.375rem;left:3.25rem;overflow:hidden;display:block; }
#pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { color:#312a2a;display:block;width:15.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e00800, #000000);background-image: -moz-linear-gradient(98deg, #e00800, #000000);background-image: -ms-linear-gradient(98deg, #e00800, #000000);background-image: -o-linear-gradient(98deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(98deg, #e00800, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.75rem;left:7.75rem;display:block; }
#HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { color:#fafafa;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8124084472656rem;left:8.1250009536744rem;height:0.97485625rem;text-align:left;text-align-last:left;display:block; }
#vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { color:#6b6b6b;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7.875rem;height:0.97485625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gA81qt8J9RLT1KEphbllw27seDm36BFp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:4.375rem;left:28.375rem;overflow:hidden;display:block; }
#XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { color:#312a2a;display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:32.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e00800, #000000);background-image: -moz-linear-gradient(98deg, #e00800, #000000);background-image: -ms-linear-gradient(98deg, #e00800, #000000);background-image: -o-linear-gradient(98deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(98deg, #e00800, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.75rem;left:32.8125rem;display:block; }
#dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { color:#fafafa;display:block;width:7.25rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:33.1875rem;height:0.97485625rem;text-align:left;text-align-last:left;display:block; }
#vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { color:#6b6b6b;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:33rem;height:0.97473125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:4.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { color:#312a2a;display:block;width:8.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:58.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #e00800, #000000);background-image: -moz-linear-gradient(91deg, #e00800, #000000);background-image: -ms-linear-gradient(91deg, #e00800, #000000);background-image: -o-linear-gradient(91deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(91deg, #e00800, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.6875rem;left:58.625rem;display:block; }
#ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { color:#fafafa;display:block;width:7.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59rem;height:0.97485625rem;text-align:left;text-align-last:left;display:block; }
#PXWTISowmcbZHwiREUagg368A2666W36 { color:#6b6b6b;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.8125rem;height:0.97485625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ { position:relative;display:none; }#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ { border-width: 0; border-radius: 0; }#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ > .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; }#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zewKpDA8KME13qpJo62MNHrBD8Alqn8H { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9451904296875rem;left:0rem;height:2.843425rem;text-align:center;text-align-last:center;display:block; }
#arihQO7axehyChSkWyewCM75ZgRw9Uta { color:#e00800;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7882080078125rem;left:0rem;height:1.70573125rem;text-align:center;text-align-last:center;display:block; }
#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { position:relative;display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { background-color: transparent; background-image: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .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); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { border-width: 0; border-radius: 0; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:url("https://images.assets-landingi.com/uc/fd98fed2-3e36-40bc-9fbf-86a8b98d7c7e/hw.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container.adaptive-delivery-prevent-bg, #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container.lazyload, #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container.lazyloading { background-image: none; }#rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { color:#de0000;display:block;width:31.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:1.124755859375rem;left:2.8125rem;height:2.4375rem;font-style:normal;display:block; }
#logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.8125rem;height:1.13769375rem;display:block; }
#BwyAtRZZU2DmdBFo2outqehq36gwQNcf { box-sizing:content-box;height:0.1875rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:#e10000;background-image:none;top:5.6875rem;left:29.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB { position:relative;display:block; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB { background-color: transparent; background-image: none; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row .container > .video-iframe-container { display: none; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row > .video-iframe-container { display: none; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .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); }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB { border-width: 0; border-radius: 0; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .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; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Od4VrsnPZtSMy7y3m2NH7L3Q67cEoLOr { box-sizing:content-box;height:33.75rem;width:15.625rem;position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0);background-image:none;top:1.6875rem;left:4.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#aZFBL0kKMmSsVqT5z7Bor9MTNIFaRwHa { position:absolute;display:block;z-index:15048;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.75rem;left:4.75rem;overflow:hidden;display:block; }
#F32IolA7RAxGlzrKh1JpJ4QH5IhDTZ2x { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;top:1.75rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kDKtsnv02RgB7qUi46nPzOw6XNXg931q { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.8125rem;left:8.6875rem;height:0.89294375rem;font-style:normal;display:block; }
#vWXhpRGUcba3s7pWfPJvhy7eNBDF6VKK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.0625rem;left:5.125rem;height:1.05590625rem;display:block; }
#hIx1KaBUgyUQLbviPPQXPNMwr0vRSMJy { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.5);background-image:none;top:5.75rem;left:4.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JB1tR2qPi2ZOHp5hdJbWxcg3vfGrmwMU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.0625rem;left:5.125rem;height:1.2994375rem;font-style:normal;display:block; }
#W1tzgCPMryHfPt74XlhILdgRZU5ktpPX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#eQ9ydVTtDK24sA4mSRonxJ2i0IsbG86k { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:10rem;left:5rem;height:1.46179375rem;font-style:normal;display:block; }
#WigrSqaHNrzxEbD4wfDh6ZNsE6IBPAoe { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:11.625rem;left:5rem;overflow:hidden;display:block; }
#MxiPFfvzBwQfTeBQ4U5dhJp072k8MRJ6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5rem;height:0.89294375rem;display:block; }
#vDnf7zRq4ARu05cFew8WZvNIMdveonCd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.5rem;left:5rem;height:1.950075rem;font-style:normal;display:block; }
#GJbb3AU61y3UKeaJqndd5W8c0PQLocCG { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.125rem;left:9.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#soLeH4loeKzIxRUrcPsCaXhEyWWM1HWX { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:15.5rem;left:5.125rem;height:0.97473125rem;display:block; }
#WNLyXqHqzSFSJEyHESN9hdxuHQgP3haI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:25.3125rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#ucNhOUDsb2NTNlZRCBC5SNrZdTSnlWab { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.4375rem;left:5rem;overflow:hidden;display:block; }
#OhybusrnDpT5BakfT4HUt0oiCxUJdoUL { color:#808080;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:27.9375rem;left:7.625rem;height:0.89294375rem;display:block; }
#Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15067;line-height:.9;letter-spacing:0;top:29.375rem;left:5rem;height:2.961425rem;display:block; }#Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#uuUedgzyToC4uwKruRwFn0hS6ID6UPKK { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:32.9375rem;left:7.3125rem;display:block; }
#G4atS5LUcaDZcGrGZqert8fN31tD3nPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z64oOaegkWGPpDs8a6zwR5SNaQzg8tCs { box-sizing:content-box;height:33.75rem;width:15.625rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0);background-image:none;top:1.8125rem;left:29.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#It5SqWLEbhfWrPJ8yMGNFXzXJu8Z5IWe { position:absolute;display:block;z-index:15075;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.875rem;left:29.75rem;overflow:hidden;display:block; }
#g4kJ9I8ozyUziTVXUiCMTRBenVe4x5G3 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.9375rem;left:33.6875rem;height:0.89294375rem;font-style:normal;display:block; }
#D09JAOMwy1cen4GHxIdgJt77ii5CvfhZ { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15078;background-color:#000000;background-image:none;top:1.875rem;left:32.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#tnl1ez3HIwieKogsBKSmxlSGgfFbmV11 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.1875rem;left:30.125rem;height:1.05590625rem;display:block; }
#Mq8iTHlNtUssu46MJ2ohoKGorGiDHIZa { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.5);background-image:none;top:5.875rem;left:29.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pnHXc47FaKhD9JPHhfVS8SVaIZ6v6ktq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.1875rem;left:30.125rem;height:1.2994375rem;font-style:normal;display:block; }
#ZutUmFn8C7e7LkK91AmxCXfyDXTwdAeE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:8.9375rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#FXJv9clVvGD3hmwhp1VuDrTOfnpEt4bU { color:#5d5d5d;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:10.125rem;left:30rem;height:1.46179375rem;font-style:normal;display:block; }
#xZGwyhO5m85TVStveSC1wfHqhfOIBhVW { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:11.75rem;left:30rem;overflow:hidden;display:block; }
#Hct2Itqh8wtPJJFTEzmDKs81FOTLUbvT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:12.4375rem;left:30rem;height:0.89294375rem;display:block; }
#g5IzEBLeTEJyITTGgpfmew40Ttm6e9NG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:13.625rem;left:30rem;height:1.950075rem;font-style:normal;display:block; }
#c9aM9ExAtwsE88pKmcZCIdv7UodlSgws { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:14.25rem;left:34.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#OGPzgXrBvbH4NrfwZDiktANTII94qKcc { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:15.5rem;left:30.125rem;height:0.97473125rem;display:block; }
#CmrcapDQDGiNS4MwMJ40ZGKmJJHt9bO8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:25.4375rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#e3h8JTPSPh4MXGQ08s9PEi52v9TgfIm1 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.5625rem;left:33.3125rem;overflow:hidden;display:block; }
#pQsZGrDG7bVyIofISMht1CA0ff39DvUv { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.5625rem;left:30rem;overflow:hidden;display:block; }
#SdFrt5rKwK7fnV3ydT9sTyKamZkgfBwJ { color:#808080;display:block;width:6.375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.9375rem;height:0.89294375rem;display:block; }
#dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15094;line-height:.9;letter-spacing:0;top:29.5rem;left:30rem;height:2.961425rem;display:block; }#dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#wcXoo3slFfrun75HI1nwSXx9GO17r6uT { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:33.0625rem;left:32.3125rem;display:block; }
#EtGF7gT4OOsB9bAH168O9nQ9qIcsgdbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 { position:relative;display:none; }#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 { border-width: 0; border-radius: 0; }#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 > .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; }#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DZaq7mHyREwVEN2UFdDvKvzzo0rMm3vw { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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;height:40.625rem;width:18.625rem;top:1.8125rem;left:3rem;display:block; }
#PXp1igDGnsOoETyuZaoskfRzTSXgalTv { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.8120727539062rem;left:3.6247825622559rem;height:3.2504875rem;font-style:normal;display:block; }
#oauacJUVTiTsKqh10stvHRqGyJHc6GgF { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.062278747559rem;left:3.8122835159302rem;height:0.97485625rem;font-style:normal;display:block; }
#dxS4eHdcvZmrwd2xP1nmSNIolThw7v3I { color:#545454;display:block;width:14.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12rem;left:3.75rem;height:1.950075rem;display:block; }
#azaUN9rbSCS6Ln2LHlTI1N6BCmNL2F9M { color:#545454;display:block;width:16.1246875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3.875rem;height:0.97485625rem;font-style:normal;display:block; }
#kBa0ZWbq0kbQqDDhTsw2KiszG3bWMPw6 { color:#a2989a;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.375rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEnn7Ay3h49JiQNcAXalZz6IMzbKv2h3 { color:#a2989a;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:3.875rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9Xl5yWutRWieaptbigbsoo2EypTJg89 { color:#000000;display:block;width:9.3120625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:4rem;height:2.84399375rem;font-style:normal;display:block; }
#GP68mOOaVKotzgeLSF9fTDwcBsIpDzLq { color:#000000;display:block;width:8.9371875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:10.9375rem;height:1.21875rem;display:block; }
#xG6Me6HDfTE6IBPhq6TgQCWxUsHKcJV0 { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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;height:40.625rem;width:18.625rem;top:1.8131484985351rem;left:27.999133110046rem;display:block; }
#C0xUwEzkoxzt7fP8kaFvMFG5WVyglpLu { position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.3737rem;width:11.4371875rem;top:1.75rem;left:29.5rem;display:block; }
#oM9TpRTsTnF0mT7PnRQyW3ZtT3JlEoXO { color:#efefef;display:block;width:11.4371875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8746337890625rem;left:29.49951171875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJOT3HFZF2fZVckkuWoBIAw6zuvJxmq0 { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.8001403808594rem;left:28.749567985534rem;height:3.2504875rem;display:block; }
#BgeF0I9AD46CcVyrZLsBkasHqOviacsc { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.062278747559rem;left:28.812174797058rem;height:0.97485625rem;font-style:normal;display:block; }
#QnRgk8HlvGRI4tL5rqExlS5ht70hDf6A { color:#545454;display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:28.75rem;height:1.950075rem;display:block; }
#LpOMg8EEz3vciwKfZ6ZnUNd72uSnBy7G { color:#545454;display:block;width:16.1246875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:28.9375rem;height:0.97485625rem;font-style:normal;display:block; }
#pqvTd46ZFCVmIysikHEBw9q7VJccH86q { color:#a2989a;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.4375rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV4EmWNLMWrUA6FyEgrozOpXHg929qwM { color:#000000;display:block;width:9.311rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:29rem;height:2.84399375rem;display:block; }
#AUFrnnyvhZQzHpPNmOr28T3S3ClGO0Ig { color:#000000;display:block;width:8.9371875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.25rem;left:35.9375rem;height:1.21875rem;display:block; }
#lw6TXCpkiGVu7wESAtyKDkK5CeqpHu8G { color:#efefef;display:block;width:11.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:4.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wuskk4U1QiXyFqx2GnMWi9u66B2wQMzH { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.37329375rem;width:11.43675rem;top:1.875rem;left:4.4375rem;display:block; }
#eeyL4xfrOAebaV4mxl4Tl7qV684f0cxv { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.031142711639rem;left:4.0619573593139rem;height:1.13769375rem;font-style:normal;display:block; }
#tezPG0QlGyXR9g4CDTr74z1ZyshrZBg4 { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.030490875244rem;left:29.062285423279rem;height:1.13769375rem;font-style:normal;display:block; }
#bEya5AzSnIGxrPNXHtr8rcIlWT0mqDqC { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.625rem;top:14.3125rem;left:3.8125rem;display:block; }
#b6iv7PBOJ9UaeuPwvyFAuxGqTv7UCPeD { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:2.125rem;top:14.3125rem;left:3.8125rem;display:block; }
#JTHBX8IldfKEQZcDwJC3Fm0pitlefVtU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.625rem;top:14.25rem;left:28.875rem;display:block; }
#II0ifgZ9f4RhL3mS0E2saBmpcS4T7WoE { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:4.625rem;top:14.25rem;left:28.875rem;display:block; }
#xcHi6lz64I0UO0cVn3cudRQ9OdatKspN { box-sizing:content-box;height:1.5625rem;width:18.625rem;position:absolute;display:block;z-index:15037;background-color:#f6e9b2;background-image:none;top:22.125rem;left:3rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#RK9tyioCu7h73EyAJLX34qHTAuMuA7ac { color:#e00800;display:block;width:14.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#u2GHxneuwB4DaDu7QVm43mfemwhAkiWI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.624893188476rem;left:3.4370660781861rem;overflow:hidden;display:block; }
#FropTTdBh2Or4lN3gDOT0Q6DFBdHAPQV { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:3.8125rem;height:0.97485625rem;font-style:normal;display:block; }
#iAaT7dCLWfzghz5SHfbtZ0XbGzqXGR9L { color:#e00800;display:block;width:7.25rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25.49951171875rem;left:5.74951171875rem;height:2.2753875rem;font-style:normal;display:block; }
#y6ookhx134ORCMK0yuJM0of0cX2LhzOJ { color:#a2989a;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.25rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whAXphy3y7flc6cz90BnXTNxRo3ROWHQ { color:#545454;display:block;width:15.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28.875rem;left:3.75rem;height:1.13769375rem;font-style:normal;display:block; }
#KJ60g25BPc0Ow8UmAkch98Rltta33PAD { color:#545454;display:block;width:14.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15005;line-height:2.2;letter-spacing:0;top:30.5rem;left:5.75rem;height:7.70215rem;font-style:normal;display:block; }
#ZbZEdTXPTBGMlTkFC4Tae0ehdnVmD9Td { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:22.125rem;left:4.125rem;overflow:hidden;display:block; }
#E1uLGJ4ktJv7i9CD4cQ7Bftat02ipLIP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.45068359375rem;left:3.625rem;overflow:hidden;display:block; }
#lJ4NVcUaisHkiwZ0kRthT3eP8JN9M34P { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:32.3935546875rem;left:3.625rem;overflow:hidden;display:block; }
#BCiMFHFMSvqDtErO8CDEMNNIuCePLz6s { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:34.22428894043rem;left:3.7496747970581rem;overflow:hidden;display:block; }
#kL8PukHQKUhT5CB6Wxz890VeKa07milw { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:36.15625rem;left:3.8125rem;overflow:hidden;display:block; }
#zvTB7wFrTTE5GtHiIktQXSf15ManslBq { box-sizing:content-box;height:1.5625rem;width:18.625rem;position:absolute;display:block;z-index:15040;background-color:#f6e9b2;background-image:none;top:21.9375rem;left:28rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#TPf3gnn7CcwImlQog8r3nsOGJ35uK0Wh { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:21.9375rem;left:29.25rem;overflow:hidden;display:block; }
#I5IJhSylbtnloJqdPkFR8DFBIixttCgV { color:#e00800;display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.187500476837rem;left:29.124892234802rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Wb4PNm4lPSq5D1pkhPTWzLaaLBSJU1A4 { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.3125rem;height:0.97485625rem;font-style:normal;display:block; }
#ySdylbPD3DbGoQLybViHMFRW0MU59LpO { 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:7.5625rem;top:25.9375rem;left:29.3125rem;overflow:hidden;display:block; }
#evsC9CPsU0ntQnAtpDkaALKQKq2FC38k { color:#a2989a;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5625rem;left:28.125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naoq07gStTdsIWwB9EU1RQdwU6WWamce { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.68701171875rem;left:37.5341796875rem;overflow:hidden;display:block; }
#nVMwTQn8MeCivV7bqKMZZmbhtCZunpGU { color:#e00800;display:block;width:5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:25.31201171875rem;left:40.87451171875rem;height:2.1005875rem;font-style:normal;display:block; }
#o7m5NwWNHm7budPwzWCW48PlRGTo7RlQ { color:#a2989a;display:block;width:17.3746875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.8125rem;left:28.125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FouT0b0enAHf6tk0yqaTD1HuOZ7niPaS { color:#545454;display:block;width:15.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5rem;left:28.875rem;height:1.13769375rem;font-style:normal;display:block; }
#wpvCBKPhOOV1QGUu51rHwSCz7LSX5zeT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.0625rem;left:28.75rem;overflow:hidden;display:block; }
#no0WQ3fV3iCNvE4eVfQ6EsQsNaPDKQan { color:#545454;display:block;width:15rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15012;line-height:2.2;letter-spacing:0;top:30.125rem;left:30.875rem;height:7.70215rem;font-style:normal;display:block; }
#nQeay6JWBJPBDlh9MTRqb892TcDwfgHk { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:32rem;left:28.75rem;overflow:hidden;display:block; }
#lnR1PksT6yEOVxKMrawCWcoTQkGXom3s { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:33.937393188476rem;left:28.937502861023rem;overflow:hidden;display:block; }
#dobqIotG3LcKHl8xcMJACLocoqpXIfuX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:35.8125rem;left:28.9375rem;overflow:hidden;display:block; }
#ClQ2thX1kUKriLuGctunUoolzhynFBZt { z-index:15025;top:39.162109375rem;left:3rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yHWMktKWJdwpm5hJkRDpwWr8V4nIcDR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nlp3ubCTp18yn7ff8qLsaQFCxlFAsBNb { z-index:15026;top:39.099609375rem;left:28rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OqBAhi1x3ZPONp311vsUddcmvR9g8HLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTgC1tQFSk732W9hux9gbpA5HSGyXdxs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.63671875rem;left:12.90625rem;overflow:hidden;display:block; }
#BIMsRW10UBH0MbCcIhtif6Nh3ObMif1H { color:#e00800;display:block;width:5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:25.14892578125rem;left:16.25rem;height:2.1005875rem;font-style:normal;display:block; }
#Iyd5GWEcI8MlZlyz4tKRwVetq5vzl5aP { position:absolute;display:block;z-index:14996;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.6875rem;top:1.8120660781861rem;left:2.9991321563721rem;overflow:hidden;display:block; }
#MqMTy9g7SBXkti5MUrgta6pHSva7P00o { position:absolute;display:block;z-index:14995;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.75rem;top:1.7214622497559rem;left:27.937067985534rem;overflow:hidden;display:block; }
#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { position:relative;display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { background-color: transparent; background-image: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .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); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { border-width: 0; border-radius: 0; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:url("https://images.assets-landingi.com/uc/50a2a0e0-8cdb-4b2b-a354-f673a7752757/elife.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container.adaptive-delivery-prevent-bg, #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container.lazyload, #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container.lazyloading { background-image: none; }#GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { color:#de0000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { color:#000000;display:block;width:44rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.0625rem;height:1.13769375rem;display:block; }
#wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { box-sizing:content-box;height:0.1875rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:#e10000;background-image:none;top:5.6875rem;left:29.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX { position:relative;display:block; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX { background-color: transparent; background-image: none; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row .container > .video-iframe-container { display: none; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row > .video-iframe-container { display: none; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .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); }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX { border-width: 0; border-radius: 0; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .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; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WFTp3bOeeb2EDO6ytCFvM1g2bZ3CPL51 { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15098;background-color:rgba(0,0,0,0);background-image:none;top:2.0625rem;left:4.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#FDezdgPODgT3DNhChU2y6MUzSs19z7Cx { position:absolute;display:block;z-index:15099;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:2.125rem;left:4.75rem;overflow:hidden;display:block; }
#vsTGxZPn5HCQv9pQEM5gSZ9iELgWoXBZ { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15102;background-color:#000000;background-image:none;top:2.125rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#NZdagfpQ5R0mU3hrk6rVmN9ZTffvnf81 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:2.1875rem;left:8.3125rem;height:0.89294375rem;font-style:normal;display:block; }
#aoe0ouhxRJsl5zqCKwn7sCSAef94Iddr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.4375rem;left:5.0625rem;height:1.05590625rem;display:block; }
#GonGkPWANkrFJqSakXm5JTDp9e1Tcyly { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15099;background-color:rgba(0,0,0,0.5);background-image:none;top:6.3125rem;left:4.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SQzJJGvaZLbwTvDv8OQTVQFHd9Zz0BDH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.4375rem;left:5.0625rem;height:1.2994375rem;font-style:normal;display:block; }
#xgw0DSqxgvmsA7XTww5aTW3UtTh6i6KT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#x4EHDyID9JE2m0VeEpK01JGZPTph8kgp { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:10.375rem;left:5rem;height:1.46179375rem;font-style:normal;display:block; }
#rcrZl8HEVCHsrw6oDFJpG4TtBhVCRCfB { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:12rem;left:5rem;overflow:hidden;display:block; }
#eiyiaXGOJmtbb6AOm4qcalebc7H6fpe2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6875rem;left:5rem;height:0.89294375rem;display:block; }
#KDJo1mU8AUfOXLP167OqzQCaPD1boLzJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.875rem;left:5rem;height:1.950075rem;font-style:normal;display:block; }
#rnXolndSus2R63axgoSTZTCZVPmKL0FA { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.875rem;height:0.97473125rem;font-style:normal;display:block; }
#w7ihexW325wmiKx2SonkimB7qR3WawSe { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:16.3125rem;left:5rem;height:0.97473125rem;display:block; }
#IfezGzCI2d0SlnFCXNelcm0sbDDhAe80 { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #b50000, #de0000);background-image: -moz-linear-gradient(100deg, #b50000, #de0000);background-image: -ms-linear-gradient(100deg, #b50000, #de0000);background-image: -o-linear-gradient(100deg, #b50000, #de0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );";background-image: linear-gradient(100deg, #b50000, #de0000);background-size:auto !important;top:17.8125rem;left:4.75rem;display:block; }
#V7X1QBb0nlt5gG0xnGC12Kaf3NHHsUqF { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:17.937255859375rem;left:4.9371337890625rem;height:1.2182625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#En69ypl2B0NIay163xzPP4Z4o09kBCEr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#XS17RnUGDWkQrkWK2qhCyiFTMJyDNTMg { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:5rem;overflow:hidden;display:block; }
#vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15118;line-height:.9;letter-spacing:0;top:29.75rem;left:5rem;height:3.77990625rem;display:block; }#vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#lJgiEQyktxdrn3eKe08h3qcKuAOLfiQo { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:34.1875rem;left:7.25rem;display:block; }
#Vb76fIwkVy9EPehyNm6Nc9wPhGQ8oQQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ7tR0Wrx7NNIeQBAkQXvoqML5xNeaMP { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15103;background-color:rgba(0,0,0,0);background-image:none;top:2.0625rem;left:29.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#JZaoT4IUkKgv7qT6TqSqQs6K27r9Qe2I { position:absolute;display:block;z-index:15104;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:2.125rem;left:29.75rem;overflow:hidden;display:block; }
#btxRxyuBTPBfKHuxKStbaklQW0VdiM5f { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15107;background-color:#000000;background-image:none;top:2.125rem;left:32.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Vt6imbCEE4E1e32oCUgUAPElkuvIHFIZ { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.875rem;height:0.89294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6VHNwmcGR89XgPCl6TDryBhvXyKk8Ea { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15104;background-color:rgba(0,0,0,0.5);background-image:none;top:6.3125rem;left:29.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#THlAK2CNVQxEpzL8ozUpXPoMU1Cef5VA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.4375rem;left:30.0625rem;height:1.05590625rem;display:block; }
#kdSeAFOrn27L4wfdlCVUmGkayUlWbun4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.4375rem;left:30.0625rem;height:1.2994375rem;font-style:normal;display:block; }
#IDqDuESqVXpVHJ3xMr04CK62ZL4eHvwy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:9.1875rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#UVFgetDRFddffdo7CCvZiP8nQWMmrpVP { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:10.375rem;left:30rem;height:1.46179375rem;font-style:normal;display:block; }
#pTEJWksFyfM4hUGkk087nSx5qd3ofkTB { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:12rem;left:30rem;overflow:hidden;display:block; }
#D4vrTRG3DHD7Z8DfZu8rVGPdmzLpdWxz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:12.6875rem;left:30rem;height:0.89294375rem;display:block; }
#hapIJZOCHTPHQ0mmCKcbMrhy3s0H9FHL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:13.875rem;left:30rem;height:1.950075rem;font-style:normal;display:block; }
#RuLmbHGs7vVMsT1ILtXhQVV0hIFvtEP6 { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#bz2X7bg6ZyizHvATnGR2naMbz9DKkdx3 { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:16.3125rem;left:30.0625rem;height:0.97473125rem;display:block; }
#iIdtcI7LM1D7dmFeP25Xe3PtQwe3Jsr8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:20.6875rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#gxNkwi7KR22gf6OZeHB6TT8sXC9bqfRG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:21.75rem;left:30rem;height:1.05590625rem;display:block; }
#yNRLoebPdBMab7R5GiNdpT3cZ09umdnp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:25.6875rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#O23JMRlqVHvPsW7CTxrI0gzPyGG11vub { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:30rem;overflow:hidden;display:block; }
#vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15123;line-height:.9;letter-spacing:0;top:29.75rem;left:30rem;height:3.77990625rem;display:block; }#vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#CKfQhzxH8RSJvFJO8nUh4DmZ5MUrmlEb { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:34.1875rem;left:32.25rem;display:block; }
#DAunIicbJUL0wEDqucM2yL4dCJVMsz3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzHs7qbtJRozT2Uoqfqfu4aGytsyTSTL { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15135;background-color:rgba(0,0,0,0);background-image:none;top:2.0625rem;left:54.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#OowlAxnXiTAever1NitNQcogHufgbXe8 { position:absolute;display:block;z-index:15136;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:15.625rem;top:2.125rem;left:54.75rem;overflow:hidden;display:block; }
#gsqqQlw4vxXl53naZrWx707IUUVnUkvv { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15139;background-color:#000000;background-image:none;top:2.125rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#f6EVcHTc6NJ82QhHbhXQWJPTgp16ysFq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.4375rem;left:55.0625rem;height:1.05590625rem;display:block; }
#tm8ITWkmst4IlqNWh2Vy3UpuzEe0GGuU { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:2.1875rem;left:57.875rem;height:0.89294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aw18vBi4KMaMgUeTq0wZzT1cs7AmSNrW { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15136;background-color:rgba(0,0,0,0.5);background-image:none;top:6.3125rem;left:54.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hphwPBaD3KVlRFuZLC1Tx4XIUe1Ttax9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.4375rem;left:55.0625rem;height:1.2994375rem;font-style:normal;display:block; }
#rZMhRknutzS26cAIgnDiFb011aTZ1y4M { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:9.1875rem;left:55rem;height:1.05590625rem;font-style:normal;display:block; }
#nPRZGi5w5ngtPfSksb3Zp5cH937unUtK { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:12rem;left:55rem;overflow:hidden;display:block; }
#WkWQV8E3nZ2Mm6AzOB3quNEI7EtzNbCw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55rem;height:0.89294375rem;display:block; }
#iJwPTpyPKBP4qcLJ91GfaCplw9Oa5o3r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:13.875rem;left:55rem;height:1.950075rem;font-style:normal;display:block; }
#mpBwbBTxFO7menBkuKEK5ApercWbbUNU { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#XsL7sV3Fg3LZRM9pEl3fByy7M1EyieVT { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:16.3125rem;left:61.1875rem;height:0.97473125rem;display:block; }
#WZ4Z6DoepJEDRqpZSaL3Z5lRfw7nJTrt { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15150;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b50000, #de0000);background-image: -moz-linear-gradient(90deg, #b50000, #de0000);background-image: -ms-linear-gradient(90deg, #b50000, #de0000);background-image: -o-linear-gradient(90deg, #b50000, #de0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );";background-image: linear-gradient(90deg, #b50000, #de0000);background-size:auto !important;top:17.8125rem;left:54.75rem;display:block; }
#wCNG9cWGqXxFRcIuLu676sZ7WRr1nkoy { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:18.5625rem;left:55.875rem;height:1.13769375rem;font-style:normal;display:block; }
#EDqR65JIG3QrzylyvCQD7ySg6szVIs57 { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:15.9375rem;left:55.625rem;height:1.05590625rem;display:block; }
#bieUZevBkpAs4K3CtQ9M7IIit9u1XBkT { box-sizing:content-box;height:1.5625rem;width:5.8125rem;position:absolute;display:block;z-index:15147;background-color:#dc0000;background-image:none;top:15.6875rem;left:55rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XPqiwHNSo7F4krRehm6SyUN1uVPruS4Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:20.6875rem;left:55rem;height:1.05590625rem;font-style:normal;display:block; }
#c9r98XZvMaG55NbZSUE4apcMTDq9LVTE { color:#5d5d5d;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:10.375rem;left:55rem;height:1.46179375rem;font-style:normal;display:block; }
#XWlInq8SEKBrMzCLHLhvC2zq8IdwyWUK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:21.75rem;left:55rem;height:1.05590625rem;display:block; }
#AFvrFup8CKa64JLeVzHzmznDwwIxMCSO { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.875rem;left:57.875rem;overflow:hidden;display:block; }
#imNDrbJl978rVQZ9Wiqy2cRZNNG0Ws1p { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:25.6875rem;left:55rem;height:1.05590625rem;font-style:normal;display:block; }
#a9Tdco342dnWIvQnRdD9rZSi0Mt5u4mN { position:absolute;display:block;z-index:15192;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:57.875rem;overflow:hidden;display:block; }
#ZNTRsLcgDxcbQax73rV9uz8OxgM11b4G { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:60.875rem;overflow:hidden;display:block; }
#wpRsBJ5w675Ji3JDQJsnlPvZIMfyPPwB { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:63.8125rem;overflow:hidden;display:block; }
#R9Wdxxt5cZEDPrTtAD0mmXvZGMnoxTGJ { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.8125rem;left:55rem;overflow:hidden;display:block; }
#rOeckgUkDTqv7RgbxAE14EeDv5pHWxvJ { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.875rem;left:55rem;overflow:hidden;display:block; }
#ito3u2vvRe8P9Skf79STGo9clm3wHJOH { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15155;line-height:.9;letter-spacing:0;top:29.6875rem;left:55rem;height:3.46740625rem;display:block; }#ito3u2vvRe8P9Skf79STGo9clm3wHJOH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ito3u2vvRe8P9Skf79STGo9clm3wHJOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#BGNUmU6hMaDTtHvMhLQWb3DPSsgPCDDN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:34.1875rem;left:57.25rem;display:block; }
#CzaPlLRsdTIniZFckA6XcQhCMKctkFey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzSRKn7wOcy0hnTHe8NuosUWw7I2GvAl { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15195;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:9.25rem;left:13.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#tn1mG4TKXyfHfA8qBisn2uF6yS7qbQ4d { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:9.5625rem;left:13.5rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7RyioAF6AaCkLdHCyI3ah7HRgwxDy2L { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15199;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:9.1875rem;left:63.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#kUig5Z6xOOlVMKvgCCmT0r7W9iytKSV1 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15200;line-height:1.3;letter-spacing:0;top:9.5rem;left:64rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GprLo10B96hCbaJqp53fyVX36koyv6Oq { color:#de0000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:11.125rem;left:60.5625rem;height:0.812375rem;font-style:normal;display:block; }
#hIa4Qcgc44BTtGPMoRxoHLWAMcm6b1C7 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:19.13330078125rem;left:4.84375rem;height:0.89294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elAcGMsX4WS9D0t73eV9zXsKoHBF3JMR { color:#7f7f7f;display:block;width:4.93713125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:14.464965820312rem;left:65.101928710938rem;height:0.89294375rem;display:block; }
#n3f9bdxFuccCKImGN32MFrewktxuJAUC { position:relative;display:block; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC { background-color: transparent; background-image: none; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row .container > .video-iframe-container { display: none; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row > .video-iframe-container { display: none; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .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); }#n3f9bdxFuccCKImGN32MFrewktxuJAUC { border-width: 0; border-radius: 0; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .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; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T1fcz7uIdbAqkKOTSplzAxpAuLCCWBGz { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15200;background-color:rgba(0,0,0,0);background-image:none;top:1.875rem;left:4.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#yROAbT4OcxzWF6iLoEVWVG47ihrndDMT { position:absolute;display:block;z-index:15249;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.9375rem;left:4.75rem;overflow:hidden;display:block; }
#xextVRzVqD6mMhPcN8ZrrOMVGFgsnFLE { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15252;background-color:#000000;background-image:none;top:1.9375rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#gHa0DfPbqdrE4n2ILlXPemtnp54l8iZM { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:2rem;left:7.875rem;height:0.89294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nq2BaX9ToMikThiGbeFV7qXTTWiTbF7G { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15249;background-color:rgba(0,0,0,0.5);background-image:none;top:6.125rem;left:4.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#a6xPsHPFPcbVVJkD7vZOTuq2TcsTvCi7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.25rem;left:5.125rem;height:1.05590625rem;display:block; }
#PVTgtwt5OIx73dmS5hO1Uaht3X7DiBHT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15251;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.25rem;left:5.125rem;height:1.2994375rem;font-style:normal;display:block; }
#AGUn7mAGVB8kh5RULbNXJGahQIJynMG7 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15254;line-height:1.3;letter-spacing:0;top:9rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#WsOh4hN9Fqlgtuu9UWCwdvJtv7TQcGVM { color:#5d5d5d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5rem;height:1.46179375rem;font-style:normal;display:block; }
#K1kxiDQus5fC3QwtepcGZg0VTd8Tk4Hd { position:absolute;display:block;z-index:15256;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:11.8125rem;left:5rem;overflow:hidden;display:block; }
#wSqXx5OZTUABiSlS1DDJWPPLCXwtySiC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15257;line-height:1.3;letter-spacing:0;top:12.5rem;left:5rem;height:0.89294375rem;display:block; }
#TgytlfxJl6uNVXVAJxFGwoNd3SBKqrdJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15258;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5rem;height:1.950075rem;font-style:normal;display:block; }
#BB0i8SG1spfkKsTwF8ddrN1Vrr28vERr { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15259;line-height:1.3;letter-spacing:0;top:14.3125rem;left:9.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#qO6td4kAbZhcIkVIqcPXa9eeMu1dgLWf { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15262;line-height:1.3;letter-spacing:0;top:16.125rem;left:5rem;height:0.97473125rem;display:block; }
#DdW7NkmNaAsTozfzr0PDnTDalyVqnJIl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:20.5rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#osADr8DSkBhaNc4dlph5uKf6oFKNED5G { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15265;line-height:1.3;letter-spacing:0;top:21.5625rem;left:5rem;height:1.05590625rem;display:block; }
#wPbBZEVPi9R9xe7wm6mD9ONe9RUC0dpQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:25.5rem;left:5rem;height:1.05590625rem;font-style:normal;display:block; }
#RtOQrKn8m5wgedEA9OZ3F0TH8Cbw0WsW { position:absolute;display:block;z-index:15250;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.6875rem;left:5rem;overflow:hidden;display:block; }
#F8nqUNEcPTHDWpyiwTprGFoST2duTJz6 { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.6875rem;left:7.9375rem;overflow:hidden;display:block; }
#Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15268;line-height:.9;letter-spacing:0;top:29.5625rem;left:5rem;height:3.9733875rem;display:block; }#Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#X0xZONA3a0KctTESzJiwOLH1y51QEbCx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15271;text-align:center;text-align-last:center;top:34rem;left:7.3125rem;display:block; }
#TWmqDm7ZyvhpHXNfLfcBPo15TiFpzDL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y40s4SW3Jbf4Sivs8oS4TEPa4ZFsK0ls { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15199;background-color:rgba(0,0,0,0);background-image:none;top:1.875rem;left:29.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#PdqNxZuHyv2LUMWSmKgK6MVTiD1Bufip { position:absolute;display:block;z-index:15256;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.9375rem;left:29.75rem;overflow:hidden;display:block; }
#XlLx1nUptXZ7lMA5e5DCQTGvE1lOGHZh { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15259;background-color:#000000;background-image:none;top:1.9375rem;left:32.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#UgNxhTCTWT5n53nWUuHEGA8tb1ByiZZc { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15260;line-height:1.3;letter-spacing:0;top:2rem;left:32.875rem;height:0.89294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKQGXZ5DPx23AMmSLnfzbK8r3fJF1OXF { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15256;background-color:rgba(0,0,0,0.5);background-image:none;top:6.125rem;left:29.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Pqr2wbwRcQSb7pNRiIxEOt9TO0SwBQUs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15257;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:6.25rem;left:30.125rem;height:1.05590625rem;display:block; }
#Bh0Xd14FOefODbHTflAcpeBVoVnsRBff { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15258;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:7.25rem;left:30.125rem;height:1.2994375rem;font-style:normal;display:block; }
#MiCaA9KeRzlzVrvaDB4T5C0CvFHhTCNq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15261;line-height:1.3;letter-spacing:0;top:9rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#IxBEwkGgQTm4GWp9CCPeHHPQ0dyTPddh { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30rem;height:1.46179375rem;font-style:normal;display:block; }
#COqFdItNwVlX7Dp5huyGc1gvxswzfKNT { position:absolute;display:block;z-index:15263;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.6875rem;top:11.8125rem;left:30rem;overflow:hidden;display:block; }
#vFbIpOsciLmq2a9CKbkRHCHIGXI7w1cK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15264;line-height:1.3;letter-spacing:0;top:12.5rem;left:30rem;height:0.89294375rem;display:block; }
#gU9LCxsDblgK5LXc9g7i6S0vcxB2XxEv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15265;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30rem;height:1.950075rem;font-style:normal;display:block; }
#T5FpC2J30DoVBoXhnuhk6H22qSvDNgdv { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:14.3125rem;left:34.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#DkUOPLSxsdaLvsGWdQ1vcSfV8w7InEuG { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15269;line-height:1.3;letter-spacing:0;top:16.125rem;left:30rem;height:0.97473125rem;display:block; }
#ZoJUXSP12eW8ddMuIrM8QTEn4Roq9GS1 { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15270;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #de0000, #b50000);background-image: -moz-linear-gradient(90deg, #de0000, #b50000);background-image: -ms-linear-gradient(90deg, #de0000, #b50000);background-image: -o-linear-gradient(90deg, #de0000, #b50000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b50000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b50000' );";background-image: linear-gradient(90deg, #de0000, #b50000);background-size:auto !important;top:17.625rem;left:29.75rem;display:block; }
#O3LDlm7eOyAlBTyJXBRy0U4I35EmBGeb { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15271;line-height:1.3;letter-spacing:0;top:18.375rem;left:33rem;height:1.13769375rem;font-style:normal;display:block; }
#wkmh1FbTzCa5Tgqs8SToOpM5sF4MNhTA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:20.5rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#dmAJCGGs8erXcKc1QkXwgQUikmMlWHMs { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15272;line-height:1.3;letter-spacing:0;top:21.5625rem;left:30rem;height:1.05590625rem;display:block; }
#bEWQsL1G0xruVEdqJu8kpZnlMpCQJc8Z { position:absolute;display:block;z-index:15286;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.75rem;left:32.9375rem;overflow:hidden;display:block; }
#QUyIzHtTK38RcTbNXLe63ZVW9ceuhDuP { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.75rem;left:30rem;overflow:hidden;display:block; }
#RTufk0fpaUsERvVAAxBbtaWinB6ilesS { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.75rem;left:35.875rem;overflow:hidden;display:block; }
#KTIeZRJisKsqd10KIoqEEd7uiIsh3JzW { position:absolute;display:block;z-index:15296;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.75rem;left:38.8125rem;overflow:hidden;display:block; }
#EDKpXrMkBxzxHuoEZwl2AcsQW5I7kk5T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15263;line-height:1.3;letter-spacing:0;top:25.5rem;left:30rem;height:1.05590625rem;font-style:normal;display:block; }
#I7H8CQu2ziXiPx3oJSCOMIRv3e4B7MAy { position:absolute;display:block;z-index:15257;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.6875rem;left:30rem;overflow:hidden;display:block; }
#JFhwlpq50SVZZMaCSTOan4yZ4N4zsQTa { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.6875rem;left:32.9375rem;overflow:hidden;display:block; }
#qoT5MIrx5vuA10oNAtXlte1Os7V8273d { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.6875rem;left:35.875rem;overflow:hidden;display:block; }
#mbOnAQNkBst6nozn7chw0aoNecvXTdNJ { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:9.3125rem;left:13.9375rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15275;line-height:.9;letter-spacing:0;top:29.5rem;left:30rem;height:4.2858875rem;display:block; }#lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#dF93blZv0VZRVWV9qO3xK2Vqc9nNxIig { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15278;text-align:center;text-align-last:center;top:34rem;left:32.3125rem;display:block; }
#VzvEN52wygTvo4ZGgoGqAbTdK9lhDxsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kbNgbVQadnV2J845TefrxPb9ivVxmBSC { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15201;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:9rem;left:13.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xCCTC9DD9e1FWpU7TbDlPK1VbPqubPtO { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:9.3125rem;left:38.5rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8uA7F5Wavk1yskS8one9OAOcuAgXspL { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15203;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:9rem;left:38.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bqR7i9XoeLfRbmTxmVug5Ql8M3AUCtoz { position:absolute;display:block;z-index:15297;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.75rem;left:5rem;overflow:hidden;display:block; }
#nbHlRxyQmd0pnMDdhUoMTDOyKKRRpt0G { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15136;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #de0000, #4f0707);background-image: -moz-linear-gradient(180deg, #de0000, #4f0707);background-image: -ms-linear-gradient(180deg, #de0000, #4f0707);background-image: -o-linear-gradient(180deg, #de0000, #4f0707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#4f0707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#4f0707' );";background-image: linear-gradient(180deg, #de0000, #4f0707);background-size:auto !important;top:1.8125rem;left:54.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#fIUnNiitEr0kfq1Ny1meyV6mlnQXfFRv { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:19.8125rem;top:12.375rem;left:52.5625rem;overflow:hidden;display:block; }
#SRuK1IZ8adHgICPy7zfTqpMwcSavisZ7 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15299;line-height:1.3;letter-spacing:0;top:2.625rem;left:54.9375rem;height:3.08715625rem;display:block; }
#kCLC0ouEbJWygmARQQxFDiAHwMsEsuPJ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15300;line-height:1.3;letter-spacing:0;top:6.125rem;left:54.9375rem;height:4.87365625rem;display:block; }
#Q4SfKM8agJESJcxaV2wypq1Ay0VZTrEM { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.8125rem;left:55.625rem;overflow:hidden;display:block; }
#XG2mNvNXabvdHxKrpVa4ZQHCM7r85MQT { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.8125rem;left:59.125rem;overflow:hidden;display:block; }
#Zb35b7JQPBXpkcBIcWMJIN1SmSQsw8CP { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.75rem;left:62.6875rem;overflow:hidden;display:block; }
#LX8C5oSAGuff3y9aUTNNvDTxuq9tpZR8 { position:absolute;display:block;z-index:15304;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.8125rem;left:66.3125rem;overflow:hidden;display:block; }
#XEHXC0nV9lUVI5JLbRaaIyxEVvR9Zg5G { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.3125rem;left:55.6875rem;overflow:hidden;display:block; }
#xb7XiHH4BtTNTlUTiTfondAz2idtUpGo { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.375rem;left:59.1875rem;overflow:hidden;display:block; }
#PftmlhheylNzi8Wf9lJ7SkcvmOAOV9b1 { position:absolute;display:block;z-index:15304;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.375rem;left:62.625rem;overflow:hidden;display:block; }
#zueivTEVr59kLtQl7mdrruCBy9MiOGb7 { color:#000000;display:block;width:35.1245rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15305;line-height:2;letter-spacing:0;top:39.485473632812rem;left:4.6875rem;height:7.99805rem;display:block; }
#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL { position:relative;display:none; }#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL { border-width: 0; border-radius: 0; }#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL > .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; }#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tNe4un0aynO3CGrFOeTvezIfwNxietoX { position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.5rem;width:12.8125rem;top:1.8125rem;left:29.4375rem;display:block; }
#UDFZqfUWUlXPoJkQC14xU3lzlDsfzw4c { color:#efefef;display:block;width:12.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.4375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ay4EaXDcWOPObzqODo315tz0b9GqG1BE { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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;height:45.625rem;width:18.686875rem;top:1.8125rem;left:53.125rem;display:block; }
#hg4cMmquEfwrmX98Eaud1GmPZwubQJPX { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:28.375rem;height:3.574225rem;display:block; }
#mKIUydOJ16REhdpvFF4iwxQRRtpQ1J0K { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:28.875rem;height:1.13769375rem;font-style:normal;display:block; }
#HfByydixOJMMyfFF9Bm9TE0Ntq34H9Eu { color:#a9a2a2;display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:28.6875rem;height:1.62524375rem;display:block; }
#C7WPm2P7rRilnh2BFLNtaReDlmRCAZ96 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.625rem;top:14.875rem;left:28.8125rem;display:block; }
#UV8pnEOfnkue1UDhLRPwl36obMlqVn4V { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:0.5rem;width:7.8125rem;top:14.875rem;left:28.8125rem;display:block; }
#XJuCi3oAe1JsXGfqXb847VPrzv22prFC { position:absolute;display:block;z-index:15017;background-color:#e00800;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;height:0.5rem;width:15.3125rem;top:14.875rem;left:28.8125rem;display:block; }
#IxsgygVbtfKn5Ebdri2hxiLe7y1dEGU2 { color:#1c1a1b;display:block;width:16.124rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:28.875rem;height:1.05590625rem;font-style:normal;display:block; }
#f36pOgO9CHLFrzaalzTk8M4ZHtQnwkTd { color:#000000;display:block;width:9.3115rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.25rem;left:28.75rem;height:2.84399375rem;display:block; }
#f65revcJ8RnDm91ZHeZwxZCfNF6acFGN { color:#a2989a;display:block;width:18.6875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:28.0625rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkDNAXZseVHo8g4S9BxJ3QqHBG1yoFXd { position:absolute;display:block;z-index:15008;background-color:#e00800;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: none;height:1.25rem;width:7.874rem;top:20.0625rem;left:28.8125rem;display:block; }
#TB9LK05XTZe483nWvxqbT8eqSThD4tkQ { color:#fafafa;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:29.0625rem;height:1.21875rem;font-style:normal;display:block; }
#H3Xpo5K1nqCVdKkxT7BQ8MAbBRcPmBnt { color:#000000;display:block;width:8.9365rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.3125rem;left:35.8125rem;height:1.21875rem;display:block; }
#KiQPZ24yxTivByv95P5TfzSzMivqmRBD { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.5625rem;height:1.13769375rem;font-style:normal;display:block; }
#JZerEnRqlBJdCaBtWs9XEREZ4epGsQW1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #3c3030, #e00800);background-image: -moz-linear-gradient(152deg, #3c3030, #e00800);background-image: -ms-linear-gradient(152deg, #3c3030, #e00800);background-image: -o-linear-gradient(152deg, #3c3030, #e00800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );";background-image: linear-gradient(152deg, #3c3030, #e00800);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;height:1.375rem;width:6.875rem;top:11rem;left:39.6875rem;display:block; }
#qzluTh4AQtosC2WnUwysxpvsL8LuecXu { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.75rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baDm5v9oR7bF8LG7Fts1LPOuDvIadXT8 { box-sizing:content-box;height:1.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15040;background-color:#f6e9b2;background-image:none;top:22.25rem;left:28.0625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#H2aDrQkKOEpJUt2TDOuvirB5U1tG2J5N { color:#e00800;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.4375rem;left:29.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rICv3yl128zRAKTaUbtTcGhvTRemVH1T { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.624025rem;width:1.624025rem;top:22.25rem;left:29.0625rem;overflow:hidden;display:block; }
#zQaqt66JGtskXblwrD4D79K8JuLHv4g7 { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.4375rem;left:28.8125rem;height:1.13769375rem;font-style:normal;display:block; }
#To4rQPDpQzRaTK8RG0kxlfVnat4XeT3k { color:#000000;display:block;width:17.7480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.8125rem;left:28.8125rem;height:1.4619125rem;display:block; }
#OZQcAzATrX45AEeXbiI2ZscB6ZoPxlvd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.75rem;left:28.875rem;overflow:hidden;display:block; }
#mLldpBTIT3M1qD8QtfttRGfL7lfrHcmV { color:#a2989a;display:block;width:16.999rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.875rem;left:28.25rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUNnelJcea74kcfrcEeVy9NVxUhvecit { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32rem;left:28.875rem;height:1.13769375rem;font-style:normal;display:block; }
#FxusucWVxeGqKSXVDQ4xgZPy5xkcIedJ { 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:3.125rem;width:3.125rem;top:27.6875rem;left:32.5rem;overflow:hidden;display:block; }
#MueQ0bUbuhR41fd7E6ZvMpLJtTvaCexH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.625rem;left:32.3125rem;overflow:hidden;display:block; }
#a5n8B9ZxS6sSX6cHG5A9VWxAFR7SClTO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.625rem;left:35.875rem;overflow:hidden;display:block; }
#R5XVLJK43CldtZA8M1Unw6eSTeVlt53N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.6875rem;left:28.8125rem;overflow:hidden;display:block; }
#oBKkoqKhKObI3XkmnmTpJyhL2hZgTqwn { 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:3.125rem;width:3.125rem;top:33.625rem;left:39.5625rem;overflow:hidden;display:block; }
#EhdJn3UuDdgSqAJoUZoWalJML1kXDTst { 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:3.125rem;width:3.125rem;top:33.625rem;left:43.1875rem;overflow:hidden;display:block; }
#iQCdSboyrPTsUiUrKzw5m3k8pz32W81Z { color:#545454;display:block;width:16.9365rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:37.625rem;left:28.875rem;height:5.2514625rem;font-style:normal;display:block; }
#PMG4xTXMvc0LMg1nBhCUVvs2xVdGm514 { color:#a2989a;display:block;width:16.999rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.625rem;left:28.875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSQaJFCcfTUbJN3tdhnby0urBc2BnJs1 { z-index:15028;top:44.125rem;left:28.0625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L7N3XekrKSTzxPutCzkwmrIe26mbLG5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3Nin3VJr0z3mEJ204Rks57PATURVk4R { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:45.625rem;width:18.6870625rem;top:1.8125rem;left:28.0625rem;display:block; }
#cFso11mPhqmaBQ3iG7SbQJbm6TQalewz { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:6.5625rem;left:53.9375rem;height:3.574225rem;display:block; }
#caTg43wHipDktIXNfeL5tWhnnybuNyT8 { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:11.5rem;left:53.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#JPMvs5fUNMDAhskODstAiW3LibD93mDd { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.6875rem;left:53.75rem;height:1.950075rem;display:block; }
#wLLI7vOlv8iAyPX0KEyWQu4Eq5dScu8J { color:#545454;display:block;width:16.124rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.75rem;left:53.9375rem;height:1.05590625rem;font-style:normal;display:block; }
#Lznmsw6L6b25im9TMaBLVRnMuPPDdM1d { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.625rem;top:14.9375rem;left:53.875rem;display:block; }
#ydG1Js5BTD6Su62O1vreOVaR53weaQZu { position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.3125rem;top:14.9375rem;left:53.875rem;display:block; }
#ntk5RokuZ0sZDG8iUoKM5eXz4EM9lnPv { color:#000000;display:block;width:9.3115rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:17.3125rem;left:53.8125rem;height:2.84399375rem;display:block; }
#i0Re2nHgSHD6Me9d0ZVCgQwXC0TxBhKX { color:#000000;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:18.5rem;left:61.0625rem;height:1.21875rem;display:block; }
#AwZ687VINkBaNoxucX5xJEE0F1EWk2EJ { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:20.125rem;left:53.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#JwA7zu5UQ0L5etnFo2nrsB7NCBbL38TL { color:#a2989a;display:block;width:18.6875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:16.75rem;left:53.125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATKpbg9g4BiqIHFeNoC88i7ST8NHF1Db { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #3c3030, #e00800);background-image: -moz-linear-gradient(152deg, #3c3030, #e00800);background-image: -ms-linear-gradient(152deg, #3c3030, #e00800);background-image: -o-linear-gradient(152deg, #3c3030, #e00800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );";background-image: linear-gradient(152deg, #3c3030, #e00800);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;height:1.375rem;width:6.875rem;top:11.75rem;left:64.4375rem;display:block; }
#FdsEFz7k727sbvsEd9obUHR8lLAuV9AU { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.5rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WuyK9Vs3RZXUVI7ZWX44DMJcAC6o9ecf { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#bfGVg9Cvul4cHfuuTBPrkBVzcRERWTBq { color:#000000;display:block;width:17.7480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:25.625rem;left:54rem;height:1.4619125rem;display:block; }
#RBQMVlfqQSRliQ22iNNLb8PqXrHVTkry { color:#a2989a;display:block;width:16.999rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:30.625rem;left:53.75rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DopNPB3qPZtTHPkvQGf9Mwz22ThAyI99 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.5rem;left:53.9375rem;overflow:hidden;display:block; }
#dT5dUARk1LZpRJ3klZ7oAznwGcbuAMMr { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.4375rem;left:57.6875rem;overflow:hidden;display:block; }
#Tv4VNK3gkPNJpPdcAoe4gFOSzOXJyDTh { color:#545454;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15044;line-height:2;letter-spacing:0;top:32.6875rem;left:53.75rem;height:10.502925rem;font-style:normal;display:block; }
#wxxtlCNzZ5FedT2DbBCnwvZSNfs0mJue { color:#a2989a;display:block;width:16.997625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:42.9375rem;left:53.9375rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phdDhmWM79Sz5eRtThBMOs7OgW7lHfxB { z-index:15030;top:44.125rem;left:53.125rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qD19cWtgKlNAKirXTDP4GbUsCKwuSyXi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mq0zUNU4LoKiT0ri4rBlJCA1AlN9lXsR { box-sizing:content-box;height:1.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15043;background-color:#f6e9b2;background-image:none;top:22.1875rem;left:53.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#gIkGDOfxt73iqTwIlaciuG7fxWlDTJH4 { color:#e00800;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.375rem;left:56.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SCWRbdV7Ka7O5gpU54nlrXaXMoLOSeMm { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:22.125rem;left:54.3125rem;overflow:hidden;display:block; }
#GsbsXqkAoGlAw4rpDSpxsZhJIEubI7ya { position:absolute;display:block;z-index:15093;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.5rem;width:12.8125rem;top:1.875rem;left:53.9375rem;display:block; }
#Jk4sztSIPXzKyD9ha1QpQmXXd5HJX8xf { color:#efefef;display:block;width:12.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:2.0625rem;left:53.9375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3bxKuOkOTrn7PIKc5AA9Mx7mTxXaNW9 { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:31.625rem;left:53.75rem;height:1.13769375rem;font-style:normal;display:block; }
#gWRqVbgyXqzPVT0AiX9vkbTio6pXuoJu { color:#545454;display:block;width:7.9373125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:34.5625rem;height:1.950075rem;display:block; }
#pxFN48DfCeRewkFOQWdKrTNxD91r2oCI { color:#e00800;display:block;width:5.75rem;position:absolute;font-family:ubuntu;font-size:0.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.75rem;height:0.811525rem;font-style:normal;display:block; }
#Vk4GbtEpTuJgN7VJCW2n6KSNZTmJTkbW { position:absolute;display:block;z-index:14996;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.75rem;top:1.75rem;left:28.0625rem;overflow:hidden;display:block; }
#SDlUxv6X3lWPsP6evgPfMEGewWe1mefu { position:absolute;display:block;z-index:14997;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.75rem;top:1.75rem;left:53.125rem;overflow:hidden;display:block; }
#uCUNnTqgrSRot4mZbeWTZmUDCMA2zUU4 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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;height:45.6875rem;width:18.625rem;top:1.9375rem;left:3.1875rem;display:block; }
#Qid8wdPydyRmR7X2odPytu1zZsErpRQT { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.375rem;width:12.6875rem;top:1.9375rem;left:4.25rem;display:block; }
#dmzUiMk2zFHOgm0QU0HRvs3n8vUQNd7I { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5rem;left:3.875rem;height:3.574225rem;font-style:normal;display:block; }
#snnSf65XonN2bw5oyzrVddc0s5GNeWrF { position:absolute;display:block;z-index:14994;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.6875rem;top:1.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#sWCkiuoXFL0BSyoTHRDEZstLmqiQW7Qo { color:#efefef;display:block;width:11.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aywqIu2pwXBDP8UQ5C77EhaOv8myBEbh { color:#545454;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.875rem;height:0.97485625rem;font-style:normal;display:block; }
#IMqg2az3HkglaQCWvVkfWs5nqfnmcde4 { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:3.8125rem;height:1.950075rem;display:block; }
#WT56ds6wO4HDvZMcSIQhii98nv1NJ4QB { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.56152375rem;width:15.625rem;top:14.3125rem;left:3.9375rem;display:block; }
#erkV0WaPead1n4GJL5NSD2kvGVL6TBWV { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5625rem;width:1.875rem;top:14.3125rem;left:3.9375rem;display:block; }
#OVMJuutNHZU9txN00kpm86R3rOhvbTpH { color:#545454;display:block;width:16.1230625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:4rem;height:0.97485625rem;font-style:normal;display:block; }
#FzmTx4CbyzwtXxfT4H5eeA6xgy8cb3BC { color:#a2989a;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.625rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sm8HNirKrxtXsVq01UvISg4t16kQFmRE { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.8125rem;height:2.84399375rem;font-style:normal;display:block; }
#P988b2olqPdDtTVKr9bMxPyJ6f5AWuh2 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:10.75rem;height:1.21875rem;font-style:normal;display:block; }
#LTiNz73kGOeV3nwob9t0ptSaVWfvvVQZ { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5rem;left:4rem;height:1.13769375rem;font-style:normal;display:block; }
#yPF4DKz1plHiODkA76aUawNefs83G7qA { box-sizing:content-box;height:1.5625rem;width:18.625rem;position:absolute;display:block;z-index:15043;background-color:#f6e9b2;background-image:none;top:22.1875rem;left:3.1875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#ZFi5MVzmmOrVqwWZtLEN1Knf8QtrE0GU { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:22.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#uay1ENR6PVpPupuzD0ViDRpp6xwMp2kD { color:#e00800;display:block;width:15rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Sun1vWqOqHTUf5oFdb5TK4xbTot77T2m { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #3c3030, #e00800);background-image: -moz-linear-gradient(152deg, #3c3030, #e00800);background-image: -ms-linear-gradient(152deg, #3c3030, #e00800);background-image: -o-linear-gradient(152deg, #3c3030, #e00800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );";background-image: linear-gradient(152deg, #3c3030, #e00800);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;height:1.25rem;width:6.9375rem;top:11.4375rem;left:14.5rem;display:block; }
#RdG5WIbxTLFJpxamSp1qwwNMa1DW3nC1 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:14.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZBhPezzTRHUz1DyTn53Oxw9Sc8rhEXI { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.4375rem;left:4rem;height:0.97485625rem;font-style:normal;display:block; }
#QtgwMxuu5Vo1hb2FmIut9hPnWPPVHkqQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:25.6875rem;left:4rem;overflow:hidden;display:block; }
#eNR6MGOFVHILmcuI1AOQztMp7hCUHFRO { color:#e00800;display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.375rem;left:6.1875rem;height:2.2753875rem;font-style:normal;display:block; }
#GLM9t3VVlQTZ0koiTLTnpQTyudw5QRJa { color:#a2989a;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5rem;left:3.0625rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miL3l0ky6oL2AS8gZmSco2lBZmcKvvfc { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:4.125rem;height:0.97485625rem;font-style:normal;display:block; }
#p1JK4ulnZWKiLile75izviemQ3PEwoTS { color:#e00800;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.4375rem;left:4.125rem;height:1.4619125rem;display:block; }
#PJdsDC3PTfOcS3NzQeaT7bhuTiM8BBM7 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:31.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#vPqDpH7PNMwASHOo9va6ucJOaBpgGl7T { color:#545454;display:block;width:15rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15018;line-height:2.2;letter-spacing:0;top:31.125rem;left:5.9375rem;height:7.70215rem;font-style:normal;display:block; }
#XZw0bcqTnDqTydiE6Csha7oMMItot7Qy { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.125rem;left:3.8125rem;overflow:hidden;display:block; }
#Rn0rcQEGnxwO7oRQkIESJSmlwJsbQlbh { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:34.9375rem;left:4rem;overflow:hidden;display:block; }
#VdmRvZsaJpJXD82R4mZCSV7EgWuxQq4D { color:#e00800;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36.5rem;left:5.8125rem;height:1.13769375rem;font-style:normal;display:block; }
#iNNTBUNs9Ako1kfLgKiAUMQVqin0chFh { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:36.6875rem;left:4rem;overflow:hidden;display:block; }
#PGbbtIBgVoiRDXHfTtulxCQ8nux21ACg { color:#a2989a;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:38.4375rem;left:3.3125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NH3Hcqh5tNkRkx827ogxEr1divpPCAs6 { z-index:15027;top:44.25rem;left:3.1875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LsfzL2yyt53fsPb5sBTsNXKmdS8EIEZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THocJgSlievudskbIJuA7VBc69oRZoGt { position:relative;display:none; }#THocJgSlievudskbIJuA7VBc69oRZoGt { border-width: 0; border-radius: 0; }#THocJgSlievudskbIJuA7VBc69oRZoGt > .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; }#THocJgSlievudskbIJuA7VBc69oRZoGt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.875rem;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; }#ZBmTFsyTOsK5FLVJM59JTgi1xXU4J4m4 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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;height:44.4375rem;width:18.6875rem;top:1.75rem;left:28.375rem;display:block; }
#oSO110oxKMV2gH8hHvdTIeF5RvSyHIue { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.375rem;width:12.6875rem;top:1.75rem;left:29.4375rem;display:block; }
#HSs3WNbSh9iT8dwvsXctXx9sdeZHk4tP { color:#ffffff;display:block;width:17.249rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5625rem;left:29rem;height:3.574225rem;font-style:normal;display:block; }
#HK8SVdhKX3qHyGuldwsLQND8U5Xigm0E { color:#efefef;display:block;width:12.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:29.4375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiChmFts6hcK7VmE0pW55To6QX39eTBr { color:#545454;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.125rem;left:29.0625rem;height:0.97485625rem;font-style:normal;display:block; }
#PsNopcDIFdp7bdTJadiwiFSbxi880NbQ { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:29rem;height:1.950075rem;display:block; }
#LoZAiKhOXRpkILVbX9hwelINMnupyFxi { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.56152375rem;width:15.625rem;top:14.125rem;left:29.125rem;display:block; }
#JMg3dFpT6HeDvVdUUfD0dzrJoEyMqluL { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5625rem;width:3.9375rem;top:14.125rem;left:29.125rem;display:block; }
#s9kJWN21pKelTOxFXrHEUK2OyqVSiswB { color:#545454;display:block;width:16.1230625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:29.1875rem;height:0.97485625rem;font-style:normal;display:block; }
#BKGu19BuTZbkgrCs4ZbCTeTfCa3I5FdS { color:#a2989a;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.8125rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPSKtIQvBME6OEU6QpoFippGPfmCRTOQ { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:29rem;height:2.84399375rem;font-style:normal;display:block; }
#XBGavxhR1IZfkcDL8FQR7wpubrBaeDgs { color:#e00800;display:block;width:8.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.25rem;left:36.25rem;height:1.21875rem;font-style:normal;display:block; }
#FUeLRNV696sHCLpC0tKWTwzVtmTzusVn { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:29.125rem;height:1.13769375rem;font-style:normal;display:block; }
#MNJcGiHnTuaDTGWRKqDQi67mIzbrBkTN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #3c3030, #e00800);background-image: -moz-linear-gradient(152deg, #3c3030, #e00800);background-image: -ms-linear-gradient(152deg, #3c3030, #e00800);background-image: -o-linear-gradient(152deg, #3c3030, #e00800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );";background-image: linear-gradient(152deg, #3c3030, #e00800);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;height:1.25rem;width:6.9375rem;top:11.25rem;left:39.6875rem;display:block; }
#UOHWLkRo4Zcy20MoQG5rc8GFC1cIT69T { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:39.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koiMWCoviKTZ5FgNoSCWVS0l8wqptzqD { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22rem;left:29.1875rem;height:0.97485625rem;font-style:normal;display:block; }
#B4JRPGhv8rkz4KqvVXZM8368G1SFRrya { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:23.9375rem;left:29.125rem;overflow:hidden;display:block; }
#lSlv7LhQTEn7awXqH7Ooyx5euvp6vVw0 { color:#e00800;display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:31.375rem;height:2.2753875rem;font-style:normal;display:block; }
#EFPJTf2hTfpcp6KPaglT1CCQFTIm51wW { color:#a2989a;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.3125rem;left:29.125rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6uiKEqzf5pu8uRM88lzud8iebl4VTlq { color:#a2989a;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:41.625rem;left:29.0625rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ryP11NhccLUmkpupOXhtGV8hO1mRn3DI { z-index:15027;top:42.9375rem;left:28.389404296875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.43725625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qyVBMraKtmWcFvCAp1lrkLMRUtlLhKl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNgsf4ADQFRI894Srhm6UE4eUTTzhRIk { color:#545454;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:31.375rem;left:29.0625rem;height:2.62573125rem;font-style:normal;display:block; }
#dtNIDvyuVJ2rfRHaTkPu4wRXlzodqNcW { 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:3.125rem;width:3.125rem;top:22.9375rem;left:39.0625rem;overflow:hidden;display:block; }
#uvcmQSLIiZZf5zlUFeT8pyX8uE1oi0QQ { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.375rem;left:29.0625rem;height:1.13769375rem;font-style:normal;display:block; }
#VHREsuTHcTVbD8PPCo8LNe62y7gFk8WV { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.875rem;left:29.0625rem;height:1.4619125rem;display:block; }
#b1mQR5sCPUdR9pbr5OvmRnN7ag5zzks1 { color:#a2989a;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.125rem;left:29.0625rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAf8ZTGCHLoUGCwRqFvdmpFRP33dPTlV { color:#545454;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15046;line-height:2;letter-spacing:0;top:37.3125rem;left:29rem;height:3.500975rem;font-style:normal;display:block; }
#yTQLmKlG2HoL07OXS9y0qfXIHDa7S2hi { color:#545454;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:34.5625rem;left:29rem;height:2.45068125rem;font-style:normal;display:block; }
#ylmRhN5yaHI7FsKDtv0uQPUn27nxQhlL { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a20000, #3c3030);background-image: -moz-linear-gradient(180deg, #a20000, #3c3030);background-image: -ms-linear-gradient(180deg, #a20000, #3c3030);background-image: -o-linear-gradient(180deg, #a20000, #3c3030);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#3c3030' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#3c3030' );";background-image: linear-gradient(180deg, #a20000, #3c3030);background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:43.4375rem;width:18.625rem;top:1.75rem;left:52.8125rem;display:block; }
#Kz1bftFXe5vn4B7FzBwTv2c4FeMErhFB { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:3.125rem;left:53.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#SLSkBoou3Tq0wMK30KIVpoSv5XF5shR4 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15030;line-height:2.3;letter-spacing:0;top:7.5rem;left:53.5rem;height:11.495375rem;font-style:normal;display:block; }
#Sgq2uQy3nfOfCIWRh45PAfn2Kb25gRJJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:18.75rem;top:22.5rem;left:52.8125rem;overflow:hidden;display:block; }
#qlb4oSXKDEkbuRSqoegFlNmsFzlbwhBh { color:#a2989a;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.0625rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5TJQUaFfhLFuX4SisDIihtmhJq5hoMh { color:#000000;display:block;width:46.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15119;line-height:1.7;letter-spacing:0;top:53.09912109375rem;left:3.186767578125rem;height:6.796875rem;display:block; }
#p677ps9oN8BANNfip7V5lWM4RO6LWM33 { position:absolute;display:block;z-index:14996;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9rem;width:18.75rem;top:1.75rem;left:28.375rem;overflow:hidden;display:block; }
#IKzU20UdTmBirRhg8Ptv1zePOvpIDkvc { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.625rem;height:3.574225rem;display:block; }
#W80pbAldKLQTxQTVv7yhTkUH2eb3Qaag { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.9375rem;height:1.13745rem;font-style:normal;display:block; }
#KwIMViUGpRkp8oszZkmb44xXO20BUmUl { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.625rem;left:3.75rem;height:1.94970625rem;display:block; }
#ud6ntME3snAipnguaU1HzsTbXAqCT1QQ { color:#545454;display:block;width:16.1230625rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3.9375rem;height:1.05541875rem;font-style:normal;display:block; }
#PTu9keWcxotmPHxfrLDu1Kx6TRgtUwpW { position:absolute;display:block;z-index:15089;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.625rem;top:14.875rem;left:3.875rem;display:block; }
#ZmzdCQot3c20Ti15voawUSbdFzUgrhQ2 { position:absolute;display:block;z-index:15092;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:15.3125rem;top:14.875rem;left:3.875rem;display:block; }
#nI4Nfh7NzSsHk5W48gEeNMSa0Ag8fSOv { color:#000000;display:block;width:9.3105625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:17.25rem;left:3.8125rem;height:2.84399375rem;display:block; }
#FD8Acx1245CW9IwVDguaWVNRfpJTI6MZ { color:#545454;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:20.0625rem;left:3.875rem;height:1.13745rem;font-style:normal;display:block; }
#TicKx3caePeU0DwkHTz2fFm1VimiXwWT { color:#a2989a;display:block;width:18.6875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRLgextyzTPVWQ69gbSZhaUxOB1xwIEu { color:#000000;display:block;width:5.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:18.3125rem;left:10.8125rem;height:1.21875rem;display:block; }
#QZHKlR7rWgGSex30DmbIlGmtwNIvVApi { position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(152deg, #3c3030, #e00800);background-image: -moz-linear-gradient(152deg, #3c3030, #e00800);background-image: -ms-linear-gradient(152deg, #3c3030, #e00800);background-image: -o-linear-gradient(152deg, #3c3030, #e00800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3030', endColorstr='#e00800' );";background-image: linear-gradient(152deg, #3c3030, #e00800);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;height:1.375rem;width:6.875rem;top:11.6875rem;left:14.4375rem;display:block; }
#kiDmS0WT66oWqRxw7XfTvFbRwStp1TQs { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.5rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtAHEzUdnLTQWABFHfwx437mfvZuXVsz { box-sizing:content-box;height:1.5625rem;width:18.6875rem;position:absolute;display:block;z-index:14995;background-color:#f6e9b2;background-image:none;top:22rem;left:3.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Sil2vIrcKBtvOFmAifJdvvuwRDWqsRqM { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:24.125rem;left:3.875rem;height:1.13745rem;font-style:normal;display:block; }
#TUazJduBlqq42x8xMQyTw9nJda1OlhEc { color:#000000;display:block;width:17.7480625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:25.375rem;left:3.875rem;height:1.4619125rem;display:block; }
#uStxBzp0QkGutAXG8IXJnrkk5gseM7C5 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.375rem;left:3.3125rem;overflow:hidden;display:block; }
#dde7G085tGZNq2EEbvi2PhfylFOANv1f { color:#e00800;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:22.1875rem;left:6.125rem;height:1.29931875rem;text-align:left;text-align-last:left;display:block; }
#A13uWmTJrdUewQ4TnBMmfLs4Phbo3mTJ { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.375rem;left:7.0625rem;overflow:hidden;display:block; }
#TU3emkM822t5gBJFV36gabnqBPiUcSGt { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.375rem;left:10.75rem;overflow:hidden;display:block; }
#Ed2T4dsaKo9amtMnTV57FuGItaDf2bw9 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.375rem;left:14.6875rem;overflow:hidden;display:block; }
#DpPTmgPqoqH041rVmC1qQHTQfZh8MxOy { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:18.25rem;overflow:hidden;display:block; }
#vWtVh6SBWwTAhrczpGwocrMrif6cwXir { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62305rem;width:1.62305rem;top:22rem;left:3.8125rem;overflow:hidden;display:block; }
#EmAAbmDBayc7GmgO1ekEJgv3TsVF8L3K { color:#a2989a;display:block;width:16.9980625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.125rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqQtov5FqUa0iBDIrSOSOm6HpAc4UP4v { color:#545454;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.75rem;height:1.13745rem;font-style:normal;display:block; }
#TmsP9zp5h76kMyVqaKa8JrdF7PomVkxL { color:#545454;display:block;width:16.9355625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;top:33.125rem;left:3.75rem;height:8.9253rem;font-style:normal;display:block; }
#xrcgvPFfQ5z33xl4U9JfpfiO5JVs5nzW { color:#a2989a;display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:41.75rem;left:4rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fXEKdBDpCM5HO3hDTbhxlWvnFGTmwRIJ { z-index:15030;top:42.9375rem;left:3.125rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BWWclXmIb5FRciwT3C7zqhif3tCnd5Td { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iANyvWTnTtcaVSfS7BWInv8McQcKWSxA { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:44.5625rem;width:18.6875rem;top:1.75rem;left:3.125rem;display:block; }
#w6fQ48VzqZtEuXrieZB0zZgoVwk4oTWv { position:absolute;display:block;z-index:15094;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.5rem;width:12.8125rem;top:1.75rem;left:3.8125rem;display:block; }
#Pv6n9mTQGuAkWVwW9IncHG96wNbFkDPX { color:#efefef;display:block;width:12.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.8125rem;height:1.13745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3K6zkyPssP2lPR1pXG2cAlizSKylEq7 { position:absolute;display:block;z-index:14998;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:18.75rem;top:1.75rem;left:3.125rem;overflow:hidden;display:block; }
#tUvHomKENTlHVm2Is3n8HisT7smUnsbX { position:relative;display:block; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX { background-color: transparent; background-image: none; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container > .video-iframe-container { display: none; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row > .video-iframe-container { display: none; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .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); }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX { border-width: 0; border-radius: 0; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#UMDTtiNEdxpdn6usQma8vvTZBZ6E3y42 { 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:5.625rem;width:5.625rem;top:3.25rem;left:9.5rem;overflow:hidden;display:block; }
#KdsTbtSIDyusg2tO70UnvGv3fgsmwAlk { 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:5.625rem;width:5.625rem;top:3.25rem;left:59.5rem;overflow:hidden;display:block; }
#rdI7WwAVRwmxW6621dFuISigxa8euBMI { color:#000000;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:7.625rem;height:1.62524375rem;display:block; }
#wTnssCLtVepepcSD60ADZXRCIUomKDsK { color:#565656;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:3.0625rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#RlHT8ndivilUe6vdlh6o9LTR8gmIWKTt { color:#565656;display:block;width:14.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:55.0625rem;height:2.9245625rem;text-align:center;text-align-last:center;display:block; }
#enXTHtn7LEVTCWVzolBuTxKQ8atpV81V { color:#de0000;display:block;width:9.125rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5rem;left:7.75rem;height:1.05590625rem;display:block; }
#XaMcJTmJPA8h0NllXPUXPU5SZXCN63u0 { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:57.25rem;height:1.62524375rem;display:block; }
#M24lmUaG87gZqcrCWBKCebI89GKLtsx3 { 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:5.625rem;width:5.625rem;top:3.2492380142212rem;left:34.187285423279rem;overflow:hidden;display:block; }
#kfmoTOUxNRuF8R7c1blXz8e5CmQsiF7a { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:33.875rem;height:1.62524375rem;display:block; }
#QJZiuqpn4VTSJpZBdZDFW8JWsbJlJFrT { color:#de0000;display:block;width:9.1875rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5rem;left:32.6875rem;height:1.05590625rem;display:block; }
#FcT6vGsn7nnaG453euVIeIQbJvuig0vf { color:#565656;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Gw1eGRvsmXAhbEGwpmpT7BhXdfTpWTRK { box-sizing:content-box;height:14.5rem;width:73.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:2rem;left:0.5625rem;border-top:0.0625rem solid #545454;border-left:0.0625rem solid #545454;border-right:0.0625rem solid #545454;border-bottom:0.0625rem solid #545454;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; }
#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB { position:relative;display:none; }#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB { border-width: 0; border-radius: 0; }#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB > .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; }#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Kuizt4zoUw4fRHgu7vx2Rnt8WfZxlXBn { color:#3c3030;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ZXzPTwtcHP5JMiqPwyGFS23yWaIVOBe7 { position:absolute;display:block;z-index:15002;background-color:#e00800;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.25rem;width:8.8125rem;top:6.2197265625rem;left:33.09375rem;display:block; }
#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl { position:relative;display:none; }#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl { border-width: 0; border-radius: 0; }#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl > .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; }#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Dh9wuThXv6Myo8PWUhgsNRXKUaHOovnB { 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:3.0625rem;width:3.0625rem;top:3.75rem;left:0.8125rem;overflow:hidden;display:block; }
#bgT82W56BkO8Tw0x2GQsR9S5OpAQQunc { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15120;line-height:1.7;letter-spacing:0;top:4.125rem;left:4.4375rem;height:2.23111875rem;display:block; }
#bVHWQmdiHKPnEPH9wUepstSBTdLftZkL { color:#000000;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:6.375rem;left:4.4375rem;height:1.6997625rem;display:block; }
#Mi01TQ1kPnoWq7fVSHBltHUBKITpqPkH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.75rem;left:25.8125rem;overflow:hidden;display:block; }
#Tnt6MuT41odIMGadhPs6bLAJxIZHbmh9 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15123;line-height:1.7;letter-spacing:0;top:4.1875rem;left:29.5rem;height:2.2309rem;display:block; }
#SskmlvFumbqgsWiAs9TeLdnhKIJEDoAv { color:#000000;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.7;letter-spacing:0;top:6.4375rem;left:29.5rem;height:1.69986875rem;display:block; }
#rNXLyLd2dPFZS3WaC56yDF9VFSar9wfa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.6875rem;left:50.8125rem;overflow:hidden;display:block; }
#a2o81HBT5Z7aX1vkVAFdQ9wlaLUrQHeX { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15126;line-height:1.7;letter-spacing:0;top:4.125rem;left:54.5rem;height:2.23111875rem;display:block; }
#K7zgpOMD2Ln79BOcA18hzIarL3TsbVip { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.7;letter-spacing:0;top:6.375rem;left:54.5rem;height:5.0992875rem;display:block; }
#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef { position:relative;display:block; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef { background-color: transparent; background-image: none; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row .container > .video-iframe-container { display: none; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row > .video-iframe-container { display: none; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .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); }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef { border-width: 0; border-radius: 0; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .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; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gd1lMw5NTDG1o3L5SwUeb83XDMZA8Duw { color:#3c3030;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#UIt0T5pzx0b3QSzo5DygZxKCdet284uk { position:absolute;display:block;z-index:15002;background-color:#e00800;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.25rem;width:8.8125rem;top:6.2197265625rem;left:33.09375rem;display:block; }
#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 { position:relative;display:block; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 { background-color: transparent; background-image: none; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row .container > .video-iframe-container { display: none; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row > .video-iframe-container { display: none; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .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); }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 { border-width: 0; border-radius: 0; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .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; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cPuIFlBb8glvA9aZC8JgUzadAcWneuaD { color:#545454;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.094970703125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mzpfxPFi9XccP5FZW9PbiqA8eUxIJ9gu { color:#535050;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.094970703125rem;left:18.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WZpCXG7qBEOArWlKNfOmg3yd3uzNDWTU { color:#535050;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.094970703125rem;left:37.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#M9cskODrb6CNR3vXrXdIoxIG3RpgsW51 { color:#535050;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.094970703125rem;left:56.25rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#pXLhf68NlfsbWE284s8igmQFSze1dJUS { 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:15.1245rem;width:15.1245rem;top:1.03271484375rem;left:1.8115234375rem;overflow:hidden;display:block; }
#pw8aEAE9szia4f8TT4rx7peCf85dgKW1 { 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:15.3125rem;width:15.3125rem;top:0rem;left:20.46875rem;overflow:hidden;display:block; }
#ldHcyumCbJ0yw7WI27Jw3DR9egBM1vJ0 { 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:11.7496875rem;width:11.1870625rem;top:2.7186422348023rem;left:59.522574424744rem;overflow:hidden;display:block; }
#GmAhI3qxhSFbOqdnFtuJnL3a9hDbBiax { 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:15.5620625rem;width:15.5620625rem;top:2.0046663284302rem;left:39.092883110046rem;overflow:hidden;display:block; }
#DaGl2NsRx99tum7ac7goft9SqdPGHuRP { position:relative;display:none; }#DaGl2NsRx99tum7ac7goft9SqdPGHuRP { border-width: 0; border-radius: 0; }#DaGl2NsRx99tum7ac7goft9SqdPGHuRP > .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; }#DaGl2NsRx99tum7ac7goft9SqdPGHuRP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RVUDSnHVeDD1B2TFmqxWTl0dl0zUfDUW { color:#3c3030;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.843425rem;text-align:center;text-align-last:center;display:block; }
#hXuTDPInI5OtVbKdB2rTQ05gyyb0arZK { position:absolute;display:block;z-index:15001;background-color:#e00800;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.25rem;width:8.8125rem;top:6.20263671875rem;left:33.09375rem;display:block; }
#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD { position:relative;display:none; }#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD { border-width: 0; border-radius: 0; }#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD > .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; }#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.5rem;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; }#iJup9KoVP9xzLuNt0O5nti4z5Od1uSDB { color:#545454;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:0rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#Pfpq3FlqPTnmAdw4rWB4LumMeoLPXh1w { color:#545454;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:3.5rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmtsaFuIFJOvShCqiRclwNJeOmLz0xzq { color:#545454;display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:28.3125rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vu8JUWSE1JXCGKWk8kJubJFXFtvTpyuP { color:#545454;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:54.25rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssF0u6csQl4wZmMKx7GZfoRIiDpB8TyC { color:#545454;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:25rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#FExmx1ZWb1BpPlmWkyoWREsk5Rx83U65 { color:#545454;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:50rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#twoenSQsGfxtnWOIQyQWvcQfb9SSGbZh { 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:10.3125rem;width:10.8125rem;top:1.470703125rem;left:7.09375rem;overflow:hidden;display:block; }
#AUEAN1cwMzDgmFxNk7tvAQABAZtE5zp5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:11.4375rem;top:1.439453125rem;left:31.78125rem;overflow:hidden;display:block; }
#uPsz1GNcwUBztMOMikS2IE5GrfWkOGLQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.8125rem;top:1.470703125rem;left:57.420842564521rem;overflow:hidden;display:block; }
#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafb;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; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container { background-color: transparent; background-image: none; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container > .video-iframe-container { display: none; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row > .video-iframe-container { display: none; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .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); }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container { border-width: 0; border-radius: 0; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#zedb5dVpx4f5MG7shIuQbMTPFsRyu8Sq { color:#0e2258;display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.437068939209rem;left:2.6247825622559rem;height:4.87426875rem;text-align:left;text-align-last:left;display:block; }
#kTgn6Cuaa2TMDlngtGzDUL9beXl4TEpN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e00800;border-left:0.125rem solid #e00800;border-right:0.125rem solid #e00800;border-bottom:0.125rem solid #e00800;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:#e00800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.8125rem;left:0rem;display:block; }
#FFno7V6G2rxHXuVTWNxKBKZhawOa8K9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4Vc10VS9yQ1w0rfMXo4NX3gavCw1UAm { background-color:#e00800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.8125rem;left:19rem;display:block; }
#PTJH8sOtSQ3oUkWiPk2fVxGKmmfbLcxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofdqyxp9xthSTZdHcKd9vVWTtcymT040 { color:#3c3030;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.6875rem;left:5.0625rem;height:2.598875rem;display:block; }
#ZxrHttN4WqMKqcs4veTC85G1qBOQgssl { color:#3c3030;display:block;width:30.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.125rem;left:5.1875rem;height:3.8983125rem;text-align:justify;text-align-last:initial;display:block; }
#LvVcN2o70ksTO8BucUAfeTCm3LgmW6T9 { color:#3c3030;display:block;width:30.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.625rem;left:5.1875rem;height:2.598875rem;display:block; }
#xtcFpOgDut7z5mhl1stqM0dxaDrnnO2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.375rem;left:2.625rem; }
#l8pPMMvqDsXdw0ehxzBIUzo0TaXuRuBb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.6875rem;left:2.6875rem; }
#cIIiutQSbcXMEPXcdPHawyTqgwQr9Bbm { color:#3c3030;display:block;width:30.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.125rem;left:5.125rem;height:2.598875rem;display:block; }
#TKoorNt6d3pA0ytl2aQmhHnyaXQewt3W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.75rem;left:2.6875rem; }
#Nzgx74Zq7Vh6JX6e9u3QBvWHU0tglfOL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.1875rem;left:2.625rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-form-header {  }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1rem;font-weight:bold;color:#000000;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#e00800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:19.6875rem;height:3.125rem;font-family:ubuntu;overflow:hidden; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.6875rem;overflow:hidden;font-style:normal; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container:first-of-type{padding-top:0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container:last-of-type{padding-bottom:0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:47.374267578125rem;top:6.5716552734375rem;z-index:15002;position:absolute; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.625rem;line-height:1.3;font-weight:700;color:#7d7171;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV {display:block;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:47.374267578125rem;top:6.5716552734375rem;z-index:15002;position:absolute; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #qTVfpAaAeICg1MREgxJiV2uGbrWqKAVc { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #L9CJcnK3VlUTS6qdOLP5G25dSqyOrhVB { position:relative;display:block; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #v3ho9FRg4kmuR16wzZaCWzZa26WMN0CO { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #IQUWHJeleNKLrp5o9E5WCJRJ59rWdxpr { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DeFJzdbgRMNmzWPFqCP83kdIcoeGupg8 { position:relative;display:block; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #FllvOo15xzitvFPPvX5lo4lkVsd9SVEd { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DziTIagDZEGR1tVzAvfViHxpIeMNHn1w { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #hwm9hZkTccUUzESrPIXuACoNK8pbVmud { position:relative;display:block; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #VJNcXZicN3Mn3N1owuVuRrR4r7yJVaId { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #y1MLSRSzQyQq7L0b6Z9e9TupkqOz4UWJ { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #EaXZCuz3aBE0DmA8wLxN3ETbJauNzMwA { position:relative;display:block; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #AMXyyN4C6WyeFke2sHgf4REeObJlqiqM { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Pv267qGmIaSvEqg2XdyTHCslcJkIIsHr { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #MWeVa4kkohgHBIkJCs22a7eBWIfG7EPt { position:relative;display:block; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Bvafu8SPFmsT2e9gwBqFkiyHLC8Qeobx { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #roPuPlXhkfBeMHMyIzOGW14KeBkPcxi4 { position:relative;display:block;z-index:15000; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #gLf3THDDdUUKuadvK7Ng9J2ok87UAIcW { position:relative;display:block;z-index:15000; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Tw7bwSw5qgpoRXRDQtKEea2ResD066Wa { position:relative; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #TmeVWE88hmMcAit4lf77LKu8zfUUuvGZ { position:relative; }
#VD5wVDRNET4gPPmPkXROxBE2UJRkKLQD { color:#e60000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.1424560546875rem;left:2.8515625rem;height:1.62475625rem;font-style:normal;display:block; }
#EphINtvPWBTG7AELrLOiDSanVonMER2v { position:relative;display:none; }#EphINtvPWBTG7AELrLOiDSanVonMER2v { border-width: 0; border-radius: 0; }#EphINtvPWBTG7AELrLOiDSanVonMER2v > .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; }#EphINtvPWBTG7AELrLOiDSanVonMER2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#POTGp2pR7d325AOqooQTTnbk9RGm45Qv { color:#3c3030;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;display:block; }
#yKdpQFy6Ooxzsf4vixeAeMcgBUzzg2Ki { position:absolute;display:block;z-index:15002;background-color:#e00800;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.25rem;width:8.8125rem;top:6.2197265625rem;left:33.09375rem;display:block; }
#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw { position:relative;display:none; }#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw { border-width: 0; border-radius: 0; }#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw > .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; }#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;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; }#KyrNNlWNZmcPzLcanPRXwHfOMTd1OTTw { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:3.30859375rem;left:0rem;height:5.39868125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { background-color: transparent; background-image: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container > .video-iframe-container { display: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container { display: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .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); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { border-width: 0; border-radius: 0; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:34.500001907349rem;height:2.11230625rem;display:block; }
#iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1398439407349rem;left:37.187501907349rem;height:2.15625rem;display:block; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.1242189407349rem;left:33.812501907349rem; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:59.625rem;height:2.11230625rem;display:block; }
#WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.4;letter-spacing:0;top:4.125rem;left:59.75rem;height:2.3999rem;display:block; }
#TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5.68739375rem;width:10.7498125rem;top:9.208984375rem;left:7.1549482345581rem;overflow:hidden;display:block; }
#yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { color:#f3f3f3;display:block;width:18.0625rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0498046875rem;left:3.5rem;height:4.22363125rem;display:block; }
#UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { color:#e00800;display:block;width:19.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:14.8623046875rem;left:3.5rem;height:0.89965625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:9.96875rem;height:1.49963125rem;display:block; }
#KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.4;letter-spacing:0;top:6.7880859375rem;left:59.75rem;height:2.3999rem;display:block; }
#wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.4;letter-spacing:0;top:9.5498046875rem;left:59.875rem;height:2.3999rem;display:block; }
#k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e00800;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; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { background-color: transparent; background-image: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container > .video-iframe-container { display: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container { display: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .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); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { border-width: 0; border-radius: 0; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { top:0.5rem;left:0rem;width:9.6875rem;height:5.0919953701329rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { top:2.75rem;left:9.0000019073488rem;width:5.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { top:2.8125rem;left:16.749892234802rem;width:13.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { top:2.8125rem;left:32.062392234803rem;width:10.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIigPsO1hSJIorraloagyg1o1i42EMm { top:2.75rem;left:41.8125rem;width:5.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { top:2.75rem;left:37.0625rem;width:10.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { top:5.875rem;left:0rem;width:12.6875rem;height:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { display:block; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { top:3.625rem;left:0rem;width:30.1875rem;height:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { top:11.75rem;left:0rem;width:4rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { top:24.625rem;left:0rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { top:24.5625rem;left:10.25rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { top:25.8125rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { top:25.8125rem;left:10.25rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmW36Oia317Cb0Inr24fFnJb6p49cLk { top:24.6875rem;left:0rem;width:47.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { top:11.3125rem;left:0rem;width:18.5rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRblGZIfL0u03FbsVt85KExSL7DhHe6w { top:15.0625rem;left:0rem;width:30.4375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { top:14.5rem;left:0rem;width:10.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { width:11.125rem;height:2.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block; }
 }@media only screen and (max-width: 763px) { #MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ75wFywqTTWmvPUEsh37BncBeLMx91h { top:4.375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { top:5.875rem;left:0.3125rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { top:4.75rem;left:3.1875rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { top:4.75rem;left:3.5625009536743rem;width:7.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { top:7.0625rem;left:0rem;width:18.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA81qt8J9RLT1KEphbllw27seDm36BFp { top:4.375rem;left:15.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { top:5.8125rem;left:17rem;width:14.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { top:4.75rem;left:19.125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { top:4.75rem;left:19.499892234802rem;width:7.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { top:6.875rem;left:17.8125rem;width:13.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { top:4.3125rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { top:5.75rem;left:35.9375rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { top:4.6875rem;left:35.8125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { top:4.6875rem;left:36.1875rem;width:7.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXWTISowmcbZHwiREUagg368A2666W36 { top:6.875rem;left:34.6875rem;width:12.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { display:none; }
 }@media only screen and (max-width: 763px) { #L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { display:none; }
 }@media only screen and (max-width: 763px) { #oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ { display:block; }#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zewKpDA8KME13qpJo62MNHrBD8Alqn8H { top:1.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #arihQO7axehyChSkWyewCM75ZgRw9Uta { top:4.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { top:1.0625rem;left:0rem;width:31.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { top:3.5625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwyAtRZZU2DmdBFo2outqehq36gwQNcf { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB { display:block; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od4VrsnPZtSMy7y3m2NH7L3Q67cEoLOr { top:1.6875rem;left:0.125rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZFBL0kKMmSsVqT5z7Bor9MTNIFaRwHa { top:1.75rem;left:0.1875rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32IolA7RAxGlzrKh1JpJ4QH5IhDTZ2x { top:1.75rem;left:2.75rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDKtsnv02RgB7qUi46nPzOw6XNXg931q { top:1.8125rem;left:4.125rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWXhpRGUcba3s7pWfPJvhy7eNBDF6VKK { top:6.0625rem;left:0.5625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIx1KaBUgyUQLbviPPQXPNMwr0vRSMJy { top:5.75rem;left:0.1875rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1tR2qPi2ZOHp5hdJbWxcg3vfGrmwMU { top:7.0625rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1tzgCPMryHfPt74XlhILdgRZU5ktpPX { top:8.8125rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ9ydVTtDK24sA4mSRonxJ2i0IsbG86k { top:10rem;left:0.4375rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WigrSqaHNrzxEbD4wfDh6ZNsE6IBPAoe { top:11.625rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiPFfvzBwQfTeBQ4U5dhJp072k8MRJ6 { top:12.3125rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnf7zRq4ARu05cFew8WZvNIMdveonCd { top:13.5rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJbb3AU61y3UKeaJqndd5W8c0PQLocCG { top:14.125rem;left:5.375rem;width:5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soLeH4loeKzIxRUrcPsCaXhEyWWM1HWX { top:15.5rem;left:0.5625rem;width:6.25rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLyXqHqzSFSJEyHESN9hdxuHQgP3haI { top:25.3125rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucNhOUDsb2NTNlZRCBC5SNrZdTSnlWab { top:26.4375rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhybusrnDpT5BakfT4HUt0oiCxUJdoUL { top:27.9375rem;left:3.0625rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS { top:29.375rem;left:0.4375rem;width:14.375rem;height:2.9375rem;font-size:0.75rem;display:block; }#Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #uuUedgzyToC4uwKruRwFn0hS6ID6UPKK { width:10rem;height:2.0625rem;top:32.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4atS5LUcaDZcGrGZqert8fN31tD3nPh { display:block; }
 }@media only screen and (max-width: 763px) { #z64oOaegkWGPpDs8a6zwR5SNaQzg8tCs { top:1.8125rem;left:16rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #It5SqWLEbhfWrPJ8yMGNFXzXJu8Z5IWe { top:1.875rem;left:16.0625rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kJ9I8ozyUziTVXUiCMTRBenVe4x5G3 { top:1.9375rem;left:20rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D09JAOMwy1cen4GHxIdgJt77ii5CvfhZ { top:1.875rem;left:18.625rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnl1ez3HIwieKogsBKSmxlSGgfFbmV11 { top:6.1875rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8iTHlNtUssu46MJ2ohoKGorGiDHIZa { top:5.875rem;left:16.0625rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHXc47FaKhD9JPHhfVS8SVaIZ6v6ktq { top:7.1875rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZutUmFn8C7e7LkK91AmxCXfyDXTwdAeE { top:8.9375rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJv9clVvGD3hmwhp1VuDrTOfnpEt4bU { top:10.125rem;left:16.3125rem;width:14.25rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZGwyhO5m85TVStveSC1wfHqhfOIBhVW { top:11.75rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hct2Itqh8wtPJJFTEzmDKs81FOTLUbvT { top:12.4375rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5IzEBLeTEJyITTGgpfmew40Ttm6e9NG { top:13.625rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9aM9ExAtwsE88pKmcZCIdv7UodlSgws { top:14.25rem;left:21.25rem;width:5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPzgXrBvbH4NrfwZDiktANTII94qKcc { top:15.5rem;left:16.4375rem;width:6.25rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrcapDQDGiNS4MwMJ40ZGKmJJHt9bO8 { top:25.4375rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3h8JTPSPh4MXGQ08s9PEi52v9TgfIm1 { top:26.5625rem;left:19.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQsZGrDG7bVyIofISMht1CA0ff39DvUv { top:26.5625rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdFrt5rKwK7fnV3ydT9sTyKamZkgfBwJ { top:28.0625rem;left:22.25rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr { top:29.5rem;left:16.3125rem;width:14.375rem;height:2.9375rem;font-size:0.75rem;display:block; }#dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #wcXoo3slFfrun75HI1nwSXx9GO17r6uT { width:10rem;height:2.0625rem;top:33.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtGF7gT4OOsB9bAH168O9nQ9qIcsgdbJ { display:block; }
 }@media only screen and (max-width: 763px) { #MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 { display:block; }#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZaq7mHyREwVEN2UFdDvKvzzo0rMm3vw { top:1.8125rem;left:0rem;width:18.625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXp1igDGnsOoETyuZaoskfRzTSXgalTv { top:6.75rem;left:0rem;width:17.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauacJUVTiTsKqh10stvHRqGyJHc6GgF { top:11rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxS4eHdcvZmrwd2xP1nmSNIolThw7v3I { top:12rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaUN9rbSCS6Ln2LHlTI1N6BCmNL2F9M { top:15.1875rem;left:0rem;width:16.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBa0ZWbq0kbQqDDhTsw2KiszG3bWMPw6 { top:16.1875rem;left:0rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEnn7Ay3h49JiQNcAXalZz6IMzbKv2h3 { top:37.875rem;left:0rem;width:16.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Xl5yWutRWieaptbigbsoo2EypTJg89 { top:17.125rem;left:0rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP68mOOaVKotzgeLSF9fTDwcBsIpDzLq { top:18.1875rem;left:6.375rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG6Me6HDfTE6IBPhq6TgQCWxUsHKcJV0 { top:1.8125rem;left:13rem;width:18.625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xUwEzkoxzt7fP8kaFvMFG5WVyglpLu { top:1.75rem;left:15.875rem;width:11.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM9TpRTsTnF0mT7PnRQyW3ZtT3JlEoXO { top:1.8125rem;left:15.875rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJOT3HFZF2fZVckkuWoBIAw6zuvJxmq0 { top:6.75rem;left:13.5625rem;width:17.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeF0I9AD46CcVyrZLsBkasHqOviacsc { top:11rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnRgk8HlvGRI4tL5rqExlS5ht70hDf6A { top:11.9375rem;left:15.875rem;width:15.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOMg8EEz3vciwKfZ6ZnUNd72uSnBy7G { top:15rem;left:15.6875rem;width:16.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvTd46ZFCVmIysikHEBw9q7VJccH86q { top:16.1875rem;left:15rem;width:16.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV4EmWNLMWrUA6FyEgrozOpXHg929qwM { top:17.1875rem;left:15.875rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFrnnyvhZQzHpPNmOr28T3S3ClGO0Ig { top:18.25rem;left:22.25rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw6TXCpkiGVu7wESAtyKDkK5CeqpHu8G { top:1.9375rem;left:0rem;width:11.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuskk4U1QiXyFqx2GnMWi9u66B2wQMzH { top:1.875rem;left:0rem;width:11.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeyL4xfrOAebaV4mxl4Tl7qV684f0cxv { top:20rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tezPG0QlGyXR9g4CDTr74z1ZyshrZBg4 { top:20rem;left:15.875rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEya5AzSnIGxrPNXHtr8rcIlWT0mqDqC { top:14.3125rem;left:0rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6iv7PBOJ9UaeuPwvyFAuxGqTv7UCPeD { top:14.3125rem;left:0rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHBX8IldfKEQZcDwJC3Fm0pitlefVtU { top:14.25rem;left:15.875rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II0ifgZ9f4RhL3mS0E2saBmpcS4T7WoE { top:14.25rem;left:15.875rem;width:4.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcHi6lz64I0UO0cVn3cudRQ9OdatKspN { top:22.125rem;left:0rem;width:18.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK9tyioCu7h73EyAJLX34qHTAuMuA7ac { top:22.3125rem;left:1.4997835159302rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2GHxneuwB4DaDu7QVm43mfemwhAkiWI { top:25.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropTTdBh2Or4lN3gDOT0Q6DFBdHAPQV { top:24.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAaT7dCLWfzghz5SHfbtZ0XbGzqXGR9L { top:25.4375rem;left:1.18701171875rem;width:7.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ookhx134ORCMK0yuJM0of0cX2LhzOJ { top:27.6875rem;left:0rem;width:16.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whAXphy3y7flc6cz90BnXTNxRo3ROWHQ { top:28.875rem;left:0rem;width:15.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ60g25BPc0Ow8UmAkch98Rltta33PAD { top:30.5rem;left:1.1875rem;width:14.5625rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZEdTXPTBGMlTkFC4Tae0ehdnVmD9Td { top:22.125rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1uLGJ4ktJv7i9CD4cQ7Bftat02ipLIP { top:30.4375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4NVcUaisHkiwZ0kRthT3eP8JN9M34P { top:32.375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiMFHFMSvqDtErO8CDEMNNIuCePLz6s { top:34.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL8PukHQKUhT5CB6Wxz890VeKa07milw { top:36.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTB7wFrTTE5GtHiIktQXSf15ManslBq { top:21.9375rem;left:13.0625rem;width:18.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPf3gnn7CcwImlQog8r3nsOGJ35uK0Wh { top:21.9375rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5IJhSylbtnloJqdPkFR8DFBIixttCgV { top:22.1875rem;left:14.0625rem;width:15.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4PNm4lPSq5D1pkhPTWzLaaLBSJU1A4 { top:24.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySdylbPD3DbGoQLybViHMFRW0MU59LpO { top:25.9375rem;left:15.875rem;width:7.5625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evsC9CPsU0ntQnAtpDkaALKQKq2FC38k { top:27.5625rem;left:14.375rem;width:17.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naoq07gStTdsIWwB9EU1RQdwU6WWamce { top:24.625rem;left:23.8466796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVMwTQn8MeCivV7bqKMZZmbhtCZunpGU { top:25.25rem;left:26.75rem;width:5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7m5NwWNHm7budPwzWCW48PlRGTo7RlQ { top:37.8125rem;left:14.4375rem;width:17.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FouT0b0enAHf6tk0yqaTD1HuOZ7niPaS { top:28.5rem;left:15.875rem;width:15.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpvCBKPhOOV1QGUu51rHwSCz7LSX5zeT { top:30.0625rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0WQ3fV3iCNvE4eVfQ6EsQsNaPDKQan { top:30.125rem;left:16.75rem;width:15rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeay6JWBJPBDlh9MTRqb892TcDwfgHk { top:32rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnR1PksT6yEOVxKMrawCWcoTQkGXom3s { top:33.875rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobqIotG3LcKHl8xcMJACLocoqpXIfuX { top:35.8125rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQ2thX1kUKriLuGctunUoolzhynFBZt { top:39.125rem;left:0rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHWMktKWJdwpm5hJkRDpwWr8V4nIcDR1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nlp3ubCTp18yn7ff8qLsaQFCxlFAsBNb { top:39.0625rem;left:13rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBAhi1x3ZPONp311vsUddcmvR9g8HLi { display:block; }
 }@media only screen and (max-width: 763px) { #CTgC1tQFSk732W9hux9gbpA5HSGyXdxs { top:24.625rem;left:8.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMsRW10UBH0MbCcIhtif6Nh3ObMif1H { top:25.125rem;left:10.875rem;width:5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyd5GWEcI8MlZlyz4tKRwVetq5vzl5aP { top:1.75rem;left:0rem;width:18.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMTy9g7SBXkti5MUrgta6pHSva7P00o { top:1.6875rem;left:13.0625rem;width:18.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { top:1.0625rem;left:0rem;width:18.875rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { top:3.5rem;left:0rem;width:43.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX { display:block; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFTp3bOeeb2EDO6ytCFvM1g2bZ3CPL51 { top:2.0625rem;left:0.125rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDezdgPODgT3DNhChU2y6MUzSs19z7Cx { top:2.125rem;left:0.1875rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTGxZPn5HCQv9pQEM5gSZ9iELgWoXBZ { top:2.125rem;left:2.6875rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZdagfpQ5R0mU3hrk6rVmN9ZTffvnf81 { top:2.1875rem;left:3.75rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoe0ouhxRJsl5zqCKwn7sCSAef94Iddr { top:6.4375rem;left:0.5rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonGkPWANkrFJqSakXm5JTDp9e1Tcyly { top:6.3125rem;left:0.1875rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQzJJGvaZLbwTvDv8OQTVQFHd9Zz0BDH { top:7.4375rem;left:0.5rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgw0DSqxgvmsA7XTww5aTW3UtTh6i6KT { top:9.1875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4EHDyID9JE2m0VeEpK01JGZPTph8kgp { top:10.375rem;left:0.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrZl8HEVCHsrw6oDFJpG4TtBhVCRCfB { top:12rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyiaXGOJmtbb6AOm4qcalebc7H6fpe2 { top:12.6875rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDJo1mU8AUfOXLP167OqzQCaPD1boLzJ { top:13.875rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnXolndSus2R63axgoSTZTCZVPmKL0FA { top:14.5rem;left:5.3125rem;width:5.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ihexW325wmiKx2SonkimB7qR3WawSe { top:16.3125rem;left:0.4375rem;width:6.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfezGzCI2d0SlnFCXNelcm0sbDDhAe80 { top:17.8125rem;left:0.1875rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7X1QBb0nlt5gG0xnGC12Kaf3NHHsUqF { top:17.875rem;left:0.3746337890625rem;width:15.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En69ypl2B0NIay163xzPP4Z4o09kBCEr { top:25.6875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS17RnUGDWkQrkWK2qhCyiFTMJyDNTMg { top:26.8125rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 { top:29.75rem;left:0.4375rem;width:14.375rem;height:3.75rem;font-size:0.6875rem;display:block; }#vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #lJgiEQyktxdrn3eKe08h3qcKuAOLfiQo { width:10rem;height:2.0625rem;top:34.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb76fIwkVy9EPehyNm6Nc9wPhGQ8oQQS { display:block; }
 }@media only screen and (max-width: 763px) { #zZ7tR0Wrx7NNIeQBAkQXvoqML5xNeaMP { top:2.0625rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZaoT4IUkKgv7qT6TqSqQs6K27r9Qe2I { top:2.125rem;left:16.0625rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxRxyuBTPBfKHuxKStbaklQW0VdiM5f { top:2.125rem;left:18.5625rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6imbCEE4E1e32oCUgUAPElkuvIHFIZ { top:2.1875rem;left:19.1875rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VHNwmcGR89XgPCl6TDryBhvXyKk8Ea { top:6.3125rem;left:16.0625rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlAK2CNVQxEpzL8ozUpXPoMU1Cef5VA { top:6.4375rem;left:16.375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdSeAFOrn27L4wfdlCVUmGkayUlWbun4 { top:7.4375rem;left:16.375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqDuESqVXpVHJ3xMr04CK62ZL4eHvwy { top:9.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVFgetDRFddffdo7CCvZiP8nQWMmrpVP { top:10.375rem;left:16.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEJWksFyfM4hUGkk087nSx5qd3ofkTB { top:12rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4vrTRG3DHD7Z8DfZu8rVGPdmzLpdWxz { top:12.6875rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapIJZOCHTPHQ0mmCKcbMrhy3s0H9FHL { top:13.875rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuLmbHGs7vVMsT1ILtXhQVV0hIFvtEP6 { top:14.5rem;left:21.25rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz2X7bg6ZyizHvATnGR2naMbz9DKkdx3 { top:16.3125rem;left:16.375rem;width:6.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIdtcI7LM1D7dmFeP25Xe3PtQwe3Jsr8 { top:20.6875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxNkwi7KR22gf6OZeHB6TT8sXC9bqfRG { top:21.75rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNRLoebPdBMab7R5GiNdpT3cZ09umdnp { top:25.6875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23JMRlqVHvPsW7CTxrI0gzPyGG11vub { top:26.8125rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 { top:29.75rem;left:16.3125rem;width:15.125rem;height:3.75rem;font-size:0.6875rem;display:block; }#vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #CKfQhzxH8RSJvFJO8nUh4DmZ5MUrmlEb { width:10rem;height:2.0625rem;top:34.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAunIicbJUL0wEDqucM2yL4dCJVMsz3z { display:block; }
 }@media only screen and (max-width: 763px) { #XzHs7qbtJRozT2Uoqfqfu4aGytsyTSTL { top:2.0625rem;left:31.875rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OowlAxnXiTAever1NitNQcogHufgbXe8 { top:2.125rem;left:31.9375rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqqQlw4vxXl53naZrWx707IUUVnUkvv { top:2.125rem;left:34.4375rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EVcHTc6NJ82QhHbhXQWJPTgp16ysFq { top:6.4375rem;left:32.25rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8ITWkmst4IlqNWh2Vy3UpuzEe0GGuU { top:2.1875rem;left:35.0625rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw18vBi4KMaMgUeTq0wZzT1cs7AmSNrW { top:6.3125rem;left:31.9375rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hphwPBaD3KVlRFuZLC1Tx4XIUe1Ttax9 { top:7.4375rem;left:32.25rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMhRknutzS26cAIgnDiFb011aTZ1y4M { top:9.1875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRZGi5w5ngtPfSksb3Zp5cH937unUtK { top:12rem;left:32.1875rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkWQV8E3nZ2Mm6AzOB3quNEI7EtzNbCw { top:12.6875rem;left:32.1875rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJwPTpyPKBP4qcLJ91GfaCplw9Oa5o3r { top:13.875rem;left:32.1875rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBwbBTxFO7menBkuKEK5ApercWbbUNU { top:14.5rem;left:37.125rem;width:4.875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsL7sV3Fg3LZRM9pEl3fByy7M1EyieVT { top:16.3125rem;left:38.375rem;width:6.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4Z6DoepJEDRqpZSaL3Z5lRfw7nJTrt { top:17.8125rem;left:31.9375rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNG9cWGqXxFRcIuLu676sZ7WRr1nkoy { top:18.5625rem;left:33.0625rem;width:13rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqR65JIG3QrzylyvCQD7ySg6szVIs57 { top:15.9375rem;left:32.8125rem;width:4.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieUZevBkpAs4K3CtQ9M7IIit9u1XBkT { top:15.6875rem;left:32.1875rem;width:5.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPqiwHNSo7F4krRehm6SyUN1uVPruS4Q { top:20.6875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9r98XZvMaG55NbZSUE4apcMTDq9LVTE { top:10.375rem;left:32.1875rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlInq8SEKBrMzCLHLhvC2zq8IdwyWUK { top:21.75rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvrFup8CKa64JLeVzHzmznDwwIxMCSO { top:22.875rem;left:35.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imNDrbJl978rVQZ9Wiqy2cRZNNG0Ws1p { top:25.6875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Tdco342dnWIvQnRdD9rZSi0Mt5u4mN { top:26.8125rem;left:35.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRsLcgDxcbQax73rV9uz8OxgM11b4G { top:26.8125rem;left:38.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpRsBJ5w675Ji3JDQJsnlPvZIMfyPPwB { top:26.8125rem;left:41rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Wdxxt5cZEDPrTtAD0mmXvZGMnoxTGJ { top:26.8125rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOeckgUkDTqv7RgbxAE14EeDv5pHWxvJ { top:22.875rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ito3u2vvRe8P9Skf79STGo9clm3wHJOH { top:29.6875rem;left:32.1875rem;width:15.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }#ito3u2vvRe8P9Skf79STGo9clm3wHJOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #BGNUmU6hMaDTtHvMhLQWb3DPSsgPCDDN { width:10rem;height:2.0625rem;top:34.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaPlLRsdTIniZFckA6XcQhCMKctkFey { display:block; }
 }@media only screen and (max-width: 763px) { #mzSRKn7wOcy0hnTHe8NuosUWw7I2GvAl { top:9.25rem;left:8.625rem;width:6.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn1mG4TKXyfHfA8qBisn2uF6yS7qbQ4d { top:9.5625rem;left:8.9375rem;width:6.125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RyioAF6AaCkLdHCyI3ah7HRgwxDy2L { top:9.1875rem;left:40.375rem;width:6.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUig5Z6xOOlVMKvgCCmT0r7W9iytKSV1 { top:9.5rem;left:41.1875rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GprLo10B96hCbaJqp53fyVX36koyv6Oq { top:11.125rem;left:37.75rem;width:9.375rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIa4Qcgc44BTtGPMoRxoHLWAMcm6b1C7 { top:19.125rem;left:0.28125rem;width:15.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elAcGMsX4WS9D0t73eV9zXsKoHBF3JMR { top:14.4375rem;left:42.289428710938rem;width:4.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3f9bdxFuccCKImGN32MFrewktxuJAUC { display:block; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1fcz7uIdbAqkKOTSplzAxpAuLCCWBGz { top:1.875rem;left:0.125rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yROAbT4OcxzWF6iLoEVWVG47ihrndDMT { top:1.9375rem;left:0.1875rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xextVRzVqD6mMhPcN8ZrrOMVGFgsnFLE { top:1.9375rem;left:2.75rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHa0DfPbqdrE4n2ILlXPemtnp54l8iZM { top:2rem;left:3.3125rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq2BaX9ToMikThiGbeFV7qXTTWiTbF7G { top:6.125rem;left:0.1875rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xPsHPFPcbVVJkD7vZOTuq2TcsTvCi7 { top:6.25rem;left:0.5625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTgtwt5OIx73dmS5hO1Uaht3X7DiBHT { top:7.25rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUn7mAGVB8kh5RULbNXJGahQIJynMG7 { top:9rem;left:0.4375rem;width:4.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOh4hN9Fqlgtuu9UWCwdvJtv7TQcGVM { top:10.1875rem;left:0.4375rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kxiDQus5fC3QwtepcGZg0VTd8Tk4Hd { top:11.8125rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqXx5OZTUABiSlS1DDJWPPLCXwtySiC { top:12.5rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgytlfxJl6uNVXVAJxFGwoNd3SBKqrdJ { top:13.6875rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB0i8SG1spfkKsTwF8ddrN1Vrr28vERr { top:14.3125rem;left:5.375rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6td4kAbZhcIkVIqcPXa9eeMu1dgLWf { top:16.125rem;left:0.4375rem;width:6.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdW7NkmNaAsTozfzr0PDnTDalyVqnJIl { top:20.5rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osADr8DSkBhaNc4dlph5uKf6oFKNED5G { top:21.5625rem;left:0.4375rem;width:14.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbBZEVPi9R9xe7wm6mD9ONe9RUC0dpQ { top:25.5rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtOQrKn8m5wgedEA9OZ3F0TH8Cbw0WsW { top:26.6875rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8nqUNEcPTHDWpyiwTprGFoST2duTJz6 { top:26.6875rem;left:3.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt { top:29.5625rem;left:0.4375rem;width:15.125rem;height:3.9375rem;font-size:0.6875rem;display:block; }#Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #X0xZONA3a0KctTESzJiwOLH1y51QEbCx { width:10rem;height:2.0625rem;top:34rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmqDm7ZyvhpHXNfLfcBPo15TiFpzDL1 { display:block; }
 }@media only screen and (max-width: 763px) { #y40s4SW3Jbf4Sivs8oS4TEPa4ZFsK0ls { top:1.875rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdqNxZuHyv2LUMWSmKgK6MVTiD1Bufip { top:1.9375rem;left:16.0625rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLx1nUptXZ7lMA5e5DCQTGvE1lOGHZh { top:1.9375rem;left:18.625rem;width:10.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNxhTCTWT5n53nWUuHEGA8tb1ByiZZc { top:2rem;left:19.1875rem;width:9.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQGXZ5DPx23AMmSLnfzbK8r3fJF1OXF { top:6.125rem;left:16.0625rem;width:12.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr2wbwRcQSb7pNRiIxEOt9TO0SwBQUs { top:6.25rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0Xd14FOefODbHTflAcpeBVoVnsRBff { top:7.25rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiCaA9KeRzlzVrvaDB4T5C0CvFHhTCNq { top:9rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxBEwkGgQTm4GWp9CCPeHHPQ0dyTPddh { top:10.1875rem;left:16.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqFdItNwVlX7Dp5huyGc1gvxswzfKNT { top:11.8125rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFbIpOsciLmq2a9CKbkRHCHIGXI7w1cK { top:12.5rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9LCxsDblgK5LXc9g7i6S0vcxB2XxEv { top:13.6875rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5FpC2J30DoVBoXhnuhk6H22qSvDNgdv { top:14.3125rem;left:21.25rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUOPLSxsdaLvsGWdQ1vcSfV8w7InEuG { top:16.125rem;left:16.3125rem;width:6.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJUXSP12eW8ddMuIrM8QTEn4Roq9GS1 { top:17.625rem;left:16.0625rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LDlm7eOyAlBTyJXBRy0U4I35EmBGeb { top:18.375rem;left:19.3125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmh1FbTzCa5Tgqs8SToOpM5sF4MNhTA { top:20.5rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAJCGGs8erXcKc1QkXwgQUikmMlWHMs { top:21.5625rem;left:16.3125rem;width:14.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWQsL1G0xruVEdqJu8kpZnlMpCQJc8Z { top:22.75rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUyIzHtTK38RcTbNXLe63ZVW9ceuhDuP { top:22.75rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTufk0fpaUsERvVAAxBbtaWinB6ilesS { top:22.75rem;left:22.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTIeZRJisKsqd10KIoqEEd7uiIsh3JzW { top:22.75rem;left:25.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKpXrMkBxzxHuoEZwl2AcsQW5I7kk5T { top:25.5rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7H8CQu2ziXiPx3oJSCOMIRv3e4B7MAy { top:26.6875rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhwlpq50SVZZMaCSTOan4yZ4N4zsQTa { top:26.6875rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT5MIrx5vuA10oNAtXlte1Os7V8273d { top:26.6875rem;left:22.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbOnAQNkBst6nozn7chw0aoNecvXTdNJ { top:9.3125rem;left:9.375rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt { top:29.5rem;left:16.3125rem;width:15.125rem;height:4.25rem;font-size:0.6875rem;display:block; }#lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #dF93blZv0VZRVWV9qO3xK2Vqc9nNxIig { width:10rem;height:2.0625rem;top:34rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvEN52wygTvo4ZGgoGqAbTdK9lhDxsF { display:block; }
 }@media only screen and (max-width: 763px) { #kbNgbVQadnV2J845TefrxPb9ivVxmBSC { top:9rem;left:8.5625rem;width:6.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCCTC9DD9e1FWpU7TbDlPK1VbPqubPtO { top:9.3125rem;left:24.8125rem;width:5.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uA7F5Wavk1yskS8one9OAOcuAgXspL { top:9rem;left:24.4375rem;width:6.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqR7i9XoeLfRbmTxmVug5Ql8M3AUCtoz { top:22.75rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHlRxyQmd0pnMDdhUoMTDOyKKRRpt0G { top:1.8125rem;left:31.875rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIUnNiitEr0kfq1Ny1meyV6mlnQXfFRv { top:12.375rem;left:27.8125rem;width:19.75rem;height:23.862464983343rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRuK1IZ8adHgICPy7zfTqpMwcSavisZ7 { top:2.625rem;left:32.125rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLC0ouEbJWygmARQQxFDiAHwMsEsuPJ { top:6.125rem;left:32.125rem;width:15.125rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4SfKM8agJESJcxaV2wypq1Ay0VZTrEM { top:32.8125rem;left:32.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG2mNvNXabvdHxKrpVa4ZQHCM7r85MQT { top:32.8125rem;left:36.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb35b7JQPBXpkcBIcWMJIN1SmSQsw8CP { top:32.75rem;left:39.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8C5oSAGuff3y9aUTNNvDTxuq9tpZR8 { top:32.8125rem;left:43.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEHXC0nV9lUVI5JLbRaaIyxEVvR9Zg5G { top:29.3125rem;left:32.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7XiHH4BtTNTlUTiTfondAz2idtUpGo { top:29.375rem;left:36.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PftmlhheylNzi8Wf9lJ7SkcvmOAOV9b1 { top:29.375rem;left:39.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueivTEVr59kLtQl7mdrruCBy9MiOGb7 { top:39.4375rem;left:0rem;width:35.0625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2HoGGpA3mvm12mdmPD159VTE9PJKTdL { display:block; }#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNe4un0aynO3CGrFOeTvezIfwNxietoX { top:1.8125rem;left:15.875rem;width:12.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFZqfUWUlXPoJkQC14xU3lzlDsfzw4c { top:1.9375rem;left:15.875rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4EaXDcWOPObzqODo315tz0b9GqG1BE { top:1.8125rem;left:28.875rem;width:18.625rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4cMmquEfwrmX98Eaud1GmPZwubQJPX { top:6.4375rem;left:13.625rem;width:18.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIUydOJ16REhdpvFF4iwxQRRtpQ1J0K { top:11.4375rem;left:15.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfByydixOJMMyfFF9Bm9TE0Ntq34H9Eu { top:12.875rem;left:15.875rem;width:5.875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7WPm2P7rRilnh2BFLNtaReDlmRCAZ96 { top:14.875rem;left:15.875rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV8pnEOfnkue1UDhLRPwl36obMlqVn4V { top:14.875rem;left:15.875rem;width:7.8125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuCi3oAe1JsXGfqXb847VPrzv22prFC { top:14.875rem;left:15.875rem;width:15.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxsgygVbtfKn5Ebdri2hxiLe7y1dEGU2 { top:15.6875rem;left:15.6875rem;width:16.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36pOgO9CHLFrzaalzTk8M4ZHtQnwkTd { top:17.25rem;left:15.875rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65revcJ8RnDm91ZHeZwxZCfNF6acFGN { top:16.6875rem;left:13.0625rem;width:18.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDNAXZseVHo8g4S9BxJ3QqHBG1yoFXd { top:20.0625rem;left:15.875rem;width:7.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9LK05XTZe483nWvxqbT8eqSThD4tkQ { top:20.0625rem;left:15.875rem;width:7.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Xpo5K1nqCVdKkxT7BQ8MAbBRcPmBnt { top:18.3125rem;left:22.125rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiQPZ24yxTivByv95P5TfzSzMivqmRBD { top:20.1875rem;left:23.875rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZerEnRqlBJdCaBtWs9XEREZ4epGsQW1 { top:11rem;left:24.875rem;width:6.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzluTh4AQtosC2WnUwysxpvsL8LuecXu { top:11.125rem;left:25.0625rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baDm5v9oR7bF8LG7Fts1LPOuDvIadXT8 { top:22.25rem;left:12.9375rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2aDrQkKOEpJUt2TDOuvirB5U1tG2J5N { top:22.4375rem;left:15.875rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rICv3yl128zRAKTaUbtTcGhvTRemVH1T { top:22.25rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQaqt66JGtskXblwrD4D79K8JuLHv4g7 { top:24.4375rem;left:15.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4rQPDpQzRaTK8RG0kxlfVnat4XeT3k { top:25.8125rem;left:14.0625rem;width:17.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQcAzATrX45AEeXbiI2ZscB6ZoPxlvd { top:27.75rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLldpBTIT3M1qD8QtfttRGfL7lfrHcmV { top:30.875rem;left:14.8125rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNnelJcea74kcfrcEeVy9NVxUhvecit { top:32rem;left:15.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxusucWVxeGqKSXVDQ4xgZPy5xkcIedJ { top:27.6875rem;left:18.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MueQ0bUbuhR41fd7E6ZvMpLJtTvaCexH { top:33.625rem;left:18.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5n8B9ZxS6sSX6cHG5A9VWxAFR7SClTO { top:33.625rem;left:22.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5XVLJK43CldtZA8M1Unw6eSTeVlt53N { top:33.6875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBKkoqKhKObI3XkmnmTpJyhL2hZgTqwn { top:33.625rem;left:25.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdJn3UuDdgSqAJoUZoWalJML1kXDTst { top:33.625rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQCdSboyrPTsUiUrKzw5m3k8pz32W81Z { top:37.625rem;left:14.875rem;width:16.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMG4xTXMvc0LMg1nBhCUVvs2xVdGm514 { top:42.625rem;left:14.8125rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSQaJFCcfTUbJN3tdhnby0urBc2BnJs1 { top:44.125rem;left:13rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7N3XekrKSTzxPutCzkwmrIe26mbLG5Q { display:block; }
 }@media only screen and (max-width: 763px) { #x3Nin3VJr0z3mEJ204Rks57PATURVk4R { top:1.8125rem;left:13rem;width:18.625rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFso11mPhqmaBQ3iG7SbQJbm6TQalewz { top:6.5625rem;left:30.75rem;width:16.9375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTg43wHipDktIXNfeL5tWhnnybuNyT8 { top:11.5rem;left:31.75rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMvs5fUNMDAhskODstAiW3LibD93mDd { top:12.6875rem;left:31.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLI7vOlv8iAyPX0KEyWQu4Eq5dScu8J { top:15.75rem;left:31.5625rem;width:16.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lznmsw6L6b25im9TMaBLVRnMuPPDdM1d { top:14.9375rem;left:31.75rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydG1Js5BTD6Su62O1vreOVaR53weaQZu { top:14.9375rem;left:31.75rem;width:15.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntk5RokuZ0sZDG8iUoKM5eXz4EM9lnPv { top:17.3125rem;left:31.75rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Re2nHgSHD6Me9d0ZVCgQwXC0TxBhKX { top:18.5rem;left:38.25rem;width:6.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZ687VINkBaNoxucX5xJEE0F1EWk2EJ { top:20.125rem;left:31.75rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA7zu5UQ0L5etnFo2nrsB7NCBbL38TL { top:16.75rem;left:28.9375rem;width:18.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKpbg9g4BiqIHFeNoC88i7ST8NHF1Db { top:11.75rem;left:40.75rem;width:6.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdsEFz7k727sbvsEd9obUHR8lLAuV9AU { top:11.875rem;left:40.9375rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuyK9Vs3RZXUVI7ZWX44DMJcAC6o9ecf { top:24.25rem;left:31.75rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGVg9Cvul4cHfuuTBPrkBVzcRERWTBq { top:25.625rem;left:29.9375rem;width:17.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQMVlfqQSRliQ22iNNLb8PqXrHVTkry { top:30.625rem;left:30.6875rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DopNPB3qPZtTHPkvQGf9Mwz22ThAyI99 { top:27.5rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5dUARk1LZpRJ3klZ7oAznwGcbuAMMr { top:27.4375rem;left:34.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4VNK3gkPNJpPdcAoe4gFOSzOXJyDTh { top:32.6875rem;left:30.125rem;width:17.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxxtlCNzZ5FedT2DbBCnwvZSNfs0mJue { top:42.9375rem;left:30.6875rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phdDhmWM79Sz5eRtThBMOs7OgW7lHfxB { top:44.125rem;left:28.875rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD19cWtgKlNAKirXTDP4GbUsCKwuSyXi { display:block; }
 }@media only screen and (max-width: 763px) { #mq0zUNU4LoKiT0ri4rBlJCA1AlN9lXsR { top:22.1875rem;left:28.8125rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkGDOfxt73iqTwIlaciuG7fxWlDTJH4 { top:22.375rem;left:33.375rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWRbdV7Ka7O5gpU54nlrXaXMoLOSeMm { top:22.125rem;left:31.75rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsbsXqkAoGlAw4rpDSpxsZhJIEubI7ya { top:1.875rem;left:31.75rem;width:12.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4sztSIPXzKyD9ha1QpQmXXd5HJX8xf { top:2.0625rem;left:31.75rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3bxKuOkOTrn7PIKc5AA9Mx7mTxXaNW9 { top:31.625rem;left:31.75rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRqVbgyXqzPVT0AiX9vkbTio6pXuoJu { top:12.625rem;left:20.875rem;width:7.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxFN48DfCeRewkFOQWdKrTNxD91r2oCI { top:13.5625rem;left:26rem;width:5.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk4GbtEpTuJgN7VJCW2n6KSNZTmJTkbW { top:1.75rem;left:13rem;width:18.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlUxv6X3lWPsP6evgPfMEGewWe1mefu { top:1.75rem;left:28.875rem;width:18.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCUNnTqgrSRot4mZbeWTZmUDCMA2zUU4 { top:1.9375rem;left:0rem;width:18.625rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qid8wdPydyRmR7X2odPytu1zZsErpRQT { top:1.9375rem;left:0rem;width:12.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmzUiMk2zFHOgm0QU0HRvs3n8vUQNd7I { top:6.5rem;left:0rem;width:17.0625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnSf65XonN2bw5oyzrVddc0s5GNeWrF { top:1.9375rem;left:0rem;width:18.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCkiuoXFL0BSyoTHRDEZstLmqiQW7Qo { top:2.0625rem;left:0.3125rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywqIu2pwXBDP8UQ5C77EhaOv8myBEbh { top:11.3125rem;left:0rem;width:8rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMqg2az3HkglaQCWvVkfWs5nqfnmcde4 { top:12.25rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT56ds6wO4HDvZMcSIQhii98nv1NJ4QB { top:14.3125rem;left:0rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkV0WaPead1n4GJL5NSD2kvGVL6TBWV { top:14.3125rem;left:0rem;width:1.875rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMJuutNHZU9txN00kpm86R3rOhvbTpH { top:15.125rem;left:0rem;width:16.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzmTx4CbyzwtXxfT4H5eeA6xgy8cb3BC { top:16.4375rem;left:0rem;width:17.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm8HNirKrxtXsVq01UvISg4t16kQFmRE { top:17.6875rem;left:0rem;width:9.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P988b2olqPdDtTVKr9bMxPyJ6f5AWuh2 { top:18.75rem;left:6.1875rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTiNz73kGOeV3nwob9t0ptSaVWfvvVQZ { top:20.5rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPF4DKz1plHiODkA76aUawNefs83G7qA { top:22.1875rem;left:0rem;width:18.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFi5MVzmmOrVqwWZtLEN1Knf8QtrE0GU { top:22.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uay1ENR6PVpPupuzD0ViDRpp6xwMp2kD { top:22.4375rem;left:0.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sun1vWqOqHTUf5oFdb5TK4xbTot77T2m { top:11.4375rem;left:8.9375rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdG5WIbxTLFJpxamSp1qwwNMa1DW3nC1 { top:11.5rem;left:9.125rem;width:6.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBhPezzTRHUz1DyTn53Oxw9Sc8rhEXI { top:24.4375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtgwMxuu5Vo1hb2FmIut9hPnWPPVHkqQ { top:25.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNR6MGOFVHILmcuI1AOQztMp7hCUHFRO { top:25.375rem;left:1.625rem;width:7rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLM9t3VVlQTZ0koiTLTnpQTyudw5QRJa { top:27.5rem;left:0rem;width:17.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miL3l0ky6oL2AS8gZmSco2lBZmcKvvfc { top:28.4375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1JK4ulnZWKiLile75izviemQ3PEwoTS { top:29.4375rem;left:0rem;width:17.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJdsDC3PTfOcS3NzQeaT7bhuTiM8BBM7 { top:31.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPqDpH7PNMwASHOo9va6ucJOaBpgGl7T { top:31.125rem;left:0.875rem;width:15rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZw0bcqTnDqTydiE6Csha7oMMItot7Qy { top:33.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn0rcQEGnxwO7oRQkIESJSmlwJsbQlbh { top:34.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmRvZsaJpJXD82R4mZCSV7EgWuxQq4D { top:36.5rem;left:1.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNTBUNs9Ako1kfLgKiAUMQVqin0chFh { top:36.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbbtIBgVoiRDXHfTtulxCQ8nux21ACg { top:38.4375rem;left:0rem;width:17.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH3Hcqh5tNkRkx827ogxEr1divpPCAs6 { top:44.25rem;left:0rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfzL2yyt53fsPb5sBTsNXKmdS8EIEZC { display:block; }
 }@media only screen and (max-width: 763px) { #THocJgSlievudskbIJuA7VBc69oRZoGt { display:block; }#THocJgSlievudskbIJuA7VBc69oRZoGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBmTFsyTOsK5FLVJM59JTgi1xXU4J4m4 { top:1.75rem;left:12.9375rem;width:18.6875rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSO110oxKMV2gH8hHvdTIeF5RvSyHIue { top:1.75rem;left:15.875rem;width:12.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs3WNbSh9iT8dwvsXctXx9sdeZHk4tP { top:6.5625rem;left:14.5625rem;width:17.1875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8SVdhKX3qHyGuldwsLQND8U5Xigm0E { top:1.875rem;left:15.875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiChmFts6hcK7VmE0pW55To6QX39eTBr { top:11.125rem;left:15.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsNopcDIFdp7bdTJadiwiFSbxi880NbQ { top:12.0625rem;left:15.875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZAiKhOXRpkILVbX9hwelINMnupyFxi { top:14.125rem;left:15.875rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMg3dFpT6HeDvVdUUfD0dzrJoEyMqluL { top:14.125rem;left:15.875rem;width:3.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9kJWN21pKelTOxFXrHEUK2OyqVSiswB { top:14.9375rem;left:15.6875rem;width:16.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKGu19BuTZbkgrCs4ZbCTeTfCa3I5FdS { top:16.25rem;left:14.6875rem;width:17rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSKtIQvBME6OEU6QpoFippGPfmCRTOQ { top:17.125rem;left:15.875rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBGavxhR1IZfkcDL8FQR7wpubrBaeDgs { top:18.25rem;left:22.5625rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUeLRNV696sHCLpC0tKWTwzVtmTzusVn { top:20rem;left:15.875rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJcGiHnTuaDTGWRKqDQi67mIzbrBkTN { top:11.25rem;left:24.8125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOHWLkRo4Zcy20MoQG5rc8GFC1cIT69T { top:11.3125rem;left:25rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koiMWCoviKTZ5FgNoSCWVS0l8wqptzqD { top:22rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JRPGhv8rkz4KqvVXZM8368G1SFRrya { top:23.9375rem;left:15.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlv7LhQTEn7awXqH7Ooyx5euvp6vVw0 { top:23.5625rem;left:17.6875rem;width:6.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPJTf2hTfpcp6KPaglT1CCQFTIm51wW { top:30.3125rem;left:14.375rem;width:17.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6uiKEqzf5pu8uRM88lzud8iebl4VTlq { top:41.625rem;left:14.25rem;width:17.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryP11NhccLUmkpupOXhtGV8hO1mRn3DI { top:42.9375rem;left:13rem;width:18.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyVBMraKtmWcFvCAp1lrkLMRUtlLhKl6 { display:block; }
 }@media only screen and (max-width: 763px) { #fNgsf4ADQFRI894Srhm6UE4eUTTzhRIk { top:31.375rem;left:14.25rem;width:17.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtNIDvyuVJ2rfRHaTkPu4wRXlzodqNcW { top:22.9375rem;left:25.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvcmQSLIiZZf5zlUFeT8pyX8uE1oi0QQ { top:27.375rem;left:15.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHREsuTHcTVbD8PPCo8LNe62y7gFk8WV { top:28.875rem;left:14.6875rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mQR5sCPUdR9pbr5OvmRnN7ag5zzks1 { top:26.125rem;left:14.375rem;width:17.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAf8ZTGCHLoUGCwRqFvdmpFRP33dPTlV { top:37.3125rem;left:14.25rem;width:17.5rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQLmKlG2HoL07OXS9y0qfXIHDa7S2hi { top:34.5625rem;left:14.25rem;width:17.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylmRhN5yaHI7FsKDtv0uQPUn27nxQhlL { top:1.75rem;left:28.875rem;width:18.5625rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1bftFXe5vn4B7FzBwTv2c4FeMErhFB { top:3.125rem;left:29.3125rem;width:18.25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSkBoou3Tq0wMK30KIVpoSv5XF5shR4 { top:7.5rem;left:29.8125rem;width:17.8125rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgq2uQy3nfOfCIWRh45PAfn2Kb25gRJJ { top:22.5rem;left:28.875rem;width:18.75rem;height:22.7495625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlb4oSXKDEkbuRSqoegFlNmsFzlbwhBh { top:20.9375rem;left:14.6875rem;width:17rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TJQUaFfhLFuX4SisDIihtmhJq5hoMh { top:53.0625rem;left:0rem;width:46.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p677ps9oN8BANNfip7V5lWM4RO6LWM33 { top:1.75rem;left:13rem;width:18.75rem;height:8.9995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKzU20UdTmBirRhg8Ptv1zePOvpIDkvc { top:6.375rem;left:0rem;width:18.0625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W80pbAldKLQTxQTVv7yhTkUH2eb3Qaag { top:11.4375rem;left:0rem;width:12.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwIMViUGpRkp8oszZkmb44xXO20BUmUl { top:12.625rem;left:0rem;width:12.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6ntME3snAipnguaU1HzsTbXAqCT1QQ { top:15.6875rem;left:0rem;width:16.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTu9keWcxotmPHxfrLDu1Kx6TRgtUwpW { top:14.875rem;left:0rem;width:15.5625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzdCQot3c20Ti15voawUSbdFzUgrhQ2 { top:14.875rem;left:0rem;width:15.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI4Nfh7NzSsHk5W48gEeNMSa0Ag8fSOv { top:17.25rem;left:0rem;width:9.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD8Acx1245CW9IwVDguaWVNRfpJTI6MZ { top:20.0625rem;left:0rem;width:7.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicKx3caePeU0DwkHTz2fFm1VimiXwWT { top:16.6875rem;left:0rem;width:18.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRLgextyzTPVWQ69gbSZhaUxOB1xwIEu { top:18.3125rem;left:6.25rem;width:5.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHKlR7rWgGSex30DmbIlGmtwNIvVApi { top:11.6875rem;left:9rem;width:6.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDmS0WT66oWqRxw7XfTvFbRwStp1TQs { top:11.8125rem;left:9.1875rem;width:6.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtAHEzUdnLTQWABFHfwx437mfvZuXVsz { top:22rem;left:0rem;width:18.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sil2vIrcKBtvOFmAifJdvvuwRDWqsRqM { top:24.125rem;left:0rem;width:12.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUazJduBlqq42x8xMQyTw9nJda1OlhEc { top:25.375rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStxBzp0QkGutAXG8IXJnrkk5gseM7C5 { top:27.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dde7G085tGZNq2EEbvi2PhfylFOANv1f { top:22.1875rem;left:1.5625rem;width:13.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13uWmTJrdUewQ4TnBMmfLs4Phbo3mTJ { top:27.375rem;left:2.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3emkM822t5gBJFV36gabnqBPiUcSGt { top:27.375rem;left:6.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2T4dsaKo9amtMnTV57FuGItaDf2bw9 { top:27.375rem;left:10.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPTmgPqoqH041rVmC1qQHTQfZh8MxOy { top:27.25rem;left:12.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWtVh6SBWwTAhrczpGwocrMrif6cwXir { top:22rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAAbmDBayc7GmgO1ekEJgv3TsVF8L3K { top:30.6875rem;left:0rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqQtov5FqUa0iBDIrSOSOm6HpAc4UP4v { top:31.8125rem;left:0rem;width:12.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsP9zp5h76kMyVqaKa8JrdF7PomVkxL { top:33.125rem;left:0rem;width:16.875rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcgvPFfQ5z33xl4U9JfpfiO5JVs5nzW { top:41.75rem;left:0rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdBDpCM5HO3hDTbhxlWvnFGTmwRIJ { top:42.9375rem;left:0rem;width:18.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWWclXmIb5FRciwT3C7zqhif3tCnd5Td { display:block; }
 }@media only screen and (max-width: 763px) { #iANyvWTnTtcaVSfS7BWInv8McQcKWSxA { top:1.75rem;left:0rem;width:18.625rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fQ48VzqZtEuXrieZB0zZgoVwk4oTWv { top:1.75rem;left:0rem;width:12.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6n9mTQGuAkWVwW9IncHG96wNbFkDPX { top:1.875rem;left:0rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3K6zkyPssP2lPR1pXG2cAlizSKylEq7 { top:1.75rem;left:0rem;width:18.75rem;height:8.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvHomKENTlHVm2Is3n8HisT7smUnsbX { display:block; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMDTtiNEdxpdn6usQma8vvTZBZ6E3y42 { top:3.25rem;left:4.9375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsTbtSIDyusg2tO70UnvGv3fgsmwAlk { top:3.25rem;left:36.6875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdI7WwAVRwmxW6621dFuISigxa8euBMI { top:8.875rem;left:3.0625rem;width:9.375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTnssCLtVepepcSD60ADZXRCIUomKDsK { top:12.0625rem;left:0rem;width:18.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHT8ndivilUe6vdlh6o9LTR8gmIWKTt { top:12rem;left:32.25rem;width:14.5rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXTHtn7LEVTCWVzolBuTxKQ8atpV81V { top:10.5rem;left:3.1875rem;width:9.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaMcJTmJPA8h0NllXPUXPU5SZXCN63u0 { top:8.8125rem;left:34.4375rem;width:10.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M24lmUaG87gZqcrCWBKCebI89GKLtsx3 { top:3.1875rem;left:20.499785423279rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmoTOUxNRuF8R7c1blXz8e5CmQsiF7a { top:8.875rem;left:20.1875rem;width:6.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZiuqpn4VTSJpZBdZDFW8JWsbJlJFrT { top:10.5rem;left:19rem;width:9.125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcT6vGsn7nnaG453euVIeIQbJvuig0vf { top:12.0625rem;left:13.3125rem;width:18.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1eGRvsmXAhbEGwpmpT7BhXdfTpWTRK { top:2rem;left:0rem;width:47.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKy263AEh26oqfPEA3xaU0z6Tde2ErLB { display:block; }#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kuizt4zoUw4fRHgu7vx2Rnt8WfZxlXBn { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzPTwtcHP5JMiqPwyGFS23yWaIVOBe7 { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl { display:block; }#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh9wuThXv6Myo8PWUhgsNRXKUaHOovnB { top:3.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgT82W56BkO8Tw0x2GQsR9S5OpAQQunc { top:4.125rem;left:0rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHWQmdiHKPnEPH9wUepstSBTdLftZkL { top:6.375rem;left:0rem;width:19.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi01TQ1kPnoWq7fVSHBltHUBKITpqPkH { top:3.75rem;left:15.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnt6MuT41odIMGadhPs6bLAJxIZHbmh9 { top:4.1875rem;left:15.875rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SskmlvFumbqgsWiAs9TeLdnhKIJEDoAv { top:6.4375rem;left:12.625rem;width:19.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNXLyLd2dPFZS3WaC56yDF9VFSar9wfa { top:3.6875rem;left:31.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2o81HBT5Z7aX1vkVAFdQ9wlaLUrQHeX { top:4.125rem;left:31.75rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zgpOMD2Ln79BOcA18hzIarL3TsbVip { top:6.375rem;left:27.9375rem;width:19.6875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef { display:block; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd1lMw5NTDG1o3L5SwUeb83XDMZA8Duw { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIt0T5pzx0b3QSzo5DygZxKCdet284uk { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 { display:block; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPuIFlBb8glvA9aZC8JgUzadAcWneuaD { top:16.0625rem;left:0rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzpfxPFi9XccP5FZW9PbiqA8eUxIJ9gu { top:16.0625rem;left:5.125rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpCXG7qBEOArWlKNfOmg3yd3uzNDWTU { top:16.0625rem;left:17.0625rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cskODrb6CNR3vXrXdIoxIG3RpgsW51 { top:16.0625rem;left:29rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLhf68NlfsbWE284s8igmQFSze1dJUS { top:1rem;left:0rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8aEAE9szia4f8TT4rx7peCf85dgKW1 { top:0rem;left:8.5625rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldHcyumCbJ0yw7WI27Jw3DR9egBM1vJ0 { top:2.6875rem;left:35.8125rem;width:11.125rem;height:11.684503723609rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAhI3qxhSFbOqdnFtuJnL3a9hDbBiax { top:2rem;left:20.25rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaGl2NsRx99tum7ac7goft9SqdPGHuRP { display:block; }#DaGl2NsRx99tum7ac7goft9SqdPGHuRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVUDSnHVeDD1B2TFmqxWTl0dl0zUfDUW { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXuTDPInI5OtVbKdB2rTQ05gyyb0arZK { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD { display:block; }#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJup9KoVP9xzLuNt0O5nti4z5Od1uSDB { top:13rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpq3FlqPTnmAdw4rWB4LumMeoLPXh1w { top:15.9375rem;left:0rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmtsaFuIFJOvShCqiRclwNJeOmLz0xzq { top:15.9375rem;left:10.0625rem;width:18.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8JUWSE1JXCGKWk8kJubJFXFtvTpyuP { top:15.9375rem;left:30.75rem;width:16.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssF0u6csQl4wZmMKx7GZfoRIiDpB8TyC { top:13rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExmx1ZWb1BpPlmWkyoWREsk5Rx83U65 { top:13rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twoenSQsGfxtnWOIQyQWvcQfb9SSGbZh { top:1.4375rem;left:2.53125rem;width:10.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUEAN1cwMzDgmFxNk7tvAQABAZtE5zp5 { top:1.4375rem;left:18.09375rem;width:11.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPsz1GNcwUBztMOMikS2IE5GrfWkOGLQ { top:1.4375rem;left:34.608342564521rem;width:10.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV4JzVVIhVhhzLLgVtNbygeieFJZlccc { display:block; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zedb5dVpx4f5MG7shIuQbMTPFsRyu8Sq { top:2.375rem;left:0rem;width:35.4375rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTgn6Cuaa2TMDlngtGzDUL9beXl4TEpN { width:17.375rem;height:3.3125rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFno7V6G2rxHXuVTWNxKBKZhawOa8K9A { display:block; }
 }@media only screen and (max-width: 763px) { #s4Vc10VS9yQ1w0rfMXo4NX3gavCw1UAm { width:17.5rem;height:3.4375rem;top:40.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJH8sOtSQ3oUkWiPk2fVxGKmmfbLcxy { display:block; }
 }@media only screen and (max-width: 763px) { #ofdqyxp9xthSTZdHcKd9vVWTtcymT040 { top:28.6875rem;left:0rem;width:30.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrHttN4WqMKqcs4veTC85G1qBOQgssl { top:23.125rem;left:0rem;width:30.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVcN2o70ksTO8BucUAfeTCm3LgmW6T9 { top:18.625rem;left:0rem;width:30.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcFpOgDut7z5mhl1stqM0dxaDrnnO2H { top:23.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pPMMvqDsXdw0ehxzBIUzo0TaXuRuBb { top:28.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIIiutQSbcXMEPXcdPHawyTqgwQr9Bbm { top:14.125rem;left:0rem;width:30.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKoorNt6d3pA0ytl2aQmhHnyaXQewt3W { top:18.75rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzgx74Zq7Vh6JX6e9u3QBvWHU0tglfOL { top:14.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-regular-label { display:block;width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-button { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.0625rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV  { width:21.875rem;height:34.375rem;top:6.5625rem;left:23.25rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV {display:block;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV { width:21.875rem;height:34.375rem;top:6.5625rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #qTVfpAaAeICg1MREgxJiV2uGbrWqKAVc {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #L9CJcnK3VlUTS6qdOLP5G25dSqyOrhVB { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #v3ho9FRg4kmuR16wzZaCWzZa26WMN0CO {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #IQUWHJeleNKLrp5o9E5WCJRJ59rWdxpr {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DeFJzdbgRMNmzWPFqCP83kdIcoeGupg8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #FllvOo15xzitvFPPvX5lo4lkVsd9SVEd {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DziTIagDZEGR1tVzAvfViHxpIeMNHn1w {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #hwm9hZkTccUUzESrPIXuACoNK8pbVmud { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #VJNcXZicN3Mn3N1owuVuRrR4r7yJVaId {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #y1MLSRSzQyQq7L0b6Z9e9TupkqOz4UWJ {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #EaXZCuz3aBE0DmA8wLxN3ETbJauNzMwA {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #AMXyyN4C6WyeFke2sHgf4REeObJlqiqM {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Pv267qGmIaSvEqg2XdyTHCslcJkIIsHr {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #MWeVa4kkohgHBIkJCs22a7eBWIfG7EPt { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Bvafu8SPFmsT2e9gwBqFkiyHLC8Qeobx {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #roPuPlXhkfBeMHMyIzOGW14KeBkPcxi4 {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #gLf3THDDdUUKuadvK7Ng9J2ok87UAIcW {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Tw7bwSw5qgpoRXRDQtKEea2ResD066Wa {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #TmeVWE88hmMcAit4lf77LKu8zfUUuvGZ {  }
 }@media only screen and (max-width: 763px) { #VD5wVDRNET4gPPmPkXROxBE2UJRkKLQD { top:9.125rem;left:0rem;width:33.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EphINtvPWBTG7AELrLOiDSanVonMER2v { display:block; }#EphINtvPWBTG7AELrLOiDSanVonMER2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POTGp2pR7d325AOqooQTTnbk9RGm45Qv { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdpQFy6Ooxzsf4vixeAeMcgBUzzg2Ki { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw { display:block; }#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyrNNlWNZmcPzLcanPRXwHfOMTd1OTTw { top:3.25rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { display:block; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { top:0.9375rem;left:20.875001907349rem;width:9.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { top:4.125rem;left:23.5625rem;width:12.3125rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { top:4.0625rem;left:20.187501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { top:0.9375rem;left:38.375rem;width:9.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { top:4.125rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { top:9.1875rem;left:0rem;width:10.6875rem;height:5.654426130979rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { top:3rem;left:0rem;width:18.0625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { top:14.8125rem;left:0rem;width:19.75rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { top:19.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { top:6.75rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { top:9.5rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { top:0.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { display:block; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { position:relative;z-index:auto;display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { width:8.5rem;height:4.5rem;top:0.4375rem;left:5.7183160781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { width:3.3125rem;height:1.29980625rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { width:10.9375rem;height:1.29980625rem;top:6.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { width:5.4375rem;height:1.29980625rem;top:6.875rem;left:14.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WAIigPsO1hSJIorraloagyg1o1i42EMm { width:5.9375rem;height:auto;top:2.75rem;left:7rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { width:10.6875rem;height:auto;top:2.75rem;left:4.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { width:12.75rem;height:0.61889625rem;top:5.3681640625rem;left:3.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { position:relative;z-index:auto;display:none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/91c635a5-9655-4609-8de3-4dac51742a5a/eidbanner.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.adaptive-delivery-prevent-bg, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyload, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyloading { background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { background-color: transparent; background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .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); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { width:20rem;height:31.99951171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { width:19.4375rem;height:4.8125rem;top:1.9375rem;left:0.1875rem;font-size:2.1875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { width:3.9375rem;height:1.7871125rem;top:8.0625rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { width:10rem;height:2.5rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { width:10.125rem;height:2.5rem;top:29.5rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { width:10rem;height:1.21875rem;top:30.25rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { width:10.0625rem;height:1.21875rem;top:30.25rem;left:10rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TTmW36Oia317Cb0Inr24fFnJb6p49cLk { width:19.875rem;height:12.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { width:14.5rem;height:2.4375rem;top:7.6247844696044rem;left:4.1873917579651rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRblGZIfL0u03FbsVt85KExSL7DhHe6w { width:19.4375rem;height:1.62524375rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { width:10.6875rem;height:0.625rem;top:10.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { width:8.75rem;height:2.375rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block; }
 }@media only screen and (max-width: 763px) { #MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container { width:20rem;height:21.092529296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ75wFywqTTWmvPUEsh37BncBeLMx91h { width:3.4375rem;height:3.4375rem;top:3.0625rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { width:14.875rem;height:1.21875rem;top:3.5rem;left:4.875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { width:7.999125rem;height:1.06228125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { width:6.875rem;height:0.97485625rem;top:1.6037311553955rem;left:0rem;font-size:0.75rem;color:#fff6f8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { width:15.0625rem;height:0.97485625rem;top:4.875rem;left:4.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gA81qt8J9RLT1KEphbllw27seDm36BFp { width:3.375rem;height:3.375rem;top:9.5980911254881rem;left:0.6239150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { width:14.875rem;height:1.21875rem;top:10.09716796875rem;left:4.81640625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { width:8rem;height:1rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { width:7.125rem;height:0.97485625rem;top:8.125rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { width:15.0625rem;height:0.97485625rem;top:11.29736328125rem;left:4.8740234375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { width:3.4375rem;height:3.4375rem;top:15.971138954162rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { width:12.25rem;height:1.21875rem;top:16.470703125rem;left:4.77783203125rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { width:8rem;height:1rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { width:7.374125rem;height:0.97485625rem;top:14.25rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXWTISowmcbZHwiREUagg368A2666W36 { width:15.125rem;height:0.97485625rem;top:17.70263671875rem;left:4.8125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { top:1.9997825622559rem;left:7.99978351593rem;width:11.875rem;height:0.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { top:8.5926647186281rem;left:8rem;width:11.875rem;height:0.0618489375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ { display:none; }#oyhZTyQHoLlJrXk5sTBf7ENHsAu4XTWZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zewKpDA8KME13qpJo62MNHrBD8Alqn8H { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #arihQO7axehyChSkWyewCM75ZgRw9Uta { width:20rem;height:1.29980625rem;top:7.3870849609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { background-color: transparent; background-image: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .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); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { width:20rem;height:6.736449609375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { width:20rem;height:1.62524375rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { width:20rem;height:2.9245625rem;top:3.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #BwyAtRZZU2DmdBFo2outqehq36gwQNcf { width:11.25rem;height:0.1875rem;top:3.125rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB { display:block; }#VxbWZxPS8xqMMrnWaJP6nTD9A0VqKgNB > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od4VrsnPZtSMy7y3m2NH7L3Q67cEoLOr { width:18.75rem;height:37.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZFBL0kKMmSsVqT5z7Bor9MTNIFaRwHa { width:18.75rem;height:8rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32IolA7RAxGlzrKh1JpJ4QH5IhDTZ2x { width:11.25rem;height:1.25rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDKtsnv02RgB7qUi46nPzOw6XNXg931q { width:9.4375rem;height:0.97473125rem;top:1.375rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWXhpRGUcba3s7pWfPJvhy7eNBDF6VKK { width:12.5rem;height:1.21875rem;top:6.5625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIx1KaBUgyUQLbviPPQXPNMwr0vRSMJy { width:15.625rem;height:3.125rem;top:6.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1tR2qPi2ZOHp5hdJbWxcg3vfGrmwMU { width:13.875rem;height:1.4624rem;top:7.8125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1tzgCPMryHfPt74XlhILdgRZU5ktpPX { width:12.5rem;height:1.21875rem;top:10rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ9ydVTtDK24sA4mSRonxJ2i0IsbG86k { width:12.5rem;height:1.625rem;top:11.25rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WigrSqaHNrzxEbD4wfDh6ZNsE6IBPAoe { width:18.125rem;height:0.6875rem;top:13.21923828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxiPFfvzBwQfTeBQ4U5dhJp072k8MRJ6 { width:12.5rem;height:1.05615rem;top:14.65234375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnf7zRq4ARu05cFew8WZvNIMdveonCd { width:12.5rem;height:2.2749rem;top:15.5625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJbb3AU61y3UKeaJqndd5W8c0PQLocCG { width:5.875rem;height:1.13769375rem;top:16.44970703125rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soLeH4loeKzIxRUrcPsCaXhEyWWM1HWX { width:9.0625rem;height:1.13769375rem;top:17.7998046875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLyXqHqzSFSJEyHESN9hdxuHQgP3haI { width:12.5rem;height:1.21875rem;top:22.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucNhOUDsb2NTNlZRCBC5SNrZdTSnlWab { width:3.125rem;height:3.125rem;top:24.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhybusrnDpT5BakfT4HUt0oiCxUJdoUL { width:7.8125rem;height:1.05615rem;top:26.07861328125rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS { width:14.375rem;height:3.63769375rem;top:28.75rem;left:0.9375rem;font-size:0.75rem;display:block; }#Uzh89LN9RILSnUfqkzQodu6uy7pcRwVS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #uuUedgzyToC4uwKruRwFn0hS6ID6UPKK { width:15.625rem;height:2.8125rem;top:34.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4atS5LUcaDZcGrGZqert8fN31tD3nPh { display:block; }
 }@media only screen and (max-width: 763px) { #z64oOaegkWGPpDs8a6zwR5SNaQzg8tCs { width:18.75rem;height:37.5rem;top:41.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It5SqWLEbhfWrPJ8yMGNFXzXJu8Z5IWe { width:18.75rem;height:8rem;top:41.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4kJ9I8ozyUziTVXUiCMTRBenVe4x5G3 { width:9.4375rem;height:0.97473125rem;top:42rem;left:5.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D09JAOMwy1cen4GHxIdgJt77ii5CvfhZ { width:11.25rem;height:1.25rem;top:41.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnl1ez3HIwieKogsBKSmxlSGgfFbmV11 { width:12.5rem;height:1.21875rem;top:47.3125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8iTHlNtUssu46MJ2ohoKGorGiDHIZa { width:15.625rem;height:3.125rem;top:46.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHXc47FaKhD9JPHhfVS8SVaIZ6v6ktq { width:13.6875rem;height:1.4624rem;top:48.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZutUmFn8C7e7LkK91AmxCXfyDXTwdAeE { width:12.5rem;height:1.21875rem;top:50.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJv9clVvGD3hmwhp1VuDrTOfnpEt4bU { width:15.6875rem;height:1.625rem;top:51.875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZGwyhO5m85TVStveSC1wfHqhfOIBhVW { width:18.125rem;height:0.6875rem;top:53.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hct2Itqh8wtPJJFTEzmDKs81FOTLUbvT { width:12.5rem;height:1.05615rem;top:55.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5IzEBLeTEJyITTGgpfmew40Ttm6e9NG { width:12.5rem;height:2.2749rem;top:56.2431640625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9aM9ExAtwsE88pKmcZCIdv7UodlSgws { width:6.5625rem;height:1.13769375rem;top:57.255859375rem;left:6.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPzgXrBvbH4NrfwZDiktANTII94qKcc { width:8.125rem;height:1.13769375rem;top:58.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrcapDQDGiNS4MwMJ40ZGKmJJHt9bO8 { width:6rem;height:1.21875rem;top:63.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3h8JTPSPh4MXGQ08s9PEi52v9TgfIm1 { width:3.125rem;height:3.125rem;top:64.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQsZGrDG7bVyIofISMht1CA0ff39DvUv { width:3.125rem;height:3.125rem;top:64.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdFrt5rKwK7fnV3ydT9sTyKamZkgfBwJ { width:7.875rem;height:1.05615rem;top:66.875rem;left:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr { width:14.375rem;height:3.63769375rem;top:69.375rem;left:0.9375rem;font-size:0.75rem;display:block; }#dnH7bBtUBZDrmCiTT6L2ElGugKyGB9Nr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #wcXoo3slFfrun75HI1nwSXx9GO17r6uT { width:15.625rem;height:2.8125rem;top:75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtGF7gT4OOsB9bAH168O9nQ9qIcsgdbJ { display:block; }
 }@media only screen and (max-width: 763px) { #MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 { display:none; }#MEPA1t1sgBVr4QD93dVZ2W3XVZPTNwO3 > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZaq7mHyREwVEN2UFdDvKvzzo0rMm3vw { width:19rem;height:40.625rem;top:1.125rem;left:0.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PXp1igDGnsOoETyuZaoskfRzTSXgalTv { width:18.75rem;height:3.2504875rem;top:6.0625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauacJUVTiTsKqh10stvHRqGyJHc6GgF { width:12.5rem;height:0.97485625rem;top:10.375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxS4eHdcvZmrwd2xP1nmSNIolThw7v3I { width:15.4375rem;height:1.950075rem;top:11.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaUN9rbSCS6Ln2LHlTI1N6BCmNL2F9M { width:16.125rem;height:1.05590625rem;top:14.375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBa0ZWbq0kbQqDDhTsw2KiszG3bWMPw6 { width:16.75rem;height:0.97485625rem;top:37.3125rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LEnn7Ay3h49JiQNcAXalZz6IMzbKv2h3 { width:17rem;height:0.97485625rem;top:22.375rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9Xl5yWutRWieaptbigbsoo2EypTJg89 { width:9.3125rem;height:2.6001rem;top:18.0625rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP68mOOaVKotzgeLSF9fTDwcBsIpDzLq { width:8.9375rem;height:1.21875rem;top:19.0625rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG6Me6HDfTE6IBPhq6TgQCWxUsHKcJV0 { width:19rem;height:40.8125rem;top:44.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xUwEzkoxzt7fP8kaFvMFG5WVyglpLu { width:13.0625rem;height:1.375rem;top:44.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM9TpRTsTnF0mT7PnRQyW3ZtT3JlEoXO { width:13rem;height:1.13769375rem;top:44.375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJOT3HFZF2fZVckkuWoBIAw6zuvJxmq0 { width:18.8125rem;height:3.2504875rem;top:49.125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeF0I9AD46CcVyrZLsBkasHqOviacsc { width:12.5rem;height:0.97485625rem;top:53.4375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnRgk8HlvGRI4tL5rqExlS5ht70hDf6A { width:15.1875rem;height:1.950075rem;top:54.4375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOMg8EEz3vciwKfZ6ZnUNd72uSnBy7G { width:16.125rem;height:1.05590625rem;top:57.6875rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvTd46ZFCVmIysikHEBw9q7VJccH86q { width:17.6875rem;height:0.97485625rem;top:65.25rem;left:1.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AV4EmWNLMWrUA6FyEgrozOpXHg929qwM { width:9.3125rem;height:2.6001rem;top:61.1875rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFrnnyvhZQzHpPNmOr28T3S3ClGO0Ig { width:8.9375rem;height:1.21875rem;top:62.25rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw6TXCpkiGVu7wESAtyKDkK5CeqpHu8G { width:11.3745rem;height:1.21875rem;top:1.25rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuskk4U1QiXyFqx2GnMWi9u66B2wQMzH { width:11.375rem;height:1.3125rem;top:1.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeyL4xfrOAebaV4mxl4Tl7qV684f0cxv { width:7.8125rem;height:1.13769375rem;top:20.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tezPG0QlGyXR9g4CDTr74z1ZyshrZBg4 { width:7.8125rem;height:1.13769375rem;top:64rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEya5AzSnIGxrPNXHtr8rcIlWT0mqDqC { width:15.625rem;height:0.5rem;top:13.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6iv7PBOJ9UaeuPwvyFAuxGqTv7UCPeD { width:2.125rem;height:0.5rem;top:13.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHBX8IldfKEQZcDwJC3Fm0pitlefVtU { width:15.625rem;height:0.5rem;top:56.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II0ifgZ9f4RhL3mS0E2saBmpcS4T7WoE { width:4.625rem;height:0.5rem;top:56.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcHi6lz64I0UO0cVn3cudRQ9OdatKspN { width:19rem;height:1.5625rem;top:15.8125rem;left:0.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RK9tyioCu7h73EyAJLX34qHTAuMuA7ac { width:15.125rem;height:1.2994375rem;top:16rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2GHxneuwB4DaDu7QVm43mfemwhAkiWI { width:2.1875rem;height:2.1875rem;top:24.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropTTdBh2Or4lN3gDOT0Q6DFBdHAPQV { width:12.5rem;height:1.13769375rem;top:23.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAaT7dCLWfzghz5SHfbtZ0XbGzqXGR9L { width:7.125rem;height:2.2753875rem;top:24.75rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ookhx134ORCMK0yuJM0of0cX2LhzOJ { width:17.6875rem;height:0.97485625rem;top:27.3125rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whAXphy3y7flc6cz90BnXTNxRo3ROWHQ { width:15.8125rem;height:1.21875rem;top:28.4375rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ60g25BPc0Ow8UmAkch98Rltta33PAD { width:15.9375rem;height:7.5rem;top:29.875rem;left:3.5625rem;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ZbZEdTXPTBGMlTkFC4Tae0ehdnVmD9Td { width:1.5625rem;height:1.4375rem;top:15.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1uLGJ4ktJv7i9CD4cQ7Bftat02ipLIP { width:1.6875rem;height:1.6875rem;top:29.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4NVcUaisHkiwZ0kRthT3eP8JN9M34P { width:1.6875rem;height:1.6875rem;top:31.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiMFHFMSvqDtErO8CDEMNNIuCePLz6s { width:1.4375rem;height:1.4375rem;top:33.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL8PukHQKUhT5CB6Wxz890VeKa07milw { width:1.6875rem;height:1.6875rem;top:35.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvTB7wFrTTE5GtHiIktQXSf15ManslBq { width:19rem;height:1.5625rem;top:59rem;left:0.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TPf3gnn7CcwImlQog8r3nsOGJ35uK0Wh { width:1.5625rem;height:1.4375rem;top:59rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5IJhSylbtnloJqdPkFR8DFBIixttCgV { width:17.4375rem;height:1.2994375rem;top:59.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4PNm4lPSq5D1pkhPTWzLaaLBSJU1A4 { width:12.5rem;height:1.13769375rem;top:66.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySdylbPD3DbGoQLybViHMFRW0MU59LpO { width:8.75rem;height:1.25rem;top:68.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evsC9CPsU0ntQnAtpDkaALKQKq2FC38k { width:17.125rem;height:0.97485625rem;top:70.3125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naoq07gStTdsIWwB9EU1RQdwU6WWamce { width:2.375rem;height:2.375rem;top:67.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVMwTQn8MeCivV7bqKMZZmbhtCZunpGU { width:5.375rem;height:2.1005875rem;top:67.875rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7m5NwWNHm7budPwzWCW48PlRGTo7RlQ { width:17.3123125rem;height:0.97485625rem;top:80.875rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FouT0b0enAHf6tk0yqaTD1HuOZ7niPaS { width:15.8121875rem;height:1.05590625rem;top:71.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpvCBKPhOOV1QGUu51rHwSCz7LSX5zeT { width:1.6875rem;height:1.6875rem;top:73rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0WQ3fV3iCNvE4eVfQ6EsQsNaPDKQan { width:15.625rem;height:7.99805rem;top:72.9375rem;left:3.375rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #nQeay6JWBJPBDlh9MTRqb892TcDwfgHk { width:1.6875rem;height:1.6875rem;top:75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnR1PksT6yEOVxKMrawCWcoTQkGXom3s { width:1.6875rem;height:1.6875rem;top:77rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobqIotG3LcKHl8xcMJACLocoqpXIfuX { width:1.6875rem;height:1.6875rem;top:79rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQ2thX1kUKriLuGctunUoolzhynFBZt { top:38.4375rem;left:0.4373779296875rem;width:19.0625rem;height:3.4375rem;z-index:15028;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHWMktKWJdwpm5hJkRDpwWr8V4nIcDR1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nlp3ubCTp18yn7ff8qLsaQFCxlFAsBNb { top:81.75rem;left:0.5rem;width:19.0625rem;height:3.4375rem;z-index:15028;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBAhi1x3ZPONp311vsUddcmvR9g8HLi { display:block; }
 }@media only screen and (max-width: 763px) { #CTgC1tQFSk732W9hux9gbpA5HSGyXdxs { width:2.375rem;height:2.375rem;top:24.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMsRW10UBH0MbCcIhtif6Nh3ObMif1H { width:5rem;height:2.1005875rem;top:24.875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyd5GWEcI8MlZlyz4tKRwVetq5vzl5aP { width:19.0625rem;height:8.75rem;top:1.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMTy9g7SBXkti5MUrgta6pHSva7P00o { width:19.125rem;height:8.875rem;top:44.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { background-color: transparent; background-image: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .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); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { width:20rem;height:5.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { width:20rem;height:1.70593125rem;top:0.312255859375rem;left:0.0621337890625rem;font-size:1.3125rem;font-family:arial;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { width:20rem;height:1.94970625rem;top:3.148193359375rem;left:0rem;font-size:0.75rem;font-family:arial;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { width:11.25rem;height:0.187378125rem;top:2.336181640625rem;left:4.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX { display:block; }#QKLMn9qFzAAx7VyN4QnGOg5WfGTb2eOX > .row .container { width:20rem;height:119.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFTp3bOeeb2EDO6ytCFvM1g2bZ3CPL51 { width:18.75rem;height:37.5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDezdgPODgT3DNhChU2y6MUzSs19z7Cx { width:18.75rem;height:8rem;top:1rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTGxZPn5HCQv9pQEM5gSZ9iELgWoXBZ { width:11.25rem;height:1.25rem;top:0.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZdagfpQ5R0mU3hrk6rVmN9ZTffvnf81 { width:9.4375rem;height:0.97473125rem;top:1.083984375rem;left:5.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoe0ouhxRJsl5zqCKwn7sCSAef94Iddr { width:12.5rem;height:1.21875rem;top:6.1875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonGkPWANkrFJqSakXm5JTDp9e1Tcyly { width:15.625rem;height:3.3125rem;top:5.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQzJJGvaZLbwTvDv8OQTVQFHd9Zz0BDH { width:12.5rem;height:1.4624rem;top:7.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgw0DSqxgvmsA7XTww5aTW3UtTh6i6KT { width:12.5rem;height:1.05615rem;top:9.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4EHDyID9JE2m0VeEpK01JGZPTph8kgp { width:12.5rem;height:1.4624rem;top:10.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrZl8HEVCHsrw6oDFJpG4TtBhVCRCfB { width:18.125rem;height:0.6875rem;top:12.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyiaXGOJmtbb6AOm4qcalebc7H6fpe2 { width:12.5rem;height:0.89294375rem;top:13.125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDJo1mU8AUfOXLP167OqzQCaPD1boLzJ { width:12.5rem;height:1.950075rem;top:14.0625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnXolndSus2R63axgoSTZTCZVPmKL0FA { width:5.3125rem;height:0.97473125rem;top:14.6875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ihexW325wmiKx2SonkimB7qR3WawSe { width:6.3125rem;height:0.89294375rem;top:16.3125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfezGzCI2d0SlnFCXNelcm0sbDDhAe80 { width:18.75rem;height:2.5rem;top:18.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7X1QBb0nlt5gG0xnGC12Kaf3NHHsUqF { width:12.5rem;height:1.2994375rem;top:18.312255859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En69ypl2B0NIay163xzPP4Z4o09kBCEr { width:12.5rem;height:1.05615rem;top:25.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS17RnUGDWkQrkWK2qhCyiFTMJyDNTMg { width:2.8125rem;height:2.8125rem;top:26.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 { width:17.6875rem;height:4.68628125rem;top:30rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#vovhz7NpAWpihBOmn5oTbH09ESy8WzQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #lJgiEQyktxdrn3eKe08h3qcKuAOLfiQo { width:15.625rem;height:2.5rem;top:35.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb76fIwkVy9EPehyNm6Nc9wPhGQ8oQQS { display:block; }
 }@media only screen and (max-width: 763px) { #zZ7tR0Wrx7NNIeQBAkQXvoqML5xNeaMP { width:18.75rem;height:37.5rem;top:40.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZaoT4IUkKgv7qT6TqSqQs6K27r9Qe2I { width:18.75rem;height:8rem;top:40.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxRxyuBTPBfKHuxKStbaklQW0VdiM5f { width:11.25rem;height:1.25rem;top:40.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6imbCEE4E1e32oCUgUAPElkuvIHFIZ { width:9.4375rem;height:0.97473125rem;top:40.75rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6VHNwmcGR89XgPCl6TDryBhvXyKk8Ea { width:15.625rem;height:3.3125rem;top:45.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlAK2CNVQxEpzL8ozUpXPoMU1Cef5VA { width:12.5rem;height:1.21875rem;top:45.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdSeAFOrn27L4wfdlCVUmGkayUlWbun4 { width:12.5rem;height:1.4624rem;top:47.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqDuESqVXpVHJ3xMr04CK62ZL4eHvwy { width:12.5rem;height:1.05615rem;top:49.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVFgetDRFddffdo7CCvZiP8nQWMmrpVP { width:12.5rem;height:1.4624rem;top:50.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEJWksFyfM4hUGkk087nSx5qd3ofkTB { width:18.125rem;height:0.6875rem;top:51.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4vrTRG3DHD7Z8DfZu8rVGPdmzLpdWxz { width:12.5rem;height:0.89294375rem;top:52.5rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapIJZOCHTPHQ0mmCKcbMrhy3s0H9FHL { width:12.5rem;height:1.950075rem;top:53.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuLmbHGs7vVMsT1ILtXhQVV0hIFvtEP6 { width:4.875rem;height:0.97473125rem;top:54.0625rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz2X7bg6ZyizHvATnGR2naMbz9DKkdx3 { width:6.3125rem;height:0.89294375rem;top:55.625rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIdtcI7LM1D7dmFeP25Xe3PtQwe3Jsr8 { width:12.5rem;height:1.05615rem;top:59.75rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxNkwi7KR22gf6OZeHB6TT8sXC9bqfRG { width:12.5rem;height:1.05615rem;top:60.875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNRLoebPdBMab7R5GiNdpT3cZ09umdnp { width:12.5rem;height:1.05615rem;top:65.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23JMRlqVHvPsW7CTxrI0gzPyGG11vub { width:2.8125rem;height:2.8125rem;top:66.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 { width:18.375rem;height:4.68628125rem;top:70.0625rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#vb81Rn8xpkcaCeNR9z0KbmHym6aG2Og7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #CKfQhzxH8RSJvFJO8nUh4DmZ5MUrmlEb { width:15.625rem;height:2.5rem;top:75.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAunIicbJUL0wEDqucM2yL4dCJVMsz3z { display:block; }
 }@media only screen and (max-width: 763px) { #XzHs7qbtJRozT2Uoqfqfu4aGytsyTSTL { width:18.75rem;height:37.5rem;top:80.75rem;left:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #OowlAxnXiTAever1NitNQcogHufgbXe8 { width:18.75rem;height:8rem;top:80.8125rem;left:0.6875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #gsqqQlw4vxXl53naZrWx707IUUVnUkvv { width:11.25rem;height:1.25rem;top:80.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EVcHTc6NJ82QhHbhXQWJPTgp16ysFq { width:12.5rem;height:1.21875rem;top:86.25rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8ITWkmst4IlqNWh2Vy3UpuzEe0GGuU { width:9.4375rem;height:0.97473125rem;top:80.8125rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw18vBi4KMaMgUeTq0wZzT1cs7AmSNrW { width:15.625rem;height:3.3125rem;top:85.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hphwPBaD3KVlRFuZLC1Tx4XIUe1Ttax9 { width:12.5rem;height:1.4624rem;top:87.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMhRknutzS26cAIgnDiFb011aTZ1y4M { width:5.8125rem;height:1.05615rem;top:89.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRZGi5w5ngtPfSksb3Zp5cH937unUtK { width:18.125rem;height:0.6875rem;top:92.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkWQV8E3nZ2Mm6AzOB3quNEI7EtzNbCw { width:12.5rem;height:0.97473125rem;top:93.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJwPTpyPKBP4qcLJ91GfaCplw9Oa5o3r { width:12.5rem;height:2.03125rem;top:94rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBwbBTxFO7menBkuKEK5ApercWbbUNU { width:5.6875rem;height:1.05615rem;top:94.625rem;left:6.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsL7sV3Fg3LZRM9pEl3fByy7M1EyieVT { width:6.3125rem;height:0.89294375rem;top:96.6875rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4Z6DoepJEDRqpZSaL3Z5lRfw7nJTrt { width:18.75rem;height:2.5rem;top:98.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNG9cWGqXxFRcIuLu676sZ7WRr1nkoy { width:14.1875rem;height:1.21875rem;top:98.6875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqR65JIG3QrzylyvCQD7ySg6szVIs57 { width:5rem;height:1.13769375rem;top:96.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieUZevBkpAs4K3CtQ9M7IIit9u1XBkT { width:5.8125rem;height:1.5625rem;top:96.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPqiwHNSo7F4krRehm6SyUN1uVPruS4Q { width:12.5rem;height:1.05615rem;top:101.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9r98XZvMaG55NbZSUE4apcMTDq9LVTE { width:6.75rem;height:1.4624rem;top:90.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlInq8SEKBrMzCLHLhvC2zq8IdwyWUK { width:12.5rem;height:1.05615rem;top:102.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvrFup8CKa64JLeVzHzmznDwwIxMCSO { width:2.8125rem;height:2.8125rem;top:103.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imNDrbJl978rVQZ9Wiqy2cRZNNG0Ws1p { width:12.5rem;height:1.05615rem;top:106.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Tdco342dnWIvQnRdD9rZSi0Mt5u4mN { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRsLcgDxcbQax73rV9uz8OxgM11b4G { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpRsBJ5w675Ji3JDQJsnlPvZIMfyPPwB { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Wdxxt5cZEDPrTtAD0mmXvZGMnoxTGJ { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOeckgUkDTqv7RgbxAE14EeDv5pHWxvJ { width:2.8125rem;height:2.8125rem;top:103.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ito3u2vvRe8P9Skf79STGo9clm3wHJOH { width:17.5rem;height:4.37378125rem;top:110.625rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#ito3u2vvRe8P9Skf79STGo9clm3wHJOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #BGNUmU6hMaDTtHvMhLQWb3DPSsgPCDDN { width:15.625rem;height:2.5rem;top:115.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaPlLRsdTIniZFckA6XcQhCMKctkFey { display:block; }
 }@media only screen and (max-width: 763px) { #mzSRKn7wOcy0hnTHe8NuosUWw7I2GvAl { width:6.25rem;height:1.4375rem;top:9.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn1mG4TKXyfHfA8qBisn2uF6yS7qbQ4d { width:5.375rem;height:0.89294375rem;top:9.625rem;left:13.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RyioAF6AaCkLdHCyI3ah7HRgwxDy2L { width:7.125rem;height:1.5625rem;top:89.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUig5Z6xOOlVMKvgCCmT0r7W9iytKSV1 { width:4.9375rem;height:0.97473125rem;top:89.625rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GprLo10B96hCbaJqp53fyVX36koyv6Oq { width:10.375rem;height:0.89294375rem;top:91.0625rem;left:8.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIa4Qcgc44BTtGPMoRxoHLWAMcm6b1C7 { width:15.374125rem;height:0.89294375rem;top:19.584228515625rem;left:2.31201171875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elAcGMsX4WS9D0t73eV9zXsKoHBF3JMR { width:4.874875rem;height:0.89294375rem;top:94.568481445312rem;left:12.374267578125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3f9bdxFuccCKImGN32MFrewktxuJAUC { display:block; }#n3f9bdxFuccCKImGN32MFrewktxuJAUC > .row .container { width:20rem;height:130.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1fcz7uIdbAqkKOTSplzAxpAuLCCWBGz { width:18.75rem;height:37.5rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yROAbT4OcxzWF6iLoEVWVG47ihrndDMT { width:18.75rem;height:8rem;top:1.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xextVRzVqD6mMhPcN8ZrrOMVGFgsnFLE { width:11.25rem;height:1.25rem;top:1.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHa0DfPbqdrE4n2ILlXPemtnp54l8iZM { width:9.4375rem;height:0.97473125rem;top:1.5rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq2BaX9ToMikThiGbeFV7qXTTWiTbF7G { width:15.625rem;height:3.3125rem;top:6.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xPsHPFPcbVVJkD7vZOTuq2TcsTvCi7 { width:12.5rem;height:1.21875rem;top:6.875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTgtwt5OIx73dmS5hO1Uaht3X7DiBHT { width:12.5rem;height:1.4624rem;top:8.125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUn7mAGVB8kh5RULbNXJGahQIJynMG7 { width:12.5rem;height:1.05615rem;top:9.9375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOh4hN9Fqlgtuu9UWCwdvJtv7TQcGVM { width:12.5rem;height:1.4624rem;top:11.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kxiDQus5fC3QwtepcGZg0VTd8Tk4Hd { width:18.125rem;height:0.6875rem;top:12.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqXx5OZTUABiSlS1DDJWPPLCXwtySiC { width:12.5rem;height:0.97473125rem;top:13.5625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgytlfxJl6uNVXVAJxFGwoNd3SBKqrdJ { width:12.5rem;height:2.03125rem;top:14.625rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB0i8SG1spfkKsTwF8ddrN1Vrr28vERr { width:5rem;height:0.97473125rem;top:15.375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6td4kAbZhcIkVIqcPXa9eeMu1dgLWf { width:6.3125rem;height:0.89294375rem;top:16.8125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdW7NkmNaAsTozfzr0PDnTDalyVqnJIl { width:12.5rem;height:1.05615rem;top:20rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osADr8DSkBhaNc4dlph5uKf6oFKNED5G { width:14.9375rem;height:1.05615rem;top:21.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbBZEVPi9R9xe7wm6mD9ONe9RUC0dpQ { width:12.5rem;height:1.05615rem;top:25.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtOQrKn8m5wgedEA9OZ3F0TH8Cbw0WsW { width:2.8125rem;height:2.8125rem;top:26.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8nqUNEcPTHDWpyiwTprGFoST2duTJz6 { width:2.8125rem;height:2.8125rem;top:26.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt { width:18.25rem;height:5.0610375rem;top:30.1875rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#Kv0ILzG4CcNTCg4tlJwbViCs4nqGZTOt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #X0xZONA3a0KctTESzJiwOLH1y51QEbCx { width:15.625rem;height:2.5rem;top:35.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmqDm7ZyvhpHXNfLfcBPo15TiFpzDL1 { display:block; }
 }@media only screen and (max-width: 763px) { #y40s4SW3Jbf4Sivs8oS4TEPa4ZFsK0ls { width:18.75rem;height:37.5rem;top:42.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdqNxZuHyv2LUMWSmKgK6MVTiD1Bufip { width:18.75rem;height:8rem;top:42.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLx1nUptXZ7lMA5e5DCQTGvE1lOGHZh { width:11.25rem;height:1.25rem;top:42.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNxhTCTWT5n53nWUuHEGA8tb1ByiZZc { width:9.4375rem;height:0.97473125rem;top:42.1875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQGXZ5DPx23AMmSLnfzbK8r3fJF1OXF { width:15.625rem;height:3.3125rem;top:46.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr2wbwRcQSb7pNRiIxEOt9TO0SwBQUs { width:6.375rem;height:1.21875rem;top:47.4375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0Xd14FOefODbHTflAcpeBVoVnsRBff { width:12.5rem;height:1.4624rem;top:48.75rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiCaA9KeRzlzVrvaDB4T5C0CvFHhTCNq { width:12.5rem;height:1.05615rem;top:50.8125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxBEwkGgQTm4GWp9CCPeHHPQ0dyTPddh { width:12.5rem;height:1.4624rem;top:52rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqFdItNwVlX7Dp5huyGc1gvxswzfKNT { width:18.125rem;height:0.6875rem;top:53.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFbIpOsciLmq2a9CKbkRHCHIGXI7w1cK { width:12.5rem;height:0.97473125rem;top:54.5rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9LCxsDblgK5LXc9g7i6S0vcxB2XxEv { width:12.5rem;height:2.03125rem;top:55.5rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5FpC2J30DoVBoXhnuhk6H22qSvDNgdv { width:5.0625rem;height:0.97473125rem;top:56.3125rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUOPLSxsdaLvsGWdQ1vcSfV8w7InEuG { width:6.3125rem;height:0.89294375rem;top:57.5rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJUXSP12eW8ddMuIrM8QTEn4Roq9GS1 { width:18.75rem;height:2.5rem;top:58.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LDlm7eOyAlBTyJXBRy0U4I35EmBGeb { width:8.75rem;height:1.13769375rem;top:59.431640625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmh1FbTzCa5Tgqs8SToOpM5sF4MNhTA { width:12.5rem;height:1.05615rem;top:61.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAJCGGs8erXcKc1QkXwgQUikmMlWHMs { width:14.9375rem;height:1.05615rem;top:62.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWQsL1G0xruVEdqJu8kpZnlMpCQJc8Z { width:2.8125rem;height:2.8125rem;top:63.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUyIzHtTK38RcTbNXLe63ZVW9ceuhDuP { width:2.8125rem;height:2.8125rem;top:63.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTufk0fpaUsERvVAAxBbtaWinB6ilesS { width:2.8125rem;height:2.8125rem;top:63.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTIeZRJisKsqd10KIoqEEd7uiIsh3JzW { width:2.8125rem;height:2.8125rem;top:63.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKpXrMkBxzxHuoEZwl2AcsQW5I7kk5T { width:12.5rem;height:1.05615rem;top:66.875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7H8CQu2ziXiPx3oJSCOMIRv3e4B7MAy { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhwlpq50SVZZMaCSTOan4yZ4N4zsQTa { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT5MIrx5vuA10oNAtXlte1Os7V8273d { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbOnAQNkBst6nozn7chw0aoNecvXTdNJ { width:4.9375rem;height:0.97473125rem;top:14.11865234375rem;left:13.0625rem;font-size:0.75rem;z-index:15305;display:block; }
 }@media only screen and (max-width: 763px) { #lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt { width:18.1875rem;height:5.3735375rem;top:70.75rem;left:0.90625rem;font-size:0.6875rem;line-height:1;display:block; }#lvUnt5T2R5Ip3udGMvHD23EIZZ228DKt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #dF93blZv0VZRVWV9qO3xK2Vqc9nNxIig { width:15.625rem;height:2.5rem;top:76.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvEN52wygTvo4ZGgoGqAbTdK9lhDxsF { display:block; }
 }@media only screen and (max-width: 763px) { #kbNgbVQadnV2J845TefrxPb9ivVxmBSC { width:7.125rem;height:1.5625rem;top:50.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCCTC9DD9e1FWpU7TbDlPK1VbPqubPtO { width:5.125rem;height:0.97473125rem;top:50.8681640625rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uA7F5Wavk1yskS8one9OAOcuAgXspL { width:7.125rem;height:1.5625rem;top:13.84375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqR7i9XoeLfRbmTxmVug5Ql8M3AUCtoz { width:2.8125rem;height:2.8125rem;top:22.09375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHlRxyQmd0pnMDdhUoMTDOyKKRRpt0G { width:16.875rem;height:34.375rem;top:81.1875rem;left:1.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #fIUnNiitEr0kfq1Ny1meyV6mlnQXfFRv { width:19.8125rem;height:23.9375rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRuK1IZ8adHgICPy7zfTqpMwcSavisZ7 { width:13.6875rem;height:3.08715625rem;top:81.9375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLC0ouEbJWygmARQQxFDiAHwMsEsuPJ { width:15.1875rem;height:4.87365625rem;top:85.4375rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4SfKM8agJESJcxaV2wypq1Ay0VZTrEM { width:3.125rem;height:3.125rem;top:112.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG2mNvNXabvdHxKrpVa4ZQHCM7r85MQT { width:3.125rem;height:3.125rem;top:112.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb35b7JQPBXpkcBIcWMJIN1SmSQsw8CP { width:3.125rem;height:3.125rem;top:112.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8C5oSAGuff3y9aUTNNvDTxuq9tpZR8 { width:3.125rem;height:3.125rem;top:112.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEHXC0nV9lUVI5JLbRaaIyxEVvR9Zg5G { width:3.125rem;height:3.125rem;top:108.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7XiHH4BtTNTlUTiTfondAz2idtUpGo { width:3.125rem;height:3.125rem;top:108.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PftmlhheylNzi8Wf9lJ7SkcvmOAOV9b1 { width:3.125rem;height:3.125rem;top:108.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueivTEVr59kLtQl7mdrruCBy9MiOGb7 { width:20rem;height:11.39648125rem;top:117.70263671875rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #w2HoGGpA3mvm12mdmPD159VTE9PJKTdL { display:none; }#w2HoGGpA3mvm12mdmPD159VTE9PJKTdL > .row .container { width:20rem;height:143.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tNe4un0aynO3CGrFOeTvezIfwNxietoX { width:13.25rem;height:1.4375rem;top:0.9375rem;left:1.6868491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFZqfUWUlXPoJkQC14xU3lzlDsfzw4c { width:13.1875rem;height:1.13769375rem;top:1.0618438720703rem;left:1.7493491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4EaXDcWOPObzqODo315tz0b9GqG1BE { width:19rem;height:45.3125rem;top:0.92339417338369rem;left:0.37489151954651rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #hg4cMmquEfwrmX98Eaud1GmPZwubQJPX { width:18.625rem;height:3.2504875rem;top:5.7493438720703rem;left:0.81184899806975rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIUydOJ16REhdpvFF4iwxQRRtpQ1J0K { width:8.9375rem;height:0.97485625rem;top:10.31184387207rem;left:1.1868491172791rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfByydixOJMMyfFF9Bm9TE0Ntq34H9Eu { width:6.4375rem;height:1.7871125rem;top:11.5615234375rem;left:1.0617406368256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7WPm2P7rRilnh2BFLNtaReDlmRCAZ96 { width:15.9375rem;height:0.5625rem;top:13.68684387207rem;left:1.2493491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV8pnEOfnkue1UDhLRPwl36obMlqVn4V { width:7.8125rem;height:0.5625rem;top:13.68684387207rem;left:1.1243491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuCi3oAe1JsXGfqXb847VPrzv22prFC { width:15.4375rem;height:0.5rem;top:13.71809387207rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxsgygVbtfKn5Ebdri2hxiLe7y1dEGU2 { width:16.125rem;height:1.05541875rem;top:14.56184387207rem;left:1.1868491172791rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f36pOgO9CHLFrzaalzTk8M4ZHtQnwkTd { width:9.3125rem;height:2.6001rem;top:16.499566972256rem;left:1.0623915195465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65revcJ8RnDm91ZHeZwxZCfNF6acFGN { width:17.8125rem;height:0.97485625rem;top:15.617828369141rem;left:1.15625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkDNAXZseVHo8g4S9BxJ3QqHBG1yoFXd { width:7.875rem;height:1.25rem;top:19.249133050442rem;left:1.0623915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9LK05XTZe483nWvxqbT8eqSThD4tkQ { width:7rem;height:1.21875rem;top:19.249133050442rem;left:1.6239151954651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Xpo5K1nqCVdKkxT7BQ8MAbBRcPmBnt { width:8.9375rem;height:1.21875rem;top:17.311741769314rem;left:7.9992408752444rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiQPZ24yxTivByv95P5TfzSzMivqmRBD { width:7.8125rem;height:0.97485625rem;top:19.385308206081rem;left:9.1857643127444rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZerEnRqlBJdCaBtWs9XEREZ4epGsQW1 { width:6.875rem;height:1.25rem;top:10.249664306641rem;left:12.312392234803rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzluTh4AQtosC2WnUwysxpvsL8LuecXu { width:6.5625rem;height:1.13769375rem;top:10.311416625976rem;left:12.561415672303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baDm5v9oR7bF8LG7Fts1LPOuDvIadXT8 { width:19rem;height:1.5625rem;top:21.1875rem;left:0.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #H2aDrQkKOEpJUt2TDOuvirB5U1tG2J5N { width:15.625rem;height:1.29980625rem;top:21.37434387207rem;left:1.4986979961395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rICv3yl128zRAKTaUbtTcGhvTRemVH1T { width:1.5625rem;height:1.5625rem;top:21.24934387207rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQaqt66JGtskXblwrD4D79K8JuLHv4g7 { width:12.5rem;height:0.97485625rem;top:23.436415612697rem;left:1.1873915195465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4rQPDpQzRaTK8RG0kxlfVnat4XeT3k { width:17.75rem;height:1.62524375rem;top:24.748806893826rem;left:1.0615234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQcAzATrX45AEeXbiI2ZscB6ZoPxlvd { width:3.125rem;height:3.125rem;top:26.936306893826rem;left:1.1873915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLldpBTIT3M1qD8QtfttRGfL7lfrHcmV { width:17.1875rem;height:0.97485625rem;top:30.311524331569rem;left:0.8748915195465rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BUNnelJcea74kcfrcEeVy9NVxUhvecit { width:12.5rem;height:1.13769375rem;top:31.435656487942rem;left:1.4998915195465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxusucWVxeGqKSXVDQ4xgZPy5xkcIedJ { width:3.125rem;height:3.125rem;top:26.810982644558rem;left:4.8424482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MueQ0bUbuhR41fd7E6ZvMpLJtTvaCexH { width:3.125rem;height:3.125rem;top:32.759442269802rem;left:4.8424482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5n8B9ZxS6sSX6cHG5A9VWxAFR7SClTO { width:3.125rem;height:3.125rem;top:32.82183355093rem;left:8.3748922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5XVLJK43CldtZA8M1Unw6eSTeVlt53N { width:3.125rem;height:3.125rem;top:32.873915612698rem;left:1.3745660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBKkoqKhKObI3XkmnmTpJyhL2hZgTqwn { width:3.125rem;height:3.125rem;top:32.697050988674rem;left:11.874240875244rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdJn3UuDdgSqAJoUZoWalJML1kXDTst { width:3.125rem;height:3.125rem;top:32.697050988674rem;left:15.5341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQCdSboyrPTsUiUrKzw5m3k8pz32W81Z { width:17.4375rem;height:5.2514625rem;top:36.498589456081rem;left:1.5617406368256rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PMG4xTXMvc0LMg1nBhCUVvs2xVdGm514 { width:16.937375rem;height:0.97485625rem;top:41.623265206814rem;left:1.1873915195465rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GSQaJFCcfTUbJN3tdhnby0urBc2BnJs1 { top:42.874877929688rem;left:0.37478303909302rem;width:19.0625rem;height:3.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #L7N3XekrKSTzxPutCzkwmrIe26mbLG5Q { display:block; }
 }@media only screen and (max-width: 763px) { #x3Nin3VJr0z3mEJ204Rks57PATURVk4R { width:19rem;height:46.875rem;top:48.8115234375rem;left:0.49951171875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cFso11mPhqmaBQ3iG7SbQJbm6TQalewz { width:18.125rem;height:3.2504875rem;top:53.56201171875rem;left:1.06201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTg43wHipDktIXNfeL5tWhnnybuNyT8 { width:12.5rem;height:0.97485625rem;top:58.43701171875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMvs5fUNMDAhskODstAiW3LibD93mDd { width:12.5rem;height:2.030275rem;top:59.499755859375rem;left:1.187255859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLI7vOlv8iAyPX0KEyWQu4Eq5dScu8J { width:16.062rem;height:1.05541875rem;top:62.56201171875rem;left:1.374755859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lznmsw6L6b25im9TMaBLVRnMuPPDdM1d { width:15.625rem;height:0.4375rem;top:61.749755859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydG1Js5BTD6Su62O1vreOVaR53weaQZu { width:15.3125rem;height:0.4375rem;top:61.749755859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntk5RokuZ0sZDG8iUoKM5eXz4EM9lnPv { width:9.249875rem;height:2.6001rem;top:64.125rem;left:1.24951171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Re2nHgSHD6Me9d0ZVCgQwXC0TxBhKX { width:5.875rem;height:1.21875rem;top:65.124755859375rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZ687VINkBaNoxucX5xJEE0F1EWk2EJ { width:7.8125rem;height:1.13745rem;top:66.9375rem;left:1.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JwA7zu5UQ0L5etnFo2nrsB7NCBbL38TL { width:18.624875rem;height:0.97485625rem;top:63.5625rem;left:0.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATKpbg9g4BiqIHFeNoC88i7ST8NHF1Db { width:6.875rem;height:1.3125rem;top:58.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdsEFz7k727sbvsEd9obUHR8lLAuV9AU { width:6.62475rem;height:1.13745rem;top:58.81201171875rem;left:11.874755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuyK9Vs3RZXUVI7ZWX44DMJcAC6o9ecf { width:12.5rem;height:0.97485625rem;top:71.061767578125rem;left:1.311767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGVg9Cvul4cHfuuTBPrkBVzcRERWTBq { width:17.687375rem;height:1.62524375rem;top:72.31201171875rem;left:1.311767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQMVlfqQSRliQ22iNNLb8PqXrHVTkry { width:16.93725rem;height:0.97485625rem;top:77.93701171875rem;left:1.06201171875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DopNPB3qPZtTHPkvQGf9Mwz22ThAyI99 { width:3.125rem;height:3.125rem;top:74.3115234375rem;left:0.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5dUARk1LZpRJ3klZ7oAznwGcbuAMMr { width:3.125rem;height:3.125rem;top:74.3115234375rem;left:4.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4VNK3gkPNJpPdcAoe4gFOSzOXJyDTh { width:16.875rem;height:10.502925rem;top:80.2236328125rem;left:1.43701171875rem;font-size:0.875rem;font-weight:400;font-style:normal;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #wxxtlCNzZ5FedT2DbBCnwvZSNfs0mJue { width:16.93725rem;height:0.97485625rem;top:90.68701171875rem;left:1.1865234375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phdDhmWM79Sz5eRtThBMOs7OgW7lHfxB { top:92.37451171875rem;left:0.49951171875rem;width:19.0625rem;height:3.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #qD19cWtgKlNAKirXTDP4GbUsCKwuSyXi { display:block; }
 }@media only screen and (max-width: 763px) { #mq0zUNU4LoKiT0ri4rBlJCA1AlN9lXsR { width:19rem;height:1.5625rem;top:68.625rem;left:0.49951171875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gIkGDOfxt73iqTwIlaciuG7fxWlDTJH4 { width:13.0625rem;height:1.29931875rem;top:68.874755859375rem;left:3.437255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWRbdV7Ka7O5gpU54nlrXaXMoLOSeMm { width:1.5625rem;height:1.4375rem;top:68.625rem;left:1.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsbsXqkAoGlAw4rpDSpxsZhJIEubI7ya { width:12.8125rem;height:1.5rem;top:48.812255859375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4sztSIPXzKyD9ha1QpQmXXd5HJX8xf { width:12.75rem;height:1.13745rem;top:48.999755859375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3bxKuOkOTrn7PIKc5AA9Mx7mTxXaNW9 { width:12.5rem;height:1.13745rem;top:78.9990234375rem;left:1.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRqVbgyXqzPVT0AiX9vkbTio6pXuoJu { width:7.874875rem;height:2.030275rem;top:11.43620300293rem;left:7.685546875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxFN48DfCeRewkFOQWdKrTNxD91r2oCI { width:5.74978125rem;height:0.811525rem;top:12.258575439453rem;left:13.061849594116rem;font-size:0.625rem;font-weight:700;font-style:normal;color:#e00800;display:block; }
 }@media only screen and (max-width: 763px) { #Vk4GbtEpTuJgN7VJCW2n6KSNZTmJTkbW { width:19.0625rem;height:8.75rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlUxv6X3lWPsP6evgPfMEGewWe1mefu { width:19.125rem;height:8.75rem;top:48.85107421875rem;left:0.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCUNnTqgrSRot4mZbeWTZmUDCMA2zUU4 { width:19rem;height:42.9375rem;top:98.6875rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qid8wdPydyRmR7X2odPytu1zZsErpRQT { width:12.687375rem;height:1.3745125rem;top:98.6875rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmzUiMk2zFHOgm0QU0HRvs3n8vUQNd7I { width:16.875rem;height:3.2504875rem;top:103.06225585938rem;left:1.24951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnSf65XonN2bw5oyzrVddc0s5GNeWrF { width:19.125rem;height:8.75rem;top:98.686767578125rem;left:0.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCkiuoXFL0BSyoTHRDEZstLmqiQW7Qo { width:11.437375rem;height:1.13745rem;top:98.6875rem;left:2.124755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywqIu2pwXBDP8UQ5C77EhaOv8myBEbh { width:12.5rem;height:0.97485625rem;top:107.81201171875rem;left:1.43701171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMqg2az3HkglaQCWvVkfWs5nqfnmcde4 { width:12.5rem;height:2.030275rem;top:109rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT56ds6wO4HDvZMcSIQhii98nv1NJ4QB { width:15.625rem;height:0.5rem;top:111.18701171875rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkV0WaPead1n4GJL5NSD2kvGVL6TBWV { width:1.875rem;height:0.5625rem;top:111.18701171875rem;left:1.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMJuutNHZU9txN00kpm86R3rOhvbTpH { width:16.0625rem;height:0.97485625rem;top:112.06225585938rem;left:1.43701171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzmTx4CbyzwtXxfT4H5eeA6xgy8cb3BC { width:18.3125rem;height:0.97485625rem;top:119.875rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sm8HNirKrxtXsVq01UvISg4t16kQFmRE { width:9.3125rem;height:2.6001rem;top:120.87475585938rem;left:1.43701171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P988b2olqPdDtTVKr9bMxPyJ6f5AWuh2 { width:8.9375rem;height:1.21875rem;top:121.9375rem;left:8.312255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTiNz73kGOeV3nwob9t0ptSaVWfvvVQZ { width:7.8125rem;height:1.13745rem;top:123.77661132812rem;left:1.49853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPF4DKz1plHiODkA76aUawNefs83G7qA { width:19rem;height:1.5625rem;top:113.37475585938rem;left:0.49951171875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZFi5MVzmmOrVqwWZtLEN1Knf8QtrE0GU { width:1.5625rem;height:1.5625rem;top:113.37475585938rem;left:1.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uay1ENR6PVpPupuzD0ViDRpp6xwMp2kD { width:15.1875rem;height:1.29931875rem;top:113.56225585938rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sun1vWqOqHTUf5oFdb5TK4xbTot77T2m { width:6.875rem;height:1.0625rem;top:107.74975585938rem;left:12.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdG5WIbxTLFJpxamSp1qwwNMa1DW3nC1 { width:6.6875rem;height:1.05541875rem;top:107.74975585938rem;left:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBhPezzTRHUz1DyTn53Oxw9Sc8rhEXI { width:12.5rem;height:1.13745rem;top:115.62475585938rem;left:1.24951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtgwMxuu5Vo1hb2FmIut9hPnWPPVHkqQ { width:2.1875rem;height:2.1875rem;top:117.49975585938rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNR6MGOFVHILmcuI1AOQztMp7hCUHFRO { width:7.125rem;height:2.2749rem;top:117.625rem;left:3.68701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLM9t3VVlQTZ0koiTLTnpQTyudw5QRJa { width:17.3746875rem;height:0.97485625rem;top:124.87451171875rem;left:1.43701171875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #miL3l0ky6oL2AS8gZmSco2lBZmcKvvfc { width:12.5rem;height:0.97485625rem;top:125.875rem;left:1.43701171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1JK4ulnZWKiLile75izviemQ3PEwoTS { width:17.75rem;height:1.62524375rem;top:127.12451171875rem;left:1.43701171875rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PJdsDC3PTfOcS3NzQeaT7bhuTiM8BBM7 { width:1.6875rem;height:1.6875rem;top:129.0625rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPqDpH7PNMwASHOo9va6ucJOaBpgGl7T { width:15rem;height:7.99805rem;top:128.81201171875rem;left:3.437255859375rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XZw0bcqTnDqTydiE6Csha7oMMItot7Qy { width:1.625rem;height:1.625rem;top:130.99975585938rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn0rcQEGnxwO7oRQkIESJSmlwJsbQlbh { width:1.4375rem;height:1.4375rem;top:132.93701171875rem;left:1.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmRvZsaJpJXD82R4mZCSV7EgWuxQq4D { width:12.5rem;height:1.13745rem;top:137.24951171875rem;left:3.31201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNTBUNs9Ako1kfLgKiAUMQVqin0chFh { width:1.6875rem;height:1.6875rem;top:134.81201171875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbbtIBgVoiRDXHfTtulxCQ8nux21ACg { width:17.875rem;height:0.97485625rem;top:136.5625rem;left:1.24951171875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NH3Hcqh5tNkRkx827ogxEr1divpPCAs6 { top:138.25rem;left:0.49951171875rem;width:19.0625rem;height:3.4375rem;z-index:15028;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfzL2yyt53fsPb5sBTsNXKmdS8EIEZC { display:block; }
 }@media only screen and (max-width: 763px) { #THocJgSlievudskbIJuA7VBc69oRZoGt { display:none; }#THocJgSlievudskbIJuA7VBc69oRZoGt > .row .container { width:20rem;height:144.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBmTFsyTOsK5FLVJM59JTgi1xXU4J4m4 { width:19.0625rem;height:44.1875rem;top:1.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSO110oxKMV2gH8hHvdTIeF5RvSyHIue { width:12.6875rem;height:1.375rem;top:1.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs3WNbSh9iT8dwvsXctXx9sdeZHk4tP { width:16.875rem;height:3.2504875rem;top:6.4375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8SVdhKX3qHyGuldwsLQND8U5Xigm0E { width:11.4375rem;height:1.13745rem;top:1.625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiChmFts6hcK7VmE0pW55To6QX39eTBr { width:12.5rem;height:0.97485625rem;top:10.5625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsNopcDIFdp7bdTJadiwiFSbxi880NbQ { width:12.5rem;height:2.030275rem;top:11.75rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZAiKhOXRpkILVbX9hwelINMnupyFxi { width:15.625rem;height:0.5rem;top:13.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMg3dFpT6HeDvVdUUfD0dzrJoEyMqluL { width:3.9375rem;height:0.5625rem;top:13.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9kJWN21pKelTOxFXrHEUK2OyqVSiswB { width:16.0625rem;height:0.97485625rem;top:14.8125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKGu19BuTZbkgrCs4ZbCTeTfCa3I5FdS { width:17.875rem;height:0.97485625rem;top:21.75rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPSKtIQvBME6OEU6QpoFippGPfmCRTOQ { width:9.3125rem;height:2.6001rem;top:22.875rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBGavxhR1IZfkcDL8FQR7wpubrBaeDgs { width:8.9375rem;height:1.21875rem;top:23.875rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUeLRNV696sHCLpC0tKWTwzVtmTzusVn { width:7.8125rem;height:1.13745rem;top:25.375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJcGiHnTuaDTGWRKqDQi67mIzbrBkTN { width:6.875rem;height:1.0625rem;top:10.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOHWLkRo4Zcy20MoQG5rc8GFC1cIT69T { width:6.6875rem;height:1.05541875rem;top:10.5rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koiMWCoviKTZ5FgNoSCWVS0l8wqptzqD { width:12.5rem;height:1.13745rem;top:17.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JRPGhv8rkz4KqvVXZM8368G1SFRrya { width:2.1875rem;height:2.1875rem;top:18.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlv7LhQTEn7awXqH7Ooyx5euvp6vVw0 { width:6.375rem;height:2.2749rem;top:18.9375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPJTf2hTfpcp6KPaglT1CCQFTIm51wW { width:17.3746875rem;height:0.97485625rem;top:26.75rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6uiKEqzf5pu8uRM88lzud8iebl4VTlq { width:16.4375rem;height:0.97485625rem;top:40.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ryP11NhccLUmkpupOXhtGV8hO1mRn3DI { top:42.25rem;left:0.375rem;width:19.1875rem;height:3.4375rem;z-index:15028;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyVBMraKtmWcFvCAp1lrkLMRUtlLhKl6 { display:block; }
 }@media only screen and (max-width: 763px) { #fNgsf4ADQFRI894Srhm6UE4eUTTzhRIk { width:17.5rem;height:2.625rem;top:31.5625rem;left:1.25rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dtNIDvyuVJ2rfRHaTkPu4wRXlzodqNcW { width:3.125rem;height:3.125rem;top:18.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvcmQSLIiZZf5zlUFeT8pyX8uE1oi0QQ { width:12.5rem;height:0.97485625rem;top:27.75rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHREsuTHcTVbD8PPCo8LNe62y7gFk8WV { width:17.0625rem;height:1.62524375rem;top:29.0625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mQR5sCPUdR9pbr5OvmRnN7ag5zzks1 { width:17.375rem;height:0.97485625rem;top:30.6875rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EAf8ZTGCHLoUGCwRqFvdmpFRP33dPTlV { width:17.5rem;height:3.150875rem;top:37.5rem;left:1.3125rem;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #yTQLmKlG2HoL07OXS9y0qfXIHDa7S2hi { width:17.5rem;height:2.45068125rem;top:34.5625rem;left:1.3125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ylmRhN5yaHI7FsKDtv0uQPUn27nxQhlL { width:19rem;height:39.25rem;top:95.1875rem;left:0.5rem;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e00800, #000000);background-image: -moz-linear-gradient(180deg, #e00800, #000000);background-image: -ms-linear-gradient(180deg, #e00800, #000000);background-image: -o-linear-gradient(180deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(180deg, #e00800, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1bftFXe5vn4B7FzBwTv2c4FeMErhFB { width:17.75rem;height:4.2246125rem;top:96.5625rem;left:1rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SLSkBoou3Tq0wMK30KIVpoSv5XF5shR4 { width:17.9375rem;height:11.495375rem;top:100.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgq2uQy3nfOfCIWRh45PAfn2Kb25gRJJ { width:17.1875rem;height:20.8125rem;top:113.6875rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qlb4oSXKDEkbuRSqoegFlNmsFzlbwhBh { width:17.0625rem;height:0.97485625rem;top:16.1875rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5TJQUaFfhLFuX4SisDIihtmhJq5hoMh { width:20rem;height:7.43775rem;top:136.0625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p677ps9oN8BANNfip7V5lWM4RO6LWM33 { width:19rem;height:9rem;top:48.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKzU20UdTmBirRhg8Ptv1zePOvpIDkvc { width:18.125rem;height:3.2504875rem;top:52.9375rem;left:0.9375rem;font-size:1.25rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #W80pbAldKLQTxQTVv7yhTkUH2eb3Qaag { width:12.5rem;height:0.97485625rem;top:57.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwIMViUGpRkp8oszZkmb44xXO20BUmUl { width:12.5rem;height:2.030275rem;top:58.75rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6ntME3snAipnguaU1HzsTbXAqCT1QQ { width:16.062rem;height:1.05590625rem;top:61.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTu9keWcxotmPHxfrLDu1Kx6TRgtUwpW { width:15.625rem;height:0.4375rem;top:61rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzdCQot3c20Ti15voawUSbdFzUgrhQ2 { width:15.3125rem;height:0.4375rem;top:61rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI4Nfh7NzSsHk5W48gEeNMSa0Ag8fSOv { width:9.249875rem;height:2.6001rem;top:63.375rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD8Acx1245CW9IwVDguaWVNRfpJTI6MZ { width:7.8125rem;height:1.13769375rem;top:66.0625rem;left:1.25rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TicKx3caePeU0DwkHTz2fFm1VimiXwWT { width:18.624875rem;height:0.97485625rem;top:62.8125rem;left:0.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRLgextyzTPVWQ69gbSZhaUxOB1xwIEu { width:8.874rem;height:1.21875rem;top:64.375rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHKlR7rWgGSex30DmbIlGmtwNIvVApi { width:6.875rem;height:1.3125rem;top:57.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDmS0WT66oWqRxw7XfTvFbRwStp1TQs { width:6.62475rem;height:1.13769375rem;top:58.0625rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtAHEzUdnLTQWABFHfwx437mfvZuXVsz { width:19rem;height:1.5625rem;top:67.625rem;left:0.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Sil2vIrcKBtvOFmAifJdvvuwRDWqsRqM { width:12.5rem;height:0.97485625rem;top:69.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUazJduBlqq42x8xMQyTw9nJda1OlhEc { width:17.687375rem;height:1.4619125rem;top:71.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStxBzp0QkGutAXG8IXJnrkk5gseM7C5 { width:3.125rem;height:3.125rem;top:73.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dde7G085tGZNq2EEbvi2PhfylFOANv1f { width:13.75rem;height:1.2994375rem;top:67.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13uWmTJrdUewQ4TnBMmfLs4Phbo3mTJ { width:3.125rem;height:3.125rem;top:73.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3emkM822t5gBJFV36gabnqBPiUcSGt { width:3.125rem;height:3.125rem;top:73.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2T4dsaKo9amtMnTV57FuGItaDf2bw9 { width:3.125rem;height:3.125rem;top:73.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPTmgPqoqH041rVmC1qQHTQfZh8MxOy { width:2.8125rem;height:2.8125rem;top:73.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWtVh6SBWwTAhrczpGwocrMrif6cwXir { width:1.5625rem;height:1.5625rem;top:67.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAAbmDBayc7GmgO1ekEJgv3TsVF8L3K { width:16.93725rem;height:0.97485625rem;top:76.6875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqQtov5FqUa0iBDIrSOSOm6HpAc4UP4v { width:12.5rem;height:1.13769375rem;top:77.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsP9zp5h76kMyVqaKa8JrdF7PomVkxL { width:16.875rem;height:8.9253rem;top:78.9375rem;left:1.25rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xrcgvPFfQ5z33xl4U9JfpfiO5JVs5nzW { width:16.93725rem;height:0.97485625rem;top:88.25rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdBDpCM5HO3hDTbhxlWvnFGTmwRIJ { top:89.375rem;left:0.5rem;width:19.0625rem;height:3.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #BWWclXmIb5FRciwT3C7zqhif3tCnd5Td { display:block; }
 }@media only screen and (max-width: 763px) { #iANyvWTnTtcaVSfS7BWInv8McQcKWSxA { width:18.9375rem;height:44.6875rem;top:48.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fQ48VzqZtEuXrieZB0zZgoVwk4oTWv { width:12.8125rem;height:1.5rem;top:48.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6n9mTQGuAkWVwW9IncHG96wNbFkDPX { width:12.75rem;height:1.13769375rem;top:48.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3K6zkyPssP2lPR1pXG2cAlizSKylEq7 { width:19.0625rem;height:8.75rem;top:1.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvHomKENTlHVm2Is3n8HisT7smUnsbX { display:block; }#tUvHomKENTlHVm2Is3n8HisT7smUnsbX > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMDTtiNEdxpdn6usQma8vvTZBZ6E3y42 { width:4.375rem;height:4.375rem;top:2.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsTbtSIDyusg2tO70UnvGv3fgsmwAlk { width:4.375rem;height:4.375rem;top:16.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdI7WwAVRwmxW6621dFuISigxa8euBMI { width:6.625rem;height:1.13769375rem;top:2.6875rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTnssCLtVepepcSD60ADZXRCIUomKDsK { width:13.6875rem;height:3.2495125rem;top:4.0625rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlHT8ndivilUe6vdlh6o9LTR8gmIWKTt { width:13.6875rem;height:2.43713125rem;top:17.9375rem;left:5.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enXTHtn7LEVTCWVzolBuTxKQ8atpV81V { width:7.625rem;height:0.89294375rem;top:2.875rem;left:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaMcJTmJPA8h0NllXPUXPU5SZXCN63u0 { width:7.4375rem;height:1.13769375rem;top:16.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M24lmUaG87gZqcrCWBKCebI89GKLtsx3 { width:4.375rem;height:4.375rem;top:9.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmoTOUxNRuF8R7c1blXz8e5CmQsiF7a { width:4.9375rem;height:1.13769375rem;top:9.0625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZiuqpn4VTSJpZBdZDFW8JWsbJlJFrT { width:8.5rem;height:0.89294375rem;top:9.1875rem;left:10.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcT6vGsn7nnaG453euVIeIQbJvuig0vf { width:13.6875rem;height:4.0618875rem;top:10.375rem;left:5.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1eGRvsmXAhbEGwpmpT7BhXdfTpWTRK { width:19.8125rem;height:21.3125rem;top:0.875rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #PKy263AEh26oqfPEA3xaU0z6Tde2ErLB { display:none; }#PKy263AEh26oqfPEA3xaU0z6Tde2ErLB > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kuizt4zoUw4fRHgu7vx2Rnt8WfZxlXBn { width:15.5rem;height:4.87413125rem;top:2.75rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzPTwtcHP5JMiqPwyGFS23yWaIVOBe7 { width:8.8125rem;height:0.25rem;top:8.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl { display:none; }#IngKfJTWDxP3x5QT12wh7r8TfKVnxWTl > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dh9wuThXv6Myo8PWUhgsNRXKUaHOovnB { width:3.0625rem;height:3.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgT82W56BkO8Tw0x2GQsR9S5OpAQQunc { width:15.4375rem;height:2.23111875rem;top:1.728515625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHWQmdiHKPnEPH9wUepstSBTdLftZkL { width:17rem;height:1.48763125rem;top:4.6875rem;left:2.9996747970581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi01TQ1kPnoWq7fVSHBltHUBKITpqPkH { width:3.0625rem;height:3.0625rem;top:7.9677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnt6MuT41odIMGadhPs6bLAJxIZHbmh9 { width:15.4375rem;height:2.23111875rem;top:8.3837890625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SskmlvFumbqgsWiAs9TeLdnhKIJEDoAv { width:17rem;height:1.48763125rem;top:11.0302734375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNXLyLd2dPFZS3WaC56yDF9VFSar9wfa { width:3.0625rem;height:3.0625rem;top:14.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2o81HBT5Z7aX1vkVAFdQ9wlaLUrQHeX { width:15.4375rem;height:2.23111875rem;top:14.9765625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zgpOMD2Ln79BOcA18hzIarL3TsbVip { width:17rem;height:4.46289375rem;top:17.2998046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef { display:block; }#QRTTFMm3F8EHoEVwNDOn0HTQEm1yJMef > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd1lMw5NTDG1o3L5SwUeb83XDMZA8Duw { width:20rem;height:4.87426875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIt0T5pzx0b3QSzo5DygZxKCdet284uk { width:8.8125rem;height:0.25rem;top:8.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 { display:block; }#sz8Q59BAiMdtHODTaXvFL1NCEpThtJO3 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPuIFlBb8glvA9aZC8JgUzadAcWneuaD { width:8.9375rem;height:1.4619125rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzpfxPFi9XccP5FZW9PbiqA8eUxIJ9gu { width:8.8125rem;height:1.4619125rem;top:8.81201171875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpCXG7qBEOArWlKNfOmg3yd3uzNDWTU { width:9.0625rem;height:1.4619125rem;top:20.7177734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cskODrb6CNR3vXrXdIoxIG3RpgsW51 { width:9.5rem;height:1.4619125rem;top:20.71728515625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLhf68NlfsbWE284s8igmQFSze1dJUS { width:8.8125rem;height:8.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8aEAE9szia4f8TT4rx7peCf85dgKW1 { width:8rem;height:8rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldHcyumCbJ0yw7WI27Jw3DR9egBM1vJ0 { width:6.93725rem;height:7.312rem;top:12.0068359375rem;left:12.123413085938rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAhI3qxhSFbOqdnFtuJnL3a9hDbBiax { width:8.75rem;height:8.75rem;top:12.0068359375rem;left:0.0933837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaGl2NsRx99tum7ac7goft9SqdPGHuRP { display:none; }#DaGl2NsRx99tum7ac7goft9SqdPGHuRP > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RVUDSnHVeDD1B2TFmqxWTl0dl0zUfDUW { width:20rem;height:4.39886875rem;top:2.625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hXuTDPInI5OtVbKdB2rTQ05gyyb0arZK { width:8.8125rem;height:0.25rem;top:8.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD { display:none; }#JZsFNuvCO3Ho7CTyIBhbFTVhIf1S8iLD > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJup9KoVP9xzLuNt0O5nti4z5Od1uSDB { width:20rem;height:1.950075rem;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpq3FlqPTnmAdw4rWB4LumMeoLPXh1w { width:20rem;height:2.11263125rem;top:14.3125rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gmtsaFuIFJOvShCqiRclwNJeOmLz0xzq { width:20rem;height:3.16894375rem;top:29.5625rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8JUWSE1JXCGKWk8kJubJFXFtvTpyuP { width:20rem;height:2.11263125rem;top:46.875rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ssF0u6csQl4wZmMKx7GZfoRIiDpB8TyC { width:20rem;height:1.950075rem;top:26.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExmx1ZWb1BpPlmWkyoWREsk5Rx83U65 { width:20rem;height:1.950075rem;top:44.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twoenSQsGfxtnWOIQyQWvcQfb9SSGbZh { width:10.249625rem;height:9.74975rem;top:1.4996337890625rem;left:4.8736572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUEAN1cwMzDgmFxNk7tvAQABAZtE5zp5 { width:11.25rem;height:10.187375rem;top:16.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPsz1GNcwUBztMOMikS2IE5GrfWkOGLQ { width:10.625rem;height:10.7495rem;top:33.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV4JzVVIhVhhzLLgVtNbygeieFJZlccc { display:block; }#QV4JzVVIhVhhzLLgVtNbygeieFJZlccc > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zedb5dVpx4f5MG7shIuQbMTPFsRyu8Sq { width:20rem;height:4.87426875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTgn6Cuaa2TMDlngtGzDUL9beXl4TEpN { width:9.7375rem;height:2.5rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFno7V6G2rxHXuVTWNxKBKZhawOa8K9A { display:block; }
 }@media only screen and (max-width: 763px) { #s4Vc10VS9yQ1w0rfMXo4NX3gavCw1UAm { width:9.8125rem;height:2.5rem;top:69.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJH8sOtSQ3oUkWiPk2fVxGKmmfbLcxy { display:block; }
 }@media only screen and (max-width: 763px) { #ofdqyxp9xthSTZdHcKd9vVWTtcymT040 { width:18rem;height:3.4130875rem;top:22.875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrHttN4WqMKqcs4veTC85G1qBOQgssl { width:18.125rem;height:4.55078125rem;top:17.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVcN2o70ksTO8BucUAfeTCm3LgmW6T9 { width:18.125rem;height:3.4130875rem;top:12.5rem;left:1.875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xtcFpOgDut7z5mhl1stqM0dxaDrnnO2H { width:1.4375rem;height:1.4375rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pPMMvqDsXdw0ehxzBIUzo0TaXuRuBb { width:1.4375rem;height:1.4375rem;top:22.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIIiutQSbcXMEPXcdPHawyTqgwQr9Bbm { width:18.0625rem;height:3.4130875rem;top:7.9375rem;left:1.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TKoorNt6d3pA0ytl2aQmhHnyaXQewt3W { width:1.4375rem;height:1.4375rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzgx74Zq7Vh6JX6e9u3QBvWHU0tglfOL { width:1.437375rem;height:1.437375rem;top:7.93701171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;font-family:"source sans pro"; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0.8125rem;margin-bottom:0.25rem;margin-left:0.8125rem;height:2.8125rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container:first-of-type{padding-top:0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .widget-container:last-of-type{padding-bottom:0;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV  { width:16.875rem;height:auto;top:31.1865234375rem;left:0.2734375rem;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV {display:block;}#ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV { width:16.875rem;height:auto;top:31.1865234375rem;left:0.2734375rem;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #qTVfpAaAeICg1MREgxJiV2uGbrWqKAVc {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #L9CJcnK3VlUTS6qdOLP5G25dSqyOrhVB { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #v3ho9FRg4kmuR16wzZaCWzZa26WMN0CO {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #IQUWHJeleNKLrp5o9E5WCJRJ59rWdxpr {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DeFJzdbgRMNmzWPFqCP83kdIcoeGupg8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #FllvOo15xzitvFPPvX5lo4lkVsd9SVEd {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #DziTIagDZEGR1tVzAvfViHxpIeMNHn1w {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #hwm9hZkTccUUzESrPIXuACoNK8pbVmud { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #VJNcXZicN3Mn3N1owuVuRrR4r7yJVaId {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #y1MLSRSzQyQq7L0b6Z9e9TupkqOz4UWJ {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #EaXZCuz3aBE0DmA8wLxN3ETbJauNzMwA {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #AMXyyN4C6WyeFke2sHgf4REeObJlqiqM {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Pv267qGmIaSvEqg2XdyTHCslcJkIIsHr {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #MWeVa4kkohgHBIkJCs22a7eBWIfG7EPt { display:block; }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Bvafu8SPFmsT2e9gwBqFkiyHLC8Qeobx {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #roPuPlXhkfBeMHMyIzOGW14KeBkPcxi4 {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #gLf3THDDdUUKuadvK7Ng9J2ok87UAIcW {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #Tw7bwSw5qgpoRXRDQtKEea2ResD066Wa {  }
 }@media only screen and (max-width: 763px) { #ZoC2Ug6fkd3vWhuVlqesPvdn3BBmySmV #TmeVWE88hmMcAit4lf77LKu8zfUUuvGZ {  }
 }@media only screen and (max-width: 763px) { #VD5wVDRNET4gPPmPkXROxBE2UJRkKLQD { width:20rem;height:1.62475625rem;top:27.476196289062rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EphINtvPWBTG7AELrLOiDSanVonMER2v { display:none; }#EphINtvPWBTG7AELrLOiDSanVonMER2v > .row .container { width:20rem;height:8.68713375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POTGp2pR7d325AOqooQTTnbk9RGm45Qv { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdpQFy6Ooxzsf4vixeAeMcgBUzzg2Ki { width:8.8125rem;height:0.25rem;top:8.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw { display:none; }#ITGRqTTv0JEmIuvWr9Oxf8CrSlTCxqaw > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KyrNNlWNZmcPzLcanPRXwHfOMTd1OTTw { width:20rem;height:13.5rem;top:1.5556640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { display:block; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { width:20rem;height:2.4375rem;top:18.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { width:15.3125rem;height:2.6245125rem;top:22.03125rem;left:2.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { display:flex;width:1.9375rem;height:1.9375rem;top:22.375rem;left:0.375rem; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { width:11.3125rem;height:2.2749rem;top:26.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { width:12.5rem;height:2.3999rem;top:29.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { width:9.375rem;height:5rem;top:3.6588554382324rem;left:4.7808160781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { width:20rem;height:4.0625rem;top:11.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { width:19.9375rem;height:0.89965625rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { width:20rem;height:4.4989rem;top:38.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { width:12.5rem;height:2.3999rem;top:31.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { width:12.5rem;height:2.3999rem;top:34.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { width:12.5rem;height:1.29980625rem;top:1.28515625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { display:block; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }