.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ymcimhRNv3CpWxsU28yMBku1b0cl5kPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymcimhRNv3CpWxsU28yMBku1b0cl5kPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymcimhRNv3CpWxsU28yMBku1b0cl5kPM > .row > .video-iframe-container { display: none; }#ymcimhRNv3CpWxsU28yMBku1b0cl5kPM > .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); }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko { 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; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container { background-color: transparent; background-image: none; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container > .video-iframe-container { display: none; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row > .video-iframe-container { display: none; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .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); }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container { border-width: 0; border-radius: 0; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#yypmQKNwLuPtQP7J19TvD517lVwiTaTu { height:4.4375rem;width:12.25rem;position:absolute;display:block;z-index:15001;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#QJ0nvPMRFceGNzvNX2yPLWqAKXqo0vHv { color:#202020;display:block;width:4.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.765625rem;left:12.25rem;height:1.21875rem;display:block; }
#zBBqJEqptC4S0LFwk8ovxpruBBxXtoIG { color:#202020;display:block;width:9.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.765625rem;left:16.812501907349rem;height:1.21875rem;display:block; }
#o4oHE99VqdczH1SxkB1yEzHfq96BtRgB { color:#202020;display:block;width:3.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.765625rem;left:26.312501907349rem;height:1.21875rem;display:block; }
#HC5LGi3a2iJ31Bed1w7KvTatNt7WNqkd { color:#202020;display:block;width:4.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.765625rem;left:35.737501144409rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#lwgJRMZmQtahM5tCmQ9g2Ke8mwt4cNyP { color:#202020;display:block;width:5.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.765625rem;left:40.612501144409rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZLwesP5TctPJK2WAiiMqvhSfqCQd8gAU { color:#202020;display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.765625rem;left:30.187501907349rem;height:1.21875rem;display:block; }
#UNTBp0w61Fgyb0aQNTy5HAHsTqy8m1mO { color:#202020;display:block;width:3.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.765625rem;left:46.676565170288rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hIkVdp2FN8JVCmS3PbT9HZaoK89XS1vX { 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:2.25rem;width:2.125rem;top:1.9375rem;left:51.189453125rem;overflow:hidden;display:block; }
#G1nXAZZSApN8dU8AZ3EoTz1onQFxNQUW { 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:1.9375rem;width:2.25rem;top:2.1875rem;left:53.751953125rem;overflow:hidden;display:block; }
#XgbTaiU9pTHoXIQMETqV7QQxvNfpLCMg { 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:1.875rem;width:1.875rem;top:2.1875rem;left:56.501953125rem;overflow:hidden;display:block; }
#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs { background-color:#ececec;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { background-color: transparent; background-image: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container > .video-iframe-container { display: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row > .video-iframe-container { display: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .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); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { border-width: 0; border-radius: 0; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { width:60rem;height:44.625rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#rtVrDw5nBrXPqEK07VOJ8IUOEO8Cclwt { display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15002;line-height:1.5;top:13.3125rem;left:34.75rem;height:1.3125rem;color:#2f2f2e;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
#diVyfHvLyp27aiwLTygDWf8JWuPeDlQV { display:block;width:23.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15003;line-height:1;top:4.75rem;left:2.0625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#ffffff;font-weight:300;text-align:left;text-align-last:left;height:0.87539375rem;font-style:normal;display:block; }
#BHfCcrMPJTuH1REuh7Scqgq9K67sxg5c { display:block;width:55.1875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.2;top:1.6875rem;left:2.0625rem;background-color:transparent;background-image:none;height:2.25rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);display:block; }
#SlRXCDENTNeTXpVI99tdyK6U8gclpC9c { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/82ebaf11-c740-46f9-8ed7-306ff39414a9/Przegldajaktualnepromocjebankowe.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:33.375rem;top:16.673610687256rem;left:25.375rem;display:block; }#SlRXCDENTNeTXpVI99tdyK6U8gclpC9c.adaptive-delivery-prevent-bg, #SlRXCDENTNeTXpVI99tdyK6U8gclpC9c.lazyload, #SlRXCDENTNeTXpVI99tdyK6U8gclpC9c.lazyloading { background-image: none; }
#r24pbgIHFQaa7u3QwwWTaS3rvhx0uVUl { display:block;width:13.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15003;line-height:1.5;top:10.9375rem;left:34.625rem;height:1.3125rem;color:#ffffff;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
#Vf6xIdpDfDrCfyB2CnpIrcEfb6R3vvxA { box-sizing:content-box;color:#41c542;font-size:1.625rem;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:block;z-index:15010;top:12.75rem;left:32.375rem;display:block; }
#suhwUOUM39NhgJERfnWNqpFszSnwayyZ { box-sizing:content-box;color:#41c542;font-size:1.625rem;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:block;z-index:15011;top:10.375rem;left:32.375rem;display:block; }
#DwdKtTrTtMkWQr6t6BdFvFPMOhzT2ZZ5 { box-sizing:content-box;color:#41c542;font-size:1.625rem;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:block;z-index:15012;top:5.625rem;left:32.375rem;display:block; }
#y8yilbhz1Nw05yeWdtV4T0SDsMmlSQyg { display:block;width:11.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15004;line-height:1.5;top:6.125rem;left:34.75rem;height:1.3125rem;color:#2f2f2e;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
#uaTcNP1LWLw3xHUMFUPO38PVr9iOSEo3 { position:absolute;display:block;z-index:15013;height:19.4375rem;width:20rem;top:6.9375rem;left:2.8125rem;display:block; }
#rTPRo7p1i5HysldVUEqsuIsMxAeWPH6Z { color:#000000;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.172919750214rem;left:3.0625rem;height:1.0546875rem;display:block; }
#l9JmwWVpGvh4g24FTg84Nhtdtv6IhJ2v { box-sizing:content-box;color:#41c542;font-size:1.625rem;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:block;z-index:15013;top:8rem;left:32.4375rem;display:block; }
#uJx03smShFk6DmvEEUXPWqITJTDVShum { display:block;width:15.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15005;line-height:1.5;top:8.5625rem;left:34.6875rem;height:1.3125rem;color:#ffffff;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
#LUfLdb8IMglZytLc8KbVOODTthiNZUcR { position:relative;display:block; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR { background-color: transparent; background-image: none; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row .container > .video-iframe-container { display: none; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row > .video-iframe-container { display: none; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .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); }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR { border-width: 0; border-radius: 0; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .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; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .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:4.625rem;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; }#dtsTPfO5ccroAC1RVUzd8hxlCm3DLl5g { display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.2;top:1.1484375rem;left:2.7808609008789rem;background-color:transparent;background-image:none;height:2.32383125rem;text-align:left;text-align-last:left;color:rgba(62,62,62,0.5);display:block; }
#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;display:block; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { background-color: transparent; background-image: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .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); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { border-width: 0; border-radius: 0; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;overflow:visible;position:relative;display:block; }#xJdmrfbm9rWk2gbuhgGXybDOt5bMhuEv { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: none;height:8.6875rem;width:9.1875rem;top:0.125rem;left:6.25rem;display:block; }
#iVTI3vdrfU69xJe2eQZwcXmhBuCxsaOA { display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.2;top:1.75rem;left:8.9375rem;background-color:transparent;background-image:none;height:5.24883125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#XLfHSVmSpgTTl178KQfoACoTRRTUeBny { height:10.0625rem;width:8.75rem;position:absolute;display:block;z-index:15000;top:0.875rem;left:41.8125rem;box-shadow: none;display:block; }
#eTTViVhtrb6dnr9ooZpdDy7I1muwPeF7 { box-sizing:content-box;color:#626262;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:15006;top:2.9375rem;left:18.6875rem;display:block; }
#AWw4GyLbuWpBZTQ0RhVRx5GZvbXar8q6 { box-sizing:content-box;color:#666666;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:15007;top:2.9375rem;left:38.375rem;display:block; }
#Rqtx9CPHvcTPpiiPK6p11vK2enP1f9BP { position:absolute;display:block;z-index:15000;background-color:#5f5f5f;background-image:none;background-position:top left !important;background-repeat: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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: 0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:6.0625rem;width:6.375rem;top:1.4375rem;left:7.6875rem;display:block; }
#Sy85H9gLKWFKnB4h5ls45CbFZtIX551E { display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;top:10.3125rem;left:3.6875rem;background-color:transparent;background-image:none;height:3.6rem;text-align:center;text-align-last:center;color:rgba(32,32,32,0.5);display:block; }
#SGTZiBTr1fJqVvTiETfD33mDTCkTzi93 { display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.2;top:10.3125rem;left:21.5rem;background-color:transparent;background-image:none;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#ZeZscKsuo1DQfgqlqmLiiT7tyozHt43w { display:block;width:16.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;z-index:15008;line-height:1.5;top:14.5rem;left:21.75rem;height:2.8125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#JKQqfD3vB78JnGPfirbaztLNT2U5DlmU { display:block;width:16.375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;z-index:15008;line-height:1.5;top:14.375rem;left:2.3125rem;height:4.21875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:center;text-align-last:center;color:#202020;display:block; }
#ScsSV3nQHPMR3QT8GWsUbQTrmGk6gOHu { display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;z-index:15008;line-height:1.5;top:14.375003814698rem;left:40.9375rem;height:4.21875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#eivGTbxrcFRTAqeUl5HvseDVZiOOBoW0 { display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.2;top:10.3125rem;left:43.625rem;background-color:transparent;background-image:none;height:3.6rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.5);display:block; }
#AJkNUkvADUkRkqVX5UTQIipNEBI5FOCG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: none;height:8.6875rem;width:9.1875rem;top:0.125rem;left:25.1875rem;display:block; }
#KSJDaQg7SFwM9Ty2cODOdSPKfEWaA5CN { display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.2;top:1.8125rem;left:28.0625rem;background-color:transparent;background-image:none;height:5.24883125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#vEuGtvgcXmA82Znkn3dn3vOsbLJw7UCc { position:absolute;display:block;z-index:15003;background-color:#5f5f5f;background-image:none;background-position:top left !important;background-repeat: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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:6.0625rem;width:6.375rem;top:1.4375rem;left:26.5625rem;display:block; }
#OFgcCBhGF80BiJzCXXrox5pEmU1JPRK1 { display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:400;z-index:15010;line-height:1.2;top:1.8125rem;left:48.1875rem;background-color:transparent;background-image:none;height:5.24883125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#GVmrCMzg7hfMl35vwXhL6mDxfOF3yxpJ { position:absolute;display:block;z-index:15006;background-color:#41c542;background-image:none;background-position:top left !important;background-repeat: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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(0,0,0,0.62) ;height:6.0625rem;width:6.375rem;top:1.4375rem;left:46.6875rem;display:block; }
#nXyRuW6bTgSJhl0qrTsfTVmKTUn79sWi { box-sizing:content-box;color:#41c542;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;text-shadow:0.125rem 0.0625rem 0.0625rem #4f4f4f;display:block;z-index:15003;top:20.9375rem;left:2.3125rem;display:block; }
#hXdTJDIqZn8if0VgBZEB434TJtTyh7al { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#pR1ZbsWx6xB1ZEwlzWOIvlHDOsAm06JB { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#DTBS6krJ0BPOP0ixxUOT4IBubKP46IAh { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#uiN8HPtapaFp75S0hFIuCPFy2IPgasNK { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#Hwh7QTMx0sH9kEhpG24RuABTovU7EArQ { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O { background-color:#e6e6e6;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { background-color: transparent; background-image: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container > .video-iframe-container { display: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row > .video-iframe-container { display: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .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); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { border-width: 0; border-radius: 0; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#XggCnoveLsgLGTMpSGI8c26TrsR9Sw8A { display:block;width:51.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;z-index:15001;line-height:1.5;top:8rem;left:4.0625rem;height:8.4375rem;text-align:left;text-align-last:left;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#3e3e3e;display:block; }
#JmDqykWCCIBS8a0ZbTdEd49ScWbg0oyT { display:block;width:45.8125rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;z-index:15002;line-height:1.5;top:3.4375rem;left:5.625rem;height:2.90508125rem;text-align:left;text-align-last:left;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#3e3e3e;display:block; }
#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 { background-color:#f8f8f8;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { background-color: transparent; background-image: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container > .video-iframe-container { display: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row > .video-iframe-container { display: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .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); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { border-width: 0; border-radius: 0; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#zSqWB3AKhENsCMt9Oo7fKVWRuRlgCZrD { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.46875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#FxrF43EWCpJ5g4sVg5gLzsl162uUUFEi { color:#41c542;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:4.0625rem;left:4.46875rem;height:1.798825rem;display:block; }
#WsrfOUMtAOqyEgToTS1EZv7xGguhGKSe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:5.8623046875rem;left:4.46875rem;height:1.798825rem;display:block; }
#rdcgqNSNTmHyGSTzoNq2ru3l5TW8ePET { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:7.46484375rem;left:4.46875rem;height:1.798825rem;display:block; }
#VmEnGrTfk7QNcFSKMZD02B7xRHBizyFV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:9.203125rem;left:4.46875rem;height:1.798825rem;display:block; }
#VsTmEoT5xrGgOgElCJ0tIflHMaHXcaXA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:10.94140625rem;left:4.46875rem;height:1.798825rem;display:block; }
#iTp8Hembuw9tvvJbpCEU8i0QGAJVzqo9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:12.6796875rem;left:4.46875rem;height:1.798825rem;display:block; }
#HMXsmfcx36OlIrbqqfVGVMDy5FX7IOFK { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:4.0625rem;left:34.125rem;height:1.798825rem;display:block; }
#pW4I08yPiJ728PTaQrfRrbtK9zg4M4Vv { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:5.875rem;left:34.125rem;height:1.798825rem;display:block; }
#OZFayQbqMotX1yNomPymTl6OCMvECnzf { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:7.4375rem;left:34.125rem;height:1.798825rem;display:block; }
#iJanW8TEMpGMuw4vCLAdUQox1l4X24zP { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:9.1875rem;left:34.125rem;height:1.798825rem;display:block; }
#vDrwexStTrDHnVAKsQlaFOOOdiEITsKX { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:10.9375rem;left:34.125rem;height:1.798825rem;display:block; }
#MqVewOakN57rn9PXcPyCJ4bBInoUtkyK { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:4.0625rem;left:42.3125rem;height:1.798825rem;display:block; }
#TorCD193AclDrQPIvTMwhKwepTzSL7gb { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:5.875rem;left:42.3125rem;height:1.798825rem;display:block; }
#OtkZa7zJlDCOUEACCueCtxHTQXNGwi3p { color:#000000;display:block;width:7.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:7.4375rem;left:42.3125rem;height:1.798825rem;display:block; }
#hCTIddtvRSvymi5I1KmcubBvdxc2dxdU { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:9.1875rem;left:42.3125rem;height:1.798825rem;display:block; }
#eML4z1afCRiF7DuunHWJ0grSFJR3Up50 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:10.9375rem;left:42.3125rem;height:1.798825rem;display:block; }
#K68ScGbgkKgis8FiNkgKhBfvUzoJTLg5 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0.72916603088381rem;left:4.46875rem;height:2.7609375rem;display:block; }
#UIAguQ6vbsdSpd9n0IeEhWlIRkOeTK2V { color:#000000;display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.7265625rem;left:34.125rem;height:2.7609375rem;display:block; }
#xu53Z10TUexurx5hHCQJXOpO4undNiCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41c542;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; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container { background-color: transparent; background-image: none; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container > .video-iframe-container { display: none; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row > .video-iframe-container { display: none; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .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); }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container { border-width: 0; border-radius: 0; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;position:relative;display:block; }#oe2g0KlRMP7pcJP883wSITzw5VJQxV08 { display:block;width:27.125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;z-index:15007;line-height:1.3;top:0.79296875rem;left:16.4375rem;height:0.975rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#ffffff;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnzC6QC4Cbovc552SuK38e6tgqoDiMko { display:block; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yypmQKNwLuPtQP7J19TvD517lVwiTaTu { z-index:15000;width:6.625rem;height:2.5rem;top:2.8125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0nvPMRFceGNzvNX2yPLWqAKXqo0vHv { width:4.5625rem;height:1.1875rem;top:2.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBBqJEqptC4S0LFwk8ovxpruBBxXtoIG { width:9.5rem;height:1.1875rem;top:2.75rem;left:10.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4oHE99VqdczH1SxkB1yEzHfq96BtRgB { width:3.875rem;height:1.1875rem;top:2.75rem;left:20.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC5LGi3a2iJ31Bed1w7KvTatNt7WNqkd { width:4.875rem;height:1.1875rem;top:2.75rem;left:29.612501144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwgJRMZmQtahM5tCmQ9g2Ke8mwt4cNyP { width:5.4375rem;height:1.1875rem;top:2.75rem;left:34.487501144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLwesP5TctPJK2WAiiMqvhSfqCQd8gAU { width:5.625rem;height:1.1875rem;top:2.75rem;left:24.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNTBp0w61Fgyb0aQNTy5HAHsTqy8m1mO { width:3.875rem;height:1.1875rem;top:2.75rem;left:40.551565170288rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIkVdp2FN8JVCmS3PbT9HZaoK89XS1vX { width:2.125rem;height:2.25rem;top:1.9375rem;left:45.064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nXAZZSApN8dU8AZ3EoTz1onQFxNQUW { width:2.25rem;height:1.9375rem;top:2.1875rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgbTaiU9pTHoXIQMETqV7QQxvNfpLCMg { width:1.875rem;height:1.875rem;top:2.1875rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs { background-color:#10587e;background-image:url("https://new.landingi.com/background/cb7deb90388ef1ee492e/0f9d9bb8fb38194134604c7947d03295.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;display:none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rtVrDw5nBrXPqEK07VOJ8IUOEO8Cclwt { z-index:15002;font-size:1rem;width:41.8125rem;height:4.5rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diVyfHvLyp27aiwLTygDWf8JWuPeDlQV { z-index:15003;top:25.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHfCcrMPJTuH1REuh7Scqgq9K67sxg5c { background-color:transparent;background-image:none;width:46.125rem;height:8.625rem;top:8.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlRXCDENTNeTXpVI99tdyK6U8gclpC9c { width:33.375rem;height:23.1875rem;top:16.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r24pbgIHFQaa7u3QwwWTaS3rvhx0uVUl { z-index:15002;font-size:1rem;width:41.8125rem;height:4.5rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf6xIdpDfDrCfyB2CnpIrcEfb6R3vvxA { width:2.375rem;height:2.375rem;top:12.75rem;left:26.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suhwUOUM39NhgJERfnWNqpFszSnwayyZ { width:2.375rem;height:2.375rem;top:10.375rem;left:26.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwdKtTrTtMkWQr6t6BdFvFPMOhzT2ZZ5 { width:2.375rem;height:2.375rem;top:5.625rem;left:26.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8yilbhz1Nw05yeWdtV4T0SDsMmlSQyg { z-index:15002;font-size:1rem;width:41.8125rem;height:4.5rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTcNP1LWLw3xHUMFUPO38PVr9iOSEo3 { width:20rem;height:19.4375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPRo7p1i5HysldVUEqsuIsMxAeWPH6Z { width:19.5rem;height:1rem;top:42.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9JmwWVpGvh4g24FTg84Nhtdtv6IhJ2v { width:2.375rem;height:2.375rem;top:8rem;left:26.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJx03smShFk6DmvEEUXPWqITJTDVShum { z-index:15002;font-size:1rem;width:41.8125rem;height:4.5rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUfLdb8IMglZytLc8KbVOODTthiNZUcR { display:block; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtsTPfO5ccroAC1RVUzd8hxlCm3DLl5g { background-color:transparent;background-image:none;width:46.125rem;height:8.625rem;top:8.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 { background-color:#e4eef3;background-image:none;display:block; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { background-color: transparent; background-image: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .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); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdmrfbm9rWk2gbuhgGXybDOt5bMhuEv { width:9.1875rem;height:8.6875rem;top:0.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTI3vdrfU69xJe2eQZwcXmhBuCxsaOA { background-color:transparent;background-image:none;left:1.625rem;top:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfHSVmSpgTTl178KQfoACoTRRTUeBny { z-index:15000;width:8.75rem;height:10.0625rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTViVhtrb6dnr9ooZpdDy7I1muwPeF7 { width:3.125rem;height:3.125rem;top:2.9375rem;left:12.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWw4GyLbuWpBZTQ0RhVRx5GZvbXar8q6 { width:3.125rem;height:3.125rem;top:2.9375rem;left:32.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqtx9CPHvcTPpiiPK6p11vK2enP1f9BP { width:6.375rem;height:6.0625rem;top:1.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy85H9gLKWFKnB4h5ls45CbFZtIX551E { background-color:transparent;background-image:none;left:1.625rem;top:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTZiBTr1fJqVvTiETfD33mDTCkTzi93 { background-color:transparent;background-image:none;left:17.5625rem;top:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZscKsuo1DQfgqlqmLiiT7tyozHt43w { z-index:15002;top:13.625rem;left:16.5rem;width:14.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKQqfD3vB78JnGPfirbaztLNT2U5DlmU { z-index:15002;width:14.4375rem;height:4.125rem;top:13.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScsSV3nQHPMR3QT8GWsUbQTrmGk6gOHu { z-index:15002;top:13.625rem;left:32.375rem;width:14.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eivGTbxrcFRTAqeUl5HvseDVZiOOBoW0 { background-color:transparent;background-image:none;left:33.5rem;top:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJkNUkvADUkRkqVX5UTQIipNEBI5FOCG { width:9.1875rem;height:8.6875rem;top:0.125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSJDaQg7SFwM9Ty2cODOdSPKfEWaA5CN { background-color:transparent;background-image:none;left:1.625rem;top:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEuGtvgcXmA82Znkn3dn3vOsbLJw7UCc { width:6.375rem;height:6.0625rem;top:1.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgcCBhGF80BiJzCXXrox5pEmU1JPRK1 { background-color:transparent;background-image:none;left:1.625rem;top:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmrCMzg7hfMl35vwXhL6mDxfOF3yxpJ { width:6.375rem;height:6.0625rem;top:1.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyRuW6bTgSJhl0qrTsfTVmKTUn79sWi { width:3.125rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXdTJDIqZn8if0VgBZEB434TJtTyh7al { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR1ZbsWx6xB1ZEwlzWOIvlHDOsAm06JB { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTBS6krJ0BPOP0ixxUOT4IBubKP46IAh { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiN8HPtapaFp75S0hFIuCPFy2IPgasNK { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hwh7QTMx0sH9kEhpG24RuABTovU7EArQ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtLidJlpq0qOG9khN5m7kB8uhQM36b1O { display:block; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XggCnoveLsgLGTMpSGI8c26TrsR9Sw8A { z-index:15001;color:#919caa;font-family:ubuntu;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.625rem;top:7.625rem;height:4.5rem;width:42.3125rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #JmDqykWCCIBS8a0ZbTdEd49ScWbg0oyT { z-index:15001;color:#919caa;font-family:ubuntu;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.625rem;top:7.625rem;height:4.5rem;width:42.3125rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 { display:block; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqWB3AKhENsCMt9Oo7fKVWRuRlgCZrD { width:47.75rem;height:3.875rem;top:15.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrF43EWCpJ5g4sVg5gLzsl162uUUFEi { width:12.5rem;height:1.75rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsrfOUMtAOqyEgToTS1EZv7xGguhGKSe { width:12.5rem;height:1.75rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdcgqNSNTmHyGSTzoNq2ru3l5TW8ePET { width:12.5rem;height:1.75rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmEnGrTfk7QNcFSKMZD02B7xRHBizyFV { width:12.5rem;height:1.75rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsTmEoT5xrGgOgElCJ0tIflHMaHXcaXA { width:12.5rem;height:1.75rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp8Hembuw9tvvJbpCEU8i0QGAJVzqo9 { width:12.5rem;height:1.75rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXsmfcx36OlIrbqqfVGVMDy5FX7IOFK { width:5.0625rem;height:1.75rem;top:4.0625rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4I08yPiJ728PTaQrfRrbtK9zg4M4Vv { width:5.1875rem;height:1.75rem;top:5.875rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZFayQbqMotX1yNomPymTl6OCMvECnzf { width:5.8125rem;height:1.75rem;top:7.4375rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJanW8TEMpGMuw4vCLAdUQox1l4X24zP { width:9.9375rem;height:1.75rem;top:9.1875rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDrwexStTrDHnVAKsQlaFOOOdiEITsKX { width:8.1875rem;height:1.75rem;top:10.9375rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVewOakN57rn9PXcPyCJ4bBInoUtkyK { width:5.1875rem;height:1.75rem;top:4.0625rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TorCD193AclDrQPIvTMwhKwepTzSL7gb { width:8.1875rem;height:1.75rem;top:5.875rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtkZa7zJlDCOUEACCueCtxHTQXNGwi3p { width:7.75rem;height:1.75rem;top:7.4375rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTIddtvRSvymi5I1KmcubBvdxc2dxdU { width:9.9375rem;height:1.75rem;top:9.1875rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eML4z1afCRiF7DuunHWJ0grSFJR3Up50 { width:8.1875rem;height:1.75rem;top:10.9375rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68ScGbgkKgis8FiNkgKhBfvUzoJTLg5 { width:15.25rem;height:2.75rem;top:0.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIAguQ6vbsdSpd9n0IeEhWlIRkOeTK2V { width:15.25rem;height:2.75rem;top:0.6875rem;left:28rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu53Z10TUexurx5hHCQJXOpO4undNiCD { display:block; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe2g0KlRMP7pcJP883wSITzw5VJQxV08 { z-index:15006;top:6.3125rem;left:33.125rem;width:11.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnzC6QC4Cbovc552SuK38e6tgqoDiMko { display:block; }#MnzC6QC4Cbovc552SuK38e6tgqoDiMko > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yypmQKNwLuPtQP7J19TvD517lVwiTaTu { z-index:15000;width:12.75rem;height:4.8125rem;top:0rem;left:3.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0nvPMRFceGNzvNX2yPLWqAKXqo0vHv { width:8.875rem;height:1.1875rem;top:7.3125rem;left:5.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zBBqJEqptC4S0LFwk8ovxpruBBxXtoIG { width:7.8125rem;height:1.1875rem;top:9.75rem;left:6.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o4oHE99VqdczH1SxkB1yEzHfq96BtRgB { width:3.9375rem;height:1.1875rem;top:12.1875rem;left:8rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HC5LGi3a2iJ31Bed1w7KvTatNt7WNqkd { width:3.0625rem;height:1.1875rem;top:14.625rem;left:8.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lwgJRMZmQtahM5tCmQ9g2Ke8mwt4cNyP { width:2.3125rem;height:1.1875rem;top:17.0625rem;left:8.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZLwesP5TctPJK2WAiiMqvhSfqCQd8gAU { width:5.0625rem;height:1.1875rem;top:19.5rem;left:7.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UNTBp0w61Fgyb0aQNTy5HAHsTqy8m1mO { width:3.875rem;height:0;top:8.3046875rem;left:16.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIkVdp2FN8JVCmS3PbT9HZaoK89XS1vX { width:2.125rem;height:2.25rem;top:4.8055558204651rem;left:6.8055556416513rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nXAZZSApN8dU8AZ3EoTz1onQFxNQUW { width:2.25rem;height:1.9375rem;top:5.0625rem;left:8.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgbTaiU9pTHoXIQMETqV7QQxvNfpLCMg { width:1.875rem;height:1.875rem;top:5.0625rem;left:11.125000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs { background-color:rgba(236,236,236,0.85);background-image:none;display:block; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { background-color: transparent; background-image: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container > .video-iframe-container { display: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row > .video-iframe-container { display: none; }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .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); }#bTTXMUtPJGla0b22ZFsOLkJsgR8Aylcs > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtVrDw5nBrXPqEK07VOJ8IUOEO8Cclwt { z-index:15002;font-size:0.875rem;width:16.75rem;height:7.875rem;top:24.875rem;left:2.8125rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #diVyfHvLyp27aiwLTygDWf8JWuPeDlQV { z-index:15003;top:5.4375rem;left:0.75rem;height:2.1rem;width:15.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BHfCcrMPJTuH1REuh7Scqgq9K67sxg5c { left:0.74913197755812rem;background-color:transparent;background-image:none;width:13.9375rem;height:4.2714875rem;top:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SlRXCDENTNeTXpVI99tdyK6U8gclpC9c { width:20rem;height:22.75rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r24pbgIHFQaa7u3QwwWTaS3rvhx0uVUl { z-index:15002;font-size:0.875rem;width:12.3125rem;height:1.3125rem;top:27.125rem;left:2.8125rem;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Vf6xIdpDfDrCfyB2CnpIrcEfb6R3vvxA { width:2.375rem;height:2.375rem;top:24.25rem;left:0.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suhwUOUM39NhgJERfnWNqpFszSnwayyZ { width:2.375rem;height:2.375rem;top:26.625rem;left:0.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwdKtTrTtMkWQr6t6BdFvFPMOhzT2ZZ5 { width:2.375rem;height:2.375rem;top:28.9375rem;left:0.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8yilbhz1Nw05yeWdtV4T0SDsMmlSQyg { z-index:15002;font-size:0.875rem;width:13.1875rem;height:2.625rem;top:29.5625rem;left:2.8125rem;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uaTcNP1LWLw3xHUMFUPO38PVr9iOSEo3 { width:20rem;height:19.4375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPRo7p1i5HysldVUEqsuIsMxAeWPH6Z { width:19.5rem;height:1.2984375rem;top:44.500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9JmwWVpGvh4g24FTg84Nhtdtv6IhJ2v { width:2.375rem;height:2.375rem;top:8rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJx03smShFk6DmvEEUXPWqITJTDVShum { z-index:15002;font-size:0.875rem;width:15.3125rem;height:auto;top:8.5625rem;left:2.3125rem;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LUfLdb8IMglZytLc8KbVOODTthiNZUcR { display:block; }#LUfLdb8IMglZytLc8KbVOODTthiNZUcR > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtsTPfO5ccroAC1RVUzd8hxlCm3DLl5g { left:1.375rem;background-color:transparent;background-image:none;width:18.625rem;height:1.423825rem;top:0.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;display:block; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { background-color: transparent; background-image: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row > .video-iframe-container { display: none; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .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); }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { border-width: 0; border-radius: 0; }#DmKIDqceU4MLN2exuOnrSe2aIviFFrI4 > .row .container { width:20rem;height:57.5625rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdmrfbm9rWk2gbuhgGXybDOt5bMhuEv { width:9.1875rem;height:8.6875rem;top:0.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTI3vdrfU69xJe2eQZwcXmhBuCxsaOA { background-color:transparent;background-image:none;left:8.3125rem;top:1.9375rem;height:5.24883125rem;width:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLfHSVmSpgTTl178KQfoACoTRRTUeBny { z-index:15000;width:8.75rem;height:10.0625rem;top:40.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTViVhtrb6dnr9ooZpdDy7I1muwPeF7 { width:3.125rem;height:3.125rem;top:20.875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWw4GyLbuWpBZTQ0RhVRx5GZvbXar8q6 { width:3.125rem;height:3.125rem;top:64.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rqtx9CPHvcTPpiiPK6p11vK2enP1f9BP { width:6.375rem;height:6.0625rem;top:1.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy85H9gLKWFKnB4h5ls45CbFZtIX551E { background-color:transparent;background-image:none;left:3.1875rem;top:9.4375rem;height:3rem;width:13.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTZiBTr1fJqVvTiETfD33mDTCkTzi93 { background-color:transparent;background-image:none;top:30.3125rem;left:1.6875rem;height:1.5rem;width:16.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZscKsuo1DQfgqlqmLiiT7tyozHt43w { z-index:15002;top:32.625rem;left:2.25rem;height:2.625rem;width:15.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKQqfD3vB78JnGPfirbaztLNT2U5DlmU { z-index:15002;top:13.1875rem;left:2.375rem;height:3.9375rem;width:15.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScsSV3nQHPMR3QT8GWsUbQTrmGk6gOHu { z-index:15002;top:53.4375rem;left:1.4375rem;height:3.9375rem;width:17.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eivGTbxrcFRTAqeUl5HvseDVZiOOBoW0 { background-color:transparent;background-image:none;left:3.75rem;top:51.3125rem;height:1.5rem;width:12.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJkNUkvADUkRkqVX5UTQIipNEBI5FOCG { width:9.1875rem;height:8.6875rem;top:21.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSJDaQg7SFwM9Ty2cODOdSPKfEWaA5CN { background-color:transparent;background-image:none;left:8.3125rem;top:23.1875rem;height:5.248825rem;width:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEuGtvgcXmA82Znkn3dn3vOsbLJw7UCc { width:6.375rem;height:6.0625rem;top:22.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgcCBhGF80BiJzCXXrox5pEmU1JPRK1 { background-color:transparent;background-image:none;left:8.3125rem;top:42.375rem;height:5.248825rem;width:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVmrCMzg7hfMl35vwXhL6mDxfOF3yxpJ { width:6.375rem;height:6.0625rem;top:42.09375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyRuW6bTgSJhl0qrTsfTVmKTUn79sWi { width:3.125rem;height:3.125rem;top:70.5rem;left:0.09375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXdTJDIqZn8if0VgBZEB434TJtTyh7al { top:17.75rem;left:8.625rem;width:3.125rem;height:3.125rem;z-index:15012;color:#d31616;display:block; }
 }@media only screen and (max-width: 763px) { #pR1ZbsWx6xB1ZEwlzWOIvlHDOsAm06JB { top:18.5625rem;left:8.625rem;width:3.125rem;height:3.125rem;z-index:15013;color:#d31616;display:block; }
 }@media only screen and (max-width: 763px) { #DTBS6krJ0BPOP0ixxUOT4IBubKP46IAh { top:36.3125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15014;color:#d31616;display:block; }
 }@media only screen and (max-width: 763px) { #uiN8HPtapaFp75S0hFIuCPFy2IPgasNK { top:36.3125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15015;color:#d31616;display:block; }
 }@media only screen and (max-width: 763px) { #Hwh7QTMx0sH9kEhpG24RuABTovU7EArQ { top:37.125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15017;color:#d31616;display:block; }
 }@media only screen and (max-width: 763px) { #BtLidJlpq0qOG9khN5m7kB8uhQM36b1O { background-color:#e6e6e6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;display:block; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { background-color: transparent; background-image: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container > .video-iframe-container { display: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row > .video-iframe-container { display: none; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .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); }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { border-width: 0; border-radius: 0; }#BtLidJlpq0qOG9khN5m7kB8uhQM36b1O > .row .container { width:20rem;height:21.5625rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XggCnoveLsgLGTMpSGI8c26TrsR9Sw8A { z-index:15001;width:19.3125rem;height:14.4375rem;top:5.1875rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#3e3e3e;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JmDqykWCCIBS8a0ZbTdEd49ScWbg0oyT { z-index:15001;width:18.9375rem;height:1.875rem;top:2.25rem;left:0.65625rem;text-align:left;text-align-last:left;color:#3e3e3e;font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 { background-color:#e6e6e6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;display:block; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { background-color: transparent; background-image: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container > .video-iframe-container { display: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row > .video-iframe-container { display: none; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .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); }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { border-width: 0; border-radius: 0; }#T8BgM3fvVkpWMM2EHhwwoVdK5egx0q31 > .row .container { width:20rem;height:53.25rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqWB3AKhENsCMt9Oo7fKVWRuRlgCZrD { width:20rem;height:10.725rem;top:41.026911258698rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrF43EWCpJ5g4sVg5gLzsl162uUUFEi { width:12.5rem;height:1.798825rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsrfOUMtAOqyEgToTS1EZv7xGguhGKSe { width:12.5rem;height:1.798825rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdcgqNSNTmHyGSTzoNq2ru3l5TW8ePET { width:12.5rem;height:1.798825rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmEnGrTfk7QNcFSKMZD02B7xRHBizyFV { width:12.5rem;height:1.798825rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsTmEoT5xrGgOgElCJ0tIflHMaHXcaXA { width:12.5rem;height:1.798825rem;top:35.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp8Hembuw9tvvJbpCEU8i0QGAJVzqo9 { width:12.5rem;height:1.798825rem;top:37.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXsmfcx36OlIrbqqfVGVMDy5FX7IOFK { width:5.1875rem;height:1.798825rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4I08yPiJ728PTaQrfRrbtK9zg4M4Vv { width:5.1875rem;height:1.798825rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZFayQbqMotX1yNomPymTl6OCMvECnzf { width:5.8125rem;height:1.798825rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJanW8TEMpGMuw4vCLAdUQox1l4X24zP { width:9.9375rem;height:1.798825rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDrwexStTrDHnVAKsQlaFOOOdiEITsKX { width:8.1875rem;height:1.798825rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVewOakN57rn9PXcPyCJ4bBInoUtkyK { width:5.1875rem;height:1.798825rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TorCD193AclDrQPIvTMwhKwepTzSL7gb { width:8.1875rem;height:1.798825rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtkZa7zJlDCOUEACCueCtxHTQXNGwi3p { width:7.75rem;height:1.798825rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTIddtvRSvymi5I1KmcubBvdxc2dxdU { width:9.9375rem;height:1.798825rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eML4z1afCRiF7DuunHWJ0grSFJR3Up50 { width:8.1875rem;height:1.798825rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68ScGbgkKgis8FiNkgKhBfvUzoJTLg5 { width:15.25rem;height:2.60039375rem;top:25.644096374512rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIAguQ6vbsdSpd9n0IeEhWlIRkOeTK2V { width:15.25rem;height:2.60039375rem;top:1.8940973281861rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu53Z10TUexurx5hHCQJXOpO4undNiCD { display:block; }#xu53Z10TUexurx5hHCQJXOpO4undNiCD > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe2g0KlRMP7pcJP883wSITzw5VJQxV08 { z-index:15006;top:0.9375rem;left:0.6875rem;width:18.8125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
 }