.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05051e;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; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container { background-color: transparent; background-image: none; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container > .video-iframe-container { display: none; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row > .video-iframe-container { display: none; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .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); }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container { border-width: 0; border-radius: 0; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#cLizPPoU7xq20qgGpVvbwD5L3FsvuFN5 { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.15625rem;left:49.593750953674rem;display:block; }
#qsRPtnNXTDSTPp4OPEbLpMR4MUP2b4Sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTsr6HqnxVk6iusSN9QzflGEtTrlWqUz { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:2.03125rem;left:2.234375rem;height:1.6499rem;text-align:center;text-align-last:center;display:block; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.59875rem;padding-right:0.523125rem;padding-bottom:0.59875rem;padding-left:0.523125rem;display:block;align-items:center;width:3.1375rem;min-width:3.1375rem;height:3.218125rem;position:relative;font-family:arial;font-size:2.395rem;font-weight:700;line-height:51.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.374375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.183125rem;height:1.2725rem;position:relative;font-family:"open sans";font-size:0.898125rem;font-weight:700;line-height:20.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.75rem;height:6.0625rem;padding-top:0.075rem;padding-right:0.075rem;padding-bottom:0.075rem;padding-left:0.075rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.73611164093019rem;left:23.937501907349rem;z-index:15015; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #LMaWWOnZScbFokzaHBkxuRsGR2aTuh9f { display:flex;position:relative;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #go7hRO08lFcLxU4u9esST6EbVfcn6IzT { width:auto; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #PzoqBcbwbBEizvsvoe44wM2wG1oaQv0J {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #IKpWqgyA6rDlqmshcalNu1bZAHNzvOiw { display:flex;position:relative;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #klxtLngdCpmSE5Xiv5JmNAywthbWTvuJ {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #KHpqUgXekdyKB98KJGP0VIPrpwtmv2PC {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #vvKINEAJSxEVxI2r9yqT91bWF3KOTRNC { display:flex;position:relative;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #c47HnnQl15fJc8Eck281BK7S3KCsc4qb {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #HK0bbQ9mQTmauguuDdB5RDIOv6ZZTLyp {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #D8IvbMvMDccE0iT6iVLgGAW3LgqJvwQN { display:flex;position:relative;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #e2G2JaeaWrdKQXBpAKuJBx6ZN06iRXGB {  }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #VuabbXwgwvei8wz55hFKveHZwF7CNImm {  }
#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { 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:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:none; }#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.49935rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.59326171875rem;left:6.1873378753662rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un5f3wOlmSaQT3NkrwzRMgr3VVUU917e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.49935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.59326171875rem;left:18.81103515625rem;display:block; }
#HbltUWbhxVFfTQT0cXq43dk5JDDVEue9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hr9XVS3SwBGNCZZcz5Aop7yKiLy3OZWl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.49935rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.59329223632812rem;left:29.74853515625rem;display:block; }
#UdVtquWJNqtvius5OMQwgPvQhV2amg8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#fafafd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.87500381469725rem;left:42.876304626465rem;display:block; }
#ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d3e;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#Lu69foEpyL2TT36ToksasIVzX5L1bav7 { position:absolute;display:block;z-index:15002;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:29.75rem;top:6.5625rem;left:16rem;display:block; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-number { border-top:0.113125rem solid #ffffff;border-left:0.1125rem solid #ffffff;border-right:0.1125rem solid #ffffff;border-bottom:0.113125rem solid #ffffff;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.541875rem;padding-right:0.473125rem;padding-bottom:0.541875rem;padding-left:0.473125rem;display:block;align-items:center;width:2.8375rem;min-width:2.8375rem;height:2.91375rem;position:relative;font-family:"open sans";font-size:2.16875rem;font-weight:400;line-height:46.62px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.783125rem;height:1.151875rem;position:relative;font-family:"open sans";font-size:0.813125rem;font-weight:700;line-height:18.43px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.0625rem;height:5.714375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.361328125rem;left:30.6875rem;z-index:15005;display:none; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #pbPSZbWJwIBoSPx1FXrgQRUtbIErmrbU { display:flex;position:relative;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TgmNqT7s3eTZ8S6mWg20BeowcK5mz9AZ { width:auto; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #haH4GTu4dflpUsvQ0EOhnc7xW654QQBz {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #yH9nMiPAsgtnZfDTyF2LDiMFvtbXJ49B { display:flex;position:relative;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TsdWJ8zM0THPyeZswhTWByFbOqERRzgM {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #UBT9Gmmsv14U1KcxxKQyEI3NaArWAGgu {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #swEh3OQtRrHLK0ypgWDX3HrwdqVMxgOi { display:flex;position:relative;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #ZQGS7OtyT4mmUUQl6LCHrtiQ4RtN54Hr {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #BaWN6yVIZhLDfS5xvq8QJdOiOllt5Bwu {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #rywsZ13aATslA5pIb3tOB9Jm3Or6x710 { display:flex;position:relative;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #F6dbpnUWkODNt87RI7K7SU1nbXI51yTV {  }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #p5lXNfyc1XP6w063c01gRLCF1dCqmiMh {  }
#bqqH2Taz5Zp52unQwKARoOausTEi897W { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dashed #ffbc42;border-left:0.25rem dashed #ffbc42;border-right:0.25rem dashed #ffbc42;border-bottom:0.25rem dashed #ffbc42;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.8125rem;width:55.9375rem;top:19.5625rem;left:1.8125rem;display:none; }
#uDntWouvJkwH17msyipcKE2uT74fqzaS { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.9521484375rem;left:1.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#LhMcx9AfGJgVglIwk2LXH7sF7DKIJ5gS { color:#000000;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.3125rem;left:0.9375rem;height:6.82470625rem;text-align:center;text-align-last:center;display:block; }
#qL2JE81NhNobDWFXNfIdvaRl7pAgJCAA { color:#000000;display:block;width:59.9345625rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:4.55016875rem;text-align:center;text-align-last:center;display:block; }
#uML2mJHtplANDf2MATnKuJ7SsLMs8kKL { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:5.53125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#CnM5FnTINSDVU7pSE5WELMWcsphQxORL { position:relative;display:block; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL { background-color: transparent; background-image: none; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row .container > .video-iframe-container { display: none; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row > .video-iframe-container { display: none; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .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); }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL { border-width: 0; border-radius: 0; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .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; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bq3PweMA8TDPzbW1xeKckryp6Mq76zgT { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6236875rem;height:3.0623375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1865234375rem;left:12.43408203125rem;display:block; }
#wtSt2EAMp8r4PwQkHV3PbZGn03Nmz2eJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIdUBidZDn7W9XHpPR6ChevZZaWAEeRK { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:exo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6236875rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:12.4365234375rem;display:block; }
#T1T1U1y97hc4diGZQF0I3G8C9zSoJH3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d3e;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; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:60rem;position:relative;display:block; }#PoPog7PmDHol7Ghp7Uf50thstdwDBVnT { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:38.8125rem;top:0.7685546875rem;left:9.33984375rem;overflow:hidden;display:block; }
#rtaWdKc9si4oLQfeNd8Cp5UPCg7k9TZr { color:#000000;display:block;width:27.4365rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.018718242645rem;left:15.028484344483rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#nvXexxzt10S9RHEzaQL1b10NfXWbk5hZ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.5625rem;height:1.625rem;display:block; }
#rX35NzcnHrwPlxVNqZUz8nCn5qVG1QzW { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5625rem;left:2.5625rem;height:7.79883125rem;text-align:justify;text-align-last:initial;display:block; }
#y07KGo5UB8JhFs8c08UWtJGMqmazGPe5 { color:#000000;display:block;width:30.999375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.875rem;left:2.5625rem;height:1.625rem;display:block; }
#aobJ4vD178WFEO7qlQcePmRfKDZ4HXXh { color:#000000;display:block;width:38.6240234375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:61.125rem;left:2.5625rem;height:3.25rem;display:block; }
#CrawtddA6aRFZHyvSlVNvsEtRFA8C1lT { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:51.8125rem;left:2.5625rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#WTwE2A4XhHmToX7byniP2RVA2SToFtxq { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:64.75rem;left:2.6875rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#wws7HA7wM8TO68FWEdwtXUuhLTK2qqay { position:absolute;display:block;z-index:14998;background-color:#000104;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:33.3125rem;top:19.514973163605rem;left:12.403972625733rem;display:block; }
#QF3H9kGGIg9ly3rp66Wuv8S4Z4LeXvlr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.4375rem;width:18.6875rem;top:50rem;left:36.9033203125rem;overflow:hidden;display:block; }
#ExwlK8ypR69ssnJMTAzNlH6VSamlhhBW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:61.125rem;left:35.75rem;overflow:hidden;display:block; }
#Jy128V2EFcCZQb31EpHH5Ir5agZIBu7M { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:19rem;top:25.067710876465rem;left:36.716148376465rem;overflow:hidden;display:block; }
#AhEMlvgGpkXpwmVdgbagic1F3Wky7UsX { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.455078125rem;left:2.5625rem;height:1.625rem;display:block; }
#MWTob9g0eftyWQopCET2mZZoAALcVmou { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.580078125rem;left:2.5625rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#egf4xGK9eSh453A6ygFfPTS5hiSADKmP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.75rem;width:18.625rem;top:36.65478515625rem;left:36.9375rem;overflow:hidden;display:block; }
#RgNTKsTy4FJcDTFBx8BlGN0z8IWyX2mK { position:absolute;display:block;z-index:14997;background-color:#fbfcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:75rem;width:56.375rem;top:0.76823043823244rem;left:1.4375rem;display:block; }
#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe { position:relative;display:block; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe { background-color: transparent; background-image: none; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row .container > .video-iframe-container { display: none; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row > .video-iframe-container { display: none; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .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); }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe { border-width: 0; border-radius: 0; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .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; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.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:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6236875rem;height:3.0623375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1865234375rem;left:12.43408203125rem;display:block; }
#knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0CXBRJPNm9VlUphxM0296uLH6LHKp8w { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:exo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6236875rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:12.4365234375rem;display:block; }
#aF0tRMlcM5rwy2m9pcXNHugV30Gztgn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuywXzWUCnTXywtOyI1bc84OblZGT7bH { 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; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container { background-color: transparent; background-image: none; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container > .video-iframe-container { display: none; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row > .video-iframe-container { display: none; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .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); }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container { border-width: 0; border-radius: 0; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#DFG6QTs9Is70EvpzHOiIpAsE8lrum6OM { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:7.4375rem;left:-8.9375rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#lF6nI7GkiCCl7ylDe5VCimarmkNPec7o { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.8125rem;width:50.375rem;top:3.25rem;left:27.1875rem;display:block; }
#fErBtBGcWu7TJiLtQTNypACfN0vE6iuy { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:-7.75rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#OmEBCSybV8JerU9ktvCaAy3PybINVIJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.249675rem;width:4.249675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.175128936767rem;left:19.650066375733rem; }
#NePuc4XbBTkOhZLhC26bi923BvtS4VEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container { background-color: transparent; background-image: none; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container > .video-iframe-container { display: none; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row > .video-iframe-container { display: none; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .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); }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container { border-width: 0; border-radius: 0; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#ml7I7ITXO0zEl8G2x9W3w430Qb4V1qqX { color:#000000;display:block;width:57.249375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1241989135742rem;left:0.43619918823242rem;height:6.33691875rem;text-align:center;text-align-last:center;display:block; }
#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh { 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; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container { background-color: transparent; background-image: none; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container > .video-iframe-container { display: none; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row > .video-iframe-container { display: none; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .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); }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container { border-width: 0; border-radius: 0; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#K09m7VceZQXrFWgp2DWHCpA8Uz63rfAR { color:#000000;display:block;width:57.249375rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:1.37451171875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#ZxyNN9cTWMQU9gT4GE4LDOU1rVhfR4q4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:14.0625rem;top:12.70166015625rem;left:23.5625rem;overflow:hidden;display:block; }
#gCiZDJsgEopbf3pGWoZpekcTuJNfh5JT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.25rem;top:12.42041015625rem;left:41.935546875rem;overflow:hidden;display:block; }
#WwSfXeITSCwua9LMzLDq0oMOfUGRw2z7 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.89453125rem;left:0.87483787536619rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#z9QXgUqg45KT8Hn8tUERatyN7TR5kyJ6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.954427242279rem;left:0.33984375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#aVF4ce8HSTfoQHhReenNi2Z1MbtGsH01 { color:#000000;display:block;width:18.8745rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.894530296326rem;left:19.812335968017rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Afz0IA08iNXTVLfNNDt4rVRyFKA8J9NB { color:#fa0048;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.14453125rem;left:20.03125rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#NKpydOUCKK2nLdXouByo8BarbddcqCHO { color:#000000;display:block;width:16.8111875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.894532680511rem;left:41.893226623535rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xtICdNET56H3Kc7psxRSP16kmsSFva5D { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.144532680511rem;left:40.75rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#dXMlTRz8i8FfE0aIWuVT00LkPExuIptv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5612rem;width:6.875rem;top:10.285156488419rem;left:33.958335876465rem;overflow:hidden;display:block; }
#e4puwToJEyq3bZGEttkHwxNNiF16QAVk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.1875rem;top:12.097981691361rem;left:0rem;overflow:hidden;display:block; }
#Kg8L1b9J3253NZmcJ3GDTx1ILo2X1hnp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.9375rem;width:13.0625rem;top:13.29541015625rem;left:24.125rem;overflow:hidden;display:block; }
#UzJf8lkmb6t1Bb5TrxRFWv01uIXpmiva { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.25rem;width:57.9375rem;display:none; }
#ct4AZtLn03c8RSvsR20LseLNRTKFTA9E { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19rem;top:11.545139193535rem;left:40.811630249024rem;overflow:hidden;display:block; }
#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo { 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; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container { background-color: transparent; background-image: none; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container > .video-iframe-container { display: none; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row > .video-iframe-container { display: none; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .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); }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container { border-width: 0; border-radius: 0; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#i0rEAkDgEQQ1RJCPa92BW10QFsL3o8Mn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dashed #ffbc42;border-left:0.25rem dashed #ffbc42;border-right:0.25rem dashed #ffbc42;border-bottom:0.25rem dashed #ffbc42;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.0625rem;width:55.3125rem;top:0.80891895294187rem;left:2.16552734375rem;display:block; }
#wmB0p3tMUB7biXBlt9s5dLMLfcuHTwsl { color:#000000;display:block;width:55.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:4.6845703125rem;left:2.291015625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#nXKylRKZptDIXIXPoIADkv7lL5cPxwbL { color:#000000;display:block;width:57.249375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8733720779419rem;left:2.7506523132324rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#UDZm9C51aW4uFaVOmQo9Up8aSbRQwrte { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.0126953125rem;left:0rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#QZi7meIV2nBn1o1pNSPJEtANamk9hesq { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.43685rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.746255874634rem;left:11.884765625rem;display:block; }
#XQTXwpOxECapqMvMwAKK9lkET4q8VvQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8JWxI7dDRAJMa787bzXZXCMspem1Wqc { position:absolute;display:block;z-index:15003;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.187174375rem;width:18.75rem;top:14.078765869141rem;left:28.622234344483rem;display:block; }
#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d3e;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; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container { background-color: transparent; background-image: none; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container > .video-iframe-container { display: none; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row > .video-iframe-container { display: none; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .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); }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container { border-width: 0; border-radius: 0; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;position:relative;display:block; }#KO4XuJTduHTRkQwAfnPJLNhvfr9Fwp8F { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:44.3125rem;width:34.9375rem;top:12.001953125rem;left:24.99951171875rem;display:block; }
#UdnRubXEn687vIoeCtpqRQrl8uAWDgZI { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.862847328186rem;left:26.310764312744rem;height:;text-align:left;text-align-last:left;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; }
#dzqHhmRTffiCNPzLT237nUaiPwyKeLcT { color:#ffffff;display:block;width:32.0621875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:13.74755859375rem;left:26.71826171875rem;height:;text-align:left;text-align-last:left;display:block; }#dzqHhmRTffiCNPzLT237nUaiPwyKeLcT li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzqHhmRTffiCNPzLT237nUaiPwyKeLcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#kQOTIsQh9VJ4UUOTroCSuGa5qD1S8aQf { color:#000000;display:block;width:57.249375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0619983673096rem;left:1.37451171875rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#bxJpNUNfSun57BbZAdF2PgXG1IKQwGtk { color:#000000;display:block;width:57.249375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5436201095581rem;left:1.375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#HwnVfuRDI1Ow7FOtgczKUHqA5aWRUhfn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:22rem;top:13.747396469116rem;left:1.6388893127441rem;overflow:hidden;display:block; }
#JOWUK77MviSkeHKEK7rhqc6W3ICrDBQW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.5rem;top:27.65798664093rem;left:1.8888893127441rem;overflow:hidden;display:block; }
#tyv24d34IZIlx3zQIBHI4GbAfTK8pQ3w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:21.875rem;top:43.432293891907rem;left:1.6241321563721rem;overflow:hidden;display:block; }
#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE { 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; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container { background-color: transparent; background-image: none; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container > .video-iframe-container { display: none; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row > .video-iframe-container { display: none; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .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); }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container { border-width: 0; border-radius: 0; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:60rem;position:relative;display:block; }#NuH3vPyriClodK51CngogrxaQ32aNp2J { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4373359680175rem;left:-8.9371738433837rem;height:14.625rem;text-align:justify;text-align-last:initial;display:block; }
#tAw5wAIe96cDhGeQSgSw2C5I9qKw2Fy3 { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:4.6240234375rem;left:14.1572265625rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#erTQhv0Zq3w3uqDA98hfV3JqS379Oyuh { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.93359375rem;left:14.1884765625rem;height:6.09375rem;display:block; }
#sg6o5VeanWGJVnz7f6e9HQ3BSdpOdVoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.249025rem;width:4.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.8740234375rem;left:5.462890625rem; }
#hFgw2zr9uMMornk0TAb68Xo3bQVyQkW5 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.69921875rem;left:14.1884765625rem;height:13.125rem;display:block; }
#ZNuLngC5VWVWS9ck1umcOxgg591VFhZS { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.5rem;left:14.2197265625rem;height:6.8247rem;text-align:left;text-align-last:left;display:block; }
#a1kbs8TeS3BcOkNwSk1CQXCOXyfZQa9c { position:absolute;display:block;z-index:15004;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.18652375rem;width:11.875rem;top:8.57421875rem;left:29.34375rem;display:block; }
#BxiTvdSWo1XH1xcmxBsk8kkot0eThPTt { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.74609375rem;left:14.1884765625rem;height:10.15625rem;display:block; }
#cSyWyhEE5QGWAqs4fh53AzmpBu4u2ZmG { box-sizing:content-box;height:12.125rem;width:47.5625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80a9b2, #699ca7);background-image: -moz-linear-gradient(180deg, #80a9b2, #699ca7);background-image: -ms-linear-gradient(180deg, #80a9b2, #699ca7);background-image: -o-linear-gradient(180deg, #80a9b2, #699ca7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9b2', endColorstr='#699ca7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9b2', endColorstr='#699ca7' );";background-image: linear-gradient(180deg, #80a9b2, #699ca7);background-size:auto !important;top:39.88671875rem;left:12.34375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { background-color: transparent; background-image: none; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container > .video-iframe-container { display: none; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row > .video-iframe-container { display: none; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .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); }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { border-width: 0; border-radius: 0; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9505186080932rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1718769073486rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container { background-color: transparent; background-image: none; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container > .video-iframe-container { display: none; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row > .video-iframe-container { display: none; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .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); }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container { border-width: 0; border-radius: 0; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#x9sXOaL5mpxpxh9Gv947neTyy18EOn7G { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:11.8125rem;left:7.5625rem;height:1.900025rem;text-align:left;text-align-last:left;display:block; }
#pIoaNQJe61mvGCCP4BiCtCsyz3BCPUwb { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.734375rem;left:7.421875rem;display:block; }
#f1b7sNJ7PlgEd3nmLpVAeg0Kd69NrW2T { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:2.0295143127441rem;left:7.421875rem;height:3.7998rem;text-align:left;text-align-last:left;display:block; }
#HCO492iXh41XVm2yzlZZZGUmxHQDnqCM { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.734375rem;left:7.421875rem;display:block; }
#URcZ27J6qxO1cExoaKn89v5dpBqEoaPl { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:7.7092018127444rem;left:7.421875rem;display:block; }
#fES8dugnRrJkTXEfTo0pwAUk7IyLSwch { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:13.625rem;left:7.5625rem;display:block; }
#vvX7aGy50ebU3duiDCac3wo5SF3qUmD1 { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.4375rem;left:7.5rem;display:block; }
#ndAxg5xq4C197CTzKaUz2KF5D9c7JlQs { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:17.3125rem;left:7.5625rem;display:block; }
#PaoEtTmps31XoWLA5T2f1kKS3BZUTquH { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:19.25rem;left:7.5625rem;display:block; }
#bBR9n3IKqnSAKhRU3WKcUlhM77V7LckG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.3125rem;width:15.0625rem;top:2.02880859375rem;left:39.671222686767rem;overflow:hidden;display:block; }
#Vp6BfklQGsqx2kewh0R1uEhN1mfRhk9U { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:3.9162368774414rem;left:10.374710083007rem;height:5.6997rem;text-align:left;text-align-last:left;display:block; }
#m8SS1zeykaKaD5K7J8knbpVLDnUlw2K0 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.699652671814rem;left:10.5625rem;height:7.5996rem;text-align:left;text-align-last:left;display:block; }
#l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:24.165851593017rem;left:4.4889335632324rem;height:;text-align:left;text-align-last:left;display:block; }#l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 li:before{  }
#cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:26.063638687134rem;left:7.421875rem;height:6.7363125rem;text-align:left;text-align-last:left;display:block; }#cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#Jdgf39hEZrDHJ50vvCg8ykaxTHnUOgQq { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.5771484375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKdCczCETiutafU8PelZn7u4xKwS91Ep { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.82666015625rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is.adaptive-delivery-prevent-bg, #WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is.lazyload, #WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is.lazyloading { background-image: none; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container { background-color: transparent; background-image: none; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container > .video-iframe-container { display: none; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row > .video-iframe-container { display: none; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .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); }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container { border-width: 0; border-radius: 0; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:60rem;position:relative;display:block; }#s789gcO4T61zZNZTIDyZnkDWwAQcHiwr { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.186875rem;height:4.1870125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:53.060708999634rem;left:13.96728515625rem;display:block; }
#mRka8IxzpQXpqRWcZnIaSmSEqdyNpfTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMkF7fexARtJK9SWrSEUDs3nQadxvqP6 { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:48.272296905517rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqFTT0Saih95AxTbEKcPEJAyM49PIyGI { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:24.875rem;left:37.5rem;height:7.436525rem;display:block; }
#lLGzWxU8kvB8JcmydC9siXDfV2mxiVEO { box-sizing:content-box;color:#19e3db;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:15004;top:14.25rem;left:33.5rem;display:block; }
#sTAINOzsZwiK0PfqD1uZFqWwMkRc1mb2 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:14.25rem;left:5.75rem;height:8.92380625rem;display:block; }
#qRP5ZkRyOu9NoAMJQ595AF4aInsmqZFw { color:#000000;display:block;width:21.936875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:14.25rem;left:36.625rem;height:5.94970625rem;display:block; }
#TzC4z92voR710d3DifF4KDeJx7uIq2C3 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.0623397827149rem;left:5.8746757507324rem;height:7.436525rem;display:block; }
#RdnTMpekOmpk74z4Xlq8yTEITWx5Cbnz { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:36.25rem;left:36.875rem;height:5.949225rem;text-align:left;text-align-last:left;display:block; }
#x9TPGMPwHGyRcxIzGQClT5nkse3T3nlA { box-sizing:content-box;color:#19e3db;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:15002;top:35.875rem;left:33.8125rem;display:block; }
#llPlmbHOspTLAUTTk5eKRRSB13nTv8P3 { box-sizing:content-box;color:#19e3db;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:15004;top:2.625rem;left:33.5rem;display:block; }
#rwOZrUzG2zkNbMbtDlcKc3pgbaEB3IhH { box-sizing:content-box;color:#19e3db;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:15003;top:24.875rem;left:34.1875rem;display:block; }
#cwvul75RRMeTyNRUFdD0et7JAFLAVoim { box-sizing:content-box;color:#19e3db;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:15001;top:3.0615234375rem;left:2.62451171875rem;display:block; }
#bthUMeikeQXycdzQ6koIDcvqh0eiNPtb { box-sizing:content-box;color:#19e3db;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:15002;top:13.875rem;left:2.75rem;display:block; }
#EWBBJ7PM1O2oWeCfuCtzXTVT85WqfmTO { position:absolute;display:block;z-index:15002;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5rem;width:25.875rem;top:23.9375rem;left:33.6875rem;display:block; }
#I07bKxGtSgSRwxT267DAZTUUpALEecLo { position:absolute;display:block;z-index:15003;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.499375rem;width:25.9375rem;top:13.6875rem;left:33.5rem;display:block; }
#KXJuTSTrw6TM9TiT1dna9ElD2bKJReKB { position:absolute;display:block;z-index:14999;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.1875rem;width:25.9375rem;top:1.875rem;left:2.1246757507324rem;display:block; }
#z695bRkapti6wd0adR9o96Z03NGxIJRa { position:absolute;display:block;z-index:15000;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.625rem;width:25.9375rem;top:13.1875rem;left:2.125rem;display:block; }
#vBKDURkX0qKO8Swi24R14Nr24l8i0yQB { color:#000000;display:block;width:20.437rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:37.4375rem;height:7.436525rem;display:block; }
#aliXBI1PBo3Uiex3fN9fevZAr6y9X2wC { position:absolute;display:block;z-index:14998;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.125rem;width:25.9375rem;top:35.25rem;left:33.5625rem;display:block; }
#b2LDe0FysTUyMixNXkO9iqLc6M67fJaM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.8745rem;width:31.9365rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#rNNpgyBTTZtzGOhHkKOZoWR9div37eOJ { position:absolute;display:block;z-index:15001;background-color:#eeeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.125rem;width:25.9375rem;top:1.875rem;left:33.5rem;display:block; }
#pZKBELNOINruARfg3DJSAK99wxzc3Bck { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:22.160643100739rem;left:0rem;display:block; }
#dUyS58zrOZl5SdIgxq5G4KbQuDZ8TbpJ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:28.125rem;left:12.4375rem;display:block; }
#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { background-color: transparent; background-image: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container > .video-iframe-container { display: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container { display: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .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); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { border-width: 0; border-radius: 0; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.1692714691162rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9930572509766rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XD71VbytWD61iazgDfkuvzCoCJvBHCNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container { background-color: transparent; background-image: none; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container > .video-iframe-container { display: none; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row > .video-iframe-container { display: none; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .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); }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container { border-width: 0; border-radius: 0; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#GNpxTW9qrT5KT7k4OhmBgOPi4WqLrPeA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:13.3125rem;width:12.4375rem;top:0.90625rem;left:1.1085071563721rem;overflow:hidden;display:block; }
#V9wyXSs6kGAHF2AhaZZ0a6LXZFgo3zFk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8315973281861rem;left:15.798610687256rem;height:1.4624rem;display:block; }
#EEtnxme7DQvt3uWmEDI4MxGIepAKu2zd { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9713544845581rem;left:15.798610687256rem;height:9.0986375rem;text-align:justify;text-align-last:initial;display:block; }
#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container { background-color: transparent; background-image: none; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container > .video-iframe-container { display: none; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row > .video-iframe-container { display: none; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .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); }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container { border-width: 0; border-radius: 0; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#DDeanCsUm7p6BlUSiBk5bmawvsSRBUwy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:11.8125rem;width:12.5625rem;top:3.4684753417969rem;left:0.98958301544187rem;overflow:hidden;display:block; }
#Tif5Il0wADLQ3bZhPiOiIwt5CzmDcFad { color:#000000;display:block;width:12.49925rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5682678222656rem;left:15.797164916993rem;height:1.4624rem;display:block; }
#SAvrT20SU2dJba0TUEsOMNbX5c414FoU { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7536106109619rem;left:15.797164916993rem;height:11.698225rem;display:block; }
#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(180deg, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(180deg, #00c2cb, #7c2ae8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container { background-color: transparent; background-image: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container > .video-iframe-container { display: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row > .video-iframe-container { display: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .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); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container { border-width: 0; border-radius: 0; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#IJLlLWI3PLoqTOJvep0TGS9Oux35R83X { color:#234446;display:block;width:56.25rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8055553436279rem;left:3.6875rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { color:#050b26;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5364589691163rem;left:0.78125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#ONIoWyAfk5EDE3QVfMdKxlATp2kXTaTM { box-sizing:content-box;color:#000000;font-size:4.5rem;font-weight:400;line-height:1;height:6.4998125rem;width:6.624375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:2.09716796875rem;left:6.2337245941162rem;display:block; }
#UDGc9vg1pemqd2c9L82XHXNyciuCUn0l { color:#050b26;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.78125rem;left:1.5625rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#taF9QivaAba1a3QVugsmhJNWH9ekvz9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { background-color: transparent; background-image: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container > .video-iframe-container { display: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container { display: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .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); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { border-width: 0; border-radius: 0; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#n9awy7vWFx0WaMeJbpCzRrDnOOohd3fy { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.6866321563721rem;left:0rem;height:3.00598125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.adaptive-delivery-prevent-bg, #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.lazyload, #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.lazyloading { background-image: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { background-color: transparent; background-image: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1e2154; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container > .video-iframe-container { display: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1e2154; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container { display: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .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); }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { border-width: 0; border-radius: 0; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI::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; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#oUwL9nt7VkctXlo7xKbEvSdSIHCTi561 { background-color:#7f3bb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4373125rem;height:4.12435rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.925943851471rem;left:10.2685546875rem;display:block; }
#HOtR8a4MOGWgAbVRfcuQdEwZH0B5X8KT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQmNhktyOCiIg4EJ0AC9LzF8aI0ZE7Ib { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3123125rem;height:4.1870125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.910319000483rem;left:15.343425750733rem;display:block; }
#IE7XpgtCMnykn3mpcizNRoSLfNXAGBqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m32iZEdFat659VaAGOkdq1LTwNxxZNqb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.6875rem;width:19.3125rem;top:0.3427734375rem;left:40.270249852594rem;display:block; }
#B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5625rem;width:19.0625rem;top:0.4677734375rem;left:20.613161528716rem;display:block; }
#R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8125rem;width:19.5625rem;top:0.3427734375rem;left:0.38058207947531rem;display:block; }
#em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:27.601724624634rem;left:2.8743495941162rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.6875rem;width:18.8125rem;top:11.594237804413rem;left:40.863445281983rem;display:block; }
#NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:27.552082538605rem;left:22.874347686767rem;height:1.900025rem;text-align:center;text-align-last:center;display:block; }
#GuLOtWPklsWzM42rs3UiUy8myTTckd28 { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:27.602537631989rem;left:42.874347686767rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:41.624347686767rem;height:14.297875rem;text-align:left;text-align-last:left;display:block; }
#Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { color:#000000;display:block;width:17.4373125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:21.280925750733rem;height:12.9980625rem;text-align:left;text-align-last:left;display:block; }
#VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.6873125rem;width:18.811875rem;top:11.593424320221rem;left:20.59326171875rem;display:block; }
#okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:1.6243495941162rem;height:14.29784375rem;text-align:left;text-align-last:left;display:block; }
#FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.6865rem;width:18.811875rem;top:11.722818851471rem;left:0.59326171875rem;display:block; }
#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { position:relative;display:block; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { background-color: transparent; background-image: none; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container > .video-iframe-container { display: none; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row > .video-iframe-container { display: none; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .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); }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { border-width: 0; border-radius: 0; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .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; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .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:31.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { color:#234446;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9973958730698rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.62890625rem;left:1.375rem;height:11.375rem;display:block; }
#XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11rem;top:11.967882156372rem;left:46.875003814698rem;overflow:hidden;display:block; }
#zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.25rem;top:6.9678821563719rem;left:46.750003814698rem;overflow:hidden;display:block; }
#vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 2.5rem rgba(177,193,194,0.37) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:4.186525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.2470703125rem;left:13.4375rem;display:block; }
#fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { 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; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { background-color: transparent; background-image: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container > .video-iframe-container { display: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container { display: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .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); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { border-width: 0; border-radius: 0; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.4027776718139rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { 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; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { background-color: transparent; background-image: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container > .video-iframe-container { display: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container { display: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .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); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { border-width: 0; border-radius: 0; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:60rem;position:relative;display:block; }#O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.437rem;width:25.1245rem;top:51.685382843017rem;left:3.4513359069824rem;overflow:hidden;display:block; }
#iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { color:#000000;display:block;width:26.7496875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:15.675456047058rem;left:1.8855800628662rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.1875rem;width:24.1875rem;top:4.2387156486511rem;left:33.798610687256rem;overflow:hidden;display:block; }
#ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:15.677083015442rem;left:33.611110687256rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#COqUTFZokEhMwTTZhURD9SsHiUTREuZp { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:1.8940973281861rem;left:5.953125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:1.9531221389771rem;left:35.923610687256rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:48.9375rem;left:1.875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#wcFS9No1ve40H2uwl1bsAWECN79XgoTG { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:63.6875rem;left:2.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#umq6qAefq8R2TA7GdZuRvorHXxRgorJD { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.9375rem;width:22.1875rem;top:26.592881202698rem;left:34.986110687256rem;overflow:hidden;display:block; }
#Sq341zLlZFukb65aOGCyhevHxLlt3CMa { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.280382156372rem;left:32.453125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:37.500000953674rem;left:34.236110687256rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#asxuw2Km4JM93zZap8pW4HppRZEcK21V { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.125rem;width:23.75rem;top:26.436631202698rem;left:4.078125rem;overflow:hidden;display:block; }
#RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:37.562500953674rem;left:3.4375rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#wWvxdsSMfw6k6vOJLntn39k3gciA44wS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.8125rem;width:23.125rem;top:51.500001907349rem;left:34.579860687256rem;overflow:hidden;display:block; }
#QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:48.936634063721rem;left:32.436630249024rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:63.68750190735rem;left:32.923610687256rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 2.5rem rgba(177,193,194,0.37) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:4.1870125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:73.162431716919rem;left:13.4375rem;display:block; }
#Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.8121875rem;width:21.7496875rem;top:3.92578125rem;left:5.1375331878662rem;overflow:hidden;display:block; }
#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT { 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; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container { background-color: transparent; background-image: none; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container > .video-iframe-container { display: none; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row > .video-iframe-container { display: none; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .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); }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container { border-width: 0; border-radius: 0; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#TWTIBT7GB5JbCvi3bOHAvcOnf1TT7y1N { color:#234446;display:block;width:59.9980625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2SCUQXK3s9TDhRTi8E2aJfevf5XuvV1 { color:#234446;display:block;width:59.9980625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEQ2dJIo2xWQwyRrHDkBTWhi7OZPJgmm { color:#234446;display:block;width:59.9980625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:19.44921875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um9AtlzskvJGkKmwh3GJDCfzBDEkhcE4 { color:#234446;display:block;width:59.9980625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrhXTah67PhyLgNEK3LhXXOs70bgAUCG { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.24544375rem;width:17.99725rem;top:38.837014198303rem;left:21.0009765625rem;overflow:hidden;display:block; }
#SGbHa9togIlUJOp2p1dUhqkwlB5yT5UK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:36rem;top:0.62744331359863rem;left:11.84326171875rem;overflow:hidden;display:block; }
#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container { background-color: transparent; background-image: none; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container > .video-iframe-container { display: none; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row > .video-iframe-container { display: none; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .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); }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container { border-width: 0; border-radius: 0; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#wNFHSSc3XDkSTIi8xlsuEW6PIhPWsQqQ { color:#234446;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.5625rem;left:0rem;height:5.03723125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rET4k4US1y3GGCohtQmrR6eObBdyU1KW { color:#234446;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.599609375rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owtowdPGGcEhtK43xL0JFupSPDmshCAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4e1;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; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { background-color: transparent; background-image: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container > .video-iframe-container { display: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row > .video-iframe-container { display: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .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); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { border-width: 0; border-radius: 0; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { font-size:0.875rem;font-family:arial;height:92.4375rem;width:60rem;position:relative;display:block; }#PsA9Qe87VHRKnEZUPvQ6LTTwFg8ObT14 { color:#ffcf66;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15159;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.75rem;left:-11.4375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxB0DgniA2phR6Tb6yWZoxXF7zrqehWB { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:27.375rem;left:-9rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#oPZlTM5HlwH47Ub8EBoNQB6TZ9TSEZ6t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:27rem;left:-11.625rem; }
#g6DnAeTrc5bSZRU2oohhHp2GywNPTkb6 { box-sizing:content-box;height:88.25rem;width:21.125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:2.5rem;left:-11.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MMsaDWVzArevFn2cgE8zX96nTRRePkzH { box-sizing:content-box;height:59.375rem;width:19.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.9375rem;left:40.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#pTEKFq8TWy0M7Hh079TxaQx1WfbRfTS9 { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:87.125rem;left:-9.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QD1sPZOg14F3M2BiFfO01kk3bcaSpVWy { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:20.9375rem;left:-9.1875rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#VAhrLXHyTtvfsJ5cUZibiU7EusbUEAuf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:20.5625rem;left:-11.625rem; }
#TgGXauSK7eWnStxMUNRp1BD74O7RbSPB { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:73.9375rem;left:-9.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#y4RJq2ZHvoAxyh2kHvBoaXa1Exu8MTrJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:73.75rem;left:-11.4375rem; }
#fG4rnJ0l14bTkC5oyb4lX3CLJWkAXrgk { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:47.9375rem;left:-8.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#XCuImyCgI1V0QKwbtIqHsALdfywQuQOE { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:32.5rem;left:-9.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#t0ApUnrktnvOmx3xXPaLKz5KguBxog5o { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:69.5625rem;left:-9.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wcAQZLsLRoDbXfGKvQQoenSntdy3MBUy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:69.125rem;left:-11.375rem; }
#MQkBHM4aa9HspXq04Kk8sDTe0JcmCiLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:32.1875rem;left:-11.5625rem; }
#kexnqiTxvWT474mhwdXeOvJ3cyhX07QL { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:41.875rem;left:-8.875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#TIvTV3PmocnA2RPsxNmu8d0MtgBI1UsM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:41.6875rem;left:-11.75rem; }
#elD9fWTTbsJM1CHsw08edHmqSsCH4feT { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:53.8125rem;left:-9.3125rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#kDVioaJWzp4LnTeuRwSbbbnJDIBCID7V { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:53.6875rem;left:-11.5625rem; }
#bpxBKnWqutLyi7RuevdhL445wFSD0aUE { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:38.8125rem;left:-10.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#fhL3TJc2dcRCCDsxgrFaOORtVm9CmU2y { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:62.8125rem;left:-9.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Q1LPVEi4HrH4oAZmydT5XQXzpxTAnpU2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:62.6875rem;left:-11.5625rem; }
#pM2vKsNhbtxbqTo0LhDUNAlSdNAqiTXN { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:78.9375rem;left:-10.9375rem;display:block; }
#ngLZlpaTFIeTRb3kTZZSfZHIEOFevkos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aqys48FsxRGx4xtvIR826OXJgFWweotS { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:82.8125rem;left:-10.8125rem;display:block; }
#kQD30nWdH4Abvn6hDrGBkSqsJZXdFWTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVaQbgsSmhr9x1rV2NMvkaz73BNVdRJT { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:13rem;left:-9.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#d2UhvDOf06DL20XhDxvgEe4PvtgOXfhD { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:14.6875rem;left:-9.25rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#dHvS1Kum6TD9RAWOdUVChscdrT6ztNw8 { box-sizing:content-box;height:8.125rem;width:21.1875rem;position:absolute;display:block;z-index:14996;background-color:#00035a;background-image:none;top:11.125rem;left:-11.75rem;display:block; }
#C9aG36uTAyivQJrPT0MAkSMyaNT1NRim { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:48rem;left:-11.5rem; }
#JkCG7lVM8lyFUhfHbKC7ICJSMqgb0DTg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:52.1875rem;left:0rem;display:none; }
#qJSv0JM9LqTIqEW51mikS7OnT4lXOB9A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:41.6875rem;left:-0.0625rem;display:none; }
#sIpisxLcDCgnk8IZVUQoRuO6ycZER3wA { box-sizing:content-box;height:88.25rem;width:20.5625rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:2.5625rem;left:9.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lS00odXurKA9TBJC6XXCfW0qpH9E05Bo { color:#ffcf66;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15196;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.9375rem;left:12.125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pa3xaxs5JOIgfHRwXo2D25V2DHQgwyLQ { box-sizing:content-box;height:8.125rem;width:20.75rem;position:absolute;display:block;z-index:14994;background-color:#00035a;background-image:none;top:11.125rem;left:9.75rem;display:block; }
#V3v4H2TBbsa9GxGGdC9cGLJ563ToSxvV { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15204;line-height:1.3;letter-spacing:0;top:27.5625rem;left:12.375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#lSHzmfQMGyf8d1bH9LXXxtmklLzcb7GL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:27.5rem;left:9.75rem; }
#bukxdbJIZ1BZJkNdkkqpiiwGr2TVvTRf { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15211;line-height:1.3;letter-spacing:0;top:21.125rem;left:12.5rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#voNTHgtxTLgqlIW4CZo3ZoF3r3KoOMio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:21.0625rem;left:9.75rem; }
#yJnAotEdgzJ0XGcocK8gWZOgWRGXHsVL { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:block; }
#TND2yTCDm83nb6opLbXMJEWbd5DazNfl { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#g8DuSU6mGDP1lO3NUDSWFvv0tKH1uD17 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;top:31.875rem;left:10.6875rem;display:block; }
#f7vB5rThPmZC4l5OoB2rqlesFIl9ps5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:32.625rem;left:9.75rem; }
#A2nb6CCZ0qpZzRT8VUMJ17gM505yEreL { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:none;top:37.8125rem;left:10.6875rem;display:block; }
#oaXEgyrBsuGK5LsFJyR5iDundk7LvV3V { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15235;line-height:1.3;letter-spacing:0;top:39rem;left:11rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#zOQpIEQyflTEm86JriUNcPSU5AldznTa { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15225;line-height:1.3;letter-spacing:0;top:48.125rem;left:12.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RmwJzpNMv98FZyc2a4VDN058NxTMg0F4 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15227;background-color:#e3e3e3;background-image:none;top:46.75rem;left:10.6875rem;display:block; }
#dHOEPC7gJQhT98DiM7pqrMgrRTRWFJog { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15234;line-height:1.3;letter-spacing:0;top:42.0625rem;left:12.5625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#SCPyk2SWpkpBUGc5uWFZTScgUtpGEuXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:42rem;left:9.9375rem; }
#k5X86Qwbc4bFSaKmAr1tp1SO9u868TTA { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15234;line-height:1.3;letter-spacing:0;top:54rem;left:12.25rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#hDFGyPOHNhG3wzOQO34o9qt31qHOtIE8 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:none;top:52.625rem;left:10.6875rem;display:block; }
#J9XNQm2K8306ML4DGMfgMLGbVd12lOLZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15250;opacity:1;top:53.9375rem;left:9.75rem; }
#PPvUrhA6ENfOgdckbb0eGKoxLMS4VNDZ { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15243;line-height:1.3;letter-spacing:0;top:63rem;left:12.3125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#F7STRIhQxG0kfGGvpZ2oLlCDvfdqiXh4 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15245;background-color:#e3e3e3;background-image:none;top:61.625rem;left:10.6875rem;display:block; }
#iBykfz3VUsAH480TIxiK2ZRNb9bTwxBs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15259;opacity:1;top:62.9375rem;left:9.75rem; }
#GTD1PtRTwpS9zDugwdovgthr9DbgqLl3 { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:74.0625rem;left:12.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#r6tpTAqLaHhNikiWnSkbPZtJM95xXXWo { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15252;background-color:#e3e3e3;background-image:none;top:72.6875rem;left:10.6875rem;display:block; }
#i7BUSxERrnoJ0vdyFWVCJFuHCcMqprWS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15250;opacity:1;top:73.6875rem;left:9.75rem; }
#VoAFvQFyVqyHh3miLoHneGbG0WnyArKZ { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;top:67.9375rem;left:10.75rem;display:block; }
#bXN9K7aExxoD490awCynXK05Fw81nvAF { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15237;line-height:1.3;letter-spacing:0;top:69.75rem;left:12.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kP0o6w3BkHudvdy5JQd6cVZWCsTKS9yW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15237;opacity:1;top:69.3125rem;left:9.75rem; }
#rJzxfaN2D4uX2NLJFW8LNX01L1Zk0tTy { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15238;background-color:#e3e3e3;background-image:none;top:76.75rem;left:10.6875rem;display:block; }
#eLa8n6lUr9nJc9fK5IioTliUSeet7BZp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15226;opacity:1;top:48.25rem;left:9.75rem; }
#NJU9G1nrG3di96fAmQBOb5Sh7qObhE1M { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0.75rem;left:52.34375rem;display:block; }
#UTfFKeMbGIsABVPb2grSgPdudHnFneO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kS82M4SP2aKALfACTKFHI5FQcX2JP8SI { box-sizing:content-box;height:88.4375rem;width:20.8125rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:2.4375rem;left:51.09375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fBQm0FeCRG0kl33lOJ0TAvQ9ma2T7qhC { color:#ffcf66;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15199;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.5625rem;left:50.28125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvWiBBDKgIXWBofutuirQ7o5SqfcEunW { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15226;line-height:1.3;letter-spacing:0;top:32.1875rem;left:53.59375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#zsUv2DBL9hyGEPODpf4ucL3E9CMNI1eF { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;top:31.3125rem;left:50.34375rem;display:block; }
#Fpbop94Lhh7x5pOvVzNzENFE76MGxxa3 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15225;line-height:1.3;letter-spacing:0;top:27rem;left:53.84375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#FDGWSeAdwKUMETRmDKqu1VzML3qlTPUb { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15226;background-color:#e3e3e3;background-image:none;top:25.6875rem;left:50.34375rem;display:block; }
#guL1BLcWlalSLhRDTmbsLmJ9dPKm7d5O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15228;opacity:1;top:20.3125rem;left:51.21875rem; }
#tzloFFqZPxEuMf4urcZn2gfVwoPNDPnG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15230;opacity:1;top:27.125rem;left:51.21875rem; }
#KfkCFTOJIzyqCVNaShelC8uOIBoK5Gsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15231;opacity:1;top:32.0625rem;left:51.34375rem; }
#t5MNud7B2A5tWVTSuiopMagI12XppITi { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:20.5rem;left:53.78125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#WTOhk00l3ON73t74UmZDqopG7x78h9Ne { box-sizing:content-box;height:0.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15209;background-color:#e3e3e3;background-image:none;top:10.1875rem;left:50.65625rem;display:block; }
#S9yHgVg8XJCntmiFyllD5QBGb7K3dc94 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:14.3125rem;left:53.21875rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#s3TLOml0cuVNT2fcwnxcSTi82PFwUV4w { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15215;line-height:1.3;letter-spacing:0;top:12.625rem;left:52.53125rem;height:1.7871125rem;display:block; }
#zeVa7icco0QmbFX7XwTTztizJkbs803s { box-sizing:content-box;height:8.25rem;width:20.8125rem;position:absolute;display:block;z-index:15036;background-color:#00035a;background-image:none;top:11.0625rem;left:51.09375rem;display:block; }
#f5S5yzyiCisx3iMI2I9WmVrQ0n16gV80 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15229;background-color:#e3e3e3;background-image:none;top:46.3125rem;left:50.34375rem;display:block; }
#hLhsIHz07AwM2pVq0ZKb2TcyQeQWy5tT { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:47.625rem;left:53.59375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#VBLbOzywOAfAxotoQaR0nsNZgkTIZiA9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:47.5rem;left:51.15625rem; }
#n9o9G8i6MfH3yGWETc4PBKQfWxlaBfSX { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15238;background-color:#e3e3e3;background-image:none;top:37.375rem;left:50.34375rem;display:block; }
#CtPE9NbEvH8giaPRoJuOgUFL6thwlyu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15236;opacity:1;top:41.4375rem;left:51.15625rem; }
#cLZwXE0fQ8HKu0PBubgPn2utFET2H42C { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15236;line-height:1.3;letter-spacing:0;top:41.5625rem;left:53.46875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#fX4ismFMTUpUvT71mbrVIdk5nEGfgyS4 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15236;line-height:1.3;letter-spacing:0;top:53.5rem;left:53.46875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#pxT5l390RmDPI6oFqnOGCofmpHlrTd4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15236;opacity:1;top:53.375rem;left:51.15625rem; }
#N7AJC9UXRuocnLKZQes6e2tSUawAVfIo { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15238;background-color:#e3e3e3;background-image:none;top:52.1875rem;left:50.34375rem;display:block; }
#H2mb3HyJUeXGnTcmnIZk2zCdumhsOUHB { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15238;line-height:1.3;letter-spacing:0;top:38.4375rem;left:52.96875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#ZdGnT3ewpTAuoPah91AgQWN3QZFHVt9n { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15230;background-color:#e3e3e3;background-image:none;top:67.4375rem;left:50.34375rem;display:block; }
#L1W1aVPoig9G2XNJb5PNZ9plT7AyRpOC { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15232;line-height:1.3;letter-spacing:0;top:69.3125rem;left:53.71875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SnXsl5baAKxC7u9FStu69qJQXadDAblG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15232;opacity:1;top:68.8125rem;left:51.21875rem; }
#d1giMkxSBW2rATdptOkwp12tAhBa6Ook { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15245;line-height:1.3;letter-spacing:0;top:62.5rem;left:53.40625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#EKBenAQP31Xg69hFssaIskd3FBWDcbIm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15245;opacity:1;top:62.3125rem;left:50.96875rem; }
#FNIZkWUMGRH7QcP78tMF7OVo5ZQxaZGU { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15247;background-color:#e3e3e3;background-image:none;top:61.1875rem;left:50.34375rem;display:block; }
#Xfw1VBJqaG6OtGNO2auH49aQiU1LJFNy { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:73.625rem;left:53.71875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JqR29udaBduCpzSgvIqp54S9dyf7Rtcu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15229;opacity:1;top:73.0625rem;left:51.28125rem; }
#vTMzpQddUMbOdbaitvD9Qwn4LGUQclDL { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15231;background-color:#e3e3e3;background-image:none;top:72.1875rem;left:50.34375rem;display:block; }
#eXX6T1dwmt7wCohVyvcU8e2AOeoigzhz { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15233;background-color:#e3e3e3;background-image:none;top:76.25rem;left:50.34375rem;display:block; }
#ABV2f8SHK1x0gqLctrUhearXUwAIG1kR { z-index:15042;top:78.8125rem;left:51.96875rem;background-color:#fa0048;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HtdNBoc6TCtxT7NcKpNJRFvGw405VRfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJNvyfL9H1vXyBvRJ9rBm6iV7ZEzyfMf { z-index:15043;top:82.84375rem;left:52.1875rem;background-color:#8300e9;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rGnGkMNDINxhuBhyAcRvbHpSB3zQT4Cs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqOpAnThwBQlVk3qRyvgqiAJiDZVlRkv { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:87.125rem;left:51.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#wiJ1UAFPQEzVknripvdqHFiOpfUmPNVT { box-sizing:content-box;height:88.125rem;width:19.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:2.8125rem;left:30.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LOZkKRLQVhbkByZWV3dRa4LR4M2BpXku { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:87.125rem;left:30.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vcvTCJ1RNx8RfBbRLAutrqrCELobZH6r { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:82.78125rem;left:31.53125rem;display:block; }
#zQlxriKNqGUTIl501grhI64S7dpT7iOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWTopTDJLQxftqz25ATEpBy8Am1cfRrH { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:78.875rem;left:31.6875rem;display:block; }
#r0I7INRvbTBmRbGtgfTStRmbVKfFOHvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsIaWJSQ7z9KR6SCUS66xNcuEsma0fIZ { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15215;background-color:#e3e3e3;background-image:none;top:67.8125rem;left:30.875rem;display:block; }
#lgKgDLVkMrIMTm7DRd1nmOtsqGCV8w0A { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15237;line-height:1.3;letter-spacing:0;top:73.9375rem;left:33.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#b4biCqeJFLqoIuDm6kiQTks0kD1VEKGt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15237;opacity:1;top:73.6875rem;left:31.0625rem; }
#F0Gf9eJQIQszDOnUTXZzAp2pdU8IARUh { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15239;background-color:#e3e3e3;background-image:none;top:72.5rem;left:30.8125rem;display:block; }
#BWF647X1idiTLTGQxMHcnZozIbmMcfwo { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15235;line-height:1.3;letter-spacing:0;top:69.5625rem;left:32.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Fb1pFBxWGuundfwcbDmqMJs020olVGTu { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:none;top:76.5rem;left:30.8125rem;display:block; }
#s5TOTT27m1uCLn95TvnXtlZRmX25dbNU { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:53.8125rem;left:33.125rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#Ml4utuudgoh8GyxAdymkSbdAPLmmnVLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:53.5625rem;left:30.8125rem; }
#oTte3Mu6EWBWG9Se0MoTSrcFQa858l2r { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15230;line-height:1.3;letter-spacing:0;top:62.8125rem;left:33.125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#wBXsDZpN6ruz0E9UBQC4QyRqR6W8tfzq { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15232;background-color:#e3e3e3;background-image:none;top:61.4375rem;left:30.8125rem;display:block; }
#QOnOIMcklu47LVmwqCJco6qDTzDbhL7b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:69.0625rem;left:30.8125rem; }
#bBasNzxLd9sOrFXEtlLZx5o0HeDMqI5L { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15223;background-color:#e3e3e3;background-image:none;top:52.4375rem;left:30.8125rem;display:block; }
#wnEm4UEPGEWKNJxTZMnkBmbBPizApPzs { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:47.9375rem;left:33.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#LPl3wKhmpgBRMKUpFFPt2WPLnolcNZSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:47.6875rem;left:30.8125rem; }
#cXFVRI5VVL4BlkVm99DJXFAHyGLlHMHz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15210;line-height:1.3;letter-spacing:0;top:27.3125rem;left:33.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#erl5aGxSbP57bt2MXH1P6k47kDbqAk7e { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15211;background-color:#e3e3e3;background-image:none;top:26rem;left:30.75rem;display:block; }
#A2rvnof7XDEAJse5kqkuTJWRGbi5LqNG { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:20.875rem;left:33.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#I7TetZi6guOvNeFTfM2PmTOAnCydpw7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15212;opacity:1;top:20.5rem;left:30.75rem; }
#dB1ITfGt5N1QgN33f8v5mpTSnIZ1VzPm { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15211;line-height:1.3;letter-spacing:0;top:32.5rem;left:33.125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#KEZ059pefiF4U9BE8U2o35z0uCk7fJlg { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:31.625rem;left:30.8125rem;display:block; }
#qrliVR70WX0dW56tiDRG0uWVc1CJ5ZW3 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15214;background-color:#e3e3e3;background-image:none;top:46.5625rem;left:30.8125rem;display:block; }
#iJmzfNTN10PcvGTQpKMJTTNT1Kh0fppi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:27.25rem;left:30.8125rem; }
#LXU89em0Pq0vJ72PqOG4FNizrK7iDMPh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15215;opacity:1;top:32.1875rem;left:30.8125rem; }
#sgetJtZPfgIh6mcEmgkHKCSlTKmHc4l5 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15223;background-color:#e3e3e3;background-image:none;top:37.625rem;left:30.8125rem;display:block; }
#zEEXF4uuFESnXoLKV0vETz33vnL1GNTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:41.625rem;left:30.8125rem; }
#tAdiNPqSqUB9HF9vmfVu8CDRDFUabfJ1 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:41.875rem;left:33.125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#nkEqRJaZZEGXvQ8MJOphv1vynyAyJJyn { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15237;line-height:1.3;letter-spacing:0;top:38.75rem;left:33.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#aFDMSB949Vu4qSah77ZHWqEadzfVkNSW { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:12.9375rem;left:33.125rem;height:1.7871125rem;display:block; }
#uAui5dTAo1mVP78knqGDUm9ObG0QRZ3Q { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:14.625rem;left:35.4375rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#oeqnIeQJcwEZixARxC9tuIXk22cn6xdw { box-sizing:content-box;height:8.1875rem;width:19.8125rem;position:absolute;display:block;z-index:15035;background-color:#00035a;background-image:none;top:11.0625rem;left:30.9375rem;display:block; }
#E8sgehbi0Qpcw2NuTxOd9IGebBFlFIz4 { color:#ffcf66;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:400;z-index:15198;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.6875rem;left:30.8125rem;height:5.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOZb4J9PrroEdqcgPwaumuAuR1ev6V8k { box-sizing:content-box;height:0.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15208;background-color:#e3e3e3;background-image:none;top:10.5rem;left:31.1875rem;display:block; }
#Lvy8IgrE47r0TJfhcTAxoI91gyyT9rxB { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.0625rem;left:32.75rem;display:block; }
#nmiLZ0UVSDx9vHNS0POBSH2i0SNdzxaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTmsEPPO4IK66x5OEVXV2HUsSQM7v79c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15261;opacity:1;top:62.625rem;left:30.9375rem; }
#EyiGuPOuIi7msZOIaaW5xQ906DRNSPe1 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:13.765625rem;left:11.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#tb0toB33oHIDLvbw6sPLNeoTuMfLvvb8 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:81.1875rem;left:11.84375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#Z6HEBAnZtihRT72ga1U5Tt8uMC5HdWXg { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15233;background-color:#e3e3e3;background-image:none;top:76.25rem;left:50.34375rem;display:none; }
#XUGu9Zo6E6iRTgNE6xAKoUBI9HskEKqd { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15235;line-height:1.3;letter-spacing:0;top:69.5625rem;left:32.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#omJl7MIJ0gu5Ff8itSG6LvW9bo35C0xq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15250;opacity:1;top:73.6875rem;left:9.75rem;display:none; }
#ukuGqBka9ZVnaVHzs6Ih33WTUf1VcZBm { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15235;line-height:1.3;letter-spacing:0;top:69.5625rem;left:32.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#ffOL9dIQzOdXLQWq4g1cLBCe2up90bUv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:73.75rem;left:-11.4375rem;display:none; }
#XF99gARPebHGRvaxJUOTyD5nGICDKV9p { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#W2pOQxSsSTF20attuiSMceaRMdATq84E { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#iL6osNEdMXCcZKU1n3M09HnKIumrzrzJ { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#LmTeidVBgRNz4xGSNq2QFivqBwhnMuyH { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#J6hXTgvPh2I62lzhZpiipgQLKH8RMbLc { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#ZxWR6zXGdPBT8xWmNW2JuGuCZ4Nnic3C { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#fo6FA71uTHOTMTkTMTp7oAgTPRWtpMFt { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15213;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:10.75rem;display:none; }
#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG > .row .container { border-width: 0; border-radius: 0; }#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG > .row .container { font-size:0.875rem;font-family:arial;height:92.4375rem;width:60rem;position:relative;display:none; }#XIHvT72ru1oLpKcpULbmaHDUtbZRkfBe { color:#ffcf66;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15159;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.75rem;left:1.875rem;height:5.5004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL4SDBUDirpWnKQAfltz4sBOesOPcEpa { color:#ffcf66;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:400;z-index:15160;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.75rem;left:19.9375rem;height:5.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNkWUwr9vzWNTBL10fAlkrJU4iT9yNAz { color:#ffcf66;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15161;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.9375rem;left:39.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhTXN9Nl7tfEmhtIU5Z0Nrl7OaXTDyPg { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RQ2NMgDZ8WKEtCnuttlrha3lx2lTDtN1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:27rem;left:-0.0625rem; }
#G001a1Hlf5PTE1yKloq6aqmEERzwZwp9 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:27.375rem;left:22.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#LmgWWW35v2Ez8GTLaKHySFwWRysxEsDq { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15173;background-color:#e3e3e3;background-image:none;top:26.0625rem;left:19.875rem;display:block; }
#w2rw5xT4emrZ1SuGQDAG7tVWulfN62iQ { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#bXZsrolVnDt1aT9tGc1WhozBSndG4Gth { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:20.5625rem;left:19.875rem; }
#WfukmBZDPpF0Zo2ppgl9b40frxwE3eAa { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:32.5625rem;left:22.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#zFx79pN8hbbLVydI38I9B37N9MTGOsyf { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15175;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:19.9375rem;display:block; }
#vthLShz4eANJKtqwm98kfTGiQqGZT1Uk { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15176;background-color:#e3e3e3;background-image:none;top:46.625rem;left:19.9375rem;display:block; }
#t92KbRhylG3xMSVde7V8UEHiv7s03RhI { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15177;background-color:#e3e3e3;background-image:none;top:67.875rem;left:20rem;display:block; }
#e5RUZsNVtxtpDrpDmh7hOcsTLe8FOLBU { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:48rem;left:22.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#iomAETf7CQBHmaqZo9eaHH4o6Jrb43yT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:1;top:27.3125rem;left:19.9375rem; }
#bK9Ukg9pnppBlgOZlQxUe0Dv1s2FRxt0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:32.25rem;left:19.9375rem; }
#r7nDSxn7uJTbSC3iQcVwEghcUnRI9nIb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:47.75rem;left:19.9375rem; }
#UNJHC2d2v7IrhThJrIzuFqCq9DvOTWTD { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15191;background-color:#e3e3e3;background-image:none;top:46.6875rem;left:39.9375rem;display:block; }
#TiqtJHL5dTE8KnpBpQLwhwZfdInOyULU { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15192;background-color:#e3e3e3;background-image:none;top:67.8125rem;left:39.9375rem;display:block; }
#Q2EUUvE9Hvf4ACahGIIOneBFtnR14Spa { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:48rem;left:42.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#cXkgqx7POgJ9EFhgJWwWLWzJS7f9GTGn { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:32.5625rem;left:42.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#de5htEDnyzUH6IfT3N4xzrMz5Ti1n7rI { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15190;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:39.9375rem;display:block; }
#UTmEmvDIpHLs1BdwDnt0gwv7aWTPnTXo { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:27.375rem;left:42.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#UD3MB2VPhkBPNTuQ3OJV3cRfTmB0k3kT { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15188;background-color:#e3e3e3;background-image:none;top:26.0625rem;left:39.9375rem;display:block; }
#b8IswnewqaT4MLm6mfMFdxQyruMEil2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15190;opacity:1;top:20.4375rem;left:39.875rem; }
#prvHWrF4yVI25KCL9NSuUOix7Cni6zIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:27.3125rem;left:39.9375rem; }
#IqyKZcfRq2eNAJf0B8nVJBoyJfhFx7MS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:32.4375rem;left:39.9375rem; }
#oOCkoOplSPfsQhcCg7LdMHlTBwxVnDXW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:47.875rem;left:39.9375rem; }
#BdHJ2eN7ZuOtsl7dxCIGenaebVJT3ard { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:20.875rem;left:42.3125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#sobQ6xeHg5TudDgtKu7fbPnEqtSTw5lZ { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:74rem;left:42.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#b9SyuRv3NIgsKTHAdnSELRmNbUSgDuIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:73.4375rem;left:39.9375rem; }
#KUukGXIrLOHkq9ImRJC8gxWxXcGXE8IX { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15193;background-color:#e3e3e3;background-image:none;top:72.5625rem;left:39.9375rem;display:block; }
#Gl73iS2bmdPVVSBXaHdRLyL5vHdbwcz5 { box-sizing:content-box;height:88.25rem;width:19.75rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:2.5rem;left:-0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IFic4oG9TgkxmaowXsxH57512PdMKMyQ { box-sizing:content-box;height:0.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15169;background-color:#e3e3e3;background-image:none;top:10.5625rem;left:-0.0625rem;display:block; }
#VpZLsvuJ6ydKZ0mIMN5T32ifIC8QFUvm { box-sizing:content-box;height:88.125rem;width:19.75rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:2.625rem;left:19.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yKT8h6lMrU3pXos3k2mH7XqnFOfgHSPa { box-sizing:content-box;height:59.375rem;width:19.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.9375rem;left:40.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#VNGIMP0cvm3ORor75mw8ycKIdaPgykCK { box-sizing:content-box;height:0.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15170;background-color:#e3e3e3;background-image:none;top:10.5625rem;left:20.3125rem;display:block; }
#TgdR25UBEGtVa7dCKV1HRN32HxfvSUNm { box-sizing:content-box;height:0.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15171;background-color:#e3e3e3;background-image:none;top:10.5625rem;left:40.25rem;display:block; }
#WawxPpkaq5abGvqDImXGQouTCP3WpR5U { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:87.125rem;left:-0.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#imMI0HCiH3cTDQ79LDNhP5rseFvMGvhb { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:87.125rem;left:19.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#I8idfqQOTVE82BddoFcT6vyLsT0LVbRU { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:87.125rem;left:39.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NnBfpQnXxmEAivNwl5bbJvMGgioxdHFt { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:74rem;left:22.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GbTuimVvw6gv8yuSG6QteF9XybOT0bgw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:73.75rem;left:20.1875rem; }
#SL4v4rsAkTMttHlvAcVqirJdP75q404w { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15201;background-color:#e3e3e3;background-image:none;top:72.5625rem;left:19.9375rem;display:block; }
#k4ZIDZ36LlIMPxlwNDFKh0krbAIIGyVF { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.25rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#I8KHEQogSpGaNtHgSzf9wraBWSrTOmT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:20.5625rem;left:-0.0625rem; }
#xAW6lvddkcm5vFnkZt83mzBEIXCEUtT5 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15176;background-color:#e3e3e3;background-image:none;top:26.0625rem;left:-0.0625rem;display:block; }
#byH2mt5bLi4DIcvAigJfiJQZeDotUNND { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:73.9375rem;left:2.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MMtcorxDux8gouCVTQFx5UomWfpy1zBW { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15215;background-color:#e3e3e3;background-image:none;top:72.5rem;left:-0.0625rem;display:block; }
#lD7LfmcwEqQrBzued7uWQGT6xF0Nwgzr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:73.375rem;left:-0.0625rem; }
#pADfUHCknKexV3m3w3JsndVR6w3ZkTkm { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15191;background-color:#e3e3e3;background-image:none;top:67.8125rem;left:0rem;display:block; }
#eQSxEzkf7yVkOVPLVTrcwekqkDa6vFKn { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:47.9375rem;left:2.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#s1VxT7SL7WpEtSkw5DgUPt2x1ygUTep9 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:32.5rem;left:2.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#fcLMJkGvTnGxGhPUvKVVZXA1hCmrAgff { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15190;background-color:#e3e3e3;background-image:none;top:46.5625rem;left:-0.0625rem;display:block; }
#S1gbHJuaBs5DFaVKFG09TovI8F25bC9n { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15191;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:-0.0625rem;display:block; }
#AAhscZL0NHxvNbhdRvF8gc0SwQv6Mz1H { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15175;background-color:#e3e3e3;background-image:none;top:24.25rem;left:20rem;display:none; }
#VuhdR4bQSyKS1AMEXtFAnwBxbsbuHpSp { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15175;background-color:#e3e3e3;background-image:none;top:24.25rem;left:20rem;display:none; }
#vOZJn24X4Oy4eakwLTl2RsU3zvw2WPEQ { box-sizing:content-box;height:88.1875rem;width:20.125rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:2.75rem;left:39.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QTlasBbZBKABdWJ2kkKlcqyTvf3HtVVB { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.125rem;left:41.25rem;display:block; }
#zXxED8LfQmy9vEisedoZNtT85rlscupd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQP2OSaVqWDuEwxhZT7Fzu8BT7ya8JPU { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:69.6875rem;left:42.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rlSTHCEz0cDsktKsdE6CUKPyNaWevhTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:69.1875rem;left:39.9375rem; }
#ZSK6wOLLaLvgTddZhbni0zBQok6gCT4z { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15195;background-color:#e3e3e3;background-image:none;top:76.625rem;left:39.9375rem;display:block; }
#uRiTZ8G4HAnJwfo3zWVqNApl3WmktNuA { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:69.625rem;left:21.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SZIqq57FEd4hDJTrxG2oSZBSJ0q9F5J6 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15198;background-color:#e3e3e3;background-image:none;top:76.5625rem;left:19.9375rem;display:block; }
#yrBGR5Smuh1cPkFML7scBNqlQendUMGI { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:69.5625rem;left:1.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gEiT5zlL2dDJqtXaGJLiT2Tnh6vaElc0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:69.125rem;left:-0.0625rem; }
#bLC6uedOXZxG95Sq8gBa3zfXKNTAFWso { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15201;background-color:#e3e3e3;background-image:none;top:76.5625rem;left:-0.0625rem;display:block; }
#yD17tcIzDf0J2nAiK3i6IzXIyACeJaA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:32.1875rem;left:-0.0625rem; }
#ZsNVNQdNThTUq2Kal4zyrsuLFreHDQ2T { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15199;background-color:#e3e3e3;background-image:none;top:37.625rem;left:-0.0625rem;display:block; }
#vTodiaEEn3y6AF5m8urpg6Od7Q86EstN { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15185;background-color:#e3e3e3;background-image:none;top:37.6875rem;left:19.9375rem;display:block; }
#VPLXBMCp04n1Sra2fOZwkTUFpZt5NeBe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15187;opacity:1;top:41.6875rem;left:19.9375rem; }
#iEAbLoio6byHfsvxuyfTPDwerK9Q8MU0 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:41.875rem;left:2.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#fI7UT8sDP0nBgaCKkiP0LDhJSUZGERyo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:41.6875rem;left:-0.0625rem; }
#Rrxwh2fHCsfWuwThnETf2NaOPzO1yWOQ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:41.9375rem;left:22.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#lImvNOduZQkTipTKLfgoCSQAlFNtFJT3 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15200;background-color:#e3e3e3;background-image:none;top:37.75rem;left:39.9375rem;display:block; }
#ALScfbkUbAdfsL6Bbtzd2tMNFqP5Zqks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:41.8125rem;left:39.9375rem; }
#fiPeEWArMTMOgF41GtfJEQ4vt2Uv9kik { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:41.9375rem;left:42.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#nw784f9rPv9fO9iucVFizzKXCS1NecDp { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:53.875rem;left:22.25rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#Dev5ho7nNhIBH9UTe4RIQxJwJzsdMrDA { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:53.875rem;left:42.4375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#HWbVgDVc9c8yv3U1s7JlEL6qahSOmJPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:53.75rem;left:39.9375rem; }
#tDGikf2FO3z0SlP4fF0DieKsx7KkG39B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15187;opacity:1;top:53.625rem;left:19.9375rem; }
#keCxLknvN2UdQ27bAv7agJNbTy1TZzNP { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:53.8125rem;left:2.25rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#zWaCT4SfGTXwefVnAzaOkh67bsJce2lo { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15185;background-color:#e3e3e3;background-image:none;top:52.5rem;left:19.9375rem;display:block; }
#mmVpeWptvRqiqKh806nEvMvxAiB1fmi5 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15200;background-color:#e3e3e3;background-image:none;top:52.5625rem;left:39.9375rem;display:block; }
#TLOoTUlU7aWDTkHHTugvovmWfzpETlSF { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15199;background-color:#e3e3e3;background-image:none;top:52.4375rem;left:-0.0625rem;display:block; }
#UBLHwtwG47ogcwnxA6pfPo6gSQCn0Jwc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:53.6875rem;left:-0.0625rem; }
#IdAyS1BpV6AypuEZh6rZSyopxpdPhcb2 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:38.8125rem;left:0.75rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#i5ewf5UFU5tMvfcV0Z4ICK94ahM3BXAa { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:38.8125rem;left:22.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#qtQxdFLsWeCHycZb45FredghGnQcRbsC { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:38.8125rem;left:42.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#gh7mpzTrztQppfOseZkXR2QDgQcpweKI { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:62.875rem;left:22.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#cVPfo3R6c0mgwgTEZPxMdL3iG8hrq5CX { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:62.875rem;left:42.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Svd2bIvapgRvtdc1gha6AmDE7hrZAOq7 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:62.8125rem;left:2.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#eXOdTuwgsVed32iMq8ZXHCInlgpk7TW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:62.6875rem;left:39.9375rem; }
#XLXpFJNXXzsh3pBfU5gnT8NZKHwt5SsV { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15194;background-color:#e3e3e3;background-image:none;top:61.5rem;left:19.9375rem;display:block; }
#L49TAVR60OcDgQaVgEDr5pFb96wTRfef { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15209;background-color:#e3e3e3;background-image:none;top:61.5625rem;left:39.9375rem;display:block; }
#ZI2b2wqNDyGDQkOhl3Ia4bdDTmTEML9J { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15208;background-color:#e3e3e3;background-image:none;top:61.4375rem;left:-0.0625rem;display:block; }
#bQgNS6PNPmKqudUiuKrOsE9wPrkPep6c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15222;opacity:1;top:62.6875rem;left:-0.0625rem; }
#AQylupg3521w108EsJsdDRgOvmt5m5S3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:62.6875rem;left:20.0625rem; }
#UTUNLt1BrnsWy30w3p96pKu2u1CzngsI { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:78.9375rem;left:-0.0625rem;display:block; }
#g1IeduCSuLnpdf0aRZ2KgTdX50Roaq6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3fMz9i1n4B3ZWfFnAHhTXyM2DTucElm { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:82.8125rem;left:-0.0625rem;display:block; }
#tDdcyv7HPTKN0AUoKOGrUipkivCuLdIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaTmfFPqvWTEZ9XmJ2X6HRwArutVDa2r { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:78.9375rem;left:20.25rem;display:block; }
#a5UQEP7M6iPUqEz6wgCzSC5nMsF9ZFbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll1CUoAkffDsVpcN8hA9kaQTsk8GRfpI { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:82.8125rem;left:20.3125rem;display:block; }
#zUzy4A9rlEFk6nbZe0QHu6nsnZ5MOI2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvwQtJAnvyymfQeTeGOxNs1LOSNG2fFT { z-index:15004;top:78.8125rem;left:40.1875rem;background-color:#fa0048;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V9dDP9oZeXmIEL342Cd3NViKaSP0OQb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcfI97MlZXAC25ocvm18hvBcTpgCx4p9 { z-index:15005;top:82.875rem;left:40.25rem;background-color:#8300e9;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mcwctp0KI3STMWHvNtFXXWsthbJMgIB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1hstRg1ydokzOv9eBwcnRfVT2VHUrXn { color:#000000;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:13rem;left:1.875rem;height:1.7871125rem;display:block; }
#E9yaOWW67zlDMGFFvekrIcd2ZZlBfhRI { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:13rem;left:22.25rem;height:1.7871125rem;display:block; }
#W9WBqa8uuHn09tqpDHsyhHFbZtx8hppT { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.8125rem;height:3.57470625rem;display:block; }
#qD36QCFvh2iypb1sATJ3G1pMLTaBhsPN { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:14.6875rem;left:24.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#alsFltNJxFDmNEdcTpkNCmbuIcQlI3hW { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#IxH6kcN9g5aXxVzxKDG7M9Xvn6cd3VD4 { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:13rem;left:42.125rem;height:1.7871125rem;display:block; }
#uTNZ7AbtFqE6I11LbtcDI1A45hsaxfHT { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:14996;background-color:#00035a;background-image:none;top:11.125rem;left:-0.0625rem;display:block; }
#TSP9FWpOWayVwCQzpDWkWHAxHI39dnhc { box-sizing:content-box;height:8.1875rem;width:19.8125rem;position:absolute;display:block;z-index:14997;background-color:#00035a;background-image:none;top:11.125rem;left:20.0625rem;display:block; }
#XZfa6hwtn0LqrrPptUnQkNA9E0lNCb0J { box-sizing:content-box;height:8.25rem;width:19.8125rem;position:absolute;display:block;z-index:14998;background-color:#00035a;background-image:none;top:11.125rem;left:40.125rem;display:block; }
#XOBQg6sx1mnwuZ2uvqUmyikWCTv8HKlw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:48rem;left:0.0625rem; }
#Q81dW3vD8v3Av6w6dCG8rVneCfD1VRH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:69.125rem;left:19.9375rem; }
#L4dyAKgnQXcSDluF6ZrMvEQlBw6CO1LJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:52.1875rem;left:0rem;display:none; }
#ffM160EC2ImtigSkBnrfNxOW3Uz0bJTh { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:21.90625rem;display:block; }
#z42XkgVSTpivwV38Ty2SQKswdA3FWBkM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXHQE1xRHHNV1EL28FOsgmNoxbE3X6az { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:41.6875rem;left:-0.0625rem;display:none; }
#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 { 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; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container { background-color: transparent; background-image: none; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container > .video-iframe-container { display: none; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row > .video-iframe-container { display: none; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .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); }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container { border-width: 0; border-radius: 0; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#OXNemOMzKF9Wc6nnWOAZBB1dn7EOlRoa { color:#000000;display:block;width:38.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:3.3505859375rem;left:18.9296875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gADy2qLCzuG3GKAhKWphtNUtgXfgosvZ { color:#000000;display:block;width:36.687rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:7.35107421875rem;left:23.31298828125rem;height:;text-align:left;text-align-last:left;display:block; }
#XiPDX1mFNhD4ITpWm5D6ba19B8LZTdT8 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:8.5253896713256rem;left:20.242511749267rem;height:11.698225rem;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; }
#VZV18eVDmGpzdghXSxDCtdhF2eJNJA3L { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6871875rem;width:18.186875rem;top:5.7535805702209rem;left:1.3338222503662rem;overflow:hidden;display:block; }
#d40saiUw0nlCvWQosxKHXqQuicF7pPWI { position:relative;display:none; }#d40saiUw0nlCvWQosxKHXqQuicF7pPWI { border-width: 0; border-radius: 0; }#d40saiUw0nlCvWQosxKHXqQuicF7pPWI > .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; }#d40saiUw0nlCvWQosxKHXqQuicF7pPWI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#328d0b;background-image:none;font-size:0.875rem;font-family:arial;height:113.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZLxPvKWCWlGJOPIfTK6sWtJcH7ueOSaH { position:absolute;display:block;z-index:14988;background-color:#05051e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #7f3bb3;border-left:0.0625rem solid #7f3bb3;border-right:0.0625rem solid #7f3bb3;border-bottom:0.0625rem solid #7f3bb3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:68.75rem;width:29.875rem;top:0rem;left:0rem;display:block; }
#tZebpE6qhfSU3wBopNAC8pHl5JK2crmh { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.8125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:98.0625rem;left:4.875rem;display:block; }
#uE9sp8ISaBIzqmT9lIGg0QGEGqU33XEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7JPywoCcyNUkdmLqSN4Lomy4RLFWSxR { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:92.5625rem;left:5.0625rem;display:block; }
#FgqpAC07bVvgtTzXBGB0hDtwTaVXAPPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7Q1AuPTbSQTXhvUul4eU9KDvtJC1r7L { color:#071638;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1;letter-spacing:0;top:88.7880859375rem;left:3.34375rem;height:1.25rem;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; }
#yuqI6UzAlXglgaltWRrfLeLfFLcgqOod { color:#071638;display:block;width:10.25rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:72.4375rem;left:16.9375rem;height:2.625rem;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; }
#tg4MSyS4GqNRauaEuhkM1nX5rV8QO5LN { color:#071638;display:block;width:24.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15173;line-height:1.2;letter-spacing:0;top:63.1875rem;left:4.5rem;height:3rem;text-align:left;text-align-last:left;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; }
#SpkEaVJr9px1oLwgA6Qta5NEdSwtLM8X { color:#ffcf66;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:56.8125rem;left:3.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyD1HB0WFdz7OwamIQdKbnWHfkBrkyOc { position:absolute;display:block;z-index:15233;background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:56.125rem;left:4.9375rem;display:block; }
#aTguZTxrsG3govQF1B7ua6av9g4Vc5r7 { color:#071638;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15173;line-height:1.4;letter-spacing:0;top:60.875rem;left:4.5rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#DSRNZJFwUNnpdRCHzF8DvGEaaetU4rCX { position:absolute;display:block;z-index:15234;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:70.3125rem;left:5.9375rem;display:block; }
#ExbxeoTQfs3MgqFN2T9mviCOwOBBXTDE { position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:42.125rem;left:1.375rem;display:block; }
#fRMdc0CFmAefZgTRRIQPEgLRKJUC6Z1k { color:#071638;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:35.6875rem;left:4.0625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#ci7RZUK10XQXkrHi4P33t2yLOlc93UAr { color:#071638;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15172;line-height:1.4;letter-spacing:0;top:33.375rem;left:4.0625rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#TE9SW1LEN8iAoFFaRfcTeCqIIkDpuwoa { position:absolute;display:block;z-index:15232;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:31.9375rem;left:1.6875rem;display:block; }
#wkDckHNmCS5TeCoTMh5ifLyUufQvzJ89 { color:#071638;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.25rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#eBbwL3qeUAGdUIGeAqwrVzdXenaJlgAK { color:#071638;display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15170;line-height:1.4;letter-spacing:0;top:23.5625rem;left:4.25rem;height:2.2744125rem;text-align:left;text-align-last:left;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; }
#px8hTmWP2a223KELeH97IK2ATkyuzk2e { position:absolute;display:block;z-index:15230;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:22.4375rem;left:1.4375rem;display:block; }
#VlD5ouUldw3TkZE5UPcoKDxRCfna5C8S { color:#071638;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:18.5rem;left:4.0625rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#B04EfrlvbGb9ocsOcECDAfRRT4uVbe1T { color:#071638;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15169;line-height:1.4;letter-spacing:0;top:16.375rem;left:4.125rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#OCR3qHq6cDrguyIXHT3hkRtakoG4SSmU { position:absolute;display:block;z-index:15023;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.8125rem;width:27.3125rem;top:3.0625rem;left:1.5rem;display:block; }
#yJV38A72PAeOd4WFWKZmFXJrSO0nB29F { color:#ffcf66;display:block;width:26.6875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vf147fyKF2npEyetD6ZkyMcRgQER1GAl { color:#ffcf66;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.5);top:3.0625rem;left:6.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tq5IwhqDeeFeL0L8gdPJKQeecgPsurH6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15229;opacity:1;top:16.375rem;left:1.4375rem; }
#ezUVVASVPElpR1kcwUOMaT8UqDmuCLU7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15230;opacity:1;top:23.5625rem;left:1.5rem; }
#wgxSsKJML9FaNA1oNTJdgt1oS4XGoNlE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15233;opacity:1;top:60.8125rem;left:1.25rem; }
#lPBawaBK5BtXypXCz1QQ4gVpbFnEwKem { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15232;opacity:1;top:33.5625rem;left:1.5rem; }
#QpfiMlkdT00pWkT7WxNUczo3PQxMkX4x { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:102.0625rem;left:33.5625rem;display:block; }
#myTHhDxDObDvZzGQgnqFL1v69KeI60Zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSM7l7GZ5dDRlExWeQTgTTVbH1WuvElW { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:96.25rem;left:33.625rem;display:block; }
#oDOhL6N1Nzg3zPNTRwTPhF8hOSShg3bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHgV7ZQ3eWKyBVDpouXyAekeVKA6HcUK { color:#071638;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:92.5625rem;left:35.03125rem;height:2.5rem;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; }
#IBImz7KkS5X0lwXfhIC3Vnd5MseIL99T { color:#071638;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:85.95703125rem;left:33.71875rem;height:5.25rem;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; }
#Bve8NrQnQKDwuoGLpBXWi0V2FbvMPs5c { position:absolute;display:block;z-index:15260;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:42.125rem;left:31.25rem;display:block; }
#bJmXByaBp5MI6FgnF5qLsfXce6CfEInU { color:#071638;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:35.6875rem;left:33.5625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#ZLCdPQ2Wcoq3RxwvhpuHTiLoHWPdWBMc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15260;opacity:1;top:57.375rem;left:30.9375rem; }
#LTbN843UaS7Cbg5TKginxnpVdXc7oFgX { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15200;line-height:1.1;letter-spacing:0;top:57.125rem;left:33.75rem;height:3.574225rem;text-align:left;text-align-last:left;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; }
#UlCbqqOu8sR9WdgMwvJQTOX2nsTVwi7m { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15204;line-height:1.3;letter-spacing:0;top:60.75rem;left:33.625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#Bsn8R5RI4WDCfatFTBHDfsQyck1gVbRl { color:#071638;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:70.9375rem;left:33.875rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#O8T329VVQ4v4J3qKzVdDzsQugQ5iQ8CC { color:#071638;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15190;line-height:1.2;letter-spacing:0;top:80.25rem;left:34.25rem;height:3rem;text-align:left;text-align-last:left;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; }
#GfGTSUDe4SHpU7NFisdBzywn99iEmS7v { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15250;opacity:1;top:78rem;left:31.25rem; }
#wNU0SJlZTlsBqRrVqgCkTfyem8pB8o2K { color:#071638;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15190;line-height:1.4;letter-spacing:0;top:78.0625rem;left:34.3125rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#LqrJ4BBG7rN2aB74kObs5lWZ50AnONPw { color:#ffcf66;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15180;line-height:1.3;letter-spacing:0;top:74.8125rem;left:35.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQXUWAth39XslgXSZ5LWKDBy9Vy1ccZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15261;opacity:1;top:68.6875rem;left:31rem; }
#f8eA7CwoagqqkoQZMTHtZ3hvKkhArIuG { color:#071638;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15191;line-height:1.4;letter-spacing:0;top:68.625rem;left:33.8125rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#CCkoTyie1Ev4AOk72ngknhxxbXgeV7M6 { position:absolute;display:block;z-index:15261;background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:74.125rem;left:36.5625rem;display:block; }
#qAdS1W1ZvtOx42GmLJgnnuHr6HgBpR7H { position:absolute;display:block;z-index:15251;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:84.125rem;left:36.5625rem;display:block; }
#cTbSk7gobp8MumTiKEMbeeu3ox1LkXG5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15259;opacity:1;top:33.5625rem;left:31.25rem; }
#d2FSQ52xp18pvpMbXAzg26O4iP8bdsCD { color:#071638;display:block;width:24.25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15199;line-height:1.4;letter-spacing:0;top:33.5625rem;left:33.5625rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#P0OV9tC3k90uz1xRBaHOplTGeUT90xId { position:absolute;display:block;z-index:15259;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:32rem;left:31.25rem;display:block; }
#cFSq2zkNf0AZL9TLp9f704fRc5J93uu5 { position:absolute;display:block;z-index:15035;background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.8125rem;width:26.9375rem;top:3.0625rem;left:31.1875rem;display:block; }
#UtF6MgZHFfgWKssdfOaxBVsFo59fg5rp { color:#ffcf66;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15175;line-height:1.3;letter-spacing:0;top:8.875rem;left:30rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyT7zsoerkWQtEaPZuVHUgm8gMIy7LP3 { color:#071638;display:block;width:24.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:18.5rem;left:33.5625rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#lThG709gmO3nnpErgTm376KMMJv9SPMh { color:#071638;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15196;line-height:1.4;letter-spacing:0;top:16rem;left:33.5625rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#kVE6tSzDtdEZnWO8SI12N369odJvLEdi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15256;opacity:1;top:16.03125rem;left:31.1875rem; }
#C53TlZuDylEH42eITFm2BJ4shTDol1Um { position:absolute;display:block;z-index:15257;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:22.4375rem;left:31.375rem;display:block; }
#xWJTCpOImJTFI2frlsN2TOTdNT5fiBpL { color:#071638;display:block;width:24.9375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15201;line-height:1.4;letter-spacing:0;top:23.6015625rem;left:33.5625rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#NVTHEyH7IoAQD6TUwXsyuMaz5eU8INnB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15261;opacity:1;top:23.6875rem;left:31.25rem; }
#u3SS81h2qQ6LpmeON1x9v6gW9OuwhQEO { color:#071638;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:25.8125rem;left:33.5625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#n2IE6N9JGtc1Lu45R9emwxRxUq1rTDOU { color:#ffcf66;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.5);top:3.3125rem;left:35.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMCUsFID9lO3KC0AXlmJn3XO3D42x9RR { color:#071638;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:45.6875rem;left:3.75rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#aSeqN0Dr9Px78VWf1pxWwG7P4M0mSBA7 { color:#071638;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15176;line-height:1.4;letter-spacing:0;top:43.375rem;left:3.75rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#d9NDO9uAPZd8ffuv84I0frvWZE9N4lG0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15236;opacity:1;top:43.5625rem;left:1.1875rem; }
#IShutEKh1PUT6dvRyxJkvIVi34rLDBhr { color:#071638;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:45.75rem;left:33.5625rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#HzIsvcrunA1NFlEknJz6zurUbw73OEBp { color:#071638;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15184;line-height:1.4;letter-spacing:0;top:43.5rem;left:33.9375rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#ZXpP8T4aNJgwZk9Z2XBsdCLlTy3TZdu2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15244;opacity:1;top:43.5625rem;left:31.4375rem; }
#EZGEO0bql1DeSoxUL8VHyJA8AMPmTZHX { position:absolute;display:block;z-index:15236;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:41.937500953674rem;left:1.36328125rem;display:none; }
#SGoELv7kBTOdUFmZgTcU4TTDloWVCTqJ { color:#071638;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:102.5rem;left:3.625rem;height:1.25rem;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; }
#tDHKqUuWrmmXQs1MAanM6U4MTKnrnEkC { color:#071638;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:106.875rem;left:32.71875rem;height:1.25rem;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; }
#pJDtBqMrESOJFXy0mkWU6qfJtzrlRgqP { color:#071638;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15157;line-height:1.4;letter-spacing:0;top:51.962890625rem;left:3.625rem;height:2.2744125rem;text-align:left;text-align-last:left;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; }
#M0yTaFI0W1z6SSxBHOhQ1kraZ4fk2xqt { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15237;opacity:1;top:52.005859375rem;left:1rem; }
#vH324Tke8rUJVgDCBwnrNFxeRuikQg8e { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15238;opacity:1;top:51.9375rem;left:31.25rem; }
#wXaPIIdqeTA1EAVCQHfnN9aPQTOzM06Z { position:absolute;display:block;z-index:15237;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:50.625rem;left:1rem;display:block; }
#ZDxtVeiMwaa68J0IJ4G0U3KgMeDD3x6U { position:absolute;display:block;z-index:15238;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:67.59375rem;left:31.34375rem;display:block; }
#VJbeke9Dy0J7ODQJeT9fBobipAmx459E { position:absolute;display:block;z-index:15239;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:50.625rem;left:31.25rem;display:block; }
#IpJMtNDqA27CKJvV0uZWcwd0m0ysZ6nq { position:absolute;display:block;z-index:15240;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:56.125rem;left:31.25rem;display:block; }
#PpBcGsTLKO9g766uo37W76cbPg2NzTEx { color:#071638;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15158;line-height:1.4;letter-spacing:0;top:51.9375rem;left:33.9375rem;height:2.2744125rem;text-align:left;text-align-last:left;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; }
#t7nCpOHA6sHsRrn6aK1iXXghI4hX4HBm { color:#071638;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15191;line-height:1.1;letter-spacing:0;top:85.95703125rem;left:34.25rem;height:1.787325rem;text-align:left;text-align-last:left;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; }
#ZSTL2OF8mZaVDrTxnycAiXZJ3iEphOh8 { position:absolute;display:block;z-index:14947;background-color:#05051e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:108.6875rem;width:29.6875rem;top:0rem;left:30rem;display:block; }
#xna81VoyEcXULG4l1TJqehNzsvk4FMnL { color:#071638;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:11.8505859375rem;left:39.03125rem;height:1.381075rem;text-align:left;text-align-last:left;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; }
#HMkcwrPtWZ6XRDkE3UUuPvNrqVTFKm1K { color:#071638;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:78.0625rem;left:2.125rem;height:2.625rem;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; }
#qqABHwFyAIcUutmiqb9X5o82lORILZ3J { position:relative;display:none; }#qqABHwFyAIcUutmiqb9X5o82lORILZ3J { border-width: 0; border-radius: 0; }#qqABHwFyAIcUutmiqb9X5o82lORILZ3J > .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; }#qqABHwFyAIcUutmiqb9X5o82lORILZ3J > .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:99.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MEEG2MpGWL5paf0pMZgTGmtuCMCURLi3 { color:#071638;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:normal;z-index:14957;line-height:1.2;letter-spacing:0;top:77.5rem;left:21.375rem;height:4.3496125rem;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; }
#C0zr7dGf43Tns23Xe1DOXmom3MN6xDXq { position:absolute;display:block;z-index:15224;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:23rem;left:31.25rem;display:block; }
#RFPmKCyZkmsaRMQZ9n1ADswtB8V9BFOs { color:#071638;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:35.6875rem;left:3.5625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#e6lJfla5g4zxF6LLumqrHAJwuCl9R1rd { color:#071638;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:28.25rem;left:3.4375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#kLLIxGFbGd75LQZNmn551dm2QDL02N1V { color:#071638;display:block;width:24.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:3.75rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#AL4TTkXoaMUGEdA7huSDrks9eCGkPX3h { color:#071638;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15156;line-height:1.4;letter-spacing:0;top:14.4130859375rem;left:3.5625rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#uQ1rSTM0zphdnTplx84bCeRVuE0mkznT { position:absolute;display:block;z-index:15217;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:23rem;left:0.75rem;display:block; }
#THRnTuIdPMOd5UrGXJfNpX0PuLGTH10K { color:#071638;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15156;line-height:1.1;letter-spacing:0;top:24.625rem;left:3.5625rem;height:3.57465rem;text-align:left;text-align-last:left;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; }
#kkFVWkNi0A6shIt23NwSznsWQKdILMV6 { color:#ee3162;display:block;width:23.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15174;line-height:1.4;letter-spacing:0;top:33.1875rem;left:3.6875rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#DZn6KUfWEpLzXFA73kurVPpaeQRaVQTs { position:absolute;display:block;z-index:15232;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:31.8125rem;left:1.375rem;display:block; }
#uNRJKlC9aQFHwheNTkIKoNy1AqXCMDCI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:14.4560546875rem;left:1.125rem; }
#iMa9Rd87Vf5PGRUI44dZM1GVsfU8td85 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:24.625rem;left:0.9375rem; }
#qVICeJ5IhyoLmEVwiCEx8oFX1mzqyILe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15234;opacity:1;top:33.1875rem;left:1rem; }
#AJoOnxTLaDeB2WsJKGDhSOvfrGuShuhS { color:#071638;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15156;line-height:1.4;letter-spacing:0;top:54.125rem;left:3.75rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#c38zayNVe2ZPSJEtJ0BwFr5eSKzap4eK { position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:52.25rem;left:1.1875rem;display:block; }
#MvLzf1TydnQ6TiJcRfTVRAOhLhQoN8QT { color:#071638;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:45.875rem;left:3.875rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#n6PmeGkZCXV0gCHy0KpQc8JycTtlOng1 { color:#071638;display:block;width:24.25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15167;line-height:1.4;letter-spacing:0;top:43.4375rem;left:3.875rem;height:2.2749rem;text-align:left;text-align-last:left;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; }
#MhPgBWsTQD5qKE0s5dyD47dyL27mw2Ft { position:absolute;display:block;z-index:15227;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:41.9375rem;left:0.75rem;display:block; }
#v4m2nvi1VkJdKwioVZhGLzBU0Pvss1NT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:43.375rem;left:1.25rem; }
#htgFMevEiOLETD95cQkVhc6SH4dFxkTX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:54.125rem;left:1.1875rem; }
#vWdAE7exo47ws49xTqSHJfSM6RZIqMxx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:14.75rem;left:31.25rem; }
#BWcVr4uUq3Sagz9E8h6kMoDhAVVFF8ZD { color:#071638;display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15159;line-height:1.1;letter-spacing:0;top:14.875rem;left:33.9375rem;height:1.787325rem;text-align:left;text-align-last:left;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; }
#AcILaFJP0FWrrPCAKzItmmqgWU9tbFxk { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:16.9375rem;left:33.75rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#NH8VKPZAzVtRpxAMlzyGwTTH9RTLwA5N { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:24.625rem;left:31.25rem; }
#h194TJWvMldL3M9GFc2wvRhoyE50GRN2 { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15164;line-height:1.1;letter-spacing:0;top:24.625rem;left:33.8125rem;height:1.787325rem;text-align:left;text-align-last:left;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; }
#sCAU9fX9JSomCMDPqTISyuVEQgoagGmq { color:#071638;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:26.6875rem;left:33.4375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#OTxJFLXyEJ7cO0xqT48HJbTgTOrrKeFQ { color:#ffcf66;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:53rem;left:35rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gr3rR5gIAOe79QFFpb3SSNNTivdqwLCy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:56.3125rem;left:31.125rem; }
#DHMsPgzeTiVXflGLlLpwJFOhhFQnCrHl { color:#ffcf66;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.5);top:1.625rem;left:17.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQirQEzH4M3tWzRoNGAwiyFIm1QTH8o4 { position:absolute;display:block;z-index:14952;background-color:#359fff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.375rem;width:26.9375rem;top:1.625rem;left:16.78125rem;display:block; }
#aUMInEgty1691hVCIVOyWiq0iLd8O8qJ { color:#fbfbfb;display:block;width:59.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15261;line-height:1.3;letter-spacing:0;top:9.0425415039062rem;left:0.0625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#uCBl1I2rG1Gx6gJQHCnzC5tU5Nw4xn8Z { position:absolute;display:block;z-index:15224;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:23rem;left:31.25rem;display:none; }
#DtL3EdWMUrom73p5I9DxcT0b1X1uegyz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:63.75rem;left:31.125rem; }
#lGvDGq9UbVgRUHsUQ4QZJokWiO4P5AQy { color:#071638;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:35.375rem;left:32.71875rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#gIkivS4Xt3MUxxdzZqzre7DA63GG952x { color:#071638;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15165;line-height:1.1;letter-spacing:0;top:32.9931640625rem;left:34.0625rem;height:1.787325rem;text-align:left;text-align-last:left;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; }
#rhOQfJuX1EwPTKcreHbyzfWzsd2PLbt9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:32.79345703125rem;left:31.25rem; }
#AEr6PdKGtr7tih3anzmf2CTBBkWOtHaX { color:#071638;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15167;line-height:1.1;letter-spacing:0;top:43.5rem;left:33.875rem;height:1.787325rem;text-align:left;text-align-last:left;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; }
#KpGwChwTbz08MOLrKnL5AzVihiuUs4TX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15227;opacity:1;top:43.5625rem;left:31.125rem; }
#TLAXX9mDcKzz3LJw7kksCTcfncSMP2xp { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:46.3125rem;left:31.78125rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#yy5iSOMlP4RLg05SHZIsy6rzPaxRPT8l { position:absolute;display:block;z-index:15225;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:31.8125rem;left:31.25rem;display:block; }
#xkNmTvqizsvT7spp4ZkuRyep20DxcqrN { position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:41.9375rem;left:31.3125rem;display:block; }
#XCV6k56vW69TFfthNHDVSTRLIFnzVIb9 { position:absolute;display:block;z-index:15229;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:52.25rem;left:31.75rem;display:block; }
#g3rGpILXyTGIFIpbbpeH5AC6L0WIM42h { color:#071638;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:14958;line-height:1;letter-spacing:0;top:82.3125rem;left:20.8125rem;height:1.125rem;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; }
#bhbGQJrUEGrNqxf98g21oAz7FCZvGKsS { z-index:15003;top:84.6875rem;left:19.0625rem;background-color:#fa0048;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:5.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OpzOs2JhJHG1klezt5iqADgFTPUJkVDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUGnRX4fkfQfzRvi0KCeyZ5DXTsWbfai { z-index:15004;top:90.8125rem;left:19.0625rem;background-color:#359fff;background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:5.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iOQMVZQhxAcn1kUNxDwszv1KsxpGMTKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQX6XcmfRad0mFaPCUdxiGcJnq3y9NW7 { color:#071638;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:97.25rem;left:18.25rem;height:1.25rem;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; }
#vnXiwXXNM2SNIw8ipWK0EpHfQdDgeDey { position:absolute;display:block;z-index:14951;background-color:#05051e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:98.25rem;width:59.875rem;top:0rem;left:0rem;display:block; }
#HFKP5cTZu9n5aMAVkrMBT2Dfmf7ccLCs { position:absolute;display:block;z-index:15228;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:52.25rem;left:1.1875rem;display:none; }
#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { 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; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { background-color: transparent; background-image: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container > .video-iframe-container { display: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container { display: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .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); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { border-width: 0; border-radius: 0; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { 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; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { background-color: transparent; background-image: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container > .video-iframe-container { display: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container { display: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .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); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { border-width: 0; border-radius: 0; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.626953125rem;left:3.625rem;height:1.950075rem;display:block; }
#US8cex5n2IGepDFiEix7bTF1BnhqgOVX { color:#000000;display:block;width:58.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:0rem;height:22.09376875rem;display:block; }
#pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.7890625rem;left:0rem;display:block; }
#ImdLiyGistVIvhFXlWgZraErfvmL5T2W { 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; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { background-color: transparent; background-image: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container > .video-iframe-container { display: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container { display: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .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); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { border-width: 0; border-radius: 0; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:3.71875rem;height:1.950075rem;display:block; }
#l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0616455078125rem;left:0.59375rem;height:12.4277375rem;display:block; }
#HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:29rem;top:20.62326335907rem;left:30rem;overflow:hidden;display:block; }
#nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:29.8125rem;top:20.62326335907rem;left:0rem;overflow:hidden;display:block; }
#r4COymZhIQsMJUO4892tiQnOrxvpgtJK { 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:22.625rem;width:29.75rem;top:31.498304367066rem;left:30.342880249024rem;overflow:hidden;display:block; }
#VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:28.8125rem;top:42.560546875rem;left:1.25rem;overflow:hidden;display:block; }
#O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.0078125rem;left:0rem;display:block; }
#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { 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; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { background-color: transparent; background-image: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container > .video-iframe-container { display: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container { display: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .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); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { border-width: 0; border-radius: 0; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.51171875rem;left:3.5625rem;height:1.950075rem;display:block; }
#yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.998046875rem;left:0.9375rem;height:15.18946875rem;display:block; }
#hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:30.8125rem;top:49.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#bOWwfhGHQssNP8QpEVk052qFnhtAshGg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:26.9375rem;top:49.8125rem;left:32.0625rem;overflow:hidden;display:block; }
#FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.9375rem;top:24.125rem;left:31.25rem;overflow:hidden;display:block; }
#nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.25rem;width:29.6875rem;top:23.6875rem;left:30.25rem;display:block; }
#vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.6328125rem;left:0rem;display:block; }
#ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.25rem;width:29.6875rem;top:23.6875rem;left:0rem;display:block; }
#bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:30.25rem;left:0.9375rem;height:15.9375rem;display:block; }
#wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:24.125rem;left:1.46875rem;overflow:hidden;display:block; }
#wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:7.96875rem;height:1.4624rem;display:block; }
#VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.6640625rem;left:39.15625rem;height:1.4624rem;display:block; }
#t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:32.640625rem;left:31.125rem;height:11.15625rem;display:block; }
#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { 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; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { background-color: transparent; background-image: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container > .video-iframe-container { display: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container { display: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .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); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { border-width: 0; border-radius: 0; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { color:#000000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.51123046875rem;left:3.56201171875rem;height:1.950075rem;display:block; }
#iuTh74n942tk7A5MLfMekhgnCEFTNPcy { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.6328125rem;left:0rem;display:block; }
#nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.1700859069824rem;left:3.56201171875rem;height:7.7988375rem;display:block; }
#bNahEys11vT9eyletwGfHupIXn9zECi9 { 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; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { background-color: transparent; background-image: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container > .video-iframe-container { display: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container { display: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .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); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { border-width: 0; border-radius: 0; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { font-size:0.875rem;font-family:arial;height:87rem;width:60rem;position:relative;display:block; }#ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:3.78125rem;height:1.950075rem;display:block; }
#omKGhBITp3602CQqB1AwL4F40EthW683 { color:#000000;display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1857643127441rem;left:1.1241321563721rem;height:9.666025rem;display:block; }
#prguaEaSJZka0Xpifyh137ZphTNH2rAo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:23.3125rem;top:16.013891220092rem;left:1.21875rem;overflow:hidden;display:block; }
#WTftXiv0blTwZDChwFGCUODmQWAvx3cu { 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:6.8125rem;width:28.5rem;top:36.326389312744rem;left:0.53125rem;overflow:hidden;display:block; }
#Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:24.9375rem;top:24.201389670372rem;left:0.53125rem;overflow:hidden;display:block; }
#vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:29.875rem;top:16.01388835907rem;left:29.58875rem;overflow:hidden;display:block; }
#okm974mTZGg2qA54ZEc5QwCfkSKbne2n { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:29.3125rem;top:45.076389312744rem;left:1.21875rem;overflow:hidden;display:block; }
#gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.25rem;width:28.875rem;top:28.513022422791rem;left:30.088542938233rem;overflow:hidden;display:block; }
#CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.6953125rem;left:0rem;display:block; }
#NzIa406yN6f9P1cH9OPFxq378aL578iZ { background-color:#7f3bb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4373125rem;height:4.12435rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:77.763671875rem;left:13.525390625rem;display:block; }
#J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:1.5714511871338rem;left:13.937175750733rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:block; }
#PP2msRDzTCzMZAbDb4BvPnsUUvZz9a3o { position:absolute;display:block;z-index:15036;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: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:38.25rem;width:28.25rem;top:1.2708337500001rem;left:-11.133618485809rem;overflow:hidden;display:block; }
#UB0u49nSBASZBvgR8hDLJF2qBEp4SoZ4 { color:#2a2a2a;display:block;width:41.3111875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7083339691162rem;left:18.688804626465rem;height:37.52931875rem;text-align:justify;text-align-last:initial;display:block; }
#I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container { background-color: transparent; background-image: none; }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container > .video-iframe-container { display: none; }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row > .video-iframe-container { display: none; }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .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); }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container { border-width: 0; border-radius: 0; }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N { display:block; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLizPPoU7xq20qgGpVvbwD5L3FsvuFN5 { width:8.3125rem;height:3.375rem;top:1.125rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRPtnNXTDSTPp4OPEbLpMR4MUP2b4Sf { display:block; }
 }@media only screen and (max-width: 763px) { #vTsr6HqnxVk6iusSN9QzflGEtTrlWqUz { top:2rem;left:0rem;width:19.25rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx { width:18rem;height:5.0625rem;display:flex;top:0.6875rem;left:14.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #LMaWWOnZScbFokzaHBkxuRsGR2aTuh9f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #go7hRO08lFcLxU4u9esST6EbVfcn6IzT {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #PzoqBcbwbBEizvsvoe44wM2wG1oaQv0J {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #IKpWqgyA6rDlqmshcalNu1bZAHNzvOiw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #klxtLngdCpmSE5Xiv5JmNAywthbWTvuJ {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #KHpqUgXekdyKB98KJGP0VIPrpwtmv2PC {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #vvKINEAJSxEVxI2r9yqT91bWF3KOTRNC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #c47HnnQl15fJc8Eck281BK7S3KCsc4qb {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #HK0bbQ9mQTmauguuDdB5RDIOv6ZZTLyp {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #D8IvbMvMDccE0iT6iVLgGAW3LgqJvwQN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #e2G2JaeaWrdKQXBpAKuJBx6ZN06iRXGB {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #VuabbXwgwvei8wz55hFKveHZwF7CNImm {  }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:10.9375rem;height:3.4375rem;top:0.5625rem;left:0.062337875366211rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #un5f3wOlmSaQT3NkrwzRMgr3VVUU917e { width:10.9375rem;height:3.4375rem;top:0.5625rem;left:12.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbltUWbhxVFfTQT0cXq43dk5JDDVEue9 { display:block; }
 }@media only screen and (max-width: 763px) { #Hr9XVS3SwBGNCZZcz5Aop7yKiLy3OZWl { width:10.9375rem;height:3.4375rem;top:0.5625rem;left:23.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdVtquWJNqtvius5OMQwgPvQhV2amg8C { display:block; }
 }@media only screen and (max-width: 763px) { #UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { width:16rem;height:2.9375rem;top:0.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { top:6.5625rem;left:9.875rem;width:29.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 { width:18.875rem;height:5.28875rem;display:flex;top:10.125rem;left:19.34375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #pbPSZbWJwIBoSPx1FXrgQRUtbIErmrbU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TgmNqT7s3eTZ8S6mWg20BeowcK5mz9AZ {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #haH4GTu4dflpUsvQ0EOhnc7xW654QQBz {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #yH9nMiPAsgtnZfDTyF2LDiMFvtbXJ49B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TsdWJ8zM0THPyeZswhTWByFbOqERRzgM {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #UBT9Gmmsv14U1KcxxKQyEI3NaArWAGgu {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #swEh3OQtRrHLK0ypgWDX3HrwdqVMxgOi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #ZQGS7OtyT4mmUUQl6LCHrtiQ4RtN54Hr {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #BaWN6yVIZhLDfS5xvq8QJdOiOllt5Bwu {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #rywsZ13aATslA5pIb3tOB9Jm3Or6x710 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #F6dbpnUWkODNt87RI7K7SU1nbXI51yTV {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #p5lXNfyc1XP6w063c01gRLCF1dCqmiMh {  }
 }@media only screen and (max-width: 763px) { #bqqH2Taz5Zp52unQwKARoOausTEi897W { top:19.5625rem;left:0rem;width:47.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDntWouvJkwH17msyipcKE2uT74fqzaS { top:21.9375rem;left:0rem;width:30.9375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMcx9AfGJgVglIwk2LXH7sF7DKIJ5gS { top:9.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2JE81NhNobDWFXNfIdvaRl7pAgJCAA { top:2.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uML2mJHtplANDf2MATnKuJ7SsLMs8kKL { top:0rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnM5FnTINSDVU7pSE5WELMWcsphQxORL { display:block; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq3PweMA8TDPzbW1xeKckryp6Mq76zgT { width:37.5625rem;height:3rem;top:4.125rem;left:6.30908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtSt2EAMp8r4PwQkHV3PbZGn03Nmz2eJ { display:block; }
 }@media only screen and (max-width: 763px) { #AIdUBidZDn7W9XHpPR6ChevZZaWAEeRK { width:37.625rem;height:3.25rem;top:1.25rem;left:6.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T1U1y97hc4diGZQF0I3G8C9zSoJH3u { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoPog7PmDHol7Ghp7Uf50thstdwDBVnT { top:0.75rem;left:3.21484375rem;width:38.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtaWdKc9si4oLQfeNd8Cp5UPCg7k9TZr { top:20rem;left:8.9034843444825rem;width:27.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvXexxzt10S9RHEzaQL1b10NfXWbk5hZ { top:24.375rem;left:0rem;width:27.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX35NzcnHrwPlxVNqZUz8nCn5qVG1QzW { top:26.5625rem;left:0rem;width:32.6875rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y07KGo5UB8JhFs8c08UWtJGMqmazGPe5 { top:49.875rem;left:0rem;width:30.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aobJ4vD178WFEO7qlQcePmRfKDZ4HXXh { top:61.125rem;left:0rem;width:38.5625rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrawtddA6aRFZHyvSlVNvsEtRFA8C1lT { top:51.8125rem;left:0rem;width:31.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwE2A4XhHmToX7byniP2RVA2SToFtxq { top:64.75rem;left:0rem;width:31.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wws7HA7wM8TO68FWEdwtXUuhLTK2qqay { top:19.5rem;left:6.2789726257325rem;width:33.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF3H9kGGIg9ly3rp66Wuv8S4Z4LeXvlr { top:50rem;left:29.0625rem;width:18.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwlK8ypR69ssnJMTAzNlH6VSamlhhBW { top:61.125rem;left:27.8125rem;width:19.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy128V2EFcCZQb31EpHH5Ir5agZIBu7M { top:25.0625rem;left:28.75rem;width:19rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEMlvgGpkXpwmVdgbagic1F3Wky7UsX { top:37.4375rem;left:0rem;width:32.125rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTob9g0eftyWQopCET2mZZoAALcVmou { top:39.5625rem;left:0rem;width:31.875rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egf4xGK9eSh453A6ygFfPTS5hiSADKmP { top:36.625rem;left:29.125rem;width:18.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgNTKsTy4FJcDTFBx8BlGN0z8IWyX2mK { top:0.75rem;left:0rem;width:47.75rem;height:75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe { display:block; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { width:37.5625rem;height:3rem;top:4.125rem;left:6.30908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block; }
 }@media only screen and (max-width: 763px) { #t0CXBRJPNm9VlUphxM0296uLH6LHKp8w { width:37.625rem;height:3.25rem;top:1.25rem;left:6.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF0tRMlcM5rwy2m9pcXNHugV30Gztgn3 { display:block; }
 }@media only screen and (max-width: 763px) { #HuywXzWUCnTXywtOyI1bc84OblZGT7bH { display:block; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFG6QTs9Is70EvpzHOiIpAsE8lrum6OM { top:7.375rem;left:0rem;width:35.0625rem;height:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF6nI7GkiCCl7ylDe5VCimarmkNPec7o { top:3.25rem;left:0rem;width:47.75rem;height:26.363540490577rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErBtBGcWu7TJiLtQTNypACfN0vE6iuy { top:21.1875rem;left:0rem;width:30.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmEBCSybV8JerU9ktvCaAy3PybINVIJi { top:21.125rem;left:13.525066375733rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NePuc4XbBTkOhZLhC26bi923BvtS4VEm { display:block; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7I7ITXO0zEl8G2x9W3w430Qb4V1qqX { top:3.0625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh { display:block; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K09m7VceZQXrFWgp2DWHCpA8Uz63rfAR { top:2.5625rem;left:0rem;width:47.75rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxyNN9cTWMQU9gT4GE4LDOU1rVhfR4q4 { top:12.6875rem;left:17.4375rem;width:14.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCiZDJsgEopbf3pGWoZpekcTuJNfh5JT { top:12.375rem;left:31rem;width:0.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwSfXeITSCwua9LMzLDq0oMOfUGRw2z7 { top:26.875rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9QXgUqg45KT8Hn8tUERatyN7TR5kyJ6 { top:30.9375rem;left:0rem;width:17.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVF4ce8HSTfoQHhReenNi2Z1MbtGsH01 { top:26.875rem;left:13.6865234375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afz0IA08iNXTVLfNNDt4rVRyFKA8J9NB { top:30.125rem;left:13.90625rem;width:19.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpydOUCKK2nLdXouByo8BarbddcqCHO { top:26.875rem;left:31rem;width:16.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtICdNET56H3Kc7psxRSP16kmsSFva5D { top:30.125rem;left:28.5rem;width:19.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMlTRz8i8FfE0aIWuVT00LkPExuIptv { top:10.25rem;left:27.833335876465rem;width:6.875rem;height:4.5612rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4puwToJEyq3bZGEttkHwxNNiF16QAVk { top:12.0625rem;left:0rem;width:19.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8L1b9J3253NZmcJ3GDTx1ILo2X1hnp { top:13.25rem;left:18rem;width:13.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJf8lkmb6t1Bb5TrxRFWv01uIXpmiva { width:47.75rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ct4AZtLn03c8RSvsR20LseLNRTKFTA9E { top:11.5rem;left:28.5625rem;width:19rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo { display:block; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0rEAkDgEQQ1RJCPa92BW10QFsL3o8Mn { top:0.75rem;left:0rem;width:47.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmB0p3tMUB7biXBlt9s5dLMLfcuHTwsl { top:4.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXKylRKZptDIXIXPoIADkv7lL5cPxwbL { top:1.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZm9C51aW4uFaVOmQo9Up8aSbRQwrte { top:12rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZi7meIV2nBn1o1pNSPJEtANamk9hesq { width:35.9375rem;height:4.375rem;top:15.6875rem;left:5.759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTXwpOxECapqMvMwAKK9lkET4q8VvQU { display:block; }
 }@media only screen and (max-width: 763px) { #V8JWxI7dDRAJMa787bzXZXCMspem1Wqc { top:14.0625rem;left:22.497234344483rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 { display:block; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4XuJTduHTRkQwAfnPJLNhvfr9Fwp8F { top:12rem;left:12.8125rem;width:34.9375rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnRubXEn687vIoeCtpqRQrl8uAWDgZI { top:33.8125rem;left:15.4375rem;width:32.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzqHhmRTffiCNPzLT237nUaiPwyKeLcT { top:13.6875rem;left:15.75rem;width:32rem;height:;font-size:1.0625rem;display:block; }#dzqHhmRTffiCNPzLT237nUaiPwyKeLcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #kQOTIsQh9VJ4UUOTroCSuGa5qD1S8aQf { top:1rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxJpNUNfSun57BbZAdF2PgXG1IKQwGtk { top:5.5rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwnVfuRDI1Ow7FOtgczKUHqA5aWRUhfn { top:13.6875rem;left:0rem;width:22rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOWUK77MviSkeHKEK7rhqc6W3ICrDBQW { top:27.625rem;left:0rem;width:21.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyv24d34IZIlx3zQIBHI4GbAfTK8pQ3w { top:43.375rem;left:0rem;width:21.875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE { display:block; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuH3vPyriClodK51CngogrxaQ32aNp2J { top:7.375rem;left:0rem;width:28.625rem;height:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAw5wAIe96cDhGeQSgSw2C5I9qKw2Fy3 { top:4.5625rem;left:6.3125rem;width:41.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTQhv0Zq3w3uqDA98hfV3JqS379Oyuh { top:32.875rem;left:2.0625rem;width:45.6875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg6o5VeanWGJVnz7f6e9HQ3BSdpOdVoM { top:17.8125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFgw2zr9uMMornk0TAb68Xo3bQVyQkW5 { top:9.6875rem;left:2rem;width:45.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNuLngC5VWVWS9ck1umcOxgg591VFhZS { top:24.5rem;left:6.4375rem;width:41.3125rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1kbs8TeS3BcOkNwSk1CQXCOXyfZQa9c { top:8.5625rem;left:23.21875rem;width:11.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiTvdSWo1XH1xcmxBsk8kkot0eThPTt { top:40.6875rem;left:2.3125rem;width:45.4375rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyWyhEE5QGWAqs4fh53AzmpBu4u2ZmG { top:39.875rem;left:0.1875rem;width:47.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { display:block; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { top:1.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { top:5.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y { display:block; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9sXOaL5mpxpxh9Gv947neTyy18EOn7G { top:11.75rem;left:1.4375rem;width:29.4375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIoaNQJe61mvGCCP4BiCtCsyz3BCPUwb { top:3.6875rem;left:1.296875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1b7sNJ7PlgEd3nmLpVAeg0Kd69NrW2T { top:2rem;left:1.296875rem;width:32.25rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCO492iXh41XVm2yzlZZZGUmxHQDnqCM { top:5.6875rem;left:1.296875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URcZ27J6qxO1cExoaKn89v5dpBqEoaPl { top:7.6875rem;left:1.296875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fES8dugnRrJkTXEfTo0pwAUk7IyLSwch { top:13.625rem;left:1.4375rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvX7aGy50ebU3duiDCac3wo5SF3qUmD1 { top:15.4375rem;left:1.375rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndAxg5xq4C197CTzKaUz2KF5D9c7JlQs { top:17.3125rem;left:1.4375rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaoEtTmps31XoWLA5T2f1kKS3BZUTquH { top:19.25rem;left:1.4375rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBR9n3IKqnSAKhRU3WKcUlhM77V7LckG { top:2rem;left:32.6875rem;width:15.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6BfklQGsqx2kewh0R1uEhN1mfRhk9U { top:3.875rem;left:4.2497100830078rem;width:15.6875rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8SS1zeykaKaD5K7J8knbpVLDnUlw2K0 { top:13.6875rem;left:4.4375rem;width:9.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 { top:24.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 li:before{  }
 }@media only screen and (max-width: 763px) { #cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t { top:26.0625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }#cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jdgf39hEZrDHJ50vvCg8ykaxTHnUOgQq { top:1.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKdCczCETiutafU8PelZn7u4xKwS91Ep { top:4.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is { display:block; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s789gcO4T61zZNZTIDyZnkDWwAQcHiwr { width:33.125rem;height:4.125rem;top:53rem;left:7.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRka8IxzpQXpqRWcZnIaSmSEqdyNpfTZ { display:block; }
 }@media only screen and (max-width: 763px) { #cMkF7fexARtJK9SWrSEUDs3nQadxvqP6 { top:48.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqFTT0Saih95AxTbEKcPEJAyM49PIyGI { top:24.875rem;left:26.9375rem;width:20.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLGzWxU8kvB8JcmydC9siXDfV2mxiVEO { top:14.25rem;left:27.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAINOzsZwiK0PfqD1uZFqWwMkRc1mb2 { top:14.25rem;left:0rem;width:20.9375rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRP5ZkRyOu9NoAMJQ595AF4aInsmqZFw { top:14.25rem;left:25.875rem;width:21.875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzC4z92voR710d3DifF4KDeJx7uIq2C3 { top:3rem;left:0rem;width:20.625rem;height:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdnTMpekOmpk74z4Xlq8yTEITWx5Cbnz { top:36.25rem;left:25.8125rem;width:21.875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TPGMPwHGyRcxIzGQClT5nkse3T3nlA { top:35.875rem;left:27.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llPlmbHOspTLAUTTk5eKRRSB13nTv8P3 { top:2.625rem;left:27.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOZrUzG2zkNbMbtDlcKc3pgbaEB3IhH { top:24.875rem;left:28.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwvul75RRMeTyNRUFdD0et7JAFLAVoim { top:3rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthUMeikeQXycdzQ6koIDcvqh0eiNPtb { top:13.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWBBJ7PM1O2oWeCfuCtzXTVT85WqfmTO { top:23.9375rem;left:21.875rem;width:25.8125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07bKxGtSgSRwxT267DAZTUUpALEecLo { top:13.6875rem;left:21.8125rem;width:25.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJuTSTrw6TM9TiT1dna9ElD2bKJReKB { top:1.875rem;left:0rem;width:25.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z695bRkapti6wd0adR9o96Z03NGxIJRa { top:13.1875rem;left:0rem;width:25.9375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBKDURkX0qKO8Swi24R14Nr24l8i0yQB { top:3.0625rem;left:27.375rem;width:20.375rem;height:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aliXBI1PBo3Uiex3fN9fevZAr6y9X2wC { top:35.25rem;left:21.8125rem;width:25.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2LDe0FysTUyMixNXkO9iqLc6M67fJaM { top:28rem;left:0rem;width:31.875rem;height:15.843930534029rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNpgyBTTZtzGOhHkKOZoWR9div37eOJ { top:1.875rem;left:21.8125rem;width:25.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKBELNOINruARfg3DJSAK99wxzc3Bck { top:22.125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUyS58zrOZl5SdIgxq5G4KbQuDZ8TbpJ { top:28.125rem;left:6.3125rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { display:block; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { top:2.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { top:4.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD71VbytWD61iazgDfkuvzCoCJvBHCNn { display:block; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNpxTW9qrT5KT7k4OhmBgOPi4WqLrPeA { top:0.875rem;left:0rem;width:12.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9wyXSs6kGAHF2AhaZZ0a6LXZFgo3zFk { top:1.8125rem;left:9.6736106872556rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEtnxme7DQvt3uWmEDI4MxGIepAKu2zd { top:3.9375rem;left:6.375rem;width:41.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 { display:block; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDeanCsUm7p6BlUSiBk5bmawvsSRBUwy { top:3.4375rem;left:0rem;width:12.5625rem;height:11.81235633971rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tif5Il0wADLQ3bZhPiOiIwt5CzmDcFad { top:1.5625rem;left:9.6721649169925rem;width:12.4375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAvrT20SU2dJba0TUEsOMNbX5c414FoU { top:3.75rem;left:5.25rem;width:42.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 { display:block; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJLlLWI3PLoqTOJvep0TGS9Oux35R83X { top:3.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { top:9.5rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONIoWyAfk5EDE3QVfMdKxlATp2kXTaTM { width:3.125rem;height:3.125rem;top:24.125rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGc9vg1pemqd2c9L82XHXNyciuCUn0l { top:16.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taF9QivaAba1a3QVugsmhJNWH9ekvz9r { display:block; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9awy7vWFx0WaMeJbpCzRrDnOOohd3fy { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUwL9nt7VkctXlo7xKbEvSdSIHCTi561 { width:37.375rem;height:4.0625rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtR8a4MOGWgAbVRfcuQdEwZH0B5X8KT { display:block; }
 }@media only screen and (max-width: 763px) { #mQmNhktyOCiIg4EJ0AC9LzF8aI0ZE7Ib { width:29.25rem;height:4.125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7XpgtCMnykn3mpcizNRoSLfNXAGBqv { display:block; }
 }@media only screen and (max-width: 763px) { #m32iZEdFat659VaAGOkdq1LTwNxxZNqb { top:0.3125rem;left:28.4375rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { top:0.4375rem;left:14.125rem;width:19.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { top:0.3125rem;left:0rem;width:19.5625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { top:27.5625rem;left:0.81184959411619rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { top:11.5625rem;left:28.8125rem;width:18.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { top:27.5rem;left:16.686847686767rem;width:14.1875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuLOtWPklsWzM42rs3UiUy8myTTckd28 { top:27.5625rem;left:32.561847686767rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { top:12.625rem;left:30.3125rem;width:17.4375rem;height:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { top:12.625rem;left:14.375rem;width:17.375rem;height:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { top:11.5625rem;left:13rem;width:18.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { top:12.625rem;left:0rem;width:17.375rem;height:14.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { top:11.6875rem;left:0rem;width:18.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { display:block; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { top:1.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { top:8.625rem;left:0rem;width:45.125rem;height:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { top:11.9375rem;left:36.75rem;width:11rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { top:6.9375rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { width:33.125rem;height:4.125rem;top:22.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block; }
 }@media only screen and (max-width: 763px) { #ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { display:block; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { display:block; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { top:51.625rem;left:0rem;width:25.0625rem;height:10.411244502378rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { top:15.625rem;left:0rem;width:26.6875rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { top:4.1875rem;left:23.5625rem;width:24.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { top:15.625rem;left:23.5625rem;width:24.1875rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqUTFZokEhMwTTZhURD9SsHiUTREuZp { top:1.875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { top:1.9375rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { top:48.875rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcFS9No1ve40H2uwl1bsAWECN79XgoTG { top:63.625rem;left:0rem;width:25.375rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umq6qAefq8R2TA7GdZuRvorHXxRgorJD { top:26.5625rem;left:25.5625rem;width:22.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq341zLlZFukb65aOGCyhevHxLlt3CMa { top:24.25rem;left:21.0625rem;width:26.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { top:37.5rem;left:22.875rem;width:24.875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxuw2Km4JM93zZap8pW4HppRZEcK21V { top:24.25rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { top:26.375rem;left:0rem;width:23.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { top:37.5625rem;left:0rem;width:24.25rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvxdsSMfw6k6vOJLntn39k3gciA44wS { top:51.5rem;left:24.625rem;width:23.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { top:48.875rem;left:20.25rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { top:63.625rem;left:21.625rem;width:26.125rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { width:33.125rem;height:4.125rem;top:73.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block; }
 }@media only screen and (max-width: 763px) { #a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { top:3.875rem;left:0rem;width:21.6875rem;height:10.781272899036rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT { display:block; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTIBT7GB5JbCvi3bOHAvcOnf1TT7y1N { top:23.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SCUQXK3s9TDhRTi8E2aJfevf5XuvV1 { top:29.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEQ2dJIo2xWQwyRrHDkBTWhi7OZPJgmm { top:19.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um9AtlzskvJGkKmwh3GJDCfzBDEkhcE4 { top:26.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrhXTah67PhyLgNEK3LhXXOs70bgAUCG { top:38.8125rem;left:14.8759765625rem;width:17.9375rem;height:3.2346690336371rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbHa9togIlUJOp2p1dUhqkwlB5yT5UK { top:0.625rem;left:5.71826171875rem;width:36rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 { display:block; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNFHSSc3XDkSTIi8xlsuEW6PIhPWsQqQ { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rET4k4US1y3GGCohtQmrR6eObBdyU1KW { top:5.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owtowdPGGcEhtK43xL0JFupSPDmshCAW { display:block; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsA9Qe87VHRKnEZUPvQ6LTTwFg8ObT14 { top:4.75rem;left:0rem;width:20.5rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxB0DgniA2phR6Tb6yWZoxXF7zrqehWB { top:27.375rem;left:0rem;width:17.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPZlTM5HlwH47Ub8EBoNQB6TZ9TSEZ6t { top:27rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DnAeTrc5bSZRU2oohhHp2GywNPTkb6 { top:2.5rem;left:0rem;width:21.125rem;height:88.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsaDWVzArevFn2cgE8zX96nTRRePkzH { top:0.9375rem;left:27.875rem;width:19.75rem;height:59.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEKFq8TWy0M7Hh079TxaQx1WfbRfTS9 { top:87.125rem;left:0rem;width:19rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1sPZOg14F3M2BiFfO01kk3bcaSpVWy { top:20.9375rem;left:0rem;width:18.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhrLXHyTtvfsJ5cUZibiU7EusbUEAuf { top:20.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGXauSK7eWnStxMUNRp1BD74O7RbSPB { top:73.9375rem;left:0rem;width:12.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4RJq2ZHvoAxyh2kHvBoaXa1Exu8MTrJ { top:73.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG4rnJ0l14bTkC5oyb4lX3CLJWkAXrgk { top:47.9375rem;left:0rem;width:16.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCuImyCgI1V0QKwbtIqHsALdfywQuQOE { top:32.5rem;left:0rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ApUnrktnvOmx3xXPaLKz5KguBxog5o { top:69.5625rem;left:0rem;width:17.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcAQZLsLRoDbXfGKvQQoenSntdy3MBUy { top:69.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQkBHM4aa9HspXq04Kk8sDTe0JcmCiLf { top:32.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexnqiTxvWT474mhwdXeOvJ3cyhX07QL { top:41.875rem;left:0rem;width:17.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvTV3PmocnA2RPsxNmu8d0MtgBI1UsM { top:41.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elD9fWTTbsJM1CHsw08edHmqSsCH4feT { top:53.8125rem;left:0rem;width:18.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDVioaJWzp4LnTeuRwSbbbnJDIBCID7V { top:53.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpxBKnWqutLyi7RuevdhL445wFSD0aUE { top:38.8125rem;left:0rem;width:17.9375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhL3TJc2dcRCCDsxgrFaOORtVm9CmU2y { top:62.8125rem;left:0rem;width:18.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1LPVEi4HrH4oAZmydT5XQXzpxTAnpU2 { top:62.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2vKsNhbtxbqTo0LhDUNAlSdNAqiTXN { width:18.8125rem;height:3.25rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLZlpaTFIeTRb3kTZZSfZHIEOFevkos { display:block; }
 }@media only screen and (max-width: 763px) { #Aqys48FsxRGx4xtvIR826OXJgFWweotS { width:18.875rem;height:3.375rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQD30nWdH4Abvn6hDrGBkSqsJZXdFWTm { display:block; }
 }@media only screen and (max-width: 763px) { #JVaQbgsSmhr9x1rV2NMvkaz73BNVdRJT { top:13rem;left:0rem;width:8.875rem;height:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2UhvDOf06DL20XhDxvgEe4PvtgOXfhD { top:14.6875rem;left:0rem;width:16.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHvS1Kum6TD9RAWOdUVChscdrT6ztNw8 { top:11.125rem;left:0rem;width:21.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9aG36uTAyivQJrPT0MAkSMyaNT1NRim { top:48rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkCG7lVM8lyFUhfHbKC7ICJSMqgb0DTg { top:52.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJSv0JM9LqTIqEW51mikS7OnT4lXOB9A { top:41.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIpisxLcDCgnk8IZVUQoRuO6ycZER3wA { top:2.5625rem;left:0rem;width:20.5625rem;height:88.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS00odXurKA9TBJC6XXCfW0qpH9E05Bo { top:4.9375rem;left:0rem;width:17.125rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3xaxs5JOIgfHRwXo2D25V2DHQgwyLQ { top:11.125rem;left:0rem;width:20.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3v4H2TBbsa9GxGGdC9cGLJ563ToSxvV { top:27.5625rem;left:0rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHzmfQMGyf8d1bH9LXXxtmklLzcb7GL { top:27.5rem;left:7.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bukxdbJIZ1BZJkNdkkqpiiwGr2TVvTRf { top:21.125rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNTHgtxTLgqlIW4CZo3ZoF3r3KoOMio { top:21.0625rem;left:7.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJnAotEdgzJ0XGcocK8gWZOgWRGXHsVL { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TND2yTCDm83nb6opLbXMJEWbd5DazNfl { top:32.6875rem;left:0rem;width:17.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8DuSU6mGDP1lO3NUDSWFvv0tKH1uD17 { top:31.875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vB5rThPmZC4l5OoB2rqlesFIl9ps5F { top:32.625rem;left:7.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nb6CCZ0qpZzRT8VUMJ17gM505yEreL { top:37.8125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXEgyrBsuGK5LsFJyR5iDundk7LvV3V { top:39rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQpIEQyflTEm86JriUNcPSU5AldznTa { top:48.125rem;left:1rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwJzpNMv98FZyc2a4VDN058NxTMg0F4 { top:46.75rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHOEPC7gJQhT98DiM7pqrMgrRTRWFJog { top:42.0625rem;left:0rem;width:16rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCPyk2SWpkpBUGc5uWFZTScgUtpGEuXT { top:42rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5X86Qwbc4bFSaKmAr1tp1SO9u868TTA { top:54rem;left:0rem;width:17rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFGyPOHNhG3wzOQO34o9qt31qHOtIE8 { top:52.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XNQm2K8306ML4DGMfgMLGbVd12lOLZ { top:53.9375rem;left:7.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPvUrhA6ENfOgdckbb0eGKoxLMS4VNDZ { top:63rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7STRIhQxG0kfGGvpZ2oLlCDvfdqiXh4 { top:61.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBykfz3VUsAH480TIxiK2ZRNb9bTwxBs { top:62.9375rem;left:7.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTD1PtRTwpS9zDugwdovgthr9DbgqLl3 { top:74.0625rem;left:4.6875rem;width:11.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tpTAqLaHhNikiWnSkbPZtJM95xXXWo { top:72.6875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7BUSxERrnoJ0vdyFWVCJFuHCcMqprWS { top:73.6875rem;left:7.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAFvQFyVqyHh3miLoHneGbG0WnyArKZ { top:67.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXN9K7aExxoD490awCynXK05Fw81nvAF { top:69.75rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0o6w3BkHudvdy5JQd6cVZWCsTKS9yW { top:69.3125rem;left:7.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzxfaN2D4uX2NLJFW8LNX01L1Zk0tTy { top:76.75rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLa8n6lUr9nJc9fK5IioTliUSeet7BZp { top:48.25rem;left:7.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJU9G1nrG3di96fAmQBOb5Sh7qObhE1M { width:18.125rem;height:3.125rem;top:0.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfFKeMbGIsABVPb2grSgPdudHnFneO2 { display:block; }
 }@media only screen and (max-width: 763px) { #kS82M4SP2aKALfACTKFHI5FQcX2JP8SI { top:2.4375rem;left:26.8125rem;width:20.8125rem;height:88.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQm0FeCRG0kl33lOJ0TAvQ9ma2T7qhC { top:4.5625rem;left:27.5625rem;width:20.0625rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvWiBBDKgIXWBofutuirQ7o5SqfcEunW { top:32.1875rem;left:30.125rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsUv2DBL9hyGEPODpf4ucL3E9CMNI1eF { top:31.3125rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpbop94Lhh7x5pOvVzNzENFE76MGxxa3 { top:27rem;left:30.125rem;width:16.5rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDGWSeAdwKUMETRmDKqu1VzML3qlTPUb { top:25.6875rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guL1BLcWlalSLhRDTmbsLmJ9dPKm7d5O { top:20.3125rem;left:40.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzloFFqZPxEuMf4urcZn2gfVwoPNDPnG { top:27.125rem;left:40.90625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkCFTOJIzyqCVNaShelC8uOIBoK5Gsr { top:32.0625rem;left:41.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5MNud7B2A5tWVTSuiopMagI12XppITi { top:20.5rem;left:29.375rem;width:17.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOhk00l3ON73t74UmZDqopG7x78h9Ne { top:10.1875rem;left:27.9375rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9yHgVg8XJCntmiFyllD5QBGb7K3dc94 { top:14.3125rem;left:30.1875rem;width:17.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TLOml0cuVNT2fcwnxcSTi82PFwUV4w { top:12.625rem;left:40.5625rem;width:7.0625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeVa7icco0QmbFX7XwTTztizJkbs803s { top:11.0625rem;left:26.8125rem;width:20.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5S5yzyiCisx3iMI2I9WmVrQ0n16gV80 { top:46.3125rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhsIHz07AwM2pVq0ZKb2TcyQeQWy5tT { top:47.625rem;left:29.75rem;width:17.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLbOzywOAfAxotoQaR0nsNZgkTIZiA9 { top:47.5rem;left:40.84375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9o9G8i6MfH3yGWETc4PBKQfWxlaBfSX { top:37.375rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPE9NbEvH8giaPRoJuOgUFL6thwlyu3 { top:41.4375rem;left:40.84375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLZwXE0fQ8HKu0PBubgPn2utFET2H42C { top:41.5625rem;left:29.125rem;width:17.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4ismFMTUpUvT71mbrVIdk5nEGfgyS4 { top:53.5rem;left:30.3125rem;width:17.3125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxT5l390RmDPI6oFqnOGCofmpHlrTd4P { top:53.375rem;left:40.84375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7AJC9UXRuocnLKZQes6e2tSUawAVfIo { top:52.1875rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2mb3HyJUeXGnTcmnIZk2zCdumhsOUHB { top:38.4375rem;left:30.25rem;width:17.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGnT3ewpTAuoPah91AgQWN3QZFHVt9n { top:67.4375rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1W1aVPoig9G2XNJb5PNZ9plT7AyRpOC { top:69.3125rem;left:28.4375rem;width:18rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnXsl5baAKxC7u9FStu69qJQXadDAblG { top:68.8125rem;left:40.90625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1giMkxSBW2rATdptOkwp12tAhBa6Ook { top:62.5rem;left:29.5rem;width:17.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKBenAQP31Xg69hFssaIskd3FBWDcbIm { top:62.3125rem;left:40.65625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNIZkWUMGRH7QcP78tMF7OVo5ZQxaZGU { top:61.1875rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfw1VBJqaG6OtGNO2auH49aQiU1LJFNy { top:73.625rem;left:29rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqR29udaBduCpzSgvIqp54S9dyf7Rtcu { top:73.0625rem;left:40.96875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTMzpQddUMbOdbaitvD9Qwn4LGUQclDL { top:72.1875rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXX6T1dwmt7wCohVyvcU8e2AOeoigzhz { top:76.25rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABV2f8SHK1x0gqLctrUhearXUwAIG1kR { top:78.8125rem;left:27.1875rem;width:19.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtdNBoc6TCtxT7NcKpNJRFvGw405VRfC { display:block; }
 }@media only screen and (max-width: 763px) { #rJNvyfL9H1vXyBvRJ9rBm6iV7ZEzyfMf { top:82.8125rem;left:17.25rem;width:18.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnGkMNDINxhuBhyAcRvbHpSB3zQT4Cs { display:block; }
 }@media only screen and (max-width: 763px) { #bqOpAnThwBQlVk3qRyvgqiAJiDZVlRkv { top:87.125rem;left:28.375rem;width:19.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJ1UAFPQEzVknripvdqHFiOpfUmPNVT { top:2.8125rem;left:12rem;width:19.75rem;height:88.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZkKRLQVhbkByZWV3dRa4LR4M2BpXku { top:87.125rem;left:11.75rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvTCJ1RNx8RfBbRLAutrqrCELobZH6r { width:18.375rem;height:3.4375rem;top:82.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQlxriKNqGUTIl501grhI64S7dpT7iOh { display:block; }
 }@media only screen and (max-width: 763px) { #oWTopTDJLQxftqz25ATEpBy8Am1cfRrH { width:17.9375rem;height:3.3125rem;top:78.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0I7INRvbTBmRbGtgfTStRmbVKfFOHvO { display:block; }
 }@media only screen and (max-width: 763px) { #gsIaWJSQ7z9KR6SCUS66xNcuEsma0fIZ { top:67.8125rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKgDLVkMrIMTm7DRd1nmOtsqGCV8w0A { top:73.9375rem;left:14.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4biCqeJFLqoIuDm6kiQTks0kD1VEKGt { top:73.6875rem;left:24.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Gf9eJQIQszDOnUTXZzAp2pdU8IARUh { top:72.5rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWF647X1idiTLTGQxMHcnZozIbmMcfwo { top:69.5625rem;left:14rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1pFBxWGuundfwcbDmqMJs020olVGTu { top:76.5rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TOTT27m1uCLn95TvnXtlZRmX25dbNU { top:53.8125rem;left:15.875rem;width:15.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml4utuudgoh8GyxAdymkSbdAPLmmnVLf { top:53.5625rem;left:24.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTte3Mu6EWBWG9Se0MoTSrcFQa858l2r { top:62.8125rem;left:14.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXsDZpN6ruz0E9UBQC4QyRqR6W8tfzq { top:61.4375rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOnOIMcklu47LVmwqCJco6qDTzDbhL7b { top:69.0625rem;left:24.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBasNzxLd9sOrFXEtlLZx5o0HeDMqI5L { top:52.4375rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnEm4UEPGEWKNJxTZMnkBmbBPizApPzs { top:47.9375rem;left:15.875rem;width:15.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPl3wKhmpgBRMKUpFFPt2WPLnolcNZSD { top:47.6875rem;left:24.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFVRI5VVL4BlkVm99DJXFAHyGLlHMHz { top:27.3125rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erl5aGxSbP57bt2MXH1P6k47kDbqAk7e { top:26rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2rvnof7XDEAJse5kqkuTJWRGbi5LqNG { top:20.875rem;left:14.8125rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TetZi6guOvNeFTfM2PmTOAnCydpw7K { top:20.5rem;left:24.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB1ITfGt5N1QgN33f8v5mpTSnIZ1VzPm { top:32.5rem;left:14.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEZ059pefiF4U9BE8U2o35z0uCk7fJlg { top:31.625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrliVR70WX0dW56tiDRG0uWVc1CJ5ZW3 { top:46.5625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmzfNTN10PcvGTQpKMJTTNT1Kh0fppi { top:27.25rem;left:24.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXU89em0Pq0vJ72PqOG4FNizrK7iDMPh { top:32.1875rem;left:24.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgetJtZPfgIh6mcEmgkHKCSlTKmHc4l5 { top:37.625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEEXF4uuFESnXoLKV0vETz33vnL1GNTS { top:41.625rem;left:24.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdiNPqSqUB9HF9vmfVu8CDRDFUabfJ1 { top:41.875rem;left:14.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEqRJaZZEGXvQ8MJOphv1vynyAyJJyn { top:38.75rem;left:14.375rem;width:17.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFDMSB949Vu4qSah77ZHWqEadzfVkNSW { top:12.9375rem;left:24rem;width:7.75rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAui5dTAo1mVP78knqGDUm9ObG0QRZ3Q { top:14.625rem;left:20.9375rem;width:10.8125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqnIeQJcwEZixARxC9tuIXk22cn6xdw { top:11.0625rem;left:11.9375rem;width:19.8125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sgehbi0Qpcw2NuTxOd9IGebBFlFIz4 { top:4.6875rem;left:11.6875rem;width:20.0625rem;height:5.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOZb4J9PrroEdqcgPwaumuAuR1ev6V8k { top:10.5rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvy8IgrE47r0TJfhcTAxoI91gyyT9rxB { width:16.1875rem;height:3.125rem;top:1.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmiLZ0UVSDx9vHNS0POBSH2i0SNdzxaA { display:block; }
 }@media only screen and (max-width: 763px) { #lTmsEPPO4IK66x5OEVXV2HUsSQM7v79c { top:62.625rem;left:24.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiGuPOuIi7msZOIaaW5xQ906DRNSPe1 { top:13.75rem;left:0rem;width:16.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0toB33oHIDLvbw6sPLNeoTuMfLvvb8 { top:81.1875rem;left:0rem;width:16.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HEBAnZtihRT72ga1U5Tt8uMC5HdWXg { top:76.25rem;left:27.625rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUGu9Zo6E6iRTgNE6xAKoUBI9HskEKqd { top:154.1875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #omJl7MIJ0gu5Ff8itSG6LvW9bo35C0xq { top:73.6875rem;left:7.6875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukuGqBka9ZVnaVHzs6Ih33WTUf1VcZBm { top:154.1875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffOL9dIQzOdXLQWq4g1cLBCe2up90bUv { top:73.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XF99gARPebHGRvaxJUOTyD5nGICDKV9p { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2pOQxSsSTF20attuiSMceaRMdATq84E { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iL6osNEdMXCcZKU1n3M09HnKIumrzrzJ { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmTeidVBgRNz4xGSNq2QFivqBwhnMuyH { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6hXTgvPh2I62lzhZpiipgQLKH8RMbLc { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxWR6zXGdPBT8xWmNW2JuGuCZ4Nnic3C { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fo6FA71uTHOTMTkTMTp7oAgTPRWtpMFt { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG { display:block; }#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIHvT72ru1oLpKcpULbmaHDUtbZRkfBe { top:4.75rem;left:0rem;width:16.1875rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4SDBUDirpWnKQAfltz4sBOesOPcEpa { top:4.75rem;left:0rem;width:20.0625rem;height:5.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNkWUwr9vzWNTBL10fAlkrJU4iT9yNAz { top:4.9375rem;left:11.6875rem;width:20.0625rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTXN9Nl7tfEmhtIU5Z0Nrl7OaXTDyPg { top:27.375rem;left:0rem;width:16.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2NMgDZ8WKEtCnuttlrha3lx2lTDtN1 { top:27rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G001a1Hlf5PTE1yKloq6aqmEERzwZwp9 { top:27.375rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmgWWW35v2Ez8GTLaKHySFwWRysxEsDq { top:26.0625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rw5xT4emrZ1SuGQDAG7tVWulfN62iQ { top:20.9375rem;left:14.8125rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZsrolVnDt1aT9tGc1WhozBSndG4Gth { top:20.5625rem;left:13.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfukmBZDPpF0Zo2ppgl9b40frxwE3eAa { top:32.5625rem;left:14.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFx79pN8hbbLVydI38I9B37N9MTGOsyf { top:31.6875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthLShz4eANJKtqwm98kfTGiQqGZT1Uk { top:46.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92KbRhylG3xMSVde7V8UEHiv7s03RhI { top:67.875rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5RUZsNVtxtpDrpDmh7hOcsTLe8FOLBU { top:48rem;left:15.875rem;width:15.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomAETf7CQBHmaqZo9eaHH4o6Jrb43yT { top:27.3125rem;left:13.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK9Ukg9pnppBlgOZlQxUe0Dv1s2FRxt0 { top:32.25rem;left:13.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7nDSxn7uJTbSC3iQcVwEghcUnRI9nIb { top:47.75rem;left:13.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNJHC2d2v7IrhThJrIzuFqCq9DvOTWTD { top:46.6875rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqtJHL5dTE8KnpBpQLwhwZfdInOyULU { top:67.8125rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EUUvE9Hvf4ACahGIIOneBFtnR14Spa { top:48rem;left:30.625rem;width:17rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkgqx7POgJ9EFhgJWwWLWzJS7f9GTGn { top:32.5625rem;left:30.1875rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5htEDnyzUH6IfT3N4xzrMz5Ti1n7rI { top:31.6875rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTmEmvDIpHLs1BdwDnt0gwv7aWTPnTXo { top:27.375rem;left:30.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD3MB2VPhkBPNTuQ3OJV3cRfTmB0k3kT { top:26.0625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8IswnewqaT4MLm6mfMFdxQyruMEil2H { top:20.4375rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prvHWrF4yVI25KCL9NSuUOix7Cni6zIo { top:27.3125rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqyKZcfRq2eNAJf0B8nVJBoyJfhFx7MS { top:32.4375rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCkoOplSPfsQhcCg7LdMHlTBwxVnDXW { top:47.875rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdHJ2eN7ZuOtsl7dxCIGenaebVJT3ard { top:20.875rem;left:30.6875rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sobQ6xeHg5TudDgtKu7fbPnEqtSTw5lZ { top:74rem;left:30.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9SyuRv3NIgsKTHAdnSELRmNbUSgDuIO { top:73.4375rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUukGXIrLOHkq9ImRJC8gxWxXcGXE8IX { top:72.5625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl73iS2bmdPVVSBXaHdRLyL5vHdbwcz5 { top:2.5rem;left:0rem;width:19.75rem;height:88.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFic4oG9TgkxmaowXsxH57512PdMKMyQ { top:10.5625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZLsvuJ6ydKZ0mIMN5T32ifIC8QFUvm { top:2.625rem;left:0rem;width:19.75rem;height:88.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKT8h6lMrU3pXos3k2mH7XqnFOfgHSPa { top:0.9375rem;left:27.875rem;width:19.75rem;height:59.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNGIMP0cvm3ORor75mw8ycKIdaPgykCK { top:10.5625rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdR25UBEGtVa7dCKV1HRN32HxfvSUNm { top:10.5625rem;left:27.9375rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawxPpkaq5abGvqDImXGQouTCP3WpR5U { top:87.0625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMI0HCiH3cTDQ79LDNhP5rseFvMGvhb { top:87.0625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8idfqQOTVE82BddoFcT6vyLsT0LVbRU { top:87.0625rem;left:11.75rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnBfpQnXxmEAivNwl5bbJvMGgioxdHFt { top:74rem;left:14.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTuimVvw6gv8yuSG6QteF9XybOT0bgw { top:73.75rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL4v4rsAkTMttHlvAcVqirJdP75q404w { top:72.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ZIDZ36LlIMPxlwNDFKh0krbAIIGyVF { top:20.9375rem;left:0rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8KHEQogSpGaNtHgSzf9wraBWSrTOmT7 { top:20.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAW6lvddkcm5vFnkZt83mzBEIXCEUtT5 { top:26.0625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byH2mt5bLi4DIcvAigJfiJQZeDotUNND { top:73.9375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtcorxDux8gouCVTQFx5UomWfpy1zBW { top:72.5rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD7LfmcwEqQrBzued7uWQGT6xF0Nwgzr { top:73.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADfUHCknKexV3m3w3JsndVR6w3ZkTkm { top:67.8125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQSxEzkf7yVkOVPLVTrcwekqkDa6vFKn { top:47.9375rem;left:0rem;width:15.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VxT7SL7WpEtSkw5DgUPt2x1ygUTep9 { top:32.5rem;left:0rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcLMJkGvTnGxGhPUvKVVZXA1hCmrAgff { top:46.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gbHJuaBs5DFaVKFG09TovI8F25bC9n { top:31.6875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAhscZL0NHxvNbhdRvF8gc0SwQv6Mz1H { top:24.25rem;left:11.75rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuhdR4bQSyKS1AMEXtFAnwBxbsbuHpSp { top:24.25rem;left:11.75rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOZJn24X4Oy4eakwLTl2RsU3zvw2WPEQ { top:2.75rem;left:11.625rem;width:20.125rem;height:88.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlasBbZBKABdWJ2kkKlcqyTvf3HtVVB { width:17.5rem;height:3.125rem;top:1.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXxED8LfQmy9vEisedoZNtT85rlscupd { display:block; }
 }@media only screen and (max-width: 763px) { #XQP2OSaVqWDuEwxhZT7Fzu8BT7ya8JPU { top:69.6875rem;left:29.875rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlSTHCEz0cDsktKsdE6CUKPyNaWevhTx { top:69.1875rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSK6wOLLaLvgTddZhbni0zBQok6gCT4z { top:76.625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRiTZ8G4HAnJwfo3zWVqNApl3WmktNuA { top:69.625rem;left:14rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZIqq57FEd4hDJTrxG2oSZBSJ0q9F5J6 { top:76.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrBGR5Smuh1cPkFML7scBNqlQendUMGI { top:69.5625rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEiT5zlL2dDJqtXaGJLiT2Tnh6vaElc0 { top:69.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLC6uedOXZxG95Sq8gBa3zfXKNTAFWso { top:76.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD17tcIzDf0J2nAiK3i6IzXIyACeJaA4 { top:32.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNVNQdNThTUq2Kal4zyrsuLFreHDQ2T { top:37.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTodiaEEn3y6AF5m8urpg6Od7Q86EstN { top:37.6875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLXBMCp04n1Sra2fOZwkTUFpZt5NeBe { top:41.6875rem;left:13.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAbLoio6byHfsvxuyfTPDwerK9Q8MU0 { top:41.875rem;left:0rem;width:17.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7UT8sDP0nBgaCKkiP0LDhJSUZGERyo { top:41.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrxwh2fHCsfWuwThnETf2NaOPzO1yWOQ { top:41.9375rem;left:14.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lImvNOduZQkTipTKLfgoCSQAlFNtFJT3 { top:37.75rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALScfbkUbAdfsL6Bbtzd2tMNFqP5Zqks { top:41.8125rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPeEWArMTMOgF41GtfJEQ4vt2Uv9kik { top:41.9375rem;left:30.125rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw784f9rPv9fO9iucVFizzKXCS1NecDp { top:53.875rem;left:15.875rem;width:15.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dev5ho7nNhIBH9UTe4RIQxJwJzsdMrDA { top:53.875rem;left:30.625rem;width:17rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWbVgDVc9c8yv3U1s7JlEL6qahSOmJPz { top:53.75rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDGikf2FO3z0SlP4fF0DieKsx7KkG39B { top:53.625rem;left:13.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keCxLknvN2UdQ27bAv7agJNbTy1TZzNP { top:53.8125rem;left:0rem;width:17.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWaCT4SfGTXwefVnAzaOkh67bsJce2lo { top:52.5rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVpeWptvRqiqKh806nEvMvxAiB1fmi5 { top:52.5625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOoTUlU7aWDTkHHTugvovmWfzpETlSF { top:52.4375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBLHwtwG47ogcwnxA6pfPo6gSQCn0Jwc { top:53.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdAyS1BpV6AypuEZh6rZSyopxpdPhcb2 { top:38.8125rem;left:0rem;width:17.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ewf5UFU5tMvfcV0Z4ICK94ahM3BXAa { top:38.8125rem;left:14.375rem;width:17.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQxdFLsWeCHycZb45FredghGnQcRbsC { top:38.8125rem;left:30.25rem;width:17.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh7mpzTrztQppfOseZkXR2QDgQcpweKI { top:62.875rem;left:14.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPfo3R6c0mgwgTEZPxMdL3iG8hrq5CX { top:62.875rem;left:30.625rem;width:17rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svd2bIvapgRvtdc1gha6AmDE7hrZAOq7 { top:62.8125rem;left:0rem;width:17.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXOdTuwgsVed32iMq8ZXHCInlgpk7TW3 { top:62.6875rem;left:29.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLXpFJNXXzsh3pBfU5gnT8NZKHwt5SsV { top:61.5rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L49TAVR60OcDgQaVgEDr5pFb96wTRfef { top:61.5625rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI2b2wqNDyGDQkOhl3Ia4bdDTmTEML9J { top:61.4375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQgNS6PNPmKqudUiuKrOsE9wPrkPep6c { top:62.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQylupg3521w108EsJsdDRgOvmt5m5S3 { top:62.6875rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTUNLt1BrnsWy30w3p96pKu2u1CzngsI { width:19.5rem;height:3.25rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1IeduCSuLnpdf0aRZ2KgTdX50Roaq6L { display:block; }
 }@media only screen and (max-width: 763px) { #o3fMz9i1n4B3ZWfFnAHhTXyM2DTucElm { width:19.5625rem;height:3.375rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdcyv7HPTKN0AUoKOGrUipkivCuLdIs { display:block; }
 }@media only screen and (max-width: 763px) { #zaTmfFPqvWTEZ9XmJ2X6HRwArutVDa2r { width:19.375rem;height:3.3125rem;top:78.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5UQEP7M6iPUqEz6wgCzSC5nMsF9ZFbo { display:block; }
 }@media only screen and (max-width: 763px) { #Ll1CUoAkffDsVpcN8hA9kaQTsk8GRfpI { width:19.3125rem;height:3.4375rem;top:82.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUzy4A9rlEFk6nbZe0QHu6nsnZ5MOI2P { display:block; }
 }@media only screen and (max-width: 763px) { #TvwQtJAnvyymfQeTeGOxNs1LOSNG2fFT { top:78.8125rem;left:28.0625rem;width:19.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dDP9oZeXmIEL342Cd3NViKaSP0OQb1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcfI97MlZXAC25ocvm18hvBcTpgCx4p9 { top:82.875rem;left:28.25rem;width:19.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcwctp0KI3STMWHvNtFXXWsthbJMgIB2 { display:block; }
 }@media only screen and (max-width: 763px) { #u1hstRg1ydokzOv9eBwcnRfVT2VHUrXn { top:13rem;left:0rem;width:8rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yaOWW67zlDMGFFvekrIcd2ZZlBfhRI { top:13rem;left:16.0625rem;width:7.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WBqa8uuHn09tqpDHsyhHFbZtx8hppT { top:14.6875rem;left:2.75rem;width:10.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD36QCFvh2iypb1sATJ3G1pMLTaBhsPN { top:14.6875rem;left:18.375rem;width:10.8125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsFltNJxFDmNEdcTpkNCmbuIcQlI3hW { top:14.6875rem;left:32.5rem;width:14.3125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxH6kcN9g5aXxVzxKDG7M9Xvn6cd3VD4 { top:13rem;left:31.8125rem;width:7.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTNZ7AbtFqE6I11LbtcDI1A45hsaxfHT { top:11.125rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP9FWpOWayVwCQzpDWkWHAxHI39dnhc { top:11.125rem;left:11.9375rem;width:19.8125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfa6hwtn0LqrrPptUnQkNA9E0lNCb0J { top:11.125rem;left:27.8125rem;width:19.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBQg6sx1mnwuZ2uvqUmyikWCTv8HKlw { top:48rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q81dW3vD8v3Av6w6dCG8rVneCfD1VRH0 { top:69.125rem;left:13.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dyAKgnQXcSDluF6ZrMvEQlBw6CO1LJ { top:52.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffM160EC2ImtigSkBnrfNxOW3Uz0bJTh { width:16.1875rem;height:3.125rem;top:1.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42XkgVSTpivwV38Ty2SQKswdA3FWBkM { display:block; }
 }@media only screen and (max-width: 763px) { #BXHQE1xRHHNV1EL28FOsgmNoxbE3X6az { top:41.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 { display:block; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXNemOMzKF9Wc6nnWOAZBB1dn7EOlRoa { top:3.3125rem;left:9.125rem;width:38.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADy2qLCzuG3GKAhKWphtNUtgXfgosvZ { top:7.3125rem;left:11.125rem;width:36.625rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiPDX1mFNhD4ITpWm5D6ba19B8LZTdT8 { top:8.5rem;left:9rem;width:38.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZV18eVDmGpzdghXSxDCtdhF2eJNJA3L { top:5.75rem;left:0rem;width:18.125rem;height:17.627012526204rem;display:block; }
 }@media only screen and (max-width: 763px) { #d40saiUw0nlCvWQosxKHXqQuicF7pPWI { display:block; }#d40saiUw0nlCvWQosxKHXqQuicF7pPWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLxPvKWCWlGJOPIfTK6sWtJcH7ueOSaH { top:0rem;left:0rem;width:29.875rem;height:68.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZebpE6qhfSU3wBopNAC8pHl5JK2crmh { width:21.5rem;height:3.8125rem;top:98.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE9sp8ISaBIzqmT9lIGg0QGEGqU33XEl { display:block; }
 }@media only screen and (max-width: 763px) { #m7JPywoCcyNUkdmLqSN4Lomy4RLFWSxR { width:21.125rem;height:4.875rem;top:92.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgqpAC07bVvgtTzXBGB0hDtwTaVXAPPw { display:block; }
 }@media only screen and (max-width: 763px) { #C7Q1AuPTbSQTXhvUul4eU9KDvtJC1r7L { top:88.75rem;left:0rem;width:24.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuqI6UzAlXglgaltWRrfLeLfFLcgqOod { top:72.4375rem;left:0rem;width:10.25rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg4MSyS4GqNRauaEuhkM1nX5rV8QO5LN { top:63.1875rem;left:0rem;width:24.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpkEaVJr9px1oLwgA6Qta5NEdSwtLM8X { top:56.8125rem;left:0.25rem;width:19.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyD1HB0WFdz7OwamIQdKbnWHfkBrkyOc { top:56.125rem;left:1.875rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTguZTxrsG3govQF1B7ua6av9g4Vc5r7 { top:60.875rem;left:1.4375rem;width:17.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSRNZJFwUNnpdRCHzF8DvGEaaetU4rCX { top:70.3125rem;left:2.875rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbxeoTQfs3MgqFN2T9mviCOwOBBXTDE { top:42.125rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMdc0CFmAefZgTRRIQPEgLRKJUC6Z1k { top:35.6875rem;left:0rem;width:25.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7RZUK10XQXkrHi4P33t2yLOlc93UAr { top:33.375rem;left:1rem;width:22.125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE9SW1LEN8iAoFFaRfcTeCqIIkDpuwoa { top:31.9375rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDckHNmCS5TeCoTMh5ifLyUufQvzJ89 { top:25.8125rem;left:0rem;width:24.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbwL3qeUAGdUIGeAqwrVzdXenaJlgAK { top:23.5625rem;left:0.4375rem;width:23.4375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px8hTmWP2a223KELeH97IK2ATkyuzk2e { top:22.4375rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlD5ouUldw3TkZE5UPcoKDxRCfna5C8S { top:18.5rem;left:0rem;width:24.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B04EfrlvbGb9ocsOcECDAfRRT4uVbe1T { top:16.375rem;left:1.0625rem;width:15.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCR3qHq6cDrguyIXHT3hkRtakoG4SSmU { top:3.0625rem;left:0rem;width:27.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJV38A72PAeOd4WFWKZmFXJrSO0nB29F { top:9.5625rem;left:0rem;width:26.6875rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf147fyKF2npEyetD6ZkyMcRgQER1GAl { top:3.0625rem;left:3.5rem;width:17.3125rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5IwhqDeeFeL0L8gdPJKQeecgPsurH6 { top:16.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezUVVASVPElpR1kcwUOMaT8UqDmuCLU7 { top:23.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgxSsKJML9FaNA1oNTJdgt1oS4XGoNlE { top:60.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPBawaBK5BtXypXCz1QQ4gVpbFnEwKem { top:33.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpfiMlkdT00pWkT7WxNUczo3PQxMkX4x { width:22.875rem;height:4rem;top:102.0625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTHhDxDObDvZzGQgnqFL1v69KeI60Zd { display:block; }
 }@media only screen and (max-width: 763px) { #oSM7l7GZ5dDRlExWeQTgTTVbH1WuvElW { width:22.75rem;height:5.25rem;top:96.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDOhL6N1Nzg3zPNTRwTPhF8hOSShg3bl { display:block; }
 }@media only screen and (max-width: 763px) { #rHgV7ZQ3eWKyBVDpouXyAekeVKA6HcUK { top:92.5625rem;left:25.84375rem;width:19.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBImz7KkS5X0lwXfhIC3Vnd5MseIL99T { top:85.9375rem;left:24.53125rem;width:22.5625rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bve8NrQnQKDwuoGLpBXWi0V2FbvMPs5c { top:42.125rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJmXByaBp5MI6FgnF5qLsfXce6CfEInU { top:35.6875rem;left:22.125rem;width:25.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCdPQ2Wcoq3RxwvhpuHTiLoHWPdWBMc { top:57.375rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbN843UaS7Cbg5TKginxnpVdXc7oFgX { top:57.125rem;left:22.75rem;width:25rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlCbqqOu8sR9WdgMwvJQTOX2nsTVwi7m { top:60.75rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsn8R5RI4WDCfatFTBHDfsQyck1gVbRl { top:70.9375rem;left:22.625rem;width:25.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8T329VVQ4v4J3qKzVdDzsQugQ5iQ8CC { top:80.25rem;left:23.1875rem;width:24.5625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGTSUDe4SHpU7NFisdBzywn99iEmS7v { top:78rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNU0SJlZTlsBqRrVqgCkTfyem8pB8o2K { top:78.0625rem;left:25.125rem;width:17.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqrJ4BBG7rN2aB74kObs5lWZ50AnONPw { top:74.8125rem;left:25.9375rem;width:19.8125rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXUWAth39XslgXSZ5LWKDBy9Vy1ccZ9 { top:68.6875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8eA7CwoagqqkoQZMTHtZ3hvKkhArIuG { top:68.625rem;left:24.625rem;width:17.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkoTyie1Ev4AOk72ngknhxxbXgeV7M6 { top:74.125rem;left:27.375rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdS1W1ZvtOx42GmLJgnnuHr6HgBpR7H { top:84.125rem;left:27.375rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbSk7gobp8MumTiKEMbeeu3ox1LkXG5 { top:33.5625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FSQ52xp18pvpMbXAzg26O4iP8bdsCD { top:33.5625rem;left:23.5rem;width:24.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0OV9tC3k90uz1xRBaHOplTGeUT90xId { top:32rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFSq2zkNf0AZL9TLp9f704fRc5J93uu5 { top:3.0625rem;left:20.8125rem;width:26.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtF6MgZHFfgWKssdfOaxBVsFo59fg5rp { top:8.875rem;left:19.8125rem;width:27.9375rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyT7zsoerkWQtEaPZuVHUgm8gMIy7LP3 { top:18.5rem;left:23rem;width:24.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lThG709gmO3nnpErgTm376KMMJv9SPMh { top:16rem;left:24.375rem;width:15.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVE6tSzDtdEZnWO8SI12N369odJvLEdi { top:16rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53TlZuDylEH42eITFm2BJ4shTDol1Um { top:22.4375rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWJTCpOImJTFI2frlsN2TOTdNT5fiBpL { top:23.5625rem;left:22.8125rem;width:24.9375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVTHEyH7IoAQD6TUwXsyuMaz5eU8INnB { top:23.6875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SS81h2qQ6LpmeON1x9v6gW9OuwhQEO { top:25.8125rem;left:22.375rem;width:25.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2IE6N9JGtc1Lu45R9emwxRxUq1rTDOU { top:3.3125rem;left:26.5625rem;width:17.3125rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCUsFID9lO3KC0AXlmJn3XO3D42x9RR { top:45.6875rem;left:0rem;width:25.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSeqN0Dr9Px78VWf1pxWwG7P4M0mSBA7 { top:43.375rem;left:0.6875rem;width:22.125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9NDO9uAPZd8ffuv84I0frvWZE9N4lG0 { top:43.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IShutEKh1PUT6dvRyxJkvIVi34rLDBhr { top:45.75rem;left:22.5rem;width:25.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzIsvcrunA1NFlEknJz6zurUbw73OEBp { top:43.5rem;left:24.75rem;width:22.125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXpP8T4aNJgwZk9Z2XBsdCLlTy3TZdu2 { top:43.5625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZGEO0bql1DeSoxUL8VHyJA8AMPmTZHX { top:41.9375rem;left:0rem;width:27.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGoELv7kBTOdUFmZgTcU4TTDloWVCTqJ { top:102.5rem;left:0rem;width:24.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDHKqUuWrmmXQs1MAanM6U4MTKnrnEkC { top:106.875rem;left:23.1875rem;width:24.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDtBqMrESOJFXy0mkWU6qfJtzrlRgqP { top:51.9375rem;left:0.5625rem;width:14.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0yTaFI0W1z6SSxBHOhQ1kraZ4fk2xqt { top:52rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH324Tke8rUJVgDCBwnrNFxeRuikQg8e { top:51.9375rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXaPIIdqeTA1EAVCQHfnN9aPQTOzM06Z { top:50.625rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDxtVeiMwaa68J0IJ4G0U3KgMeDD3x6U { top:67.5625rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJbeke9Dy0J7ODQJeT9fBobipAmx459E { top:50.625rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJMtNDqA27CKJvV0uZWcwd0m0ysZ6nq { top:56.125rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpBcGsTLKO9g766uo37W76cbPg2NzTEx { top:51.9375rem;left:24.75rem;width:14.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7nCpOHA6sHsRrn6aK1iXXghI4hX4HBm { top:85.9375rem;left:25.0625rem;width:16.6875rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTL2OF8mZaVDrTxnycAiXZJ3iEphOh8 { top:0rem;left:17.9375rem;width:29.6875rem;height:108.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xna81VoyEcXULG4l1TJqehNzsvk4FMnL { top:11.8125rem;left:29.84375rem;width:12.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkcwrPtWZ6XRDkE3UUuPvNrqVTFKm1K { top:78.0625rem;left:0rem;width:25.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqABHwFyAIcUutmiqb9X5o82lORILZ3J { display:block; }#qqABHwFyAIcUutmiqb9X5o82lORILZ3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEEG2MpGWL5paf0pMZgTGmtuCMCURLi3 { top:77.5rem;left:3.9375rem;width:19.9375rem;height:4.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0zr7dGf43Tns23Xe1DOXmom3MN6xDXq { top:23rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFPmKCyZkmsaRMQZ9n1ADswtB8V9BFOs { top:35.6875rem;left:0rem;width:25.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lJfla5g4zxF6LLumqrHAJwuCl9R1rd { top:28.25rem;left:0.375rem;width:22.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLLIxGFbGd75LQZNmn551dm2QDL02N1V { top:16.625rem;left:0rem;width:24.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL4TTkXoaMUGEdA7huSDrks9eCGkPX3h { top:14.375rem;left:0.5rem;width:15.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ1rSTM0zphdnTplx84bCeRVuE0mkznT { top:23rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRnTuIdPMOd5UrGXJfNpX0PuLGTH10K { top:24.625rem;left:0.375rem;width:23.5rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFVWkNi0A6shIt23NwSznsWQKdILMV6 { top:33.1875rem;left:0.5625rem;width:23.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZn6KUfWEpLzXFA73kurVPpaeQRaVQTs { top:31.8125rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRJKlC9aQFHwheNTkIKoNy1AqXCMDCI { top:14.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMa9Rd87Vf5PGRUI44dZM1GVsfU8td85 { top:24.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVICeJ5IhyoLmEVwiCEx8oFX1mzqyILe { top:33.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoOnxTLaDeB2WsJKGDhSOvfrGuShuhS { top:54.125rem;left:0.6875rem;width:14.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c38zayNVe2ZPSJEtJ0BwFr5eSKzap4eK { top:52.25rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLzf1TydnQ6TiJcRfTVRAOhLhQoN8QT { top:45.875rem;left:0rem;width:25.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PmeGkZCXV0gCHy0KpQc8JycTtlOng1 { top:43.4375rem;left:0rem;width:24.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhPgBWsTQD5qKE0s5dyD47dyL27mw2Ft { top:41.9375rem;left:0rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4m2nvi1VkJdKwioVZhGLzBU0Pvss1NT { top:43.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgFMevEiOLETD95cQkVhc6SH4dFxkTX { top:54.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdAE7exo47ws49xTqSHJfSM6RZIqMxx { top:14.75rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcVr4uUq3Sagz9E8h6kMoDhAVVFF8ZD { top:14.875rem;left:21.6875rem;width:26.0625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcILaFJP0FWrrPCAKzItmmqgWU9tbFxk { top:16.9375rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8VKPZAzVtRpxAMlzyGwTTH9RTLwA5N { top:24.625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h194TJWvMldL3M9GFc2wvRhoyE50GRN2 { top:24.625rem;left:22.75rem;width:25rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCAU9fX9JSomCMDPqTISyuVEQgoagGmq { top:26.6875rem;left:22.3125rem;width:25.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxJFLXyEJ7cO0xqT48HJbTgTOrrKeFQ { top:53rem;left:25.8125rem;width:19.8125rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3rR5gIAOe79QFFpb3SSNNTivdqwLCy { top:56.3125rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMsPgzeTiVXflGLlLpwJFOhhFQnCrHl { top:1.625rem;left:0rem;width:26.375rem;height:6.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQirQEzH4M3tWzRoNGAwiyFIm1QTH8o4 { top:1.625rem;left:0rem;width:26.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMInEgty1691hVCIVOyWiq0iLd8O8qJ { top:9rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCBl1I2rG1Gx6gJQHCnzC5tU5Nw4xn8Z { top:23rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtL3EdWMUrom73p5I9DxcT0b1X1uegyz { top:63.75rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGvDGq9UbVgRUHsUQ4QZJokWiO4P5AQy { top:35.375rem;left:20.4375rem;width:27.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkivS4Xt3MUxxdzZqzre7DA63GG952x { top:32.9375rem;left:22.75rem;width:25rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhOQfJuX1EwPTKcreHbyzfWzsd2PLbt9 { top:32.75rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEr6PdKGtr7tih3anzmf2CTBBkWOtHaX { top:43.5rem;left:21.8125rem;width:25.9375rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGwChwTbz08MOLrKnL5AzVihiuUs4TX { top:43.5625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLAXX9mDcKzz3LJw7kksCTcfncSMP2xp { top:46.3125rem;left:21.3125rem;width:26.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy5iSOMlP4RLg05SHZIsy6rzPaxRPT8l { top:31.8125rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkNmTvqizsvT7spp4ZkuRyep20DxcqrN { top:41.9375rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCV6k56vW69TFfthNHDVSTRLIFnzVIb9 { top:52.25rem;left:20.25rem;width:27.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rGpILXyTGIFIpbbpeH5AC6L0WIM42h { top:82.3125rem;left:2.8125rem;width:21.0625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhbGQJrUEGrNqxf98g21oAz7FCZvGKsS { top:84.6875rem;left:1rem;width:22.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpzOs2JhJHG1klezt5iqADgFTPUJkVDG { display:block; }
 }@media only screen and (max-width: 763px) { #JUGnRX4fkfQfzRvi0KCeyZ5DXTsWbfai { top:90.8125rem;left:1rem;width:22.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQMVZQhxAcn1kUNxDwszv1KsxpGMTKM { display:block; }
 }@media only screen and (max-width: 763px) { #LQX6XcmfRad0mFaPCUdxiGcJnq3y9NW7 { top:97.25rem;left:0rem;width:24.5625rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnXiwXXNM2SNIw8ipWK0EpHfQdDgeDey { top:0rem;left:0rem;width:47.625rem;height:98.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKP5cTZu9n5aMAVkrMBT2Dfmf7ccLCs { top:52.25rem;left:0rem;width:27.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { display:block; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { top:0.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { display:block; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { top:1.625rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8cex5n2IGepDFiEix7bTF1BnhqgOVX { top:4.375rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { top:0.75rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdLiyGistVIvhFXlWgZraErfvmL5T2W { display:block; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { top:1.875rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { top:5rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { top:20.5625rem;left:17.3125rem;width:29rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { top:20.5625rem;left:0rem;width:29.8125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4COymZhIQsMJUO4892tiQnOrxvpgtJK { top:31.4375rem;left:18rem;width:29.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { top:42.5rem;left:0rem;width:28.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { top:1rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { display:block; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { top:1.5rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { top:4.9375rem;left:0rem;width:47.75rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { top:49.8125rem;left:0rem;width:30.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWwfhGHQssNP8QpEVk052qFnhtAshGg { top:49.8125rem;left:20.8125rem;width:26.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { top:24.125rem;left:25.125rem;width:6.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { top:23.6875rem;left:18.0625rem;width:29.6875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { top:0.625rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { top:23.6875rem;left:0rem;width:29.6875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { top:30.25rem;left:0rem;width:28.875rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { top:24.125rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { top:27.8125rem;left:1.84375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { top:28.625rem;left:33.03125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { top:32.625rem;left:18.875rem;width:28.875rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { display:block; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { top:1.5rem;left:0rem;width:40.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTh74n942tk7A5MLfMekhgnCEFTNPcy { top:0.625rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { top:5.125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNahEys11vT9eyletwGfHupIXn9zECi9 { display:block; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { top:1.5625rem;left:0rem;width:35.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKGhBITp3602CQqB1AwL4F40EthW683 { top:5.125rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prguaEaSJZka0Xpifyh137ZphTNH2rAo { top:16rem;left:0rem;width:23.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTftXiv0blTwZDChwFGCUODmQWAvx3cu { top:36.3125rem;left:0rem;width:28.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { top:24.1875rem;left:0rem;width:24.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { top:16rem;left:16.5rem;width:29.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okm974mTZGg2qA54ZEc5QwCfkSKbne2n { top:45.0625rem;left:0rem;width:29.3125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { top:28.5rem;left:18.875rem;width:28.875rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { top:0.6875rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIa406yN6f9P1cH9OPFxq378aL578iZ { width:37.375rem;height:4.0625rem;top:77.75rem;left:7.400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:1.5625rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP2msRDzTCzMZAbDb4BvPnsUUvZz9a3o { top:1.25rem;left:0rem;width:28.25rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0u49nSBASZBvgR8hDLJF2qBEp4SoZ4 { top:2.6875rem;left:0rem;width:41.25rem;height:37.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N { display:block; }#Z4OwwF1EFKRO43MJJDTJGsLcaUU5he7N > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLizPPoU7xq20qgGpVvbwD5L3FsvuFN5 { width:8.8125rem;height:3.0625rem;top:9.83984375rem;left:5.71875rem;z-index:15006;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRPtnNXTDSTPp4OPEbLpMR4MUP2b4Sf { display:block; }
 }@media only screen and (max-width: 763px) { #vTsr6HqnxVk6iusSN9QzflGEtTrlWqUz { width:19.3125rem;height:1.3125rem;top:1.5rem;left:0.375rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ovhULkOppLhhIeSfo1xZKPQQdxTksxyx { width:18rem;height:5.0625rem;display:flex;top:3.6284723281861rem;left:0.9227430820465rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #LMaWWOnZScbFokzaHBkxuRsGR2aTuh9f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #go7hRO08lFcLxU4u9esST6EbVfcn6IzT {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #PzoqBcbwbBEizvsvoe44wM2wG1oaQv0J {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #IKpWqgyA6rDlqmshcalNu1bZAHNzvOiw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #klxtLngdCpmSE5Xiv5JmNAywthbWTvuJ {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #KHpqUgXekdyKB98KJGP0VIPrpwtmv2PC {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #vvKINEAJSxEVxI2r9yqT91bWF3KOTRNC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #c47HnnQl15fJc8Eck281BK7S3KCsc4qb {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #HK0bbQ9mQTmauguuDdB5RDIOv6ZZTLyp {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #D8IvbMvMDccE0iT6iVLgGAW3LgqJvwQN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #e2G2JaeaWrdKQXBpAKuJBx6ZN06iRXGB {  }
 }@media only screen and (max-width: 763px) { #ovhULkOppLhhIeSfo1xZKPQQdxTksxyx #VuabbXwgwvei8wz55hFKveHZwF7CNImm {  }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:9.310546875rem;height:2.3115234375rem;top:4.21875rem;left:5.3447265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #un5f3wOlmSaQT3NkrwzRMgr3VVUU917e { width:10.9375rem;height:1.6870125rem;top:6.34228515625rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbltUWbhxVFfTQT0cXq43dk5JDDVEue9 { display:block; }
 }@media only screen and (max-width: 763px) { #Hr9XVS3SwBGNCZZcz5Aop7yKiLy3OZWl { width:10.9375rem;height:2.3120125rem;top:8.029296875rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdVtquWJNqtvius5OMQwgPvQhV2amg8C { display:block; }
 }@media only screen and (max-width: 763px) { #UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { width:15.3125rem;height:2.87435rem;top:0.61442053318024rem;left:2.3437499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:#191a33;background-image:none;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { width:17.5rem;height:0.1865234375rem;top:10.486328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 { width:18.875rem;height:5.28875rem;display:flex;top:24.1875rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #pbPSZbWJwIBoSPx1FXrgQRUtbIErmrbU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TgmNqT7s3eTZ8S6mWg20BeowcK5mz9AZ {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #haH4GTu4dflpUsvQ0EOhnc7xW654QQBz {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #yH9nMiPAsgtnZfDTyF2LDiMFvtbXJ49B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #TsdWJ8zM0THPyeZswhTWByFbOqERRzgM {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #UBT9Gmmsv14U1KcxxKQyEI3NaArWAGgu {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #swEh3OQtRrHLK0ypgWDX3HrwdqVMxgOi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #ZQGS7OtyT4mmUUQl6LCHrtiQ4RtN54Hr {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #BaWN6yVIZhLDfS5xvq8QJdOiOllt5Bwu {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #rywsZ13aATslA5pIb3tOB9Jm3Or6x710 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #F6dbpnUWkODNt87RI7K7SU1nbXI51yTV {  }
 }@media only screen and (max-width: 763px) { #uaRp4Abt1C8ynx8ZzTWKLzmxfWrA0wp5 #p5lXNfyc1XP6w063c01gRLCF1dCqmiMh {  }
 }@media only screen and (max-width: 763px) { #bqqH2Taz5Zp52unQwKARoOausTEi897W { width:19.625rem;height:8.125rem;top:21.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDntWouvJkwH17msyipcKE2uT74fqzaS { width:20rem;height:1.25rem;top:22.875rem;left:0rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #LhMcx9AfGJgVglIwk2LXH7sF7DKIJ5gS { width:20rem;height:8.31055rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL2JE81NhNobDWFXNfIdvaRl7pAgJCAA { width:20rem;height:4.798825rem;top:4.439453125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uML2mJHtplANDf2MATnKuJ7SsLMs8kKL { width:16.4375rem;height:2.69921875rem;top:1rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CnM5FnTINSDVU7pSE5WELMWcsphQxORL { display:block; }#CnM5FnTINSDVU7pSE5WELMWcsphQxORL > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq3PweMA8TDPzbW1xeKckryp6Mq76zgT { width:19.875rem;height:2.8125rem;top:2.6865234375rem;left:0.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtSt2EAMp8r4PwQkHV3PbZGn03Nmz2eJ { display:block; }
 }@media only screen and (max-width: 763px) { #AIdUBidZDn7W9XHpPR6ChevZZaWAEeRK { width:19.875rem;height:2.875rem;top:0.6865234375rem;left:0.123046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T1U1y97hc4diGZQF0I3G8C9zSoJH3u { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:128.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoPog7PmDHol7Ghp7Uf50thstdwDBVnT { width:20rem;height:9.875rem;top:0rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtaWdKc9si4oLQfeNd8Cp5UPCg7k9TZr { width:20rem;height:3.44970625rem;top:12.6774375rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nvXexxzt10S9RHEzaQL1b10NfXWbk5hZ { width:16rem;height:3.2995625rem;top:17.97265625rem;left:2.0000001490116rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rX35NzcnHrwPlxVNqZUz8nCn5qVG1QzW { width:19.8125rem;height:14.01856875rem;top:32.97265625rem;left:0.21875rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y07KGo5UB8JhFs8c08UWtJGMqmazGPe5 { width:19.1215625rem;height:3.2995625rem;top:73.31884765625rem;left:0.4384765625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aobJ4vD178WFEO7qlQcePmRfKDZ4HXXh { width:20rem;height:4.7431625rem;top:98.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CrawtddA6aRFZHyvSlVNvsEtRFA8C1lT { width:19.375rem;height:10.1953125rem;top:87.375rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTwE2A4XhHmToX7byniP2RVA2SToFtxq { width:19.4375rem;height:8.097625rem;top:118.375rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wws7HA7wM8TO68FWEdwtXUuhLTK2qqay { width:20rem;height:4.25rem;top:12.363279998303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF3H9kGGIg9ly3rp66Wuv8S4Z4LeXvlr { width:19rem;height:8.5625rem;top:77.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwlK8ypR69ssnJMTAzNlH6VSamlhhBW { width:17.9375rem;height:12rem;top:105.6875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy128V2EFcCZQb31EpHH5Ir5agZIBu7M { width:20rem;height:9.75rem;top:22.774740219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEMlvgGpkXpwmVdgbagic1F3Wky7UsX { width:20rem;height:3.44970625rem;top:47.93408203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWTob9g0eftyWQopCET2mZZoAALcVmou { width:19.4375rem;height:11.46975rem;top:61.11962890625rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egf4xGK9eSh453A6ygFfPTS5hiSADKmP { width:14.6875rem;height:8.5rem;top:51.9111328125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgNTKsTy4FJcDTFBx8BlGN0z8IWyX2mK { width:20rem;height:110.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe { display:block; }#ngLGADqyToMaTPvSHLw6Eft8qC1L2aZe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { width:19rem;height:2.8125rem;top:2.6871738433838rem;left:0.49886065721512rem;display:block; }
 }@media only screen and (max-width: 763px) { #knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block; }
 }@media only screen and (max-width: 763px) { #t0CXBRJPNm9VlUphxM0296uLH6LHKp8w { width:18.9998125rem;height:2.875rem;top:0.68684864044187rem;left:0.49886065721512rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF0tRMlcM5rwy2m9pcXNHugV30Gztgn3 { display:block; }
 }@media only screen and (max-width: 763px) { #HuywXzWUCnTXywtOyI1bc84OblZGT7bH { display:block; }#HuywXzWUCnTXywtOyI1bc84OblZGT7bH > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFG6QTs9Is70EvpzHOiIpAsE8lrum6OM { width:18.3748125rem;height:4.5rem;top:2.5887050628662rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lF6nI7GkiCCl7ylDe5VCimarmkNPec7o { height:11.1808125rem;width:20rem;top:8.76708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErBtBGcWu7TJiLtQTNypACfN0vE6iuy { width:20rem;height:3.25rem;top:21.224771499634rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmEBCSybV8JerU9ktvCaAy3PybINVIJi { display:flex;width:4.1870125rem;height:4.1870125rem;top:1.0791015625rem;left:14.263916015625rem; }
 }@media only screen and (max-width: 763px) { #NePuc4XbBTkOhZLhC26bi923BvtS4VEm { display:block; }#NePuc4XbBTkOhZLhC26bi923BvtS4VEm > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7I7ITXO0zEl8G2x9W3w430Qb4V1qqX { width:20rem;height:8.77148125rem;top:2.3331708908081rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh { display:block; }#SZb0KnWH6qLfTxCVnK6ATQE6Vo3v5HXh > .row .container { width:20rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K09m7VceZQXrFWgp2DWHCpA8Uz63rfAR { width:20rem;height:10.996125rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZxyNN9cTWMQU9gT4GE4LDOU1rVhfR4q4 { width:16.5625rem;height:12.25rem;top:41.020835876465rem;left:1.7187500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCiZDJsgEopbf3pGWoZpekcTuJNfh5JT { width:0.25rem;height:1.375rem;top:57.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WwSfXeITSCwua9LMzLDq0oMOfUGRw2z7 { width:16.5625rem;height:3rem;top:27.6875rem;left:1.7187500298023rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z9QXgUqg45KT8Hn8tUERatyN7TR5kyJ6 { width:20rem;height:7.7988125rem;top:31.369792938233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVF4ce8HSTfoQHhReenNi2Z1MbtGsH01 { width:18.8111875rem;height:1.625rem;top:53.958335876465rem;left:0.59114584326744rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afz0IA08iNXTVLfNNDt4rVRyFKA8J9NB { width:20rem;height:10.3984375rem;top:56.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpydOUCKK2nLdXouByo8BarbddcqCHO { width:16.7470625rem;height:3.25rem;top:66.875rem;left:1.62548828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtICdNET56H3Kc7psxRSP16kmsSFva5D { width:20rem;height:11.69825rem;top:85.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMlTRz8i8FfE0aIWuVT00LkPExuIptv { width:6.875rem;height:4.5612rem;top:38.544273376465rem;left:13.125000625849rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e4puwToJEyq3bZGEttkHwxNNiF16QAVk { width:19.875rem;height:13.1875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg8L1b9J3253NZmcJ3GDTx1ILo2X1hnp { width:15.6875rem;height:8.125rem;top:41.6982421875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJf8lkmb6t1Bb5TrxRFWv01uIXpmiva { top:70.9375rem;left:0rem;width:20rem;height:13.5rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ct4AZtLn03c8RSvsR20LseLNRTKFTA9E { width:19rem;height:12.8125rem;top:98.3828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo { display:block; }#QgoIKtscSC2dSmLTHRyyxVCfB1E3ffBo > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0rEAkDgEQQ1RJCPa92BW10QFsL3o8Mn { width:19.5625rem;height:25.125rem;top:1.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmB0p3tMUB7biXBlt9s5dLMLfcuHTwsl { width:20rem;height:13.473625rem;top:8.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nXKylRKZptDIXIXPoIADkv7lL5cPxwbL { width:20rem;height:5.15625rem;top:2.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UDZm9C51aW4uFaVOmQo9Up8aSbRQwrte { width:20rem;height:2.923825rem;top:21.282552719116rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZi7meIV2nBn1o1pNSPJEtANamk9hesq { width:18.2495rem;height:4.375rem;top:25.8125rem;left:0.875rem;z-index:15011;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTXwpOxECapqMvMwAKK9lkET4q8VvQU { display:block; }
 }@media only screen and (max-width: 763px) { #V8JWxI7dDRAJMa787bzXZXCMspem1Wqc { width:15rem;height:0.125rem;top:24.125rem;left:2.5000001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 { display:block; }#NBmOOw66tTJBfo0XAgbIJlFEU37xTam6 > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4XuJTduHTRkQwAfnPJLNhvfr9Fwp8F { width:20rem;height:94.5rem;top:16.747406005859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnRubXEn687vIoeCtpqRQrl8uAWDgZI { width:19.4375rem;height:25.5rem;top:70.524314880369rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzqHhmRTffiCNPzLT237nUaiPwyKeLcT { width:19.3125rem;height:26.043rem;top:41.599807739257rem;left:0rem;font-size:1.0625rem;display:block; }#dzqHhmRTffiCNPzLT237nUaiPwyKeLcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #kQOTIsQh9VJ4UUOTroCSuGa5qD1S8aQf { width:20rem;height:3.8232375rem;top:1.2345371246338rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bxJpNUNfSun57BbZAdF2PgXG1IKQwGtk { width:19.3125rem;height:9.597625rem;top:6.9987182617188rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HwnVfuRDI1Ow7FOtgczKUHqA5aWRUhfn { width:18.5rem;height:10.3125rem;top:18.425347328186rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOWUK77MviSkeHKEK7rhqc6W3ICrDBQW { width:18.125rem;height:12.0625rem;top:28.842883110046rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyv24d34IZIlx3zQIBHI4GbAfTK8pQ3w { width:20rem;height:11.028571428571rem;top:98.872398376462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE { display:block; }#Xv88BlxRMkVKxQlyR7PSEPA1XipunhsE > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuH3vPyriClodK51CngogrxaQ32aNp2J { width:18.3748125rem;height:7.21875rem;top:2.0263683795929rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tAw5wAIe96cDhGeQSgSw2C5I9qKw2Fy3 { width:19.75rem;height:3.4121125rem;top:10.8154296875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #erTQhv0Zq3w3uqDA98hfV3JqS379Oyuh { width:19.1875rem;height:8.125rem;top:51.125rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg6o5VeanWGJVnz7f6e9HQ3BSdpOdVoM { display:flex;width:4.1870125rem;height:4.1870125rem;top:2.3372390270233rem;left:12.811686217785rem; }
 }@media only screen and (max-width: 763px) { #hFgw2zr9uMMornk0TAb68Xo3bQVyQkW5 { width:19.5rem;height:19.25rem;top:15.8203125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNuLngC5VWVWS9ck1umcOxgg591VFhZS { width:19.1875rem;height:12.1875rem;top:37.140625rem;left:0.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a1kbs8TeS3BcOkNwSk1CQXCOXyfZQa9c { width:10rem;height:0.1875rem;top:14.1904296875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiTvdSWo1XH1xcmxBsk8kkot0eThPTt { width:19.5rem;height:14.625rem;top:61.6875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyWyhEE5QGWAqs4fh53AzmpBu4u2ZmG { width:20rem;height:17.125rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { display:block; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { width:20rem;height:3.25rem;top:2.46875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:lato;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { width:19.999125rem;height:1.4624rem;top:6.7248268127444rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y { display:block; }#rq6oDmsQHrNMT76l2pGOQRGQJpflNe1y > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9sXOaL5mpxpxh9Gv947neTyy18EOn7G { width:18.75rem;height:2.69921875rem;top:13.734375rem;left:1.25rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pIoaNQJe61mvGCCP4BiCtCsyz3BCPUwb { width:2.25rem;height:2.25rem;top:6.2204911974259rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1b7sNJ7PlgEd3nmLpVAeg0Kd69NrW2T { width:18.25rem;height:4.04883125rem;top:2.8993053436279rem;left:1.75rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HCO492iXh41XVm2yzlZZZGUmxHQDnqCM { width:2.25rem;height:2.25rem;top:8.0954856872556rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URcZ27J6qxO1cExoaKn89v5dpBqEoaPl { width:2.25rem;height:2.25rem;top:9.8802089691163rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fES8dugnRrJkTXEfTo0pwAUk7IyLSwch { width:2.25rem;height:2.25rem;top:18.878467559814rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvX7aGy50ebU3duiDCac3wo5SF3qUmD1 { width:2.25rem;height:2.25rem;top:17.066839218139rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndAxg5xq4C197CTzKaUz2KF5D9c7JlQs { width:2.25rem;height:2.25rem;top:20.58767297538rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaoEtTmps31XoWLA5T2f1kKS3BZUTquH { width:2.25rem;height:2.25rem;top:22.212678697426rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBR9n3IKqnSAKhRU3WKcUlhM77V7LckG { width:12.6871875rem;height:16.936875rem;top:24.461262226105rem;left:3.6555988192558rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6BfklQGsqx2kewh0R1uEhN1mfRhk9U { width:15.7494375rem;height:5.39941875rem;top:6.5328416824344rem;left:4.2498552799225rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #m8SS1zeykaKaD5K7J8knbpVLDnUlw2K0 { width:9.625rem;height:6.796875rem;top:17.289935674984rem;left:4.0000002384186rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 { width:20rem;height:1.79980625rem;top:38.8989140625rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }#l1bp2TympgZNwHE5cBSWhdEbAu2v9BD0 li:before{  }
 }@media only screen and (max-width: 763px) { #cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t { width:20rem;height:12.546875rem;top:41.948202539062rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }#cyDzkOxGDweAN66fSlCdwzqZDo0oOg4t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jdgf39hEZrDHJ50vvCg8ykaxTHnUOgQq { width:20rem;height:4.2246125rem;top:1.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #IKdCczCETiutafU8PelZn7u4xKwS91Ep { width:20rem;height:1.4624rem;top:6.5966792106631rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is { display:block; }#WQNPzPMTWfsUJix2HmlVJCSAT4mpG9Is > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s789gcO4T61zZNZTIDyZnkDWwAQcHiwr { width:18.6246875rem;height:4.1870125rem;top:74.222816467288rem;left:0.68684893846512rem;z-index:15011;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRka8IxzpQXpqRWcZnIaSmSEqdyNpfTZ { display:block; }
 }@media only screen and (max-width: 763px) { #cMkF7fexARtJK9SWrSEUDs3nQadxvqP6 { width:20rem;height:2.11230625rem;top:70.599769592288rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #VqFTT0Saih95AxTbEKcPEJAyM49PIyGI { width:17.1248125rem;height:8.39648125rem;top:25.715331077576rem;left:2.8759765028954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLGzWxU8kvB8JcmydC9siXDfV2mxiVEO { width:2.5rem;height:2.5rem;top:60.034990787506rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAINOzsZwiK0PfqD1uZFqWwMkRc1mb2 { width:17.249375rem;height:9.7958875rem;top:12.87353515625rem;left:2.7498371005058rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRP5ZkRyOu9NoAMJQ595AF4aInsmqZFw { width:17.1875rem;height:8.39648125rem;top:47.937010288239rem;left:2.8124999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzC4z92voR710d3DifF4KDeJx7uIq2C3 { width:17.3125rem;height:8.39648125rem;top:1.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdnTMpekOmpk74z4Xlq8yTEITWx5Cbnz { width:17.1248125rem;height:8.39648125rem;top:37.090656757355rem;left:2.8759765028954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TPGMPwHGyRcxIzGQClT5nkse3T3nlA { width:2.5rem;height:2.5rem;top:37.090656757355rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llPlmbHOspTLAUTTk5eKRRSB13nTv8P3 { width:2.5rem;height:2.5rem;top:25.715331077576rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOZrUzG2zkNbMbtDlcKc3pgbaEB3IhH { width:2.5rem;height:2.5rem;top:47.312009811401rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwvul75RRMeTyNRUFdD0et7JAFLAVoim { width:2.5rem;height:2.5rem;top:1.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthUMeikeQXycdzQ6koIDcvqh0eiNPtb { width:2.5rem;height:2.5rem;top:12.1240234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWBBJ7PM1O2oWeCfuCtzXTVT85WqfmTO { width:20rem;height:9.187rem;top:36.132648468017rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #I07bKxGtSgSRwxT267DAZTUUpALEecLo { width:20rem;height:11.3125rem;top:12.124020576477rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KXJuTSTrw6TM9TiT1dna9ElD2bKJReKB { width:20rem;height:10rem;top:0.57373046875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #z695bRkapti6wd0adR9o96Z03NGxIJRa { width:20rem;height:10.4375rem;top:24.382322311401rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vBKDURkX0qKO8Swi24R14Nr24l8i0yQB { width:17.375rem;height:8.3964875rem;top:60.595700263977rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aliXBI1PBo3Uiex3fN9fevZAr6y9X2wC { width:20rem;height:9.187rem;top:59.500322818756rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #b2LDe0FysTUyMixNXkO9iqLc6M67fJaM { width:20rem;height:9.9405625rem;top:82.059730529788rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNpgyBTTZtzGOhHkKOZoWR9div37eOJ { width:20rem;height:10.999375rem;top:46.635741233826rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pZKBELNOINruARfg3DJSAK99wxzc3Bck { width:19.875rem;height:25rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUyS58zrOZl5SdIgxq5G4KbQuDZ8TbpJ { width:19.8746875rem;height:25rem;top:65.06103134155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { display:block; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { width:20rem;height:6.412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { width:20rem;height:2.2749rem;top:2.2118053436279rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { width:20rem;height:1.625rem;top:4.7873382568359rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #XD71VbytWD61iazgDfkuvzCoCJvBHCNn { display:block; }#XD71VbytWD61iazgDfkuvzCoCJvBHCNn > .row .container { width:20rem;height:33.62890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNpxTW9qrT5KT7k4OhmBgOPi4WqLrPeA { width:12.4375rem;height:13.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9wyXSs6kGAHF2AhaZZ0a6LXZFgo3zFk { width:12.5rem;height:1.4624rem;top:15.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEtnxme7DQvt3uWmEDI4MxGIepAKu2zd { width:19.3125rem;height:15.84375rem;top:17.81640625rem;left:0.77994790673256rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 { display:block; }#O0eIXyWQcvQlL3QDyh9ZZmgJLs5TDqL7 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDeanCsUm7p6BlUSiBk5bmawvsSRBUwy { width:12.5625rem;height:11.8125rem;top:1rem;left:3.7187502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tif5Il0wADLQ3bZhPiOiIwt5CzmDcFad { width:20rem;height:1.4624rem;top:14.25rem;left:-0.031249761581421rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAvrT20SU2dJba0TUEsOMNbX5c414FoU { width:19.125rem;height:18.28125rem;top:17.00390625rem;left:0.87369790673256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 { display:block; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 { background-color: transparent; background-image: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container > .video-iframe-container { display: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row > .video-iframe-container { display: none; }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .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); }#vIFIJC4mxPJ8v7GwCpE8B3Rt65bWE0q8 > .row .container { width:20rem;height:27.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(180deg, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(180deg, #00c2cb, #7c2ae8);background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJLlLWI3PLoqTOJvep0TGS9Oux35R83X { width:14.6875rem;height:6.82325rem;top:2.6978988647461rem;left:4.1250002384186rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { width:20rem;height:9.2578125rem;top:9.6923828125rem;left:0.12451165914536rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONIoWyAfk5EDE3QVfMdKxlATp2kXTaTM { width:5.875rem;height:5.625rem;top:2.1085071563721rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGc9vg1pemqd2c9L82XHXNyciuCUn0l { width:20rem;height:7.7988375rem;top:19.8974609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taF9QivaAba1a3QVugsmhJNWH9ekvz9r { display:block; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9awy7vWFx0WaMeJbpCzRrDnOOohd3fy { width:20rem;height:5.25rem;top:2.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUwL9nt7VkctXlo7xKbEvSdSIHCTi561 { width:18.6873125rem;height:2.6245125rem;top:97.914222717288rem;left:0.65511065721512rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtR8a4MOGWgAbVRfcuQdEwZH0B5X8KT { display:block; }
 }@media only screen and (max-width: 763px) { #mQmNhktyOCiIg4EJ0AC9LzF8aI0ZE7Ib { width:20rem;height:3.2495125rem;top:93.535153388975rem;left:0rem;z-index:15011;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7XpgtCMnykn3mpcizNRoSLfNXAGBqv { display:block; }
 }@media only screen and (max-width: 763px) { #m32iZEdFat659VaAGOkdq1LTwNxxZNqb { height:9.3401929140469rem;width:16.6875rem;top:62.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { height:9.3401929140469rem;width:16.6875rem;top:32rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { height:9.3401929140469rem;width:16.6875rem;top:1.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { width:14.187rem;height:1.79980625rem;top:28rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { width:18.8125rem;height:18.6875rem;top:73.0625rem;left:0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { width:14.187rem;height:1.900025rem;top:58.5625rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuLOtWPklsWzM42rs3UiUy8myTTckd28 { width:14.187rem;height:1.79980625rem;top:89.0625rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { width:17.4373125rem;height:14.297875rem;top:74.125rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { width:17.3746875rem;height:12.9980625rem;top:43.6875rem;left:1.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { width:18.75rem;height:18.625rem;top:42.5625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { width:17.3746875rem;height:14.29784375rem;top:13.0625rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { width:18.75rem;height:18.625rem;top:12.125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { display:block; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { width:20rem;height:4.5495625rem;top:1.7500114440918rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { width:18.375rem;height:12.4277375rem;top:13.214409828186rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { width:11rem;height:15.5rem;top:26.3701171875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { width:11.25rem;height:5rem;top:7.234375rem;left:4.3750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { width:19rem;height:4.125rem;top:41.8701171875rem;left:0.5rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block; }
 }@media only screen and (max-width: 763px) { #ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { display:block; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { width:20rem;height:4.875rem;top:0.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { display:block; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { width:20rem;height:133.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { width:20rem;height:8.3731875rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { width:20rem;height:6.5625rem;top:14.430337905884rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { width:20rem;height:8.423625rem;top:26.276041878387rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { width:20rem;height:5.25rem;top:35.865446938202rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqUTFZokEhMwTTZhURD9SsHiUTREuZp { width:20rem;height:1.7871125rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { width:20rem;height:1.7871125rem;top:23.819447517395rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { width:20rem;height:1.70605625rem;top:88.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcFS9No1ve40H2uwl1bsAWECN79XgoTG { width:20rem;height:6.5625rem;top:99.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umq6qAefq8R2TA7GdZuRvorHXxRgorJD { width:20rem;height:8.956625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq341zLlZFukb65aOGCyhevHxLlt3CMa { width:20rem;height:1.57470625rem;top:65.25rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { width:20rem;height:7.875rem;top:77.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxuw2Km4JM93zZap8pW4HppRZEcK21V { width:20rem;height:1.7871125rem;top:43.610023498535rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { width:20rem;height:8.525375rem;top:45.397947311401rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { width:20rem;height:7.875rem;top:54.579261779785rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvxdsSMfw6k6vOJLntn39k3gciA44wS { width:20rem;height:9.3505625rem;top:111.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { width:20rem;height:1.7871125rem;top:109rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { width:20rem;height:5.25rem;top:121.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { width:18.6246875rem;height:3.6873375rem;top:128.88997364044rem;left:0.68684893846512rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block; }
 }@media only screen and (max-width: 763px) { #a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { width:20rem;height:9.9423842296587rem;top:3.7369699478149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT { display:block; }#LLzgqPxJt6xcWHlOorDuBsOsBt4kF3sT > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTIBT7GB5JbCvi3bOHAvcOnf1TT7y1N { width:19.99925rem;height:3.4121125rem;top:15.8125rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2SCUQXK3s9TDhRTi8E2aJfevf5XuvV1 { width:19.9980625rem;height:4.875rem;top:26.9375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eEQ2dJIo2xWQwyRrHDkBTWhi7OZPJgmm { width:19.9985625rem;height:2.03125rem;top:12.4375rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #um9AtlzskvJGkKmwh3GJDCfzBDEkhcE4 { width:18.625rem;height:3rem;top:21.4462890625rem;left:0rem;font-size:1.25rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CrhXTah67PhyLgNEK3LhXXOs70bgAUCG { width:17.937rem;height:3.2348625rem;top:33.749195098877rem;left:1.0302733778954rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;z-index:14957;display:block; }
 }@media only screen and (max-width: 763px) { #SGbHa9togIlUJOp2p1dUhqkwlB5yT5UK { width:19.875rem;height:9.9375rem;top:1.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 { display:block; }#m0IVRd2wNTHzLNFoHGgfUFCpgmyHCvx7 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNFHSSc3XDkSTIi8xlsuEW6PIhPWsQqQ { width:19.999rem;height:5.03723125rem;top:2.1259765625rem;left:0rem;font-size:3.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rET4k4US1y3GGCohtQmrR6eObBdyU1KW { width:20rem;height:3rem;top:7.1015625rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #owtowdPGGcEhtK43xL0JFupSPDmshCAW { background-color:#cdcddc;background-image:none;display:block; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { background-color: transparent; background-image: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container > .video-iframe-container { display: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row > .video-iframe-container { display: none; }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .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); }#owtowdPGGcEhtK43xL0JFupSPDmshCAW > .row .container { width:20rem;height:355.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsA9Qe87VHRKnEZUPvQ6LTTwFg8ObT14 { width:16.1875rem;height:5.5rem;top:2.4375rem;left:1.90625rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #pxB0DgniA2phR6Tb6yWZoxXF7zrqehWB { width:16.9375rem;height:2.5996125rem;top:25.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPZlTM5HlwH47Ub8EBoNQB6TZ9TSEZ6t { display:flex;width:2.25rem;height:2.25rem;top:74.5rem;left:0rem;z-index:14906; }
 }@media only screen and (max-width: 763px) { #g6DnAeTrc5bSZRU2oohhHp2GywNPTkb6 { width:19.75rem;height:83.9375rem;top:1.1875rem;left:0rem;z-index:14907;display:block; }
 }@media only screen and (max-width: 763px) { #MMsaDWVzArevFn2cgE8zX96nTRRePkzH { width:19.9375rem;height:59.4375rem;top:120.5rem;left:0rem;z-index:14912;display:none; }
 }@media only screen and (max-width: 763px) { #pTEKFq8TWy0M7Hh079TxaQx1WfbRfTS9 { width:20rem;height:1.21875rem;top:82.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1sPZOg14F3M2BiFfO01kk3bcaSpVWy { width:16.9375rem;height:3.89941875rem;top:18.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhrLXHyTtvfsJ5cUZibiU7EusbUEAuf { display:flex;width:2.375rem;height:2.375rem;top:18.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgGXauSK7eWnStxMUNRp1BD74O7RbSPB { width:16.8125rem;height:1.29980625rem;top:69.375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4RJq2ZHvoAxyh2kHvBoaXa1Exu8MTrJ { display:flex;width:1.875rem;height:1.875rem;top:69rem;left:0.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fG4rnJ0l14bTkC5oyb4lX3CLJWkAXrgk { width:15.875rem;height:2.5996125rem;top:47.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCuImyCgI1V0QKwbtIqHsALdfywQuQOE { width:17.5625rem;height:3.8994125rem;top:30.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ApUnrktnvOmx3xXPaLKz5KguBxog5o { width:17.75rem;height:0;top:168.3125rem;left:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcAQZLsLRoDbXfGKvQQoenSntdy3MBUy { display:flex;width:2.375rem;height:2.375rem;top:167.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQkBHM4aa9HspXq04Kk8sDTe0JcmCiLf { display:flex;width:2.25rem;height:2.25rem;top:217.2373046875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kexnqiTxvWT474mhwdXeOvJ3cyhX07QL { width:17.375rem;height:3.8994125rem;top:41.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvTV3PmocnA2RPsxNmu8d0MtgBI1UsM { display:flex;width:2.25rem;height:2.25rem;top:41.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #elD9fWTTbsJM1CHsw08edHmqSsCH4feT { width:17.8125rem;height:5.19921875rem;top:52.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDVioaJWzp4LnTeuRwSbbbnJDIBCID7V { display:flex;width:1.875rem;height:1.875rem;top:52.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bpxBKnWqutLyi7RuevdhL445wFSD0aUE { width:17.375rem;height:1.7871125rem;top:37.375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhL3TJc2dcRCCDsxgrFaOORtVm9CmU2y { width:17.8125rem;height:3.8994125rem;top:59.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1LPVEi4HrH4oAZmydT5XQXzpxTAnpU2 { display:flex;width:1.875rem;height:1.875rem;top:59.6875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #pM2vKsNhbtxbqTo0LhDUNAlSdNAqiTXN { width:19.5rem;height:3.25rem;top:74rem;left:0.25rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #ngLZlpaTFIeTRb3kTZZSfZHIEOFevkos { display:block; }
 }@media only screen and (max-width: 763px) { #Aqys48FsxRGx4xtvIR826OXJgFWweotS { width:19.5625rem;height:3.375rem;top:78.5rem;left:0.1875rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #kQD30nWdH4Abvn6hDrGBkSqsJZXdFWTm { display:block; }
 }@media only screen and (max-width: 763px) { #JVaQbgsSmhr9x1rV2NMvkaz73BNVdRJT { width:8rem;height:2.11230625rem;top:10.5625rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2UhvDOf06DL20XhDxvgEe4PvtgOXfhD { width:10.25rem;height:3.57421875rem;top:12.375rem;left:4.875rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHvS1Kum6TD9RAWOdUVChscdrT6ztNw8 { width:20rem;height:8.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9aG36uTAyivQJrPT0MAkSMyaNT1NRim { display:flex;width:1.875rem;height:1.875rem;top:285.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkCG7lVM8lyFUhfHbKC7ICJSMqgb0DTg { display:flex;width:1.875rem;height:1.875rem;top:47.6875rem;left:0.25rem;z-index:15214; }
 }@media only screen and (max-width: 763px) { #qJSv0JM9LqTIqEW51mikS7OnT4lXOB9A { display:flex;width:2.25rem;height:2.25rem;top:30.0625rem;left:0.1875rem;z-index:15189; }
 }@media only screen and (max-width: 763px) { #sIpisxLcDCgnk8IZVUQoRuO6ycZER3wA { width:20rem;height:80.6875rem;top:87.25rem;left:0.0625rem;z-index:14905;display:block; }
 }@media only screen and (max-width: 763px) { #lS00odXurKA9TBJC6XXCfW0qpH9E05Bo { width:17.125rem;height:5.5rem;top:88.4375rem;left:1.25rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3xaxs5JOIgfHRwXo2D25V2DHQgwyLQ { width:20rem;height:8.125rem;top:94.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3v4H2TBbsa9GxGGdC9cGLJ563ToSxvV { width:17.4375rem;height:2.5996125rem;top:112.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHzmfQMGyf8d1bH9LXXxtmklLzcb7GL { display:flex;width:2.1875rem;height:2.1875rem;top:112.1875rem;left:0rem;z-index:14906; }
 }@media only screen and (max-width: 763px) { #bukxdbJIZ1BZJkNdkkqpiiwGr2TVvTRf { width:17.0625rem;height:3.89941875rem;top:105.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNTHgtxTLgqlIW4CZo3ZoF3r3KoOMio { display:flex;width:2.625rem;height:2.625rem;top:105.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yJnAotEdgzJ0XGcocK8gWZOgWRGXHsVL { width:20rem;height:0.0625rem;top:111rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TND2yTCDm83nb6opLbXMJEWbd5DazNfl { width:17.75rem;height:3.8994125rem;top:117.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8DuSU6mGDP1lO3NUDSWFvv0tKH1uD17 { width:20rem;height:0.0625rem;top:116.5625rem;left:0.0625rem;z-index:14910;display:block; }
 }@media only screen and (max-width: 763px) { #f7vB5rThPmZC4l5OoB2rqlesFIl9ps5F { display:flex;width:2.5rem;height:2.5rem;top:117.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A2nb6CCZ0qpZzRT8VUMJ17gM505yEreL { width:20rem;height:0.0625rem;top:122.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXEgyrBsuGK5LsFJyR5iDundk7LvV3V { width:16.5625rem;height:1.7871125rem;top:123.6875rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQpIEQyflTEm86JriUNcPSU5AldznTa { width:14.875rem;height:2.5996125rem;top:132.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwJzpNMv98FZyc2a4VDN058NxTMg0F4 { width:20rem;height:0.0625rem;top:131.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHOEPC7gJQhT98DiM7pqrMgrRTRWFJog { width:16rem;height:3.8994125rem;top:126.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCPyk2SWpkpBUGc5uWFZTScgUtpGEuXT { display:flex;width:2.25rem;height:2.25rem;top:126.6875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #k5X86Qwbc4bFSaKmAr1tp1SO9u868TTA { width:17rem;height:6.499rem;top:138.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFGyPOHNhG3wzOQO34o9qt31qHOtIE8 { width:20rem;height:0.0625rem;top:137.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XNQm2K8306ML4DGMfgMLGbVd12lOLZ { display:flex;width:2.0625rem;height:2.0625rem;top:138.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PPvUrhA6ENfOgdckbb0eGKoxLMS4VNDZ { width:17.0625rem;height:3.8994125rem;top:147.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7STRIhQxG0kfGGvpZ2oLlCDvfdqiXh4 { width:20rem;height:0.0625rem;top:146.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBykfz3VUsAH480TIxiK2ZRNb9bTwxBs { display:flex;width:2rem;height:2rem;top:147.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GTD1PtRTwpS9zDugwdovgthr9DbgqLl3 { width:11.1875rem;height:1.29980625rem;top:158.755859375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tpTAqLaHhNikiWnSkbPZtJM95xXXWo { width:20rem;height:0.0625rem;top:157.375rem;left:0.0625rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #i7BUSxERrnoJ0vdyFWVCJFuHCcMqprWS { display:flex;width:2.0625rem;height:2.0625rem;top:158.375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VoAFvQFyVqyHh3miLoHneGbG0WnyArKZ { width:20rem;height:0.0625rem;top:152.625rem;left:0.0625rem;z-index:14909;display:block; }
 }@media only screen and (max-width: 763px) { #bXN9K7aExxoD490awCynXK05Fw81nvAF { width:17.8125rem;height:0;top:290.625rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kP0o6w3BkHudvdy5JQd6cVZWCsTKS9yW { display:flex;width:2.0625rem;height:2.0625rem;top:290.1875rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJzxfaN2D4uX2NLJFW8LNX01L1Zk0tTy { width:20rem;height:0.0625rem;top:161.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLa8n6lUr9nJc9fK5IioTliUSeet7BZp { display:flex;width:2.25rem;height:2.25rem;top:132.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJU9G1nrG3di96fAmQBOb5Sh7qObhE1M { width:18.125rem;height:3.125rem;top:262.4375rem;left:1rem;z-index:14922;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UTfFKeMbGIsABVPb2grSgPdudHnFneO2 { display:block; }
 }@media only screen and (max-width: 763px) { #kS82M4SP2aKALfACTKFHI5FQcX2JP8SI { width:20rem;height:88.4375rem;top:264.375rem;left:0.0625rem;z-index:14915;display:block; }
 }@media only screen and (max-width: 763px) { #fBQm0FeCRG0kl33lOJ0TAvQ9ma2T7qhC { width:20rem;height:5.5rem;top:266.5rem;left:0rem;font-size:2.75rem;z-index:15039;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QvWiBBDKgIXWBofutuirQ7o5SqfcEunW { width:17.625rem;height:3.8994125rem;top:294.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsUv2DBL9hyGEPODpf4ucL3E9CMNI1eF { width:20rem;height:0.062255875rem;top:293.25rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpbop94Lhh7x5pOvVzNzENFE76MGxxa3 { width:16.5rem;height:2.5996125rem;top:288.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDGWSeAdwKUMETRmDKqu1VzML3qlTPUb { width:20rem;height:0.062255875rem;top:287.625rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guL1BLcWlalSLhRDTmbsLmJ9dPKm7d5O { display:flex;width:2.24975625rem;height:2.24975625rem;top:282.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #tzloFFqZPxEuMf4urcZn2gfVwoPNDPnG { display:flex;width:2.24975625rem;height:2.24975625rem;top:289.0625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #KfkCFTOJIzyqCVNaShelC8uOIBoK5Gsr { display:flex;width:2.24975625rem;height:2.24975625rem;top:294rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #t5MNud7B2A5tWVTSuiopMagI12XppITi { width:17.5625rem;height:3.8994125rem;top:282.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOhk00l3ON73t74UmZDqopG7x78h9Ne { width:19.6875rem;height:0.062255875rem;top:272.125rem;left:-0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9yHgVg8XJCntmiFyllD5QBGb7K3dc94 { width:17.4375rem;height:3.57421875rem;top:276.375rem;left:1.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TLOml0cuVNT2fcwnxcSTi82PFwUV4w { width:7.0605625rem;height:2.11230625rem;top:274.3125rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeVa7icco0QmbFX7XwTTztizJkbs803s { width:20rem;height:8.25rem;top:273rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5S5yzyiCisx3iMI2I9WmVrQ0n16gV80 { width:20rem;height:0.062255875rem;top:308.25rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhsIHz07AwM2pVq0ZKb2TcyQeQWy5tT { width:17.5625rem;height:2.5996125rem;top:309.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLbOzywOAfAxotoQaR0nsNZgkTIZiA9 { display:flex;width:2.374875rem;height:2.374875rem;top:309.4375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #n9o9G8i6MfH3yGWETc4PBKQfWxlaBfSX { width:20rem;height:0.062255875rem;top:299.3125rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPE9NbEvH8giaPRoJuOgUFL6thwlyu3 { display:flex;width:2.374875rem;height:2.374875rem;top:303.375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #cLZwXE0fQ8HKu0PBubgPn2utFET2H42C { width:17.875rem;height:3.8994125rem;top:303.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4ismFMTUpUvT71mbrVIdk5nEGfgyS4 { width:17.3125rem;height:6.499rem;top:315.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxT5l390RmDPI6oFqnOGCofmpHlrTd4P { display:flex;width:2.374875rem;height:2.374875rem;top:315.3125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #N7AJC9UXRuocnLKZQes6e2tSUawAVfIo { width:20rem;height:0.062255875rem;top:314.125rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2mb3HyJUeXGnTcmnIZk2zCdumhsOUHB { width:17.374rem;height:1.7871125rem;top:300.375rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGnT3ewpTAuoPah91AgQWN3QZFHVt9n { width:20rem;height:0.062255875rem;top:329.375rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1W1aVPoig9G2XNJb5PNZ9plT7AyRpOC { width:18rem;height:1.29980625rem;top:331.25rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnXsl5baAKxC7u9FStu69qJQXadDAblG { display:flex;width:2.374875rem;height:2.374875rem;top:330.75rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #d1giMkxSBW2rATdptOkwp12tAhBa6Ook { width:17.5625rem;height:3.8994125rem;top:324.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKBenAQP31Xg69hFssaIskd3FBWDcbIm { display:flex;width:2.374875rem;height:2.374875rem;top:324.25rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #FNIZkWUMGRH7QcP78tMF7OVo5ZQxaZGU { width:20rem;height:0.062255875rem;top:323.125rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfw1VBJqaG6OtGNO2auH49aQiU1LJFNy { width:17.6875rem;height:1.29980625rem;top:335.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqR29udaBduCpzSgvIqp54S9dyf7Rtcu { display:flex;width:2.374875rem;height:2.374875rem;top:335rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #vTMzpQddUMbOdbaitvD9Qwn4LGUQclDL { width:20rem;height:0.062255875rem;top:334.125rem;left:-0.6875rem;z-index:14911;display:block; }
 }@media only screen and (max-width: 763px) { #eXX6T1dwmt7wCohVyvcU8e2AOeoigzhz { width:20rem;height:0.062255875rem;top:338.1875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABV2f8SHK1x0gqLctrUhearXUwAIG1kR { top:340.75rem;left:0.5625rem;width:19.0625rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtdNBoc6TCtxT7NcKpNJRFvGw405VRfC { display:block; }
 }@media only screen and (max-width: 763px) { #rJNvyfL9H1vXyBvRJ9rBm6iV7ZEzyfMf { top:344.8125rem;left:0.75rem;width:18.8125rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnGkMNDINxhuBhyAcRvbHpSB3zQT4Cs { display:block; }
 }@media only screen and (max-width: 763px) { #bqOpAnThwBQlVk3qRyvgqiAJiDZVlRkv { width:19.25rem;height:1.21875rem;top:349.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJ1UAFPQEzVknripvdqHFiOpfUmPNVT { width:19.75rem;height:88.125rem;top:172.1875rem;left:0.4375rem;z-index:14915;display:block; }
 }@media only screen and (max-width: 763px) { #LOZkKRLQVhbkByZWV3dRa4LR4M2BpXku { width:20rem;height:1.21875rem;top:256.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvTCJ1RNx8RfBbRLAutrqrCELobZH6r { width:18.375rem;height:3.4375rem;top:252.1875rem;left:1.1875rem;z-index:14925;display:block; }
 }@media only screen and (max-width: 763px) { #zQlxriKNqGUTIl501grhI64S7dpT7iOh { display:block; }
 }@media only screen and (max-width: 763px) { #oWTopTDJLQxftqz25ATEpBy8Am1cfRrH { width:17.9375rem;height:3.3125rem;top:248.25rem;left:1.3125rem;z-index:14926;display:block; }
 }@media only screen and (max-width: 763px) { #r0I7INRvbTBmRbGtgfTStRmbVKfFOHvO { display:block; }
 }@media only screen and (max-width: 763px) { #gsIaWJSQ7z9KR6SCUS66xNcuEsma0fIZ { width:20rem;height:0.0625rem;top:237.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKgDLVkMrIMTm7DRd1nmOtsqGCV8w0A { width:16.8125rem;height:1.29980625rem;top:243.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4biCqeJFLqoIuDm6kiQTks0kD1VEKGt { display:flex;width:1.875rem;height:1.875rem;top:243.0625rem;left:0.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #F0Gf9eJQIQszDOnUTXZzAp2pdU8IARUh { width:20rem;height:0.0625rem;top:241.875rem;left:0.3125rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #BWF647X1idiTLTGQxMHcnZozIbmMcfwo { width:17.75rem;height:1.29980625rem;top:238.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1pFBxWGuundfwcbDmqMJs020olVGTu { width:20rem;height:0.0625rem;top:245.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TOTT27m1uCLn95TvnXtlZRmX25dbNU { width:15.875rem;height:6.499rem;top:223.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml4utuudgoh8GyxAdymkSbdAPLmmnVLf { display:flex;width:2.25rem;height:2.25rem;top:238.3623046875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #oTte3Mu6EWBWG9Se0MoTSrcFQa858l2r { width:17.3125rem;height:3.8994125rem;top:232.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXsDZpN6ruz0E9UBQC4QyRqR6W8tfzq { width:20rem;height:0.0625rem;top:230.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOnOIMcklu47LVmwqCJco6qDTzDbhL7b { display:flex;width:2.375rem;height:2.375rem;top:222.8125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #bBasNzxLd9sOrFXEtlLZx5o0HeDMqI5L { width:20rem;height:0.0625rem;top:221.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnEm4UEPGEWKNJxTZMnkBmbBPizApPzs { width:15.875rem;height:2.5996125rem;top:217.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPl3wKhmpgBRMKUpFFPt2WPLnolcNZSD { display:flex;width:2.25rem;height:2.25rem;top:196.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #cXFVRI5VVL4BlkVm99DJXFAHyGLlHMHz { width:17.5rem;height:2.5996125rem;top:196.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erl5aGxSbP57bt2MXH1P6k47kDbqAk7e { width:20rem;height:0.0625rem;top:194.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2rvnof7XDEAJse5kqkuTJWRGbi5LqNG { width:16.9375rem;height:3.8994125rem;top:190.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TetZi6guOvNeFTfM2PmTOAnCydpw7K { display:flex;width:2.375rem;height:2.375rem;top:189.875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #dB1ITfGt5N1QgN33f8v5mpTSnIZ1VzPm { width:17.3125rem;height:3.8994125rem;top:201.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEZ059pefiF4U9BE8U2o35z0uCk7fJlg { width:20rem;height:0.0625rem;top:201rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrliVR70WX0dW56tiDRG0uWVc1CJ5ZW3 { width:20rem;height:0.0625rem;top:215.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmzfNTN10PcvGTQpKMJTTNT1Kh0fppi { display:flex;width:2.25rem;height:2.25rem;top:248.125rem;left:17.75rem;z-index:14904; }
 }@media only screen and (max-width: 763px) { #LXU89em0Pq0vJ72PqOG4FNizrK7iDMPh { display:flex;width:2.25rem;height:2.25rem;top:201.5625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #sgetJtZPfgIh6mcEmgkHKCSlTKmHc4l5 { width:20rem;height:0.0625rem;top:207rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEEXF4uuFESnXoLKV0vETz33vnL1GNTS { display:flex;width:2.25rem;height:2.25rem;top:211.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #tAdiNPqSqUB9HF9vmfVu8CDRDFUabfJ1 { width:17.5rem;height:3.8994125rem;top:211.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEqRJaZZEGXvQ8MJOphv1vynyAyJJyn { width:17.375rem;height:1.7871125rem;top:208.125rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFDMSB949Vu4qSah77ZHWqEadzfVkNSW { width:7.75rem;height:2.11230625rem;top:182.0625rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAui5dTAo1mVP78knqGDUm9ObG0QRZ3Q { width:10.8125rem;height:3.57421875rem;top:184rem;left:5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqnIeQJcwEZixARxC9tuIXk22cn6xdw { width:19.8125rem;height:8.1875rem;top:180.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sgehbi0Qpcw2NuTxOd9IGebBFlFIz4 { width:20rem;height:5.5rem;top:174.0625rem;left:0.3125rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iOZb4J9PrroEdqcgPwaumuAuR1ev6V8k { width:19.6875rem;height:0.0625rem;top:179.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvy8IgrE47r0TJfhcTAxoI91gyyT9rxB { width:16.1875rem;height:3.125rem;top:170.4375rem;left:2.375rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #nmiLZ0UVSDx9vHNS0POBSH2i0SNdzxaA { display:block; }
 }@media only screen and (max-width: 763px) { #lTmsEPPO4IK66x5OEVXV2HUsSQM7v79c { display:flex;width:1.875rem;height:1.875rem;top:232rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #EyiGuPOuIi7msZOIaaW5xQ906DRNSPe1 { width:16.6875rem;height:2.5996125rem;top:97.1875rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb0toB33oHIDLvbw6sPLNeoTuMfLvvb8 { width:16.6875rem;height:2.5996125rem;top:163.625rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HEBAnZtihRT72ga1U5Tt8uMC5HdWXg { width:20rem;height:0.0615234375rem;top:334.125rem;left:0rem;z-index:15234;display:block; }
 }@media only screen and (max-width: 763px) { #XUGu9Zo6E6iRTgNE6xAKoUBI9HskEKqd { width:17.75rem;height:1.29980625rem;top:154.1875rem;left:2.25rem;font-size:1rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #omJl7MIJ0gu5Ff8itSG6LvW9bo35C0xq { display:flex;width:2.0625rem;height:2.0625rem;top:153.8056640625rem;left:0.3125rem;font-size:1.3125rem;z-index:15251; }
 }@media only screen and (max-width: 763px) { #ukuGqBka9ZVnaVHzs6Ih33WTUf1VcZBm { width:17.75rem;height:1.29980625rem;top:65.7001953125rem;left:2.25rem;font-size:1rem;z-index:15237;display:block; }
 }@media only screen and (max-width: 763px) { #ffOL9dIQzOdXLQWq4g1cLBCe2up90bUv { display:flex;width:1.875rem;height:1.875rem;top:65.412109375rem;left:0rem;font-size:1.3125rem;z-index:15214; }
 }@media only screen and (max-width: 763px) { #XF99gARPebHGRvaxJUOTyD5nGICDKV9p { width:20rem;height:0.0625rem;top:24rem;left:0rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #W2pOQxSsSTF20attuiSMceaRMdATq84E { width:20rem;height:0.0625rem;top:29.3125rem;left:0rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #iL6osNEdMXCcZKU1n3M09HnKIumrzrzJ { width:20rem;height:0.0625rem;top:46.3125rem;left:0rem;z-index:15216;display:block; }
 }@media only screen and (max-width: 763px) { #LmTeidVBgRNz4xGSNq2QFivqBwhnMuyH { width:20rem;height:0.0625rem;top:51.4375rem;left:0rem;z-index:15217;display:block; }
 }@media only screen and (max-width: 763px) { #J6hXTgvPh2I62lzhZpiipgQLKH8RMbLc { width:20rem;height:0.0625rem;top:58.6875rem;left:0rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #ZxWR6zXGdPBT8xWmNW2JuGuCZ4Nnic3C { width:20rem;height:0.0625rem;top:64.5rem;left:0rem;z-index:15219;display:block; }
 }@media only screen and (max-width: 763px) { #fo6FA71uTHOTMTkTMTp7oAgTPRWtpMFt { width:20rem;height:0.0625rem;top:68.375rem;left:0rem;z-index:15220;display:block; }
 }@media only screen and (max-width: 763px) { #rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG { background-color:#cdcddc;background-image:none;display:none; }#rZh2l0sqZ5RaiS079TrTlcfrLqwHzSeG > .row .container { width:20rem;height:270.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XIHvT72ru1oLpKcpULbmaHDUtbZRkfBe { width:16.1875rem;height:5.5004875rem;top:2.4375rem;left:1.90625rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aL4SDBUDirpWnKQAfltz4sBOesOPcEpa { width:20rem;height:5.5004875rem;top:92.75rem;left:0rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cNkWUwr9vzWNTBL10fAlkrJU4iT9yNAz { width:20rem;height:5.5004875rem;top:183.3125rem;left:0rem;font-size:2.75rem;z-index:15039;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HhTXN9Nl7tfEmhtIU5Z0Nrl7OaXTDyPg { width:16.9375rem;height:2.5996125rem;top:25.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2NMgDZ8WKEtCnuttlrha3lx2lTDtN1 { display:flex;width:2.25rem;height:2.25rem;top:48.9375rem;left:0rem;z-index:14906; }
 }@media only screen and (max-width: 763px) { #G001a1Hlf5PTE1yKloq6aqmEERzwZwp9 { width:16.625rem;height:2.5996125rem;top:114.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmgWWW35v2Ez8GTLaKHySFwWRysxEsDq { width:20rem;height:0.0625rem;top:112.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rw5xT4emrZ1SuGQDAG7tVWulfN62iQ { width:17.4375rem;height:3.8994125rem;top:107.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXZsrolVnDt1aT9tGc1WhozBSndG4Gth { display:flex;width:2.375rem;height:2.375rem;top:134.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WfukmBZDPpF0Zo2ppgl9b40frxwE3eAa { width:17.5625rem;height:3.8994125rem;top:118.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFx79pN8hbbLVydI38I9B37N9MTGOsyf { width:20rem;height:0.0625rem;top:117.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthLShz4eANJKtqwm98kfTGiQqGZT1Uk { width:20rem;height:0.0625rem;top:106.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92KbRhylG3xMSVde7V8UEHiv7s03RhI { width:20rem;height:0.0625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5RUZsNVtxtpDrpDmh7hOcsTLe8FOLBU { width:17rem;height:2.5996125rem;top:134.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomAETf7CQBHmaqZo9eaHH4o6Jrb43yT { display:flex;width:2.25rem;height:2.25rem;top:226.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bK9Ukg9pnppBlgOZlQxUe0Dv1s2FRxt0 { display:flex;width:2.25rem;height:2.25rem;top:199.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r7nDSxn7uJTbSC3iQcVwEghcUnRI9nIb { display:flex;width:2.25rem;height:2.25rem;top:205.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UNJHC2d2v7IrhThJrIzuFqCq9DvOTWTD { width:20rem;height:0.0625rem;top:245.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqtJHL5dTE8KnpBpQLwhwZfdInOyULU { width:20rem;height:0.0625rem;top:250.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EUUvE9Hvf4ACahGIIOneBFtnR14Spa { width:15.875rem;height:2.5996125rem;top:226.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkgqx7POgJ9EFhgJWwWLWzJS7f9GTGn { width:17.3125rem;height:3.8994125rem;top:210.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5htEDnyzUH6IfT3N4xzrMz5Ti1n7rI { width:20rem;height:0.0625rem;top:225.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTmEmvDIpHLs1BdwDnt0gwv7aWTPnTXo { width:17.5rem;height:2.5996125rem;top:205.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD3MB2VPhkBPNTuQ3OJV3cRfTmB0k3kT { width:20rem;height:0.0625rem;top:204.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8IswnewqaT4MLm6mfMFdxQyruMEil2H { display:flex;width:2.25rem;height:2.25rem;top:107.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #prvHWrF4yVI25KCL9NSuUOix7Cni6zIo { display:flex;width:2.25rem;height:2.25rem;top:113.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IqyKZcfRq2eNAJf0B8nVJBoyJfhFx7MS { display:flex;width:2.25rem;height:2.25rem;top:246.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOCkoOplSPfsQhcCg7LdMHlTBwxVnDXW { display:flex;width:2.375rem;height:2.375rem;top:117.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BdHJ2eN7ZuOtsl7dxCIGenaebVJT3ard { width:17.4375rem;height:3.8994125rem;top:199.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sobQ6xeHg5TudDgtKu7fbPnEqtSTw5lZ { width:16.8125rem;height:1.29980625rem;top:251.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9SyuRv3NIgsKTHAdnSELRmNbUSgDuIO { display:flex;width:2.375rem;height:2.375rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUukGXIrLOHkq9ImRJC8gxWxXcGXE8IX { width:20rem;height:0.0625rem;top:59.5rem;left:0rem;z-index:14911;display:block; }
 }@media only screen and (max-width: 763px) { #Gl73iS2bmdPVVSBXaHdRLyL5vHdbwcz5 { width:19.75rem;height:83.5625rem;top:1.1875rem;left:0rem;z-index:14907;display:block; }
 }@media only screen and (max-width: 763px) { #IFic4oG9TgkxmaowXsxH57512PdMKMyQ { width:19.6875rem;height:0.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZLsvuJ6ydKZ0mIMN5T32ifIC8QFUvm { width:19.75rem;height:84.625rem;top:91.125rem;left:0rem;z-index:14915;display:block; }
 }@media only screen and (max-width: 763px) { #yKT8h6lMrU3pXos3k2mH7XqnFOfgHSPa { width:19.9375rem;height:59.4375rem;top:120.5rem;left:0rem;z-index:14912;display:none; }
 }@media only screen and (max-width: 763px) { #VNGIMP0cvm3ORor75mw8ycKIdaPgykCK { width:19.6875rem;height:0.0625rem;top:161.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdR25UBEGtVa7dCKV1HRN32HxfvSUNm { width:19.6875rem;height:0.0625rem;top:197.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawxPpkaq5abGvqDImXGQouTCP3WpR5U { width:20rem;height:1.21875rem;top:80.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMI0HCiH3cTDQ79LDNhP5rseFvMGvhb { width:20rem;height:1.21875rem;top:172.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8idfqQOTVE82BddoFcT6vyLsT0LVbRU { width:20rem;height:1.21875rem;top:265.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnBfpQnXxmEAivNwl5bbJvMGgioxdHFt { width:16.8125rem;height:1.29980625rem;top:159.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTuimVvw6gv8yuSG6QteF9XybOT0bgw { display:flex;width:1.875rem;height:1.875rem;top:159.0625rem;left:0.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SL4v4rsAkTMttHlvAcVqirJdP75q404w { width:20rem;height:0.0625rem;top:157.8125rem;left:0rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #k4ZIDZ36LlIMPxlwNDFKh0krbAIIGyVF { width:16.9375rem;height:3.89941875rem;top:18.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8KHEQogSpGaNtHgSzf9wraBWSrTOmT7 { display:flex;width:2.375rem;height:2.375rem;top:18.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xAW6lvddkcm5vFnkZt83mzBEIXCEUtT5 { width:20rem;height:0.0625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byH2mt5bLi4DIcvAigJfiJQZeDotUNND { width:16.8125rem;height:1.29980625rem;top:68rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtcorxDux8gouCVTQFx5UomWfpy1zBW { width:20rem;height:0.0625rem;top:66.4375rem;left:0rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #lD7LfmcwEqQrBzued7uWQGT6xF0Nwgzr { display:flex;width:1.875rem;height:1.875rem;top:67.625rem;left:0.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pADfUHCknKexV3m3w3JsndVR6w3ZkTkm { width:20rem;height:0.0625rem;top:66.5rem;left:0rem;z-index:14909;display:block; }
 }@media only screen and (max-width: 763px) { #eQSxEzkf7yVkOVPLVTrcwekqkDa6vFKn { width:15.875rem;height:2.5996125rem;top:47.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VxT7SL7WpEtSkw5DgUPt2x1ygUTep9 { width:17.5625rem;height:3.8994125rem;top:30.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcLMJkGvTnGxGhPUvKVVZXA1hCmrAgff { width:20rem;height:0.0625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gbHJuaBs5DFaVKFG09TovI8F25bC9n { width:20rem;height:0.0625rem;top:51.875rem;left:0rem;z-index:14910;display:block; }
 }@media only screen and (max-width: 763px) { #AAhscZL0NHxvNbhdRvF8gc0SwQv6Mz1H { width:20rem;height:0.0625rem;top:182.8125rem;left:0rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #VuhdR4bQSyKS1AMEXtFAnwBxbsbuHpSp { width:20rem;height:0.0625rem;top:147.6875rem;left:0rem;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #vOZJn24X4Oy4eakwLTl2RsU3zvw2WPEQ { width:19.75rem;height:88.125rem;top:181.5rem;left:0rem;z-index:14915;display:block; }
 }@media only screen and (max-width: 763px) { #QTlasBbZBKABdWJ2kkKlcqyTvf3HtVVB { width:16.1875rem;height:2.75rem;top:180.0625rem;left:2.0625rem;z-index:14922;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zXxED8LfQmy9vEisedoZNtT85rlscupd { display:block; }
 }@media only screen and (max-width: 763px) { #XQP2OSaVqWDuEwxhZT7Fzu8BT7ya8JPU { width:17.75rem;height:1.29980625rem;top:246.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlSTHCEz0cDsktKsdE6CUKPyNaWevhTx { display:flex;width:2.375rem;height:2.375rem;top:250.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZSK6wOLLaLvgTddZhbni0zBQok6gCT4z { width:20rem;height:0.0625rem;top:254.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRiTZ8G4HAnJwfo3zWVqNApl3WmktNuA { width:15.4375rem;height:2.5996125rem;top:148.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZIqq57FEd4hDJTrxG2oSZBSJ0q9F5J6 { width:20rem;height:0.0625rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrBGR5Smuh1cPkFML7scBNqlQendUMGI { width:17.75rem;height:0;top:168.3125rem;left:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEiT5zlL2dDJqtXaGJLiT2Tnh6vaElc0 { display:flex;width:2.375rem;height:2.375rem;top:167.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLC6uedOXZxG95Sq8gBa3zfXKNTAFWso { width:20rem;height:0.0625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD17tcIzDf0J2nAiK3i6IzXIyACeJaA4 { display:flex;width:2.25rem;height:2.25rem;top:210.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZsNVNQdNThTUq2Kal4zyrsuLFreHDQ2T { width:20rem;height:0.0625rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTodiaEEn3y6AF5m8urpg6Od7Q86EstN { width:20rem;height:0.0625rem;top:124.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLXBMCp04n1Sra2fOZwkTUFpZt5NeBe { display:flex;width:2.25rem;height:2.25rem;top:128.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iEAbLoio6byHfsvxuyfTPDwerK9Q8MU0 { width:17.375rem;height:3.8994125rem;top:41.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7UT8sDP0nBgaCKkiP0LDhJSUZGERyo { display:flex;width:2.25rem;height:2.25rem;top:41.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rrxwh2fHCsfWuwThnETf2NaOPzO1yWOQ { width:17.5rem;height:3.8994125rem;top:128.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lImvNOduZQkTipTKLfgoCSQAlFNtFJT3 { width:20rem;height:0.0625rem;top:216.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALScfbkUbAdfsL6Bbtzd2tMNFqP5Zqks { display:flex;width:2.375rem;height:2.375rem;top:220.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fiPeEWArMTMOgF41GtfJEQ4vt2Uv9kik { width:17.5rem;height:3.8994125rem;top:220.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw784f9rPv9fO9iucVFizzKXCS1NecDp { width:15.875rem;height:6.499rem;top:140.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dev5ho7nNhIBH9UTe4RIQxJwJzsdMrDA { width:17.5625rem;height:5.19921875rem;top:231.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWbVgDVc9c8yv3U1s7JlEL6qahSOmJPz { display:flex;width:2.375rem;height:2.375rem;top:230.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tDGikf2FO3z0SlP4fF0DieKsx7KkG39B { display:flex;width:2.25rem;height:2.25rem;top:139.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keCxLknvN2UdQ27bAv7agJNbTy1TZzNP { width:17.8125rem;height:5.19921875rem;top:53.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWaCT4SfGTXwefVnAzaOkh67bsJce2lo { width:20rem;height:0.0625rem;top:138.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVpeWptvRqiqKh806nEvMvxAiB1fmi5 { width:20rem;height:0.0625rem;top:230.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOoTUlU7aWDTkHHTugvovmWfzpETlSF { width:20rem;height:0.0625rem;top:209.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBLHwtwG47ogcwnxA6pfPo6gSQCn0Jwc { display:flex;width:1.875rem;height:1.875rem;top:53rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IdAyS1BpV6AypuEZh6rZSyopxpdPhcb2 { width:17.375rem;height:1.7871125rem;top:37.375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ewf5UFU5tMvfcV0Z4ICK94ahM3BXAa { width:17.375rem;height:1.7871125rem;top:125.3125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQxdFLsWeCHycZb45FredghGnQcRbsC { width:17.375rem;height:1.7871125rem;top:217.3125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh7mpzTrztQppfOseZkXR2QDgQcpweKI { width:17.3125rem;height:3.8994125rem;top:153.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPfo3R6c0mgwgTEZPxMdL3iG8hrq5CX { width:17rem;height:3.8994125rem;top:239.6875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svd2bIvapgRvtdc1gha6AmDE7hrZAOq7 { width:17.8125rem;height:3.8994125rem;top:60.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXOdTuwgsVed32iMq8ZXHCInlgpk7TW3 { display:flex;width:2.375rem;height:2.375rem;top:239rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XLXpFJNXXzsh3pBfU5gnT8NZKHwt5SsV { width:20rem;height:0.0625rem;top:152.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L49TAVR60OcDgQaVgEDr5pFb96wTRfef { width:20rem;height:0.0625rem;top:238.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI2b2wqNDyGDQkOhl3Ia4bdDTmTEML9J { width:20rem;height:0.0625rem;top:133.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQgNS6PNPmKqudUiuKrOsE9wPrkPep6c { display:flex;width:1.875rem;height:1.875rem;top:60.875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #AQylupg3521w108EsJsdDRgOvmt5m5S3 { display:flex;width:1.875rem;height:1.875rem;top:153.5625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #UTUNLt1BrnsWy30w3p96pKu2u1CzngsI { width:19.5rem;height:3.25rem;top:72.1875rem;left:0.25rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #g1IeduCSuLnpdf0aRZ2KgTdX50Roaq6L { display:block; }
 }@media only screen and (max-width: 763px) { #o3fMz9i1n4B3ZWfFnAHhTXyM2DTucElm { width:19.5625rem;height:3.375rem;top:76.6875rem;left:0.1875rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #tDdcyv7HPTKN0AUoKOGrUipkivCuLdIs { display:block; }
 }@media only screen and (max-width: 763px) { #zaTmfFPqvWTEZ9XmJ2X6HRwArutVDa2r { width:19.375rem;height:3.3125rem;top:163.1875rem;left:0.3125rem;z-index:14926;display:block; }
 }@media only screen and (max-width: 763px) { #a5UQEP7M6iPUqEz6wgCzSC5nMsF9ZFbo { display:block; }
 }@media only screen and (max-width: 763px) { #Ll1CUoAkffDsVpcN8hA9kaQTsk8GRfpI { width:19.3125rem;height:3.4375rem;top:167.75rem;left:0.3125rem;z-index:14925;display:block; }
 }@media only screen and (max-width: 763px) { #zUzy4A9rlEFk6nbZe0QHu6nsnZ5MOI2P { display:block; }
 }@media only screen and (max-width: 763px) { #TvwQtJAnvyymfQeTeGOxNs1LOSNG2fFT { top:256.0625rem;left:0rem;width:19.5625rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dDP9oZeXmIEL342Cd3NViKaSP0OQb1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcfI97MlZXAC25ocvm18hvBcTpgCx4p9 { top:260.8125rem;left:0.125rem;width:19.375rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcwctp0KI3STMWHvNtFXXWsthbJMgIB2 { display:block; }
 }@media only screen and (max-width: 763px) { #u1hstRg1ydokzOv9eBwcnRfVT2VHUrXn { width:8rem;height:1.7871125rem;top:10.6875rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9yaOWW67zlDMGFFvekrIcd2ZZlBfhRI { width:7.75rem;height:1.7871125rem;top:100.5rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9WBqa8uuHn09tqpDHsyhHFbZtx8hppT { width:10.25rem;height:3.57483125rem;top:12.375rem;left:4.875rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qD36QCFvh2iypb1sATJ3G1pMLTaBhsPN { width:10.8125rem;height:3.57483125rem;top:102.1875rem;left:4.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsFltNJxFDmNEdcTpkNCmbuIcQlI3hW { width:14.3125rem;height:3.57483125rem;top:193.125rem;left:2.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxH6kcN9g5aXxVzxKDG7M9Xvn6cd3VD4 { width:7.0625rem;height:1.7871125rem;top:191.4375rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTNZ7AbtFqE6I11LbtcDI1A45hsaxfHT { width:20rem;height:8.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP9FWpOWayVwCQzpDWkWHAxHI39dnhc { width:19.8125rem;height:8.1875rem;top:98.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfa6hwtn0LqrrPptUnQkNA9E0lNCb0J { width:19.8125rem;height:8.25rem;top:189.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOBQg6sx1mnwuZ2uvqUmyikWCTv8HKlw { display:flex;width:1.875rem;height:1.875rem;top:285.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q81dW3vD8v3Av6w6dCG8rVneCfD1VRH0 { display:flex;width:2.375rem;height:2.375rem;top:148.6875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #L4dyAKgnQXcSDluF6ZrMvEQlBw6CO1LJ { display:flex;width:1.875rem;height:1.875rem;top:47.6875rem;left:0.25rem;z-index:15214; }
 }@media only screen and (max-width: 763px) { #ffM160EC2ImtigSkBnrfNxOW3Uz0bJTh { width:16.1875rem;height:3.125rem;top:89rem;left:1.9375rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #z42XkgVSTpivwV38Ty2SQKswdA3FWBkM { display:block; }
 }@media only screen and (max-width: 763px) { #BXHQE1xRHHNV1EL28FOsgmNoxbE3X6az { display:flex;width:2.25rem;height:2.25rem;top:30.0625rem;left:0.1875rem;z-index:15189; }
 }@media only screen and (max-width: 763px) { #HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 { display:block; }#HLTkX8L0u2u3c3tW0sMCm7vIkxh8mT81 > .row .container { width:20rem;height:53.287109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXNemOMzKF9Wc6nnWOAZBB1dn7EOlRoa { width:20rem;height:2.599825rem;top:20.1269375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADy2qLCzuG3GKAhKWphtNUtgXfgosvZ { width:20rem;height:0;top:23.9770375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiPDX1mFNhD4ITpWm5D6ba19B8LZTdT8 { width:18.9998125rem;height:29.89549375rem;top:23.412271499634rem;left:1.0001627802849rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZV18eVDmGpzdghXSxDCtdhF2eJNJA3L { width:16.687rem;height:16.25rem;top:3.9274082183838rem;left:1.6552733778954rem;display:block; }
 }@media only screen and (max-width: 763px) { #d40saiUw0nlCvWQosxKHXqQuicF7pPWI { display:none; }#d40saiUw0nlCvWQosxKHXqQuicF7pPWI > .row .container { width:20rem;height:230.1875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZLxPvKWCWlGJOPIfTK6sWtJcH7ueOSaH { width:21.0625rem;height:120.4375rem;top:103.4375rem;left:0rem;z-index:14919;display:block; }
 }@media only screen and (max-width: 763px) { #tZebpE6qhfSU3wBopNAC8pHl5JK2crmh { width:18.9375rem;height:4.1875rem;top:95.8125rem;left:0.5625rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #uE9sp8ISaBIzqmT9lIGg0QGEGqU33XEl { display:block; }
 }@media only screen and (max-width: 763px) { #m7JPywoCcyNUkdmLqSN4Lomy4RLFWSxR { width:19rem;height:5.25rem;top:88.875rem;left:0.5625rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #FgqpAC07bVvgtTzXBGB0hDtwTaVXAPPw { display:block; }
 }@media only screen and (max-width: 763px) { #C7Q1AuPTbSQTXhvUul4eU9KDvtJC1r7L { width:20rem;height:3rem;top:85.5625rem;left:0rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #yuqI6UzAlXglgaltWRrfLeLfFLcgqOod { width:20rem;height:5.25rem;top:78.6875rem;left:0rem;font-size:2.1875rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #tg4MSyS4GqNRauaEuhkM1nX5rV8QO5LN { width:18.5rem;height:3rem;top:71.125rem;left:1.4375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #SpkEaVJr9px1oLwgA6Qta5NEdSwtLM8X { width:19.8125rem;height:1.875rem;top:65.5rem;left:0rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyD1HB0WFdz7OwamIQdKbnWHfkBrkyOc { width:20rem;height:0.0625rem;top:62.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTguZTxrsG3govQF1B7ua6av9g4Vc5r7 { width:16.0625rem;height:2.11230625rem;top:68.5rem;left:3.5rem;font-size:1.625rem;line-height:1.3;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #DSRNZJFwUNnpdRCHzF8DvGEaaetU4rCX { width:16.875rem;height:0.0625rem;top:76.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbxeoTQfs3MgqFN2T9mviCOwOBBXTDE { width:20rem;height:0.0625rem;top:161.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMdc0CFmAefZgTRRIQPEgLRKJUC6Z1k { width:19rem;height:6rem;top:40.9375rem;left:0.375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #ci7RZUK10XQXkrHi4P33t2yLOlc93UAr { width:16.5625rem;height:3.25rem;top:37.25rem;left:3.0625rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #TE9SW1LEN8iAoFFaRfcTeCqIIkDpuwoa { width:20rem;height:0.0625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDckHNmCS5TeCoTMh5ifLyUufQvzJ89 { width:19rem;height:6rem;top:28.8125rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #eBbwL3qeUAGdUIGeAqwrVzdXenaJlgAK { width:16.375rem;height:3.25rem;top:25.3125rem;left:3.125rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #px8hTmWP2a223KELeH97IK2ATkyuzk2e { width:20rem;height:0.0625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlD5ouUldw3TkZE5UPcoKDxRCfna5C8S { width:18.4375rem;height:4.5rem;top:18.0625rem;left:0.9375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #B04EfrlvbGb9ocsOcECDAfRRT4uVbe1T { width:15.5rem;height:2.4375rem;top:15.6875rem;left:3.25rem;font-size:1.625rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #OCR3qHq6cDrguyIXHT3hkRtakoG4SSmU { width:20rem;height:10.8125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJV38A72PAeOd4WFWKZmFXJrSO0nB29F { width:20rem;height:1.625rem;top:10.75rem;left:0.0625rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf147fyKF2npEyetD6ZkyMcRgQER1GAl { width:17.3125rem;height:6.5rem;top:4.33203125rem;left:1.3437500298023rem;font-size:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5IwhqDeeFeL0L8gdPJKQeecgPsurH6 { display:flex;width:2.1875rem;height:2.1875rem;top:15.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ezUVVASVPElpR1kcwUOMaT8UqDmuCLU7 { display:flex;width:2.1875rem;height:2.1875rem;top:25.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #wgxSsKJML9FaNA1oNTJdgt1oS4XGoNlE { display:flex;width:2.1875rem;height:2.1875rem;top:68.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #lPBawaBK5BtXypXCz1QQ4gVpbFnEwKem { display:flex;width:2.1875rem;height:2.1875rem;top:36.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #QpfiMlkdT00pWkT7WxNUczo3PQxMkX4x { width:18.75rem;height:4.4375rem;top:216.5625rem;left:0.625rem;z-index:14925;display:block; }
 }@media only screen and (max-width: 763px) { #myTHhDxDObDvZzGQgnqFL1v69KeI60Zd { display:block; }
 }@media only screen and (max-width: 763px) { #oSM7l7GZ5dDRlExWeQTgTTVbH1WuvElW { width:19rem;height:5.4375rem;top:210.5rem;left:0.625rem;z-index:14926;display:block; }
 }@media only screen and (max-width: 763px) { #oDOhL6N1Nzg3zPNTRwTPhF8hOSShg3bl { display:block; }
 }@media only screen and (max-width: 763px) { #rHgV7ZQ3eWKyBVDpouXyAekeVKA6HcUK { width:19.9375rem;height:3.25rem;top:207.125rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #IBImz7KkS5X0lwXfhIC3Vnd5MseIL99T { width:20rem;height:5.25rem;top:199.9375rem;left:0rem;font-size:2.1875rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #Bve8NrQnQKDwuoGLpBXWi0V2FbvMPs5c { width:20rem;height:0.0625rem;top:152.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJmXByaBp5MI6FgnF5qLsfXce6CfEInU { width:19.0625rem;height:6rem;top:145.3125rem;left:1.125rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCdPQ2Wcoq3RxwvhpuHTiLoHWPdWBMc { display:flex;width:2.1875rem;height:2.1875rem;top:167.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LTbN843UaS7Cbg5TKginxnpVdXc7oFgX { width:16.875rem;height:3.574225rem;top:167.125rem;left:2.4375rem;font-size:1.625rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #UlCbqqOu8sR9WdgMwvJQTOX2nsTVwi7m { width:19.25rem;height:6rem;top:171.375rem;left:0.3125rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #Bsn8R5RI4WDCfatFTBHDfsQyck1gVbRl { width:19.125rem;height:1.5rem;top:181.25rem;left:0.4375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #O8T329VVQ4v4J3qKzVdDzsQugQ5iQ8CC { width:19.1875rem;height:3rem;top:193.3125rem;left:0.5625rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #GfGTSUDe4SHpU7NFisdBzywn99iEmS7v { display:flex;width:2.1875rem;height:2.1875rem;top:190.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #wNU0SJlZTlsBqRrVqgCkTfyem8pB8o2K { width:16.25rem;height:1.787325rem;top:190.3125rem;left:3.5rem;font-size:1.625rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #LqrJ4BBG7rN2aB74kObs5lWZ50AnONPw { width:19.8125rem;height:2rem;top:186.9375rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQXUWAth39XslgXSZ5LWKDBy9Vy1ccZ9 { display:flex;width:2.1875rem;height:2.1875rem;top:178.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f8eA7CwoagqqkoQZMTHtZ3hvKkhArIuG { width:16.75rem;height:2.4375rem;top:178.8125rem;left:2.8125rem;font-size:1.625rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #CCkoTyie1Ev4AOk72ngknhxxbXgeV7M6 { width:16.875rem;height:0.0625rem;top:185.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdS1W1ZvtOx42GmLJgnnuHr6HgBpR7H { width:20rem;height:0.0625rem;top:185.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbSk7gobp8MumTiKEMbeeu3ox1LkXG5 { display:flex;width:2.1875rem;height:2.1875rem;top:141.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #d2FSQ52xp18pvpMbXAzg26O4iP8bdsCD { width:16.6875rem;height:3.57465rem;top:141.4375rem;left:3.25rem;font-size:1.625rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #P0OV9tC3k90uz1xRBaHOplTGeUT90xId { width:20rem;height:0.0625rem;top:140.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFSq2zkNf0AZL9TLp9f704fRc5J93uu5 { width:20rem;height:10.8125rem;top:106.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtF6MgZHFfgWKssdfOaxBVsFo59fg5rp { width:20rem;height:1.625rem;top:113.4375rem;left:0.0625rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyT7zsoerkWQtEaPZuVHUgm8gMIy7LP3 { width:18.0625rem;height:4.875rem;top:121.0625rem;left:0.6875rem;font-size:1.25rem;line-height:1.3;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #lThG709gmO3nnpErgTm376KMMJv9SPMh { width:15.5rem;height:2.4375rem;top:118.5rem;left:2.8125rem;font-size:1.625rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #kVE6tSzDtdEZnWO8SI12N369odJvLEdi { display:flex;width:2.1875rem;height:2.1875rem;top:118.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #C53TlZuDylEH42eITFm2BJ4shTDol1Um { width:20rem;height:0.0625rem;top:127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWJTCpOImJTFI2frlsN2TOTdNT5fiBpL { width:17.25rem;height:3.25rem;top:128.6875rem;left:2.8125rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #NVTHEyH7IoAQD6TUwXsyuMaz5eU8INnB { display:flex;width:2.1875rem;height:2.1875rem;top:128.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #u3SS81h2qQ6LpmeON1x9v6gW9OuwhQEO { width:19rem;height:6rem;top:132.5625rem;left:0.5rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #n2IE6N9JGtc1Lu45R9emwxRxUq1rTDOU { width:17.3125rem;height:6.5rem;top:107.5625rem;left:1.375rem;font-size:5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #fMCUsFID9lO3KC0AXlmJn3XO3D42x9RR { width:19.5625rem;height:4.5rem;top:52.0625rem;left:0.375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #aSeqN0Dr9Px78VWf1pxWwG7P4M0mSBA7 { width:17.1875rem;height:1.625rem;top:49.25rem;left:2.8125rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #d9NDO9uAPZd8ffuv84I0frvWZE9N4lG0 { display:flex;width:2.1875rem;height:2.1875rem;top:48.9375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #IShutEKh1PUT6dvRyxJkvIVi34rLDBhr { width:19.3125rem;height:4.5rem;top:156rem;left:0.625rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #HzIsvcrunA1NFlEknJz6zurUbw73OEBp { width:16.25rem;height:1.625rem;top:154.125rem;left:3rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #ZXpP8T4aNJgwZk9Z2XBsdCLlTy3TZdu2 { display:flex;width:2.1875rem;height:2.1875rem;top:153.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #EZGEO0bql1DeSoxUL8VHyJA8AMPmTZHX { width:20rem;height:0.0625rem;top:47.875rem;left:0rem;z-index:15237;display:block; }
 }@media only screen and (max-width: 763px) { #SGoELv7kBTOdUFmZgTcU4TTDloWVCTqJ { width:20rem;height:1.42480625rem;top:100.5625rem;left:0rem;font-size:1.1875rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #tDHKqUuWrmmXQs1MAanM6U4MTKnrnEkC { width:20rem;height:1.42480625rem;top:221.3125rem;left:0rem;font-size:1.1875rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #pJDtBqMrESOJFXy0mkWU6qfJtzrlRgqP { width:14.5rem;height:1.94970625rem;top:59.625rem;left:3rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #M0yTaFI0W1z6SSxBHOhQ1kraZ4fk2xqt { display:flex;width:2.1875rem;height:2.1875rem;top:59.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vH324Tke8rUJVgDCBwnrNFxeRuikQg8e { display:flex;width:2.1875rem;height:2.1875rem;top:162rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #wXaPIIdqeTA1EAVCQHfnN9aPQTOzM06Z { width:20rem;height:0.0625rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDxtVeiMwaa68J0IJ4G0U3KgMeDD3x6U { width:17.5rem;height:0.0625rem;top:198.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJbeke9Dy0J7ODQJeT9fBobipAmx459E { width:20rem;height:0.0625rem;top:164.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJMtNDqA27CKJvV0uZWcwd0m0ysZ6nq { width:20rem;height:0.0625rem;top:225rem;left:0rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #PpBcGsTLKO9g766uo37W76cbPg2NzTEx { width:14.5rem;height:1.94970625rem;top:162.11328125rem;left:3.4375rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #t7nCpOHA6sHsRrn6aK1iXXghI4hX4HBm { width:16.125rem;height:1.625rem;top:205.5625rem;left:1.9375rem;font-size:1.625rem;line-height:1;z-index:15263;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTL2OF8mZaVDrTxnycAiXZJ3iEphOh8 { width:21.25rem;height:103.375rem;top:1.4375rem;left:-0.611328125rem;z-index:14918;display:block; }
 }@media only screen and (max-width: 763px) { #xna81VoyEcXULG4l1TJqehNzsvk4FMnL { width:12.1875rem;height:1.381075rem;top:116.056640625rem;left:4.59375rem;font-size:1.0625rem;line-height:1.3;z-index:15262;display:block; }
 }@media only screen and (max-width: 763px) { #HMkcwrPtWZ6XRDkE3UUuPvNrqVTFKm1K { width:20rem;height:0;top:226.3125rem;left:0rem;font-size:2rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #qqABHwFyAIcUutmiqb9X5o82lORILZ3J { display:none; }#qqABHwFyAIcUutmiqb9X5o82lORILZ3J > .row .container { width:20rem;height:157.875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MEEG2MpGWL5paf0pMZgTGmtuCMCURLi3 { width:19.9375rem;height:5.3994125rem;top:133.625rem;left:0rem;font-size:2.25rem;line-height:1.2;z-index:14936;color:#11159d;display:block; }
 }@media only screen and (max-width: 763px) { #C0zr7dGf43Tns23Xe1DOXmom3MN6xDXq { width:20rem;height:0.0625rem;top:75.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFPmKCyZkmsaRMQZ9n1ADswtB8V9BFOs { width:19.0625rem;height:6rem;top:36.75rem;left:0.9375rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #e6lJfla5g4zxF6LLumqrHAJwuCl9R1rd { width:17.0625rem;height:3rem;top:27.375rem;left:2.5625rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #kLLIxGFbGd75LQZNmn551dm2QDL02N1V { width:18.75rem;height:4.5rem;top:14.875rem;left:0.875rem;font-size:1.25rem;line-height:1.2;z-index:15262;color:#1b0a5d;display:block; }
 }@media only screen and (max-width: 763px) { #AL4TTkXoaMUGEdA7huSDrks9eCGkPX3h { width:15.5rem;height:2.4375rem;top:12.4375rem;left:3.25rem;font-size:1.625rem;line-height:1.5;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #uQ1rSTM0zphdnTplx84bCeRVuE0mkznT { width:20rem;height:0.0625rem;top:21rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRnTuIdPMOd5UrGXJfNpX0PuLGTH10K { width:17.375rem;height:4.875rem;top:22rem;left:2.625rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #kkFVWkNi0A6shIt23NwSznsWQKdILMV6 { width:16rem;height:3.25rem;top:33.1875rem;left:2.875rem;font-size:1.625rem;line-height:1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #DZn6KUfWEpLzXFA73kurVPpaeQRaVQTs { width:20rem;height:0.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNRJKlC9aQFHwheNTkIKoNy1AqXCMDCI { display:flex;width:2.1875rem;height:2.1875rem;top:12.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #iMa9Rd87Vf5PGRUI44dZM1GVsfU8td85 { display:flex;width:2.1875rem;height:2.1875rem;top:22rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #qVICeJ5IhyoLmEVwiCEx8oFX1mzqyILe { display:flex;width:2.1875rem;height:2.1875rem;top:33.125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #AJoOnxTLaDeB2WsJKGDhSOvfrGuShuhS { width:14.5rem;height:1.94970625rem;top:59.1875rem;left:2.75rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #c38zayNVe2ZPSJEtJ0BwFr5eSKzap4eK { width:20rem;height:0.0625rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLzf1TydnQ6TiJcRfTVRAOhLhQoN8QT { width:18.5625rem;height:6rem;top:50.125rem;left:0.75rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #n6PmeGkZCXV0gCHy0KpQc8JycTtlOng1 { width:16.625rem;height:3.8994125rem;top:45.625rem;left:3.4375rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #MhPgBWsTQD5qKE0s5dyD47dyL27mw2Ft { width:20rem;height:0.0625rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4m2nvi1VkJdKwioVZhGLzBU0Pvss1NT { display:flex;width:2.1875rem;height:2.1875rem;top:45.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #htgFMevEiOLETD95cQkVhc6SH4dFxkTX { display:flex;width:2.1875rem;height:2.1875rem;top:59.068359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vWdAE7exo47ws49xTqSHJfSM6RZIqMxx { display:flex;width:2.1875rem;height:2.1875rem;top:64.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #BWcVr4uUq3Sagz9E8h6kMoDhAVVFF8ZD { width:17.25rem;height:3.57465rem;top:64.1875rem;left:2.75rem;font-size:1.625rem;line-height:1.1;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #AcILaFJP0FWrrPCAKzItmmqgWU9tbFxk { width:19.3125rem;height:6rem;top:68.1875rem;left:0.625rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #NH8VKPZAzVtRpxAMlzyGwTTH9RTLwA5N { display:flex;width:2.1875rem;height:2.1875rem;top:77.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #h194TJWvMldL3M9GFc2wvRhoyE50GRN2 { width:16.25rem;height:1.94970625rem;top:77.3125rem;left:3.125rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #sCAU9fX9JSomCMDPqTISyuVEQgoagGmq { width:16.9375rem;height:1.5rem;top:80.0625rem;left:3.0625rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #OTxJFLXyEJ7cO0xqT48HJbTgTOrrKeFQ { width:16.5625rem;height:1.8125rem;top:107.3125rem;left:1.71875rem;font-size:1.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3rR5gIAOe79QFFpb3SSNNTivdqwLCy { display:flex;width:2.1875rem;height:2.1875rem;top:126.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DHMsPgzeTiVXflGLlLpwJFOhhFQnCrHl { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:3.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tQirQEzH4M3tWzRoNGAwiyFIm1QTH8o4 { width:20rem;height:8.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMInEgty1691hVCIVOyWiq0iLd8O8qJ { width:20rem;height:3.0244125rem;top:7.0625rem;left:0rem;font-size:1.375rem;line-height:1.1;color:#efeff1;display:block; }
 }@media only screen and (max-width: 763px) { #uCBl1I2rG1Gx6gJQHCnzC5tU5Nw4xn8Z { width:20rem;height:0.0625rem;top:82.3125rem;left:0rem;z-index:15225;display:block; }
 }@media only screen and (max-width: 763px) { #DtL3EdWMUrom73p5I9DxcT0b1X1uegyz { display:flex;width:2.1875rem;height:2.1875rem;top:110.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGvDGq9UbVgRUHsUQ4QZJokWiO4P5AQy { width:19.625rem;height:6rem;top:86.75rem;left:0.1875rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #gIkivS4Xt3MUxxdzZqzre7DA63GG952x { width:17.4375rem;height:1.94970625rem;top:84rem;left:2.5625rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #rhOQfJuX1EwPTKcreHbyzfWzsd2PLbt9 { display:flex;width:2.1875rem;height:2.1875rem;top:83.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AEr6PdKGtr7tih3anzmf2CTBBkWOtHaX { width:15.8125rem;height:3.8994125rem;top:94.0625rem;left:2.5625rem;font-size:1.625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #KpGwChwTbz08MOLrKnL5AzVihiuUs4TX { display:flex;width:2.1875rem;height:2.1875rem;top:94.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLAXX9mDcKzz3LJw7kksCTcfncSMP2xp { width:20rem;height:6rem;top:99.3125rem;left:0rem;font-size:1.25rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #yy5iSOMlP4RLg05SHZIsy6rzPaxRPT8l { width:20rem;height:0.0625rem;top:132.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkNmTvqizsvT7spp4ZkuRyep20DxcqrN { width:20rem;height:0.125rem;top:157.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCV6k56vW69TFfthNHDVSTRLIFnzVIb9 { width:20rem;height:0.0625rem;top:132.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rGpILXyTGIFIpbbpeH5AC6L0WIM42h { width:19.9375rem;height:1.2749rem;top:140.1875rem;left:0rem;font-size:1.0625rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #bhbGQJrUEGrNqxf98g21oAz7FCZvGKsS { top:142.5rem;left:0.5rem;width:19rem;height:5.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpzOs2JhJHG1klezt5iqADgFTPUJkVDG { display:block; }
 }@media only screen and (max-width: 763px) { #JUGnRX4fkfQfzRvi0KCeyZ5DXTsWbfai { top:148.6875rem;left:0.5rem;width:19rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQMVZQhxAcn1kUNxDwszv1KsxpGMTKM { display:block; }
 }@media only screen and (max-width: 763px) { #LQX6XcmfRad0mFaPCUdxiGcJnq3y9NW7 { width:20rem;height:1.42480625rem;top:155.3125rem;left:0rem;font-size:1.1875rem;line-height:1.2;z-index:14936;display:block; }
 }@media only screen and (max-width: 763px) { #vnXiwXXNM2SNIw8ipWK0EpHfQdDgeDey { width:22.1875rem;height:158.125rem;top:-0.6279296875rem;left:-1.15625rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 763px) { #HFKP5cTZu9n5aMAVkrMBT2Dfmf7ccLCs { width:20rem;height:0.0625rem;top:62.990234375rem;left:0rem;z-index:15229;display:block; }
 }@media only screen and (max-width: 763px) { #ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { display:block; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { width:20rem;height:3.8496125rem;top:2.318359375rem;left:0rem;font-size:1.75rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { display:block; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { width:15.75rem;height:3.0234375rem;top:1.25rem;left:4.25rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #US8cex5n2IGepDFiEix7bTF1BnhqgOVX { width:20rem;height:42.8935375rem;top:6.0947265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { width:3.625rem;height:3.625rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdLiyGistVIvhFXlWgZraErfvmL5T2W { display:block; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { width:16rem;height:3.0234375rem;top:1.25rem;left:4rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { width:20rem;height:24.69626875rem;top:6.0737875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { width:20rem;height:6.8095625rem;top:31.927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { width:20rem;height:14rem;top:39.4091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4COymZhIQsMJUO4892tiQnOrxvpgtJK { width:20rem;height:15.209rem;top:54.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { width:20rem;height:8.068375rem;top:71.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { width:3.625rem;height:3.625rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { display:block; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { width:16.1875rem;height:3.0234375rem;top:1.25rem;left:3.8125rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { width:19.5rem;height:28.5956625rem;top:6.0732421875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { width:20rem;height:4.046875rem;top:101.0693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWwfhGHQssNP8QpEVk052qFnhtAshGg { width:20rem;height:4.4306625rem;top:35.4912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { width:6.25rem;height:5.8125rem;top:43.1591796875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { width:20rem;height:25.25rem;top:41.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { width:3.625rem;height:3.625rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { width:20rem;height:30.1875rem;top:68.3037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { width:18.8125rem;height:21rem;top:75.6162109375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { width:5.875rem;height:5.875rem;top:68.7412109375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { width:12.5rem;height:1.4624rem;top:72.4287109375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { width:12.5rem;height:1.4624rem;top:47.5732421875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { width:19.125rem;height:15.9375rem;top:50.3662109375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { display:block; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { width:16.1875rem;height:3.0234375rem;top:1.25rem;left:3.8125rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iuTh74n942tk7A5MLfMekhgnCEFTNPcy { width:3.625rem;height:3.625rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { width:19.1875rem;height:16.89745rem;top:5.5257568359375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNahEys11vT9eyletwGfHupIXn9zECi9 { display:block; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { width:15.875rem;height:2.75024375rem;top:0.8125rem;left:4.125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #omKGhBITp3602CQqB1AwL4F40EthW683 { width:19.375rem;height:18.1972625rem;top:5.171875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prguaEaSJZka0Xpifyh137ZphTNH2rAo { width:20rem;height:5.52256875rem;top:23.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTftXiv0blTwZDChwFGCUODmQWAvx3cu { width:20rem;height:4.78038125rem;top:30.038195133209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { width:20rem;height:8.1198125rem;top:36.256035327911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { width:20rem;height:7.138875rem;top:45.93923664093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okm974mTZGg2qA54ZEc5QwCfkSKbne2n { width:20rem;height:20.93575rem;top:54.827256202697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { width:20rem;height:29.8993125rem;top:76.388019561769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { width:3.625rem;height:3.625rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIa406yN6f9P1cH9OPFxq378aL578iZ { width:19rem;height:4.0625rem;top:107.5367578125rem;left:0.5rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.7495125rem;height:0.7495125rem;top:35.8740234375rem;left:19.250487029552rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:40.56103515625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.125rem;height:0.4375rem;top:36.24853515625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP2msRDzTCzMZAbDb4BvPnsUUvZz9a3o { width:20rem;height:26.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0u49nSBASZBvgR8hDLJF2qBEp4SoZ4 { width:20rem;height:60.7617375rem;top:27.62353515625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #r99kGFgWMa2M9B68SncfhzJzqdhxmupB > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }