.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073089;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { border-width: 0; border-radius: 0; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { position:absolute;display:block;z-index:15000;height:3.125rem;width:53.5625rem;top:0.5625rem;left:20.9375rem;display:block; }
#WAJTDfFMT7FD1L5OT4hbr8cMuNkE5spu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#e63d05;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:11.375rem;font-weight:700;z-index:15017;line-height:0;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #89072d;top:23.875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { color:#2a2e41;display:block;width:6.8115rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:0.875rem;left:16.0625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.875rem;left:34rem;height:2.4370625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:0.875rem;left:50.375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:42.625rem;left:42.125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, #766ec7);background-image: -moz-linear-gradient(178deg, #d10070, #766ec7);background-image: -ms-linear-gradient(178deg, #d10070, #766ec7);background-image: -o-linear-gradient(178deg, #d10070, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d10070, #766ec7);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;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:raleway;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:5.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRd265V2TE4G3DJERbPq22elqwP35N7c { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.3125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4woCwxoH4gT7PDx4WnJWvXpNLcVwlGv { z-index:15006;top:42.625rem;left:14.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d12b00, #766ec7);background-image: -moz-linear-gradient(178deg, #d12b00, #766ec7);background-image: -ms-linear-gradient(178deg, #d12b00, #766ec7);background-image: -o-linear-gradient(178deg, #d12b00, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12b00', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12b00', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d12b00, #766ec7);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;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:raleway;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:5.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zkpk0bc1UePUDwKKqUdZBLIoIEhx05x9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHa7AzTU7bHNWkTs5fhnEuDlXL3GWib6 { color:#e63d05;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { position:relative;display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { background-color: transparent; background-image: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row > .video-iframe-container { display: none; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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); }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { border-width: 0; border-radius: 0; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .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:16.9375rem;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; }#lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.673828125rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMeyNGeesyZpRAh5Uqv81KVEsxPgTvSZ { 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:8.3125rem;width:29.75rem;top:4.3125rem;left:22.625rem;overflow:hidden;display:block; }
#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { position:relative;display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { background-color: transparent; background-image: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { border-width: 0; border-radius: 0; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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:56.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; }#zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { position:absolute;display:block;z-index:15000;height:37.5rem;width:74.875rem;top:12.3125rem;left:0rem;display:block; }
#CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { color:#191919;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:5.4375rem;left:18.75rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { position:relative;display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { background-color: transparent; background-image: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { border-width: 0; border-radius: 0; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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:53.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VHRX4D9VugCS60VXxtSrHREATGHkozbQ { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:41.59379375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { background-color: transparent; background-image: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .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); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { border-width: 0; border-radius: 0; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.4121125rem;font-style:normal;display:block; }
#pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6072883605957rem;left:7.5rem;height:1.462675rem;font-style:normal;display:block; }
#hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { position:absolute;display:block;z-index:15007;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { color:#868686;display:block;width:65.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.7431640625rem;left:7.5rem;height:5.19921875rem;font-style:normal;display:block; }
#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { background-color: transparent; background-image: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .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); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { border-width: 0; border-radius: 0; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:14.6875rem;left:7.4375rem;display:block; }
#Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.6875rem;left:10.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etpddmTsgSgOthXaz4qLEBDeax7kP6aT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.8125rem;left:22.6875rem;height:2.923825rem;font-style:normal;display:block; }
#lgZnGKdOLrLlIc9C2Fv7cvvM8y9e2Dy8 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:25.4375rem;left:66.625rem;display:block; }
#hlVcykAVtNvebtym1iw2CsPSnyFwsdxQ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:6.5rem;left:43.75rem;overflow:hidden;display:block; }
#nTOyCHeb11i6JaJyGh3mXCkVQIUPTLuV { position:absolute;display:block;z-index:15065;background-color:#ed5940;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.124511875rem;width:6.25rem;top:13.375rem;left:53.0625rem;display:block; }
#FoQcuaHBlCEot0OrDm9HTfC06oNyoL0G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:10rem;left:53.125rem;height:2.8125rem;font-style:normal;display:block; }
#TUUvwHGZgKoFagepBLHvihPJroAmXWZE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:7.8125rem;left:53.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.875rem;left:7.5rem;height:26.23635625rem;font-style:normal;display:block; }
#CmDISoylvihTdcNG2EsW6mV0DBnVaTLt { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:7.875rem;top:22.6875rem;left:43.75rem;overflow:hidden;display:block; }
#mDftI4tN0rv3Pbf1brDQ21d8LrHJhG2O { position:absolute;display:block;z-index:15071;background-color:#ed5940;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.124511875rem;width:6.25rem;top:29.5625rem;left:54.3125rem;display:block; }
#n2SnDaFnmwTUg1hVDGXHyEiXMZTaC5AD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:26.1875rem;left:53.125rem;height:2.8125rem;font-style:normal;display:block; }
#AqZAnWIChwaHTStcD94iMXN7KNAJbdq2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:24rem;left:53.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#QG0dT9spXFoCIZP1QwI77OacPyCzB9WS { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:8.59375rem;left:66.625rem;display:block; }
#oBEvaUB1qdzHXTckrhhzQstR73n0AuH9 { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:17.8125rem;left:45rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#xJpq19ZRt3ByXJntuUeOlWhyXC18vF4P { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:32.5rem;left:43.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#nT5dBxCk1BLQnBSLolON9gTeJnqbc5kx { color:#d51f1f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:44.9375rem;left:43.75rem;height:1.29980625rem;display:block; }
#fdIBfNPRE3JADEhNORhPWZS6N9P7kfvx { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:5.75rem;top:39.1875rem;left:43.75rem;overflow:hidden;display:block; }
#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { background-color: transparent; background-image: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .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); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { border-width: 0; border-radius: 0; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#qTqOCpefFehsweifB91wmnZ6GsW9E0ha { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:14.0625rem;left:7.4375rem;display:block; }
#HP0roVP97XtNo736y6FRTlwlAxUOomvp { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.6875rem;height:2.923825rem;font-style:normal;display:block; }
#XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7.5rem;height:15.189475rem;font-style:normal;display:block; }
#vXhoeZTWnmaSfbhAm8HxenP90SJMPpTD { color:#747474;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.125rem;left:7.5rem;height:1.3808625rem;font-style:normal;display:block; }
#pwzyKER1bHTLJucXgg8JCeRfT6XQ0TTs { color:#747474;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:37.8125rem;left:7.5rem;height:1.3808625rem;font-style:normal;display:block; }
#CBoMfdwCLTFudLDVyQOfUlNg0fzNskVZ { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:40.193359375rem;left:7.4375rem;height:9.66601875rem;font-style:normal;display:block; }
#C05eWKfEQUOzBJOV2n3UuSVHUTBsOlUa { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:50.693359375rem;left:7.4375rem;height:0;font-style:normal;display:block; }
#bFTJkPbJJEcFZB3CebPBar5QeTL4R8pH { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15121;line-height:1.5;letter-spacing:0;top:47.125rem;left:43.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ThVT16507eyWq6QBdvsXDDBfLTePUVzI { position:absolute;display:block;z-index:15083;background-color:#ed5940;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.124511875rem;width:6.25rem;top:45.3125rem;left:52.9375rem;display:block; }
#gscH2TT7pdnqpvSev6lZoUKvuep6Hyc7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:40.125rem;left:52.875rem;height:4.21875rem;font-style:normal;display:block; }
#aCLKZw24Rh4h9V2B9imqDyWxURBpdTqa { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:40.0625rem;left:66.375rem;display:block; }
#nSEOAF9rGbIBpGHpdJKbQ19NCNohQXJZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:38.625rem;left:52.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#tOBTHiTiKXX6IBT2UgtugPzuQ6xvvq9I { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.5;letter-spacing:0;top:30rem;left:43.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#sgQkAWs8sEVpCdIny4EmotJ8RtKrevJL { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:37.3125rem;left:43.5rem;overflow:hidden;display:block; }
#q5qT41tpKKBfuUgNobPhZbfDQVyhu6s3 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:21.125rem;left:43.5rem;overflow:hidden;display:block; }
#rMhgqB8T692RszlwTw3Kl2sP5vhLv9iU { position:absolute;display:block;z-index:15077;background-color:#ed5940;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.124511875rem;width:6.25rem;top:28rem;left:52.8125rem;display:block; }
#DNNuC3Z9TkxZxozz4XfTSl9LpUT39vOB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.5;letter-spacing:0;top:24.625rem;left:52.875rem;height:1.40625rem;font-style:normal;display:block; }
#NR7z4czZvFPTPyy3qP01oHut9LGBJ705 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:23.1875rem;left:66.375rem;display:block; }
#QAE9lNgqozT0nM0bSwxGTaB8SteRAZCi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:22.4375rem;left:52.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#tnlK5dkkB6LOkLN4iyJBSi2DBpgpx4Jm { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15133;line-height:1.5;letter-spacing:0;top:16.3125rem;left:43.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#lvZ1sxA6gM7PmqflJftTJNtpb6IJGS17 { position:absolute;display:block;z-index:15095;background-color:#ed5940;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.124511875rem;width:6.25rem;top:13.375rem;left:53rem;display:block; }
#REg4lJxtwS1pyT3Q1PSengLWJBu2qcX7 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:9.25rem;left:66.375rem;display:block; }
#rhcpQ5dzBJCD71cFybIVT0fyuvT7anUZ { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:9.625rem;left:52.8125rem;height:2.8125rem;font-style:normal;display:block; }
#Vibd00MR3ARCZDKrZXR4HEO2GiX2Ngud { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:6.5rem;left:43.5rem;overflow:hidden;display:block; }
#f5uEv5uqVOF4NpTCmk47CoE6OmFTfuAO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:7.8125rem;left:52.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#MSJXkF2DIA59CsKeSRG5fbhnvkmGWNKv { color:#d51f1f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:57.3125rem;left:44.0625rem;height:1.29980625rem;display:block; }
#DlxrtZ8QhDqtFJL57f0uAdwBRiQ2TZTZ { 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:5.75rem;width:5.75rem;top:51.5625rem;left:43.5rem;overflow:hidden;display:block; }
#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { background-color: transparent; background-image: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .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); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { border-width: 0; border-radius: 0; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:14.5rem;left:7.4375rem;display:block; }
#DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5rem;left:10.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.625rem;left:22.6875rem;height:2.923825rem;font-style:normal;display:block; }
#i8obQc33Vwhoihmx7QNNUZ6o6MWVwU1C { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15121;line-height:1.5;letter-spacing:0;top:28.9375rem;left:43.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#iSBUIU5iabrTwQvKTTWS5R0ED56c4ayF { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:21.875rem;left:67.5rem;display:block; }
#OTszQ2MfoALqnlCnuZB1zADeJ03XMwyh { position:absolute;display:block;z-index:15083;background-color:#ed5940;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.124511875rem;width:6.25rem;top:26rem;left:53.625rem;display:block; }
#rEbFlKR8R0NqCaFTsaLhH8vS0hQgoSxF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:20.4375rem;left:52.375rem;height:1.4619125rem;font-style:normal;display:block; }
#gl2qs6rTP6uZqXkSR73RQEB9GXChtO9E { position:absolute;display:block;z-index:15077;background-color:#ed5940;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.124511875rem;width:6.25rem;top:9.8125rem;left:52.375rem;display:block; }
#ZnQT8mOyHpr4KTE3EyuWslg0zypHRH2L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.5;letter-spacing:0;top:6.4375rem;left:52.4375rem;height:2.8125rem;font-style:normal;display:block; }
#xX4EeVuax0eplxQ670omAZkhgcFivp7H { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:5rem;left:65.9375rem;display:block; }
#mnSr4CV5fBJveyAuGZSdWspJRlAMV6Hc { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.5;letter-spacing:0;top:12.1875rem;left:43.0625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#yqcOcfg4Xpz6WaLPmINW93421zQXQFdx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:4.25rem;left:52.375rem;height:1.4619125rem;font-style:normal;display:block; }
#qPsTS9wVPQ1qnKfxURE6pF2wTxNpUlNo { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:2.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#cHZlnpAUBpM8Rrd5mkJAM2HDgU1BSU8T { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:7.875rem;top:19.125rem;left:43.0625rem;overflow:hidden;display:block; }
#TVLDGTQfLfbA6BpJFaTcCgwWUxEngpUc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:22.25rem;left:52.375rem;height:2.8125rem;font-style:normal;display:block; }
#QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:7.4375rem;height:26.23635625rem;font-style:normal;display:block; }
#MyKorOtvbNumO4l274BcROEtJoqDckeE { color:#d51f1f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:40.0625rem;left:43.625rem;height:1.29980625rem;display:block; }
#VT1IJ3dlumFE9CygkfZUP6JlT9l3t4BO { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:5.75rem;top:34.3125rem;left:43.0625rem;overflow:hidden;display:block; }
#AolPnItlxy4B91ew3M5xaClMFdxTnTxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { background-color: transparent; background-image: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container > .video-iframe-container { display: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container { display: none; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .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); }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { border-width: 0; border-radius: 0; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#ZOGLomtVv3w60bno7cvF0AbB4lm4BZzm { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7ABh9pMO3GQ1ha4mvSUPM7eSXuNXuGz { color:#000000;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6rem;left:7.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#wOJfLTxmfxBT7nuBz54kKJRPvkdBAG3B { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:11.875rem;left:7.3125rem;display:block; }
#s2iAp6OybxZvKQQNPOgPIbXhOauuZ6fB { color:#000000;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.25rem;height:2.923825rem;font-style:normal;display:block; }
#pLPRIluod3fc3pUDlmLC74MdGZMmAdaR { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:12.6875rem;left:10.4375rem;height:1.4619125rem;font-style:normal;display:block; }
#Lw2iEb3bBtR8Q9ayGMqF2xMKBhp1Q0Iu { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:19.5rem;left:7.5rem;height:20.7129125rem;font-style:normal;display:block; }
#mZw4PrukZ4zyT2iwc6Qnpxor8pUOCTXJ { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15127;line-height:1.5;letter-spacing:0;top:15.8125rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#MMQC1idoD4m0og80iBrQTZo52QcQkrMH { position:absolute;display:block;z-index:15089;background-color:#ed5940;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.124511875rem;width:6.25rem;top:12.875rem;left:53.0625rem;display:block; }
#uDiZRhVV7DVH6qDy3on8zDhqwPzPda8E { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:6rem;left:42.5rem;overflow:hidden;display:block; }
#VC4E6Z6N1XUEuEQzptp5Wen8DZ1Ltqvn { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:8.75rem;left:65.375rem;display:block; }
#OXt9Usych8rEVgWb2FgFcHKp8XqdVzah { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:7.3125rem;left:51.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#ZUL3g8BBWoyKfSxH7iUcOTys09tzEopc { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:9.125rem;left:51.8125rem;height:2.8125rem;font-style:normal;display:block; }
#bxZHzGJIirLO9FefpDs0d2bkdoKlJaZM { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15133;line-height:1.5;letter-spacing:0;top:31.5rem;left:42.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#qS3oNzxdzHLZio4ALToFdg67SLUD0sdg { position:absolute;display:block;z-index:15095;background-color:#ed5940;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.124511875rem;width:6.25rem;top:28.5625rem;left:53.0625rem;display:block; }
#T7qGXVO0fpMEzRImB49dOEUSCD7uVxkx { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:21.6875rem;left:42.5rem;overflow:hidden;display:block; }
#eiD3h28cNGLn11vyS4hrm5rlq7yUdkDK { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:24.0625rem;left:66rem;display:block; }
#mfVw58HLAm8QweiFhs98E7PXgnrHokKz { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:24.8125rem;left:51.8125rem;height:2.8125rem;font-style:normal;display:block; }
#rpa7iP2f2P8sgxhlBXcCa52UZbUOCNTn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:23rem;left:51.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#ohZZefbKyyQ5ZtJSErRTGfd4dn1gZpCE { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15139;line-height:1.5;letter-spacing:0;top:47.125rem;left:42.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#UREZcN1kqTlW9BThEGOs20EkETnMcqs6 { position:absolute;display:block;z-index:15101;background-color:#ed5940;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.124511875rem;width:6.25rem;top:44.1875rem;left:53.0625rem;display:block; }
#ewUwKOGTu6ICg7CeIhHFmxiSlBIyDUao { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:37.3125rem;left:42.5rem;overflow:hidden;display:block; }
#VO4gP8MbcSoHRTRgT1mpIvpZhlyGlCM1 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15099;top:40.0625rem;left:65.375rem;display:block; }
#XuwnHVAtBodACGF38DrbrsaDpOxWTi66 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.5;letter-spacing:0;top:40.4375rem;left:51.8125rem;height:1.40625rem;font-style:normal;display:block; }
#ey2zpD9bIXoQgk4TSXanUMZqLdqTTEid { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:38.625rem;left:51.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#cnI2gmWiFmxkrzNTL5sSVQ38bTpFm0og { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:15.6875rem;left:7.5rem;height:2.76171875rem;font-style:normal;display:block; }
#vJAsuKc8iTKGC8dubZarr65yaH8qkMOy { color:#d51f1f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:49.9375rem;left:7.8125rem;height:1.29980625rem;display:block; }
#SFAU1wt8u4cntKVRERn7ZS6XzIWfZ4iC { 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:5.75rem;width:5.75rem;top:44.1875rem;left:7.25rem;overflow:hidden;display:block; }
#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container { background-color: transparent; background-image: none; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container > .video-iframe-container { display: none; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row > .video-iframe-container { display: none; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .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); }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container { border-width: 0; border-radius: 0; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:75rem;position:relative;display:block; }#RLGnLnOqrqOV2miuPee2nSratWuGC6Gc { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.25rem;left:7.625rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXmZRpB4mH6E8tzsQlkZrc7MIcJFT6MU { color:#000000;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.4375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#r3zbrCPdTrx4AvxTOqwE1ZZzUJbI31hg { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:11.9375rem;left:7.625rem;display:block; }
#ghZOrtFortDsi69Xk3IgdKUSOlRAIKZ5 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:12rem;left:21.125rem;height:2.923825rem;font-style:normal;display:block; }
#E6iVSuS1O6tQtJkA8PqCefxtFD2QfWPU { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:12.75rem;left:10.75rem;height:1.4619125rem;font-style:normal;display:block; }
#IfZ5kLFl8RCG7rvdqLx6UbM0wzIa1Zui { color:#747474;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.25rem;height:23.47460625rem;font-style:normal;display:block; }
#oDfQk8CunCF1RstLfNLWKGTvqq5ZvvN1 { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:45rem;left:8.25rem;height:2.761725rem;font-style:normal;display:block; }
#K97nt7TLeE7Z2hC6sccBDncHAAbonr0d { color:#747474;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:47.94921875rem;left:8.25rem;height:;font-style:normal;display:block; }#K97nt7TLeE7Z2hC6sccBDncHAAbonr0d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K97nt7TLeE7Z2hC6sccBDncHAAbonr0d li:before{  }
#eALcHWzv9suCeQJL0a8HfVQ7G1eTRxSF { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15117;top:60.75rem;left:71.875rem;display:block; }
#HOvi2IN5mvbW8AFRvAfbd4QfvhFE6PPr { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.5;letter-spacing:0;top:61.8125rem;left:54.4375rem;height:2.8125rem;font-style:normal;display:block; }
#u74vW5wooNKWlKJdiH9P1B4S0DITQLCq { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:59.9375rem;left:54.4375rem;height:1.4619125rem;font-style:normal;display:block; }
#UcrP5H6LuSUTXitxxDiKpIxBm2g5NQTv { position:absolute;display:block;z-index:15119;background-color:#ed5940;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.12402375rem;width:6.25rem;top:65.5rem;left:54.375rem;display:block; }
#dp7pzIlf9qIHXRQUuXDhPLQ6N6TnIBen { position:absolute;display:block;z-index:15113;background-color:#ed5940;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.12402375rem;width:6.25rem;top:21.75rem;left:54.8125rem;display:block; }
#THyvG2HpTEhFCGBS6p240TK4PstfgCCx { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15111;top:19.6875rem;left:71.875rem;display:block; }
#eTh2NyXdlXfet5Foflkt1G4XOTJsOqhy { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.5;letter-spacing:0;top:19.6875rem;left:54.75rem;height:1.40625rem;font-style:normal;display:block; }
#lETLRloBFrCOGfcT7SZxRIt8NxMF7Ocg { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15145;line-height:1.5;letter-spacing:0;top:35.4375rem;left:45.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#gNZsDJlIieoFc6HoDwvFI7eVfPSyOJDt { color:#000000;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.75rem;height:1.4619125rem;font-style:normal;display:block; }
#CfQvSfVz19PIIS1imMtwNEX4Kuqs0pyJ { position:absolute;display:block;z-index:15107;background-color:#ed5940;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.12402375rem;width:6.25rem;top:33.5625rem;left:55rem;display:block; }
#OTsuWGBmWPya4PJ5NRTIIqiLCWOQhoi5 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:29.6875rem;left:71.875rem;display:block; }
#JqesybU9QFSto1yzhQww4kchMgPsyfVT { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15103;line-height:1.5;letter-spacing:0;top:29.8125rem;left:54.75rem;height:2.8125rem;font-style:normal;display:block; }
#I7WEDMLPistmig32US3a9K4XP0SzrfEq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:28rem;left:54.75rem;height:1.4619125rem;font-style:normal;display:block; }
#fz6lTOlNf3IoDtrc1BWVt0Jn9k0gFJJG { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:26.6875rem;left:45.4375rem;overflow:hidden;display:block; }
#qkhecENi3sxRtMVIaKp0KIopR9UK0kXr { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:16.5625rem;left:45.4375rem;overflow:hidden;display:block; }
#HwCgxhhB8GvbeTDilNDFIFb5Z9ibL87c { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:59.25rem;left:45.125rem;overflow:hidden;display:block; }
#z80KNFaJ6GhlAZx3L5tSxlGwyNdBLdfV { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.5;letter-spacing:0;top:51.875rem;left:45.125rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#KTak4yu0ExvDTHxSwV14kMDkkpC6pAkd { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15111;top:44rem;left:71.875rem;display:block; }
#cEE8VNEn3o6yDB7NZPznmlBV6TgaNn80 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.5;letter-spacing:0;top:44.875rem;left:54.4375rem;height:1.40625rem;font-style:normal;display:block; }
#tuBaP07S12WSgIcOHakRZ92H2upknrig { position:absolute;display:block;z-index:15113;background-color:#ed5940;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.12402375rem;width:6.25rem;top:46.875rem;left:54.625rem;display:block; }
#iXBpTqCdoXgcJ8xaHgxVDZ6yk0Haek1X { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:42.5625rem;left:54.75rem;height:1.4619125rem;font-style:normal;display:block; }
#JlqagimSueQLfaQEgcrTUhTuGeFVQdUH { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:41.25rem;left:45.4375rem;overflow:hidden;display:block; }
#zBTk6yFHR4PLznxQiGpad9mc4s83MO0c { color:#d51f1f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:65.75rem;left:8.1875rem;height:1.29980625rem;display:block; }
#co57Olc8XQh0IHOfd0Qa1vzqVrQbJOHu { 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:5.75rem;width:5.75rem;top:60rem;left:7.625rem;overflow:hidden;display:block; }
#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container { background-color: transparent; background-image: none; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container > .video-iframe-container { display: none; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row > .video-iframe-container { display: none; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .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); }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container { border-width: 0; border-radius: 0; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:block; }#EpTA9KDAPyl1dCLdBWaxhepHO1m9SVTS { color:#ed5940;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aNZu2Z7615no2xFbZygA4aCtvPqZoxy3 { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:6.6875rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#zNlHl5v7tNBsybb2T3tyDcUlSJ90CKCs { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:12.0625rem;left:6.875rem;display:block; }
#LBeuTwFqzHxcz9o51A7777ePrRXIoQO7 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:12.125rem;left:23.3125rem;height:2.923825rem;font-style:normal;display:block; }
#UG4wOkOUELgTkCCEl67O8xfJ0rJn2LSK { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:12.875rem;left:10rem;height:1.4619125rem;font-style:normal;display:block; }
#sVOHsJuirE0VVmLpDAQ4IOMOLKHRU6pp { color:#747474;display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:16rem;left:7.5rem;height:2.76171875rem;font-style:normal;display:block; }
#gyb7vKIRqxNw3MgdkZex1Js56UNfcwIJ { color:#747474;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:19.4306640625rem;left:7.5rem;height:11.046875rem;font-style:normal;display:block; }
#t3fy0mae16vt1IuJM0GtsRABQDndUfbq { color:#747474;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:31.4775390625rem;left:7.5rem;height:1.3808625rem;font-style:normal;display:block; }
#G98nOAdCNT4zqq5uiqVWN70fwPekiGUX { color:#747474;display:block;width:32.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:33.92578125rem;left:7.5rem;height:20.8945rem;font-style:normal;display:block; }#G98nOAdCNT4zqq5uiqVWN70fwPekiGUX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G98nOAdCNT4zqq5uiqVWN70fwPekiGUX li:before{  }
#c9TDQQuty4KUpgmC79qyftXUO7zKIwKz { z-index:15006;top:59.0625rem;left:25.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, #766ec7);background-image: -moz-linear-gradient(178deg, #d10070, #766ec7);background-image: -ms-linear-gradient(178deg, #d10070, #766ec7);background-image: -o-linear-gradient(178deg, #d10070, #766ec7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='#766ec7' );";background-image: linear-gradient(178deg, #d10070, #766ec7);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;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:raleway;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:5.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fkhooS1TD8PLpx83q0pMOUtG0dNblHk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4Tg9uihLxQBAUf1NSrgt9S7gs3kKbZQ { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:16rem;left:45.4375rem;overflow:hidden;display:block; }
#vQwxoJzuU7BM7TWZ9AaPo9JeboIOaW6C { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.5;letter-spacing:0;top:19.625rem;left:54.4375rem;height:2.8125rem;font-style:normal;display:block; }
#TI19cyCdxpz7oT1Nm2BDN6ntv062IVQ3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.75rem;height:1.4619125rem;font-style:normal;display:block; }
#OK75ZActC5TgOxapSNllUv7fAK5xkBmC { position:absolute;display:block;z-index:15119;background-color:#ed5940;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.12402375rem;width:6.25rem;top:23.1875rem;left:54.625rem;display:block; }
#l9LOrdRLS3MT62eJblz8sJJWafiyNapW { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15117;top:18.75rem;left:71.875rem;display:block; }
#FPvyeGD7a3f8nHgTPSv6ffRRh5PweD3O { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.5;letter-spacing:0;top:24.875rem;left:45rem;height:12.375rem;text-align:left;text-align-last:left;display:block; }
#rgwllIH6J5tZndWFRZT8ednCdanx5lPH { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:38.75rem;left:45.4375rem;overflow:hidden;display:block; }
#h6fTe6iHDrAEXwIZ1145snNw4bmzDkD5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:40.0625rem;left:54.75rem;height:1.4619125rem;font-style:normal;display:block; }
#S7QkuPnLz0mwvTlq9LnI15Caw9QqQD7a { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.5;letter-spacing:0;top:41.875rem;left:54.75rem;height:2.8125rem;font-style:normal;display:block; }
#nW6dTmHa2IELaQiDlPbPzml4x1sK88dF { position:absolute;display:block;z-index:15113;background-color:#ed5940;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.12402375rem;width:6.25rem;top:45.625rem;left:55rem;display:block; }
#UXJ3yU2oe22uhPUIfpLdUJGKywIHTnw1 { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.5;letter-spacing:0;top:47.5rem;left:45.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#JFTU3IgOOyT4aW706RHcB5BGtUyCa8Ts { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15111;top:41.75rem;left:71.875rem;display:block; }
#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg { position:relative;display:block; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg { background-color: transparent; background-image: none; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row .container > .video-iframe-container { display: none; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row > .video-iframe-container { display: none; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .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); }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg { border-width: 0; border-radius: 0; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .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; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .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:64.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:block; }#hl2qTVaeIDrTIqMAE2gRoiEUGBmsbmMG { position:absolute;display:block;z-index:15000;height:42.4375rem;width:75rem;top:12.375rem;left:0rem;display:block; }
#spNxbuSnvwTEFzDzye0N6rvhoopeFlfW { color:#191919;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.0625rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { 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; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:21.687rem;top:5.4376220703125rem;left:26.625rem;overflow:hidden;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f36200;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; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { color:#e8f7ff;display:block;width:23.562rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0404052734375rem;left:25.6875rem;height:3.16731875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAJTDfFMT7FD1L5OT4hbr8cMuNkE5spu { top:0.875rem;left:0rem;width:13.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:47.75rem;height:0;top:23.875rem;left:0rem;font-size:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:6.75rem;height:2.375rem;top:0.8125rem;left:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.625rem;height:1rem;top:0.8125rem;left:20.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9375rem;height:1rem;top:0.8125rem;left:34.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:42.625rem;left:22.8125rem;width:24.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:47.75rem;height:2.875rem;top:33.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4woCwxoH4gT7PDx4WnJWvXpNLcVwlGv { top:42.625rem;left:1.0625rem;width:24.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkpk0bc1UePUDwKKqUdZBLIoIEhx05x9 { display:block; }
 }@media only screen and (max-width: 763px) { #QHa7AzTU7bHNWkTs5fhnEuDlXL3GWib6 { width:47.75rem;height:2.4375rem;top:37.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:47.75rem;height:1.75rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeyNGeesyZpRAh5Uqv81KVEsxPgTvSZ { top:4.3125rem;left:9rem;width:29.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { top:12.3125rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:37.5rem;height:4.0625rem;top:5.4375rem;left:5.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHRX4D9VugCS60VXxtSrHREATGHkozbQ { width:47.75rem;height:4.0625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { top:7.5625rem;left:0rem;width:47.75rem;height:41.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { top:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { top:2.5625rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { top:11.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:32.75rem;height:7.3125rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:10.875rem;height:1.4375rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:17.6875rem;height:2.875rem;top:14.8125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgZnGKdOLrLlIc9C2Fv7cvvM8y9e2Dy8 { top:25.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVcykAVtNvebtym1iw2CsPSnyFwsdxQ { width:8rem;height:8rem;top:6.5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOyCHeb11i6JaJyGh3mXCkVQIUPTLuV { width:6.25rem;height:0.0625rem;top:13.375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoQcuaHBlCEot0OrDm9HTfC06oNyoL0G { width:12.5rem;height:2.8125rem;top:10rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUvwHGZgKoFagepBLHvihPJroAmXWZE { width:12.5rem;height:1.4375rem;top:7.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { top:19.875rem;left:0rem;width:32.875rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmDISoylvihTdcNG2EsW6mV0DBnVaTLt { width:7.875rem;height:8rem;top:22.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDftI4tN0rv3Pbf1brDQ21d8LrHJhG2O { width:6.25rem;height:0.0625rem;top:29.5625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2SnDaFnmwTUg1hVDGXHyEiXMZTaC5AD { width:12.5rem;height:2.8125rem;top:26.1875rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZAnWIChwaHTStcD94iMXN7KNAJbdq2 { width:12.5rem;height:1.4375rem;top:24rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG0dT9spXFoCIZP1QwI77OacPyCzB9WS { top:8.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBEvaUB1qdzHXTckrhhzQstR73n0AuH9 { width:28rem;height:3.375rem;top:17.8125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJpq19ZRt3ByXJntuUeOlWhyXC18vF4P { width:28rem;height:4.5rem;top:32.5rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT5dBxCk1BLQnBSLolON9gTeJnqbc5kx { top:44.9375rem;left:30.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdIBfNPRE3JADEhNORhPWZS6N9P7kfvx { top:39.1875rem;left:30.125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:32.75rem;height:7.3125rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { top:14.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:10.875rem;height:1.4375rem;top:15.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { width:17.6875rem;height:2.875rem;top:14.1875rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { top:18.6875rem;left:0rem;width:32.875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhoeZTWnmaSfbhAm8HxenP90SJMPpTD { top:35.125rem;left:0rem;width:27.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwzyKER1bHTLJucXgg8JCeRfT6XQ0TTs { top:37.8125rem;left:0rem;width:27.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBoMfdwCLTFudLDVyQOfUlNg0fzNskVZ { top:40.1875rem;left:0rem;width:32.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05eWKfEQUOzBJOV2n3UuSVHUTBsOlUa { top:50.6875rem;left:0rem;width:32.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTJkPbJJEcFZB3CebPBar5QeTL4R8pH { width:28rem;height:3.375rem;top:47.125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVT16507eyWq6QBdvsXDDBfLTePUVzI { width:6.25rem;height:0.0625rem;top:45.3125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gscH2TT7pdnqpvSev6lZoUKvuep6Hyc7 { width:12.5rem;height:4.1875rem;top:40.125rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCLKZw24Rh4h9V2B9imqDyWxURBpdTqa { top:40.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEOAF9rGbIBpGHpdJKbQ19NCNohQXJZ { width:12.5rem;height:1.4375rem;top:38.625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBTHiTiKXX6IBT2UgtugPzuQ6xvvq9I { width:28rem;height:3.375rem;top:30rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQkAWs8sEVpCdIny4EmotJ8RtKrevJL { width:7.875rem;height:7.875rem;top:37.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qT41tpKKBfuUgNobPhZbfDQVyhu6s3 { width:8rem;height:8rem;top:21.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMhgqB8T692RszlwTw3Kl2sP5vhLv9iU { width:6.25rem;height:0.0625rem;top:28rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNNuC3Z9TkxZxozz4XfTSl9LpUT39vOB { width:12.5rem;height:1.375rem;top:24.625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR7z4czZvFPTPyy3qP01oHut9LGBJ705 { top:23.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAE9lNgqozT0nM0bSwxGTaB8SteRAZCi { width:12.5rem;height:1.4375rem;top:22.4375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnlK5dkkB6LOkLN4iyJBSi2DBpgpx4Jm { width:28rem;height:4.5rem;top:16.3125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZ1sxA6gM7PmqflJftTJNtpb6IJGS17 { width:6.25rem;height:0.0625rem;top:13.375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REg4lJxtwS1pyT3Q1PSengLWJBu2qcX7 { top:9.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhcpQ5dzBJCD71cFybIVT0fyuvT7anUZ { width:14.75rem;height:2.8125rem;top:9.625rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vibd00MR3ARCZDKrZXR4HEO2GiX2Ngud { width:7.875rem;height:7.875rem;top:6.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uEv5uqVOF4NpTCmk47CoE6OmFTfuAO { width:12.5rem;height:1.4375rem;top:7.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSJXkF2DIA59CsKeSRG5fbhnvkmGWNKv { top:57.3125rem;left:30.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlxrtZ8QhDqtFJL57f0uAdwBRiQ2TZTZ { top:51.5625rem;left:29.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:32.75rem;height:7.3125rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { top:14.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:10.875rem;height:1.4375rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { width:17.6875rem;height:2.875rem;top:14.625rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8obQc33Vwhoihmx7QNNUZ6o6MWVwU1C { width:28rem;height:3.375rem;top:28.9375rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSBUIU5iabrTwQvKTTWS5R0ED56c4ayF { top:21.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTszQ2MfoALqnlCnuZB1zADeJ03XMwyh { width:6.25rem;height:0.0625rem;top:26rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbFlKR8R0NqCaFTsaLhH8vS0hQgoSxF { width:12.5rem;height:1.4375rem;top:20.4375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2qs6rTP6uZqXkSR73RQEB9GXChtO9E { width:6.25rem;height:0.0625rem;top:9.8125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQT8mOyHpr4KTE3EyuWslg0zypHRH2L { width:12.5rem;height:2.8125rem;top:6.4375rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX4EeVuax0eplxQ670omAZkhgcFivp7H { top:5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnSr4CV5fBJveyAuGZSdWspJRlAMV6Hc { width:28rem;height:3.375rem;top:12.1875rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqcOcfg4Xpz6WaLPmINW93421zQXQFdx { width:12.5rem;height:1.4375rem;top:4.25rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPsTS9wVPQ1qnKfxURE6pF2wTxNpUlNo { width:8rem;height:8rem;top:2.9375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZlnpAUBpM8Rrd5mkJAM2HDgU1BSU8T { width:7.875rem;height:8rem;top:19.125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVLDGTQfLfbA6BpJFaTcCgwWUxEngpUc { width:12.5rem;height:2.8125rem;top:22.25rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { top:19.125rem;left:0rem;width:32.875rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyKorOtvbNumO4l274BcROEtJoqDckeE { top:40.0625rem;left:30rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1IJ3dlumFE9CygkfZUP6JlT9l3t4BO { top:34.3125rem;left:29.4375rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolPnItlxy4B91ew3M5xaClMFdxTnTxX { display:block; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOGLomtVv3w60bno7cvF0AbB4lm4BZzm { width:37.5rem;height:1.125rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ABh9pMO3GQ1ha4mvSUPM7eSXuNXuGz { width:31.5rem;height:4.875rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJfLTxmfxBT7nuBz54kKJRPvkdBAG3B { top:11.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iAp6OybxZvKQQNPOgPIbXhOauuZ6fB { width:19.125rem;height:2.875rem;top:11.9375rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPRIluod3fc3pUDlmLC74MdGZMmAdaR { width:9.5625rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2iEb3bBtR8Q9ayGMqF2xMKBhp1Q0Iu { top:19.5rem;left:0rem;width:32.875rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZw4PrukZ4zyT2iwc6Qnpxor8pUOCTXJ { width:28rem;height:4.5rem;top:15.8125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMQC1idoD4m0og80iBrQTZo52QcQkrMH { width:6.25rem;height:0.0625rem;top:12.875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDiZRhVV7DVH6qDy3on8zDhqwPzPda8E { width:7.875rem;height:7.875rem;top:6rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC4E6Z6N1XUEuEQzptp5Wen8DZ1Ltqvn { top:8.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt9Usych8rEVgWb2FgFcHKp8XqdVzah { width:12.5rem;height:1.4375rem;top:7.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUL3g8BBWoyKfSxH7iUcOTys09tzEopc { width:14.75rem;height:2.8125rem;top:9.125rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxZHzGJIirLO9FefpDs0d2bkdoKlJaZM { width:28rem;height:3.375rem;top:31.5rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3oNzxdzHLZio4ALToFdg67SLUD0sdg { width:6.25rem;height:0.0625rem;top:28.5625rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7qGXVO0fpMEzRImB49dOEUSCD7uVxkx { width:7.875rem;height:7.875rem;top:21.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiD3h28cNGLn11vyS4hrm5rlq7yUdkDK { top:24.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfVw58HLAm8QweiFhs98E7PXgnrHokKz { width:14.75rem;height:2.8125rem;top:24.8125rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpa7iP2f2P8sgxhlBXcCa52UZbUOCNTn { width:12.5rem;height:1.4375rem;top:23rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZZefbKyyQ5ZtJSErRTGfd4dn1gZpCE { width:28rem;height:5.625rem;top:47.125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UREZcN1kqTlW9BThEGOs20EkETnMcqs6 { width:6.25rem;height:0.0625rem;top:44.1875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUwKOGTu6ICg7CeIhHFmxiSlBIyDUao { width:7.875rem;height:7.875rem;top:37.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4gP8MbcSoHRTRgT1mpIvpZhlyGlCM1 { top:40.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwnHVAtBodACGF38DrbrsaDpOxWTi66 { width:14.75rem;height:1.375rem;top:40.4375rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey2zpD9bIXoQgk4TSXanUMZqLdqTTEid { width:12.5rem;height:1.4375rem;top:38.625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnI2gmWiFmxkrzNTL5sSVQ38bTpFm0og { top:15.6875rem;left:0rem;width:32.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAsuKc8iTKGC8dubZarr65yaH8qkMOy { top:49.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAU1wt8u4cntKVRERn7ZS6XzIWfZ4iC { top:44.1875rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31f1Ti79XxV7XHWFKrb143KTiMRp8CC { display:block; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLGnLnOqrqOV2miuPee2nSratWuGC6Gc { width:37.5rem;height:1.125rem;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXmZRpB4mH6E8tzsQlkZrc7MIcJFT6MU { width:31.5rem;height:4.875rem;top:5.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zbrCPdTrx4AvxTOqwE1ZZzUJbI31hg { top:11.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghZOrtFortDsi69Xk3IgdKUSOlRAIKZ5 { width:19.125rem;height:2.875rem;top:12rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6iVSuS1O6tQtJkA8PqCefxtFD2QfWPU { width:9.5625rem;height:1.4375rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfZ5kLFl8RCG7rvdqLx6UbM0wzIa1Zui { top:17.9375rem;left:0rem;width:27.875rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfQk8CunCF1RstLfNLWKGTvqq5ZvvN1 { top:45rem;left:0rem;width:32.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K97nt7TLeE7Z2hC6sccBDncHAAbonr0d { top:47.9375rem;left:0rem;width:27.875rem;height:;font-size:1.0625rem;display:block; }#K97nt7TLeE7Z2hC6sccBDncHAAbonr0d li:before{  }
 }@media only screen and (max-width: 763px) { #eALcHWzv9suCeQJL0a8HfVQ7G1eTRxSF { top:60.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOvi2IN5mvbW8AFRvAfbd4QfvhFE6PPr { width:16.8125rem;height:2.8125rem;top:61.8125rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u74vW5wooNKWlKJdiH9P1B4S0DITQLCq { width:16rem;height:1.4375rem;top:59.9375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcrP5H6LuSUTXitxxDiKpIxBm2g5NQTv { width:6.25rem;height:0.0625rem;top:65.5rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp7pzIlf9qIHXRQUuXDhPLQ6N6TnIBen { width:6.25rem;height:0.0625rem;top:21.75rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyvG2HpTEhFCGBS6p240TK4PstfgCCx { top:19.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTh2NyXdlXfet5Foflkt1G4XOTJsOqhy { width:14.75rem;height:1.375rem;top:19.6875rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETLRloBFrCOGfcT7SZxRIt8NxMF7Ocg { width:28rem;height:4.5rem;top:35.4375rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNZsDJlIieoFc6HoDwvFI7eVfPSyOJDt { width:14.875rem;height:1.4375rem;top:17.875rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQvSfVz19PIIS1imMtwNEX4Kuqs0pyJ { width:6.25rem;height:0.0625rem;top:33.5625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsuWGBmWPya4PJ5NRTIIqiLCWOQhoi5 { top:29.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqesybU9QFSto1yzhQww4kchMgPsyfVT { width:14.75rem;height:2.8125rem;top:29.8125rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7WEDMLPistmig32US3a9K4XP0SzrfEq { width:12.5rem;height:1.4375rem;top:28rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz6lTOlNf3IoDtrc1BWVt0Jn9k0gFJJG { width:7.875rem;height:7.875rem;top:26.6875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkhecENi3sxRtMVIaKp0KIopR9UK0kXr { width:7.875rem;height:7.875rem;top:16.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwCgxhhB8GvbeTDilNDFIFb5Z9ibL87c { width:7.875rem;height:7.875rem;top:59.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80KNFaJ6GhlAZx3L5tSxlGwyNdBLdfV { width:28rem;height:5.625rem;top:51.875rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTak4yu0ExvDTHxSwV14kMDkkpC6pAkd { top:44rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEE8VNEn3o6yDB7NZPznmlBV6TgaNn80 { width:16.875rem;height:1.375rem;top:44.875rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBaP07S12WSgIcOHakRZ92H2upknrig { width:6.25rem;height:0.0625rem;top:46.875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBpTqCdoXgcJ8xaHgxVDZ6yk0Haek1X { width:12.5rem;height:1.4375rem;top:42.5625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqagimSueQLfaQEgcrTUhTuGeFVQdUH { width:7.875rem;height:7.875rem;top:41.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTk6yFHR4PLznxQiGpad9mc4s83MO0c { top:65.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co57Olc8XQh0IHOfd0Qa1vzqVrQbJOHu { top:60rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu { display:block; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpTA9KDAPyl1dCLdBWaxhepHO1m9SVTS { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZu2Z7615no2xFbZygA4aCtvPqZoxy3 { width:38.1875rem;height:4.875rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlHl5v7tNBsybb2T3tyDcUlSJ90CKCs { top:12.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBeuTwFqzHxcz9o51A7777ePrRXIoQO7 { width:19.125rem;height:2.875rem;top:12.125rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG4wOkOUELgTkCCEl67O8xfJ0rJn2LSK { width:13.6875rem;height:1.4375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVOHsJuirE0VVmLpDAQ4IOMOLKHRU6pp { top:16rem;left:0rem;width:35.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyb7vKIRqxNw3MgdkZex1Js56UNfcwIJ { top:19.375rem;left:0rem;width:32.875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fy0mae16vt1IuJM0GtsRABQDndUfbq { top:31.4375rem;left:0rem;width:20.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G98nOAdCNT4zqq5uiqVWN70fwPekiGUX { top:33.875rem;left:0rem;width:32.9375rem;height:20.875rem;font-size:1.0625rem;display:block; }#G98nOAdCNT4zqq5uiqVWN70fwPekiGUX li:before{  }
 }@media only screen and (max-width: 763px) { #c9TDQQuty4KUpgmC79qyftXUO7zKIwKz { top:59.0625rem;left:11.40625rem;width:24.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkhooS1TD8PLpx83q0pMOUtG0dNblHk2 { display:block; }
 }@media only screen and (max-width: 763px) { #B4Tg9uihLxQBAUf1NSrgt9S7gs3kKbZQ { width:7.875rem;height:7.875rem;top:16rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwxoJzuU7BM7TWZ9AaPo9JeboIOaW6C { width:16.875rem;height:2.8125rem;top:19.625rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI19cyCdxpz7oT1Nm2BDN6ntv062IVQ3 { width:12.5rem;height:1.4375rem;top:17.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK75ZActC5TgOxapSNllUv7fAK5xkBmC { width:6.25rem;height:0.0625rem;top:23.1875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9LOrdRLS3MT62eJblz8sJJWafiyNapW { top:18.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPvyeGD7a3f8nHgTPSv6ffRRh5PweD3O { width:28rem;height:12.375rem;top:24.875rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwllIH6J5tZndWFRZT8ednCdanx5lPH { width:7.875rem;height:7.875rem;top:38.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6fTe6iHDrAEXwIZ1145snNw4bmzDkD5 { width:12.5rem;height:1.4375rem;top:40.0625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QkuPnLz0mwvTlq9LnI15Caw9QqQD7a { width:14.75rem;height:2.8125rem;top:41.875rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW6dTmHa2IELaQiDlPbPzml4x1sK88dF { width:6.25rem;height:0.0625rem;top:45.625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJ3yU2oe22uhPUIfpLdUJGKywIHTnw1 { width:28rem;height:4.5rem;top:47.5rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTU3IgOOyT4aW706RHcB5BGtUyCa8Ts { top:41.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg { display:block; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl2qTVaeIDrTIqMAE2gRoiEUGBmsbmMG { top:12.375rem;left:0rem;width:47.75rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spNxbuSnvwTEFzDzye0N6rvhoopeFlfW { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { top:5.4375rem;left:13rem;width:21.625rem;height:4.1123298192424rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { top:2rem;left:12.0625rem;width:23.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -moz-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -ms-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -o-linear-gradient(45deg, #0072ff, #00c6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );";background-image: linear-gradient(45deg, #0072ff, #00c6ff);background-size:auto !important;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN2OuIqvA3DlLuJWuPFL5Uz4FvVbzK8b { width:2.999025rem;height:3.125rem;top:5.9453125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAJTDfFMT7FD1L5OT4hbr8cMuNkE5spu { width:18.4375rem;height:3.4453125rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eacaca4-804f-4d5c-af82-358e16ae7b61/fondomobileseriewebinars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:19.995125rem;height:2.5996125rem;top:8.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:11.17775rem;height:1.0556625rem;top:5.859375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.6796875rem;height:1.0556625rem;top:3.5546875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9931875rem;height:1.0556625rem;top:1.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:37.2382875rem;left:0.5rem;width:18.996125rem;height:5.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:20rem;height:3.4121125rem;top:12.013675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4woCwxoH4gT7PDx4WnJWvXpNLcVwlGv { top:30.1132875rem;left:0.5rem;width:19rem;height:5.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkpk0bc1UePUDwKKqUdZBLIoIEhx05x9 { display:block; }
 }@media only screen and (max-width: 763px) { #QHa7AzTU7bHNWkTs5fhnEuDlXL3GWib6 { width:20rem;height:12.1875rem;top:16.6757875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 { display:block; }#Dp77VdRAG8eWOsTJEU3CsEaX0nhgneJ6 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkGlLEl59cy4ncS2b8QLAd3wRrlTBwXG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeyNGeesyZpRAh5Uqv81KVEsxPgTvSZ { width:20rem;height:5.5859375rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:20rem;height:37.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHRX4D9VugCS60VXxtSrHREATGHkozbQ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { width:20rem;height:50.67185rem;top:4.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { width:19.995125rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { width:19.995125rem;height:1.4619125rem;top:5.0996125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { width:8.245125rem;height:0.37109375rem;top:7.81055rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { width:19.995125rem;height:13.808575rem;top:9.43164375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { width:3.125rem;height:3.125rem;top:35.121125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:6.875rem;height:2.923825rem;top:39.496125rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:17.6855625rem;height:2.923825rem;top:43.668975rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgZnGKdOLrLlIc9C2Fv7cvvM8y9e2Dy8 { width:3.125rem;height:3.125rem;top:108.6416375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVcykAVtNvebtym1iw2CsPSnyFwsdxQ { width:8rem;height:8rem;top:13.5976875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOyCHeb11i6JaJyGh3mXCkVQIUPTLuV { width:6.25rem;height:0.060546875rem;top:33.808625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoQcuaHBlCEot0OrDm9HTfC06oNyoL0G { width:12.5rem;height:2.625rem;top:25.558625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUUvwHGZgKoFagepBLHvihPJroAmXWZE { width:12.5rem;height:1.4619125rem;top:22.8476875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { width:20rem;height:35.902325rem;top:47.841825rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmDISoylvihTdcNG2EsW6mV0DBnVaTLt { width:7.875rem;height:8rem;top:92.8057rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDftI4tN0rv3Pbf1brDQ21d8LrHJhG2O { width:6.25rem;height:0.0625rem;top:113.0166375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2SnDaFnmwTUg1hVDGXHyEiXMZTaC5AD { width:12.5rem;height:2.625rem;top:104.7666375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqZAnWIChwaHTStcD94iMXN7KNAJbdq2 { width:12.5rem;height:1.4619125rem;top:102.0557rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QG0dT9spXFoCIZP1QwI77OacPyCzB9WS { width:3.125rem;height:3.125rem;top:29.433625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBEvaUB1qdzHXTckrhhzQstR73n0AuH9 { width:20rem;height:6.5625rem;top:84.9932rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJpq19ZRt3ByXJntuUeOlWhyXC18vF4P { width:20rem;height:7.875rem;top:114.3291375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nT5dBxCk1BLQnBSLolON9gTeJnqbc5kx { width:12.5rem;height:1.29980625rem;top:130.4541015625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdIBfNPRE3JADEhNORhPWZS6N9P7kfvx { width:5.75rem;height:5.75rem;top:123.4541015625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:20rem;height:169.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { width:3.125rem;height:3.125rem;top:13.5976875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:6.875rem;height:2.923825rem;top:39.371125rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { width:17.6855625rem;height:2.923825rem;top:43.543975rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBIXe2pA3XTZAwJZcSdonZE3BvcH3MHT { width:20rem;height:22.093725rem;top:47.716825rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXhoeZTWnmaSfbhAm8HxenP90SJMPpTD { width:20rem;height:1.3808625rem;top:108.2080125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwzyKER1bHTLJucXgg8JCeRfT6XQ0TTs { width:20rem;height:1.3808625rem;top:110.838875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBoMfdwCLTFudLDVyQOfUlNg0fzNskVZ { width:20rem;height:13.8085625rem;top:116.180675rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C05eWKfEQUOzBJOV2n3UuSVHUTBsOlUa { width:20rem;height:0;top:159.0508rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFTJkPbJJEcFZB3CebPBar5QeTL4R8pH { width:20rem;height:6.5625rem;top:151.2383rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThVT16507eyWq6QBdvsXDDBfLTePUVzI { width:6.25rem;height:0.0625rem;top:149.9258rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gscH2TT7pdnqpvSev6lZoUKvuep6Hyc7 { width:12.5rem;height:3.9375rem;top:140.3633rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCLKZw24Rh4h9V2B9imqDyWxURBpdTqa { width:3.125rem;height:3.125rem;top:145.5508rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEOAF9rGbIBpGHpdJKbQ19NCNohQXJZ { width:12.5rem;height:1.4619125rem;top:113.4697375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOBTHiTiKXX6IBT2UgtugPzuQ6xvvq9I { width:20rem;height:6.5625rem;top:100.3955125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgQkAWs8sEVpCdIny4EmotJ8RtKrevJL { width:7.875rem;height:7.875rem;top:131.2383rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qT41tpKKBfuUgNobPhZbfDQVyhu6s3 { width:8rem;height:8rem;top:80.184575rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMhgqB8T692RszlwTw3Kl2sP5vhLv9iU { width:6.25rem;height:0.0625rem;top:99.0830125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNNuC3Z9TkxZxozz4XfTSl9LpUT39vOB { width:12.5rem;height:1.3125rem;top:92.1455125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NR7z4czZvFPTPyy3qP01oHut9LGBJ705 { width:3.125rem;height:3.125rem;top:94.7080125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAE9lNgqozT0nM0bSwxGTaB8SteRAZCi { width:12.5rem;height:1.4619125rem;top:89.434575rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnlK5dkkB6LOkLN4iyJBSi2DBpgpx4Jm { width:20rem;height:7.875rem;top:71.059575rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvZ1sxA6gM7PmqflJftTJNtpb6IJGS17 { width:6.25rem;height:0.0625rem;top:38.058625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REg4lJxtwS1pyT3Q1PSengLWJBu2qcX7 { width:3.125rem;height:3.125rem;top:33.683625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhcpQ5dzBJCD71cFybIVT0fyuvT7anUZ { width:14.75rem;height:2.625rem;top:29.808625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vibd00MR3ARCZDKrZXR4HEO2GiX2Ngud { width:7.875rem;height:7.875rem;top:17.9726875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uEv5uqVOF4NpTCmk47CoE6OmFTfuAO { width:12.5rem;height:1.4619125rem;top:27.0976875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSJXkF2DIA59CsKeSRG5fbhnvkmGWNKv { width:12.5rem;height:1.29980625rem;top:167.30078125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlxrtZ8QhDqtFJL57f0uAdwBRiQ2TZTZ { width:5.75rem;height:5.75rem;top:160.30078125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:20rem;height:140.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { width:3.125rem;height:3.125rem;top:35.121125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:6.875rem;height:2.923825rem;top:39.496125rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { width:17.6855625rem;height:2.923825rem;top:43.668975rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8obQc33Vwhoihmx7QNNUZ6o6MWVwU1C { width:20rem;height:5.25rem;top:87.7012125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSBUIU5iabrTwQvKTTWS5R0ED56c4ayF { width:3.125rem;height:3.125rem;top:82.0137125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTszQ2MfoALqnlCnuZB1zADeJ03XMwyh { width:6.25rem;height:0.0625rem;top:86.3887125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbFlKR8R0NqCaFTsaLhH8vS0hQgoSxF { width:12.5rem;height:1.4619125rem;top:75.427775rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl2qs6rTP6uZqXkSR73RQEB9GXChtO9E { width:6.25rem;height:0.0625rem;top:33.808625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQT8mOyHpr4KTE3EyuWslg0zypHRH2L { width:12.5rem;height:2.625rem;top:25.558625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xX4EeVuax0eplxQ670omAZkhgcFivp7H { width:3.125rem;height:3.125rem;top:29.433625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnSr4CV5fBJveyAuGZSdWspJRlAMV6Hc { width:20rem;height:6.5625rem;top:47.841825rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqcOcfg4Xpz6WaLPmINW93421zQXQFdx { width:12.5rem;height:1.4619125rem;top:22.8476875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPsTS9wVPQ1qnKfxURE6pF2wTxNpUlNo { width:8rem;height:8rem;top:13.5976875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZlnpAUBpM8Rrd5mkJAM2HDgU1BSU8T { width:7.875rem;height:8rem;top:66.177775rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVLDGTQfLfbA6BpJFaTcCgwWUxEngpUc { width:12.5rem;height:2.625rem;top:78.1387125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUd8gcM49cQeJsQnTmCmQnJiiJvaST2H { width:20rem;height:35.902325rem;top:94.201171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyKorOtvbNumO4l274BcROEtJoqDckeE { width:12.5rem;height:1.29980625rem;top:138.352546875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VT1IJ3dlumFE9CygkfZUP6JlT9l3t4BO { width:5.75rem;height:5.75rem;top:131.352546875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolPnItlxy4B91ew3M5xaClMFdxTnTxX { display:block; }#AolPnItlxy4B91ew3M5xaClMFdxTnTxX > .row .container { width:20rem;height:148.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOGLomtVv3w60bno7cvF0AbB4lm4BZzm { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P7ABh9pMO3GQ1ha4mvSUPM7eSXuNXuGz { width:20rem;height:6.3369375rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOJfLTxmfxBT7nuBz54kKJRPvkdBAG3B { width:3.125rem;height:3.125rem;top:11.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iAp6OybxZvKQQNPOgPIbXhOauuZ6fB { width:19.125rem;height:2.923825rem;top:18.6875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLPRIluod3fc3pUDlmLC74MdGZMmAdaR { width:9.5625rem;height:1.4619125rem;top:16rem;left:5.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2iEb3bBtR8Q9ayGMqF2xMKBhp1Q0Iu { width:20rem;height:30.378925rem;top:28.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZw4PrukZ4zyT2iwc6Qnpxor8pUOCTXJ { width:20rem;height:7.875rem;top:75.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMQC1idoD4m0og80iBrQTZo52QcQkrMH { width:12.625rem;height:0.1875rem;top:84.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDiZRhVV7DVH6qDy3on8zDhqwPzPda8E { width:7.875rem;height:7.875rem;top:60.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC4E6Z6N1XUEuEQzptp5Wen8DZ1Ltqvn { width:3.125rem;height:3.125rem;top:62.5625rem;left:14.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt9Usych8rEVgWb2FgFcHKp8XqdVzah { width:12.5rem;height:1.4619125rem;top:69.3125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUL3g8BBWoyKfSxH7iUcOTys09tzEopc { width:14.75rem;height:2.625rem;top:72rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxZHzGJIirLO9FefpDs0d2bkdoKlJaZM { width:20rem;height:5.25rem;top:102rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qS3oNzxdzHLZio4ALToFdg67SLUD0sdg { width:12.1875rem;height:0.125rem;top:108.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7qGXVO0fpMEzRImB49dOEUSCD7uVxkx { width:7.875rem;height:7.875rem;top:86.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiD3h28cNGLn11vyS4hrm5rlq7yUdkDK { width:3.125rem;height:3.125rem;top:88.5625rem;left:15.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfVw58HLAm8QweiFhs98E7PXgnrHokKz { width:14.75rem;height:1.3125rem;top:98.0625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpa7iP2f2P8sgxhlBXcCa52UZbUOCNTn { width:12.5rem;height:1.4619125rem;top:95.3125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohZZefbKyyQ5ZtJSErRTGfd4dn1gZpCE { width:20rem;height:11.8125rem;top:124.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UREZcN1kqTlW9BThEGOs20EkETnMcqs6 { width:13.25rem;height:0.125rem;top:137.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUwKOGTu6ICg7CeIhHFmxiSlBIyDUao { width:7.875rem;height:7.875rem;top:109.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4gP8MbcSoHRTRgT1mpIvpZhlyGlCM1 { width:3.125rem;height:3.125rem;top:111.8125rem;left:14.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwnHVAtBodACGF38DrbrsaDpOxWTi66 { width:14.75rem;height:1.3125rem;top:121.25rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ey2zpD9bIXoQgk4TSXanUMZqLdqTTEid { width:12.5rem;height:1.4619125rem;top:118.5625rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnI2gmWiFmxkrzNTL5sSVQ38bTpFm0og { width:20rem;height:4.142575rem;top:22.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJAsuKc8iTKGC8dubZarr65yaH8qkMOy { width:12.5rem;height:1.29980625rem;top:146rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFAU1wt8u4cntKVRERn7ZS6XzIWfZ4iC { width:5.75rem;height:5.75rem;top:139rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31f1Ti79XxV7XHWFKrb143KTiMRp8CC { display:block; }#T31f1Ti79XxV7XHWFKrb143KTiMRp8CC > .row .container { width:20rem;height:171.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLGnLnOqrqOV2miuPee2nSratWuGC6Gc { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oXmZRpB4mH6E8tzsQlkZrc7MIcJFT6MU { width:20rem;height:4.2246125rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3zbrCPdTrx4AvxTOqwE1ZZzUJbI31hg { width:3.125rem;height:3.125rem;top:9.37305rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghZOrtFortDsi69Xk3IgdKUSOlRAIKZ5 { width:19.125rem;height:2.923825rem;top:16.4589875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6iVSuS1O6tQtJkA8PqCefxtFD2QfWPU { width:9.5625rem;height:1.4619125rem;top:13.74805rem;left:5.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfZ5kLFl8RCG7rvdqLx6UbM0wzIa1Zui { width:20rem;height:30.37888125rem;top:20.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDfQk8CunCF1RstLfNLWKGTvqq5ZvvN1 { width:20rem;height:2.761725rem;top:52.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K97nt7TLeE7Z2hC6sccBDncHAAbonr0d { width:20rem;height:14.746125rem;top:55.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#K97nt7TLeE7Z2hC6sccBDncHAAbonr0d li:before{  }
 }@media only screen and (max-width: 763px) { #eALcHWzv9suCeQJL0a8HfVQ7G1eTRxSF { width:3.125rem;height:3.125rem;top:146.6875rem;left:15.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOvi2IN5mvbW8AFRvAfbd4QfvhFE6PPr { width:16.8125rem;height:2.625rem;top:156.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u74vW5wooNKWlKJdiH9P1B4S0DITQLCq { width:16rem;height:1.4619125rem;top:153.4375rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcrP5H6LuSUTXitxxDiKpIxBm2g5NQTv { width:6.25rem;height:0.0625rem;top:160rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp7pzIlf9qIHXRQUuXDhPLQ6N6TnIBen { width:6.25rem;height:0.0625rem;top:89.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyvG2HpTEhFCGBS6p240TK4PstfgCCx { width:3.125rem;height:3.125rem;top:74.625rem;left:15.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTh2NyXdlXfet5Foflkt1G4XOTJsOqhy { width:14.75rem;height:1.3125rem;top:84.0625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lETLRloBFrCOGfcT7SZxRIt8NxMF7Ocg { width:20rem;height:7.875rem;top:105.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNZsDJlIieoFc6HoDwvFI7eVfPSyOJDt { width:14.875rem;height:1.4619125rem;top:81.375rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfQvSfVz19PIIS1imMtwNEX4Kuqs0pyJ { width:6.25rem;height:0.0625rem;top:114.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsuWGBmWPya4PJ5NRTIIqiLCWOQhoi5 { width:3.125rem;height:3.125rem;top:92.875rem;left:15.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqesybU9QFSto1yzhQww4kchMgPsyfVT { width:14.75rem;height:2.625rem;top:102.375rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7WEDMLPistmig32US3a9K4XP0SzrfEq { width:12.5rem;height:1.4619125rem;top:99.625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fz6lTOlNf3IoDtrc1BWVt0Jn9k0gFJJG { width:7.875rem;height:7.875rem;top:90.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkhecENi3sxRtMVIaKp0KIopR9UK0kXr { width:7.875rem;height:7.875rem;top:72.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwCgxhhB8GvbeTDilNDFIFb5Z9ibL87c { width:7.875rem;height:7.875rem;top:144.3125rem;left:6.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z80KNFaJ6GhlAZx3L5tSxlGwyNdBLdfV { width:20rem;height:9.1875rem;top:132.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTak4yu0ExvDTHxSwV14kMDkkpC6pAkd { width:3.125rem;height:3.125rem;top:118.375rem;left:15.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEE8VNEn3o6yDB7NZPznmlBV6TgaNn80 { width:16.875rem;height:1.3125rem;top:127.8125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuBaP07S12WSgIcOHakRZ92H2upknrig { width:6.25rem;height:0.0625rem;top:142.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBpTqCdoXgcJ8xaHgxVDZ6yk0Haek1X { width:12.5rem;height:1.4619125rem;top:125.125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlqagimSueQLfaQEgcrTUhTuGeFVQdUH { width:7.875rem;height:7.875rem;top:116rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTk6yFHR4PLznxQiGpad9mc4s83MO0c { width:12.5rem;height:1.29980625rem;top:168.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #co57Olc8XQh0IHOfd0Qa1vzqVrQbJOHu { width:5.75rem;height:5.75rem;top:161.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu { display:block; }#RF6h4thmHqxR6AQeTAxHhSwkpQbhJPGu > .row .container { width:20rem;height:173.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpTA9KDAPyl1dCLdBWaxhepHO1m9SVTS { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aNZu2Z7615no2xFbZygA4aCtvPqZoxy3 { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNlHl5v7tNBsybb2T3tyDcUlSJ90CKCs { width:3.125rem;height:3.125rem;top:13.5976875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBeuTwFqzHxcz9o51A7777ePrRXIoQO7 { width:19.125rem;height:2.923825rem;top:20.2333984375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG4wOkOUELgTkCCEl67O8xfJ0rJn2LSK { width:16.25rem;height:1.4619125rem;top:17.66015625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVOHsJuirE0VVmLpDAQ4IOMOLKHRU6pp { width:20rem;height:5.5234375rem;top:24.856475rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyb7vKIRqxNw3MgdkZex1Js56UNfcwIJ { width:20rem;height:17.9511875rem;top:31.4248046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3fy0mae16vt1IuJM0GtsRABQDndUfbq { width:20rem;height:1.3808625rem;top:50.4931640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G98nOAdCNT4zqq5uiqVWN70fwPekiGUX { width:20rem;height:34.703125rem;top:52.8115234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#G98nOAdCNT4zqq5uiqVWN70fwPekiGUX li:before{  }
 }@media only screen and (max-width: 763px) { #c9TDQQuty4KUpgmC79qyftXUO7zKIwKz { top:164.875rem;left:0.5rem;width:19rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkhooS1TD8PLpx83q0pMOUtG0dNblHk2 { display:block; }
 }@media only screen and (max-width: 763px) { #B4Tg9uihLxQBAUf1NSrgt9S7gs3kKbZQ { width:7.875rem;height:7.875rem;top:89rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwxoJzuU7BM7TWZ9AaPo9JeboIOaW6C { width:16.875rem;height:2.625rem;top:100.8125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI19cyCdxpz7oT1Nm2BDN6ntv062IVQ3 { width:12.5rem;height:1.4619125rem;top:98.125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OK75ZActC5TgOxapSNllUv7fAK5xkBmC { width:6.25rem;height:0.0625rem;top:109.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9LOrdRLS3MT62eJblz8sJJWafiyNapW { width:3.125rem;height:3.125rem;top:104.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPvyeGD7a3f8nHgTPSv6ffRRh5PweD3O { width:20rem;height:22.3125rem;top:110.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgwllIH6J5tZndWFRZT8ednCdanx5lPH { width:7.875rem;height:7.875rem;top:133.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6fTe6iHDrAEXwIZ1145snNw4bmzDkD5 { width:12.5rem;height:1.4619125rem;top:143.0625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7QkuPnLz0mwvTlq9LnI15Caw9QqQD7a { width:14.75rem;height:2.625rem;top:145.8125rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nW6dTmHa2IELaQiDlPbPzml4x1sK88dF { width:6.25rem;height:0.0625rem;top:154.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJ3yU2oe22uhPUIfpLdUJGKywIHTnw1 { width:20rem;height:7.875rem;top:155.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFTU3IgOOyT4aW706RHcB5BGtUyCa8Ts { width:3.125rem;height:3.125rem;top:149.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg { display:block; }#lWw9Nwv8e1NUz0XhwmxVA4aFislT3Bpg > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl2qTVaeIDrTIqMAE2gRoiEUGBmsbmMG { width:20rem;height:42.4375rem;top:10.297875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spNxbuSnvwTEFzDzye0N6rvhoopeFlfW { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:16.370125rem;height:3.05761875rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:19.995125rem;height:4.22265625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }