.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f2f3f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zcmha4NHTeWm75wunnSqxxCUUhutJBbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container { display: none; }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .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); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { background-color: transparent; background-image: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container > .video-iframe-container { display: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container { display: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .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); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { border-width: 0; border-radius: 0; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { 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:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7495625rem;height:2.74956875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.43619793653488rem;left:25.499132156372rem;display:block; }
#gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { 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:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.81163125rem;height:2.74956875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.43619793653488rem;left:33.934465408325rem;display:block; }
#y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlVFFOImn80moXDcHTNO4iRppigoFCpC { 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:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.43619793653488rem;left:40.562067031861rem;display:block; }
#tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { 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:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6873125rem;height:2.74956875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.43619793653488rem;left:47.87327003479rem;display:block; }
#mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asvqX88wZWCbHiimx4aMlybv9egwUUtg { 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:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.74956875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.43619793653488rem;left:55.415582656861rem;display:block; }
#uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f4985d20-cb62-4e6e-883a-fc7a123d5283/ST2025J_POZ_tlo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.adaptive-delivery-prevent-bg, #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.lazyload, #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.lazyloading { background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { border-width: 0; border-radius: 0; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { color:#2194d1;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.5625rem;left:45.0625rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJEI35783XAhB44qsoTAHOGpOrZKH98w { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2194d1, #2194d1);background-image: -moz-linear-gradient(top, #2194d1, #2194d1);background-image: -ms-linear-gradient(top, #2194d1, #2194d1);background-image: -o-linear-gradient(top, #2194d1, #2194d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2194d1', endColorstr='#2194d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2194d1', endColorstr='#2194d1' );";background-image: linear-gradient(to bottom, #2194d1, #2194d1);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0f1113;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.4375rem;left:45.0625rem;display:block; }
#Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMAvHSeLSnMZa7Fat0wzaoIPHZwiURk0 { background-color:transparent;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;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:dosis;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.4375rem;left:55.9375rem;display:block; }
#Fnp0TGmB2iSB7SIcCCupBKwViix6WJM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { position:absolute;display:block;z-index:14998;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:60.6875rem;top:35.8125rem;left:6.8125rem;display:block; }
#PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { color:#072351;display:block;width:28.125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.337890625rem;left:12.125rem;height:1.95rem;font-style:normal;display:block; }
#J2RZucf13SGwCHEst2V1De3TJEGu2swa { position:absolute;display:block;z-index:15017;background-color:#072351;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.6875rem;top:38.1875rem;left:34.75rem;display:block; }
#eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { position:absolute;display:block;z-index:15023;background-color:#f2f3f7;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:15.75rem;top:35.25rem;left:16.9375rem;display:none; }
#ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5625rem #000000;top:33.375rem;left:16.9375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#2740c8;padding-top:0.38875rem;padding-right:0.34rem;padding-bottom:0.38875rem;padding-left:0.34rem;display:block;align-items:center;width:2.039375rem;min-width:2.039375rem;height:2.09rem;position:relative;font-family:dosis;font-size:1.555625rem;font-weight:700;line-height:33.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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.243125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.719375rem;height:0.82625rem;position:relative;font-family:dosis;font-size:0.583125rem;font-weight:400;line-height:13.22px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.875rem;padding-top:0.48625rem;padding-right:0.485625rem;padding-bottom:0.48625rem;padding-left:0.485625rem;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:35.232292175293rem;left:17.25rem;z-index:15025;display:none; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT { width:auto; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { 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:15026;top:37.375rem;left:56.875rem; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { 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:15027;top:37.375rem;left:60.25rem; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#soR1X2w0omoxTVhMu68woJghQquWc5PH { 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:15028;top:37.375rem;left:63.8125rem; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { position:absolute;display:block;z-index:15030;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:3rem;width:21.375rem;top:3.875rem;left:48.6875rem;overflow:hidden;display:block; }
#KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.3125rem;top:7.75rem;left:62.8125rem;overflow:hidden;display:block; }
#EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #072351;border-left:0.0625rem solid #072351;border-right:0.0625rem solid #072351;border-bottom:0.0625rem solid #072351;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:37.25rem;top:1.8125rem;left:2.8125rem;display:block; }
#TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.625rem;top:4.125rem;left:5.625rem;overflow:hidden;display:block; }
#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { position:relative;display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { background-color: transparent; background-image: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container > .video-iframe-container { display: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row > .video-iframe-container { display: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .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); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { border-width: 0; border-radius: 0; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .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; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { color:#072351;display:block;width:68rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6125001907349rem;left:4.872917175293rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { background-color: transparent; background-image: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container > .video-iframe-container { display: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container { display: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .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); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { border-width: 0; border-radius: 0; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#JR2aveyOMd54fkmnBgwI79tZTB35GWVF { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JICSVMOalc48vISirl9ULwJ13ivFkNZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#JICSVMOalc48vISirl9ULwJ13ivFkNZK > .row .container { border-width: 0; border-radius: 0; }#JICSVMOalc48vISirl9ULwJ13ivFkNZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JICSVMOalc48vISirl9ULwJ13ivFkNZK > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#CPvJdOBC5CrT01PgvZTE7xyaONveoiUW { background-color:#072351;background-image:none;border-top:0.1875rem solid #2194d1;border-left:0.1875rem solid #2194d1;border-right:0.1875rem solid #2194d1;border-bottom:0.1875rem solid #2194d1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f2f3f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2050625rem;height:3.14086875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.1104164123535rem;left:27.397918701172rem;display:block; }
#TK5XdCOUsto5KvvqbQ6u2SAzAikiyt6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSApnavNchLGnD8h4n1ISNNywbTVOE4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#kSApnavNchLGnD8h4n1ISNNywbTVOE4o > .row .container { border-width: 0; border-radius: 0; }#kSApnavNchLGnD8h4n1ISNNywbTVOE4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSApnavNchLGnD8h4n1ISNNywbTVOE4o > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#oA0PasTAq6zbv1AIGInf8TFMWXp1LQNJ { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { background-color: transparent; background-image: none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container > .video-iframe-container { display: none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row > .video-iframe-container { display: none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .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); }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { border-width: 0; border-radius: 0; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { background-color: transparent; background-image: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container > .video-iframe-container { display: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container { display: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .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); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { border-width: 0; border-radius: 0; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:0rem;left:24.119789123535rem;height:5.175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1625022888184rem;left:23.994789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#broLXBQqSmlHy47mpITp68p3tugnMqq2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#pVv5Iwfp10JP8nXL1Ea9mev8lAXATvcT { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:8.65625rem;display:block; }
#ApRDmo2QKTDfJI5Dq0SUK17ge1rE769t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container { background-color: transparent; background-image: none; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container > .video-iframe-container { display: none; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row > .video-iframe-container { display: none; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .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); }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container { border-width: 0; border-radius: 0; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#TmDBluHIEW48AtBPVMasTPlIKCCFtqBA { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#Wuvp0DUBD9NEmhzqottGVWwr2VPUtBwV { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58124923706055rem;left:24.119792938233rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nyRBJqclnlbRIkvFmThBRTfChMtT3k01 { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8562488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uu0KqkUJwo1VBJkRkTHd3Z89EgoUaHpI { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#Lw9fOxVMO1rV2ELNhxXOw82rfoXWQtAL { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#lpd7aARc7m0drX0ninOOQhNx7cn3XQAF { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#x3pLRBybgwminH7RQ231RMLu4qIIimxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container { background-color: transparent; background-image: none; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container > .video-iframe-container { display: none; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row > .video-iframe-container { display: none; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .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); }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container { border-width: 0; border-radius: 0; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#tfkMS3AldQGiJ79HVuJcBe2PhZSKKLJ7 { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#pM0woxo6iR0idHVJV3uOCI6iMbTShiky { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2333374023438rem;left:24.119791030884rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oal4DFprNzh38UrPBdEKZ7oVreIG1snT { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3625011444092rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXRXSyyPlfML3gOHhxr0faWJ4Atk8u30 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#JsNToo4i6eVV3mZhfWiLB8Zqgd6nMAaT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#nt9I55T3QAIZIiZDl87KJWOFRLEJwnmz { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#rcJnMqzWdSF9cBwXnU84tZ1osRAhGFbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container { background-color: transparent; background-image: none; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container > .video-iframe-container { display: none; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row > .video-iframe-container { display: none; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .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); }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container { border-width: 0; border-radius: 0; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#kACyLdhLKgFn4sZXUh7BDqObGSZeMpHL { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#qhZvB20q8331J8wOzsD6M88ZUTkz418b { color:#072351;display:block;width:43.3125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:23.962501525879rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MckbT9sKauN6UVBTLDSrGXTyfbAWHO42 { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4187507629394rem;left:24.120834350586rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXZ7xy4TNIlcSOtIOaNgWUf5yTCFHPHg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#PimbsOnsnRThTyiMWblbIlEtTIRefZQo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#thHdqQ99VZu8kOSethXX5H6xSTqJoMR2 { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#RBGvu4mPPslK5wPEvpOQ094I9VkNQnGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container { background-color: transparent; background-image: none; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container > .video-iframe-container { display: none; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row > .video-iframe-container { display: none; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .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); }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container { border-width: 0; border-radius: 0; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Rz5rstxXhpOTPmluCp35I17g5OGw30Sv { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#Q7cll8QpU5LlkEiFdxZ3hZfGG8JVQKPb { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8583374023438rem;left:24.119789123535rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OrykrO5ooGK2saTfVd9H1qMemqh6X5tP { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.71875rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CCEd2xRVh9WBZGWxVfwekzl1HUE6krzE { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#sCR3I5ATpvBIXMPiN7MIGuVGAqFEbV1t { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container { background-color: transparent; background-image: none; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container > .video-iframe-container { display: none; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row > .video-iframe-container { display: none; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .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); }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container { border-width: 0; border-radius: 0; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ezJNMJ2BDoOe5XHP5lyqrnuw5RbXgXpE { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#i9ptfqCwCshhcT3eOVIGiPJhoq7VUmyT { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcdPoBC9vPxH4ce339FFULNImwXAJv67 { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m39GH5rgW4imxqmdrtSFLATUacCz1119 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#WJ28lzuglhg27cLPFceRpGhlosSgn6uq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#XIZtAplQW40LtL5STNHdf4sJEcuwcK9a { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#PtMowtMNEWiBOCLowUuHkVmZnnlg7EMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container { background-color: transparent; background-image: none; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container > .video-iframe-container { display: none; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row > .video-iframe-container { display: none; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .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); }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container { border-width: 0; border-radius: 0; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Dpb6bXlkFATvPGDm6xFE6VtFpV65hFPh { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#S4znGD5wvpqv9nFSrSXXxuVfO1xbrT5v { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:24.119792938233rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdSRWso8fCi7hb0I98ENoNxgCBgKfAAP { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0437488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RcNE4yXpRKwLSFVu8lG38yIv3l5IOEca { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#Hyko6TIqd5eIMCqvcQTezwt3Wip9Owza { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#SkTtT8tTnrvEq6q9mdrwF7aTGJQ3kmGr { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#i28yPmAihVcTJ5Tk2Z7TgXQbCVfkX0XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container { background-color: transparent; background-image: none; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container > .video-iframe-container { display: none; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row > .video-iframe-container { display: none; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .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); }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container { border-width: 0; border-radius: 0; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#KrFgUllz0gt1Fce4tm3IBUQnlo8wH0O4 { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#HUeHerwWxpNW3ElKHRQJtFci7mWlRnm4 { color:#072351;display:block;width:43.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119792938233rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZl2qcZ4v3bFuzP4UEa6LhMyyye3miJi { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZspfGTQLFvRX3aZMnJeRALix3EZ1Ucv { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#kgutxDAcgKNP70SAlGZfSinHM4KrqO2d { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#BgSeEc7VHyfNrWCfg5VCZVQPzeJnAqlA { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#vZ2uypyaAS4ZWBeszTmSNBMT7GOJfsKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container { background-color: transparent; background-image: none; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container > .video-iframe-container { display: none; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row > .video-iframe-container { display: none; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .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); }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container { border-width: 0; border-radius: 0; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#oM0wwETJs7bdSCrPiIOPs3STmOK78dMf { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#GTv9LBiveD3yZJJXET49BbJfWGXv6Tf4 { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:24.119792938233rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FoBnTuaw9PsTXbJfRLei0ixPtMEmVQqT { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0437488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5lVySAMbbfvlFciXI7SmzboHNbFH50S { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#rJXyapQcdHgqCU0PVWDk8zqO9ePo1asy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#OsIALSHhfpxZyl386MqTs2y0G4sdGnTL { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#sQZTbTOXOrXvNbk3TBTNceb264LCE1FN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container { background-color: transparent; background-image: none; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container > .video-iframe-container { display: none; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row > .video-iframe-container { display: none; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .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); }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container { border-width: 0; border-radius: 0; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#iGADMGm6Z0QJ8zpEL9TcwaJVNVCk1O8g { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#ikEHTbzIzBRyHp7fcV718MTNNo1kF5dp { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:24.119792938233rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rM1C5mlez1RhbTquwVdJJiJcdTZ6KTTl { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0437488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PnSM1EF6uWtmIR7NB1JCKT1abuXqLiFI { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#yPOl5WzRnOB4F9RVHpO9PXQcx9zbSLfI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#EbvgHfWI5mQ97yQif6VuStv0B0ZcuIPq { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#LaCLheB7fpexT33V9qNfRJofVbZaqiD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q60l9OqxuPOvxeONCaG9THmZZGWACkhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container { background-color: transparent; background-image: none; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container > .video-iframe-container { display: none; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row > .video-iframe-container { display: none; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .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); }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container { border-width: 0; border-radius: 0; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#nlQZSGzDb0JbJZWK7GpKslfTEFUocmd8 { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#HZWniBabTfa4xeLfoT7SpORnKalRmOZH { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRRebbKHhzJBoqRE146KK4APJ1cREAQI { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TB5OcA5I3lqLI47UaxUiVMZBRwxnTQ2I { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#tewhRKNZ5SnbI98a8bxv1Zb77Xo0LzV5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#vPAmVUtiTF3HlWJik1UKTwZ8G9ev8S6L { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#oerqZKWptsbGiulbuQRV60igXsDfBqkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container { background-color: transparent; background-image: none; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container > .video-iframe-container { display: none; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row > .video-iframe-container { display: none; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .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); }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container { border-width: 0; border-radius: 0; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#z3qQbG2Tw8sCqaWenUnZu79vIABmBH6R { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#XOOBev8EB20ppLAJ3LQp0r32tpVtqDgQ { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:24.119792938233rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LXAgzcT3ghgxVuIkaSQP41vPDxoJaSib { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0437488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dbSTXV899KVE1WLnyOQusWMfeAmhs7T9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#TEzhPGREBDAOsaB2S2FsEbTIZbRsyUGp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#PTiH6hvr1ysV8PMDZagXLUiEmxCHKnDu { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#sOpKHuqN2Sx2GAC9oe5MFTWsbXJddVyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container { background-color: transparent; background-image: none; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container > .video-iframe-container { display: none; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row > .video-iframe-container { display: none; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .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); }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container { border-width: 0; border-radius: 0; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#rDgtBokpMe7CtntckIo6gTO73LKeOFfV { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#CSpvndwIoeyDID0b38TfBVTCPVlMyarE { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IfOuVR3xKkSBAdGykF4cobGt7WVgaAVS { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbHzHPIuh4FeOkfZ1dqTALHqRFTsVfCG { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#gtpyAwb0I0kidaaJcamQbiRtk8OPzQUV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#o0kBgA4F6inJKNTRBr7xqQzQfRocBC1C { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#VvIfdD85rfBXQuNu0iIT5Cw2iHOKdOpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJ465zB21bmBeNHlolIiSorrM51C1XyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container { background-color: transparent; background-image: none; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container > .video-iframe-container { display: none; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row > .video-iframe-container { display: none; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .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); }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container { border-width: 0; border-radius: 0; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#yuntUfTVUsCEFCadiKAGmAAvDFdpWWT6 { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#AoyQ2vaWwI6TBvZnT9rKctg4S9exH0e0 { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1rzBpDm5xZuPWEENyMFTQEERTW2Bm8t { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4ZInczTllew5wawIyeJy0iwLvWgVily { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#umSMIMOMTse1OeMge70xxMXhvtDshImx { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#XfOxvHZTceD7FZloWRA9eX1IHQITgtuc { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#TZMHyQcU3EtvSsAZSDdQeyETB91avec0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container { background-color: transparent; background-image: none; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container > .video-iframe-container { display: none; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row > .video-iframe-container { display: none; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .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); }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container { border-width: 0; border-radius: 0; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Tbw88KdHsXShds3DTqW0bACTlRSmH8oZ { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#BxfATckCi2oQcIWxbdl7BfwMd5fd6DMg { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DZLiTXgtOeg2XFVUd6rnTZDhzQ3V0chV { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f7Gq4uqxSQawN3AM3kQuwCtBdLAP0WmV { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#mhkWWmJtRXuBeIou0CdpRorwL1TH526X { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#nzmPuvL4gDVc3TiZ9vchg840Czk22CAr { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#yJHB8fe48obr9UdQuQFt8DaOwgpIyzsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container { background-color: transparent; background-image: none; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container > .video-iframe-container { display: none; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row > .video-iframe-container { display: none; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .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); }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container { border-width: 0; border-radius: 0; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#alnoi1ZdGRDiI7KA1qxwCW4Jpq1pWFGN { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#OI63mSByl8wCaozSOwfhAh4k7mUtM2QR { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DnDdETbfXTF951G9Kvkb1DDqiw8w3Uh8 { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eMJWE6GoT75SKsXthZQsvLTBhC0uBR6L { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#Mdc0apB0d6KTd2FTFmG9mNyxky3umxfL { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#OU5GsEgw4hVOnn1vOq2ki1DxB3zobWxJ { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#BGPW7Tex7avGfhaCApMvQon7Rrb4xgh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container { background-color: transparent; background-image: none; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container > .video-iframe-container { display: none; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row > .video-iframe-container { display: none; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .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); }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container { border-width: 0; border-radius: 0; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Qbrnf7Thz6MqBSmdb1gnX5GA8fqw2Eo4 { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#tAcnalK8Hz7ZVJL7ZVnmPkgpnrwFxm7D { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtOOsU2uwUipA3y0cTzBPrgQLqy8wqlk { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wiqCeMm5KvSJXIILWBIHn7zqeZqewDKv { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#QTHyIGhNeSm2l9Heb1mkTV0ureSL3mDT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#wPNtFPc0WwUJG0qeTmGGzF2pnDDVFwR2 { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#CkXTRnkSIz6C3hVerdJ0p7RfPNMFBv8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container { background-color: transparent; background-image: none; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container > .video-iframe-container { display: none; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row > .video-iframe-container { display: none; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .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); }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container { border-width: 0; border-radius: 0; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#aEtMRF6K8q8BltXfRzmSUD8CVC17TZ4Z { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#CWd4ok4VLN9KfbmKUQcrv033Juvdd0TN { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.55417251586914rem;left:24.119792938233rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgs2W7DixgiCxdlpw3QOaBv7iMZiaGsl { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4187564849854rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiUJcJPaaHQqpcOIzTU03NcLLTRqaLRO { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#NIzzAKB4LfzF0bX2rZmovQNoNZlO34fF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#ZbSGwZpHUTVFvszXeush9vdkuH5SeNiC { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#XN3kcTBg0btl6myDrINI9Xp3cT7PGFpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container { background-color: transparent; background-image: none; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container > .video-iframe-container { display: none; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row > .video-iframe-container { display: none; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .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); }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container { border-width: 0; border-radius: 0; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#EgzTEzT8C8bLPZqFyNt4g62aklFU2Mbe { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#iw7GQbafK2UoBM4fzMXn1p63tTl1B8bC { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.58125305175781rem;left:24.119789123535rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxTk0ViGfTv8zlteR96cuoJ32QhhyXCq { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6687545776367rem;left:24.119789123535rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zHmdWqgvOzmg1RNCVrE2lZVUui1OpqNC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#LHHDhHwvfUBiB0O2IGTrR0t7ZSTnIrn4 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#oNTJkf0wKRy2T1ZswUhbzdinvV4aaoGT { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#JZxn5aMveu7bLQV77vPlKHOhs37TlF65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container { background-color: transparent; background-image: none; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container > .video-iframe-container { display: none; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row > .video-iframe-container { display: none; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .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); }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container { border-width: 0; border-radius: 0; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#H2Vo5V93vPhiWpQfsaLhSgV4c9qzFQUw { position:absolute;display:block;z-index:15000;background-color:#2194d1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#mmWWBRCMmzkI816JBI2nCv0TVAgWe1bn { color:#072351;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8312492370606rem;left:24.119792938233rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4sbBlS8T1gvhG3FyMUb4owL20D55zOG { color:#2194d1;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0437488555908rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DVA2mQbMwlmexwiqzy0wQ8p3sD1HqdUP { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#TTD36bsqdQtGo2EWbNWwPpLXbJx7g0Xq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:0rem;left:23.125rem;display:block; }
#MrD5fWAySE4FDTo3QyIQgPE3lUCF8mRb { background-color:#072351;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.34375rem;left:8.5625rem;display:block; }
#JTTCl1g6ViaDwREgdEBPhwUkqMnk2kiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke { position:relative;display:block; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke { background-color: transparent; background-image: none; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row .container > .video-iframe-container { display: none; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row > .video-iframe-container { display: none; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .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); }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke { border-width: 0; border-radius: 0; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .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; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e60baabf-4587-4267-b983-4fca2b50ade4/ST2025J_POZ_tlo1.jpg");background-position:center !important;background-repeat: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; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.adaptive-delivery-prevent-bg, #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.lazyload, #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.lazyloading { background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { background-color: transparent; background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .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); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { border-width: 0; border-radius: 0; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::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; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { font-size:0.875rem;font-family:arial;height:120.9375rem;width:75rem;position:relative;display:block; }#k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { position:absolute;display:block;z-index:15003;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.375rem;width:13rem;top:6.25rem;left:1.25rem;overflow:hidden;display:block; }
#ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.375rem;top:7.2510414123538rem;left:1.25rem;overflow:hidden;display:block; }
#CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.61328125rem;left:2.435546875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { color:#ffffff;display:block;width:13.3730625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5625rem;left:2rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { 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:18.1875rem;width:12.1875rem;top:6.4697914123538rem;left:61.5rem;overflow:hidden;display:block; }
#DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:60.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { color:#ffffff;display:block;width:8.9985rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5rem;left:62.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.563537597656rem;left:16.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { position:absolute;display:block;z-index:15075;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:16.375rem;width:12.9375rem;top:7.3125rem;left:19.9375rem;overflow:hidden;display:block; }
#Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.613540649414rem;left:20.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.5625rem;left:39.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.625rem;left:42.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { position:absolute;display:block;z-index:15039;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:16.1875rem;width:15.5625rem;top:7.5rem;left:40.5rem;overflow:hidden;display:block; }
#GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { position:absolute;display:block;z-index:15029;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.5625rem;width:17.25rem;top:103.75rem;left:56.375rem;overflow:hidden;display:none; }
#TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { position:absolute;display:block;z-index:15002;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:16.1875rem;width:16rem;top:7.2510414123538rem;left:18.999019058296rem;overflow:hidden;display:block; }
#L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { position:absolute;display:block;z-index:15003;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:16.1875rem;width:16rem;top:7.5rem;left:39.8125rem;overflow:hidden;display:block; }
#UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { 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:16.1875rem;width:16rem;top:7.5rem;left:59rem;overflow:hidden;display:block; }
#tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.25rem;top:28.847916603088rem;left:21.375rem;overflow:hidden;display:block; }
#rOEVFaa2Z3skTg58VqMatycFTwG772Ja { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.375rem;top:29.6875rem;left:1.25rem;overflow:hidden;display:block; }
#L3piWvzuV21ITXobeW2a4bwULO69SIRH { position:absolute;display:block;z-index:15018;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:16.1875rem;width:16rem;top:29.6875rem;left:19rem;overflow:hidden;display:block; }
#MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { position:absolute;display:block;z-index:15091;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.1875rem;width:12.0625rem;top:28.875000953674rem;left:2rem;overflow:hidden;display:block; }
#CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16rem;top:29.9375rem;left:39.8125rem;overflow:hidden;display:block; }
#EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { position:absolute;display:block;z-index:15023;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.375rem;width:11.5625rem;top:29.250000953674rem;left:60.90625rem;overflow:hidden;display:block; }
#dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { position:absolute;display:block;z-index:15020;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:16.1875rem;width:16rem;top:29.9375rem;left:59rem;overflow:hidden;display:block; }
#SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:47.062500953674rem;left:21.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:47.0625rem;left:60.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:47.097916603088rem;left:1.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:49.012501716614rem;left:18.998958587646rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.012498855591rem;left:61.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:49.256249427796rem;left:4.40625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAPCyGUfrCQr6iAbgybMcGUfB2L4TC0e { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:69.6875rem;left:1.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RyBaG2tn3gpbpa7WWX1i2IQvv0cuRZeh { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:71.5rem;left:1.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.375rem;top:52.25rem;left:1.25rem;overflow:hidden;display:block; }
#ullkryPbXmvdev2rsmSBlVv9T0zGsl92 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:93.874992370606rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prHz7EyyO1hnAW0kLpOuA6c6oItwVEeo { position:absolute;display:block;z-index:15092;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.5rem;width:12.125rem;top:74.424993515013rem;left:1.6875rem;overflow:hidden;display:block; }
#Mbcq6K6iggq0BFB4fZe6GxrLET9BpXG4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:91.924995422362rem;left:0.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#saGteQNKRcfy8xImcVLi4ZwqQNyglu8G { position:absolute;display:block;z-index:15034;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:16.1875rem;width:16rem;top:52.25rem;left:19rem;overflow:hidden;display:block; }
#NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:71.5625rem;left:39.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { position:absolute;display:block;z-index:15071;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.4375rem;width:15.1875rem;top:51.84375rem;left:41.820831298828rem;overflow:hidden;display:block; }
#tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { position:absolute;display:block;z-index:15035;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:16.1875rem;width:16rem;top:52.5rem;left:39.8125rem;overflow:hidden;display:block; }
#vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:69.625rem;left:42.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { position:absolute;display:block;z-index:15036;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:16.1875rem;width:16rem;top:52.5rem;left:59rem;overflow:hidden;display:block; }
#cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { position:absolute;display:block;z-index:15039;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.0625rem;width:11.8125rem;top:52.25rem;left:60.9375rem;overflow:hidden;display:block; }
#k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:69.625rem;left:60.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { color:#ffffff;display:block;width:8.9985rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:71.5rem;left:62.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKzwvPzuZHvH78dTVxmTSr49CzGq762d { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:71.637493133544rem;left:19.34375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qUMKUr0z3opJUcKMCDCmWUQMKktCyfTU { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:69.687492370606rem;left:19.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMNuWBfCrerxgTsSVatb5rKTHZHF457q { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:94rem;left:18.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:92.0625rem;left:20.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.375rem;top:74.6875rem;left:0.625rem;overflow:hidden;display:block; }
#LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:76.035415649412rem;left:19.9375rem;overflow:hidden;display:block; }
#csNrOMg9DoSK65cxSuQDZAeRpv0BRcwg { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:11.25rem;top:53.535409927368rem;left:21.25rem;overflow:hidden;display:block; }
#fWJgsmGtZOmXl21V0eT4vD224eTahHaN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16rem;top:74.6875rem;left:18.375rem;overflow:hidden;display:block; }
#GukMvairllQzaDbLhuUg1HUST8Zmtwmd { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:93.9375rem;left:37.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:92rem;left:39.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:12.8125rem;top:72.962499618531rem;left:40.5rem;overflow:hidden;display:block; }
#FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16rem;top:74.3125rem;left:39.125rem;overflow:hidden;display:block; }
#PT7GD6AiU1k4kWXXgci22KSmti3kSzig { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.1875rem;top:28.026036262512rem;left:42.03125rem;overflow:hidden;display:block; }
#VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:47.0625rem;left:42.03125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:49.012512207031rem;left:40.035415649414rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:12rem;top:74.1875rem;left:60.6875rem;overflow:hidden;display:block; }
#ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:92.022914886475rem;left:58.721878051757rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:93.9375rem;left:55.910415649414rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDgQtWRbmv4eTukklVhd8uPvhzFyikcx { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16rem;top:74.3125rem;left:39.125rem;overflow:hidden;display:none; }
#mCo9eptZIddQGgJlticWeBycurwgmcMb { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:116.375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:114.4375rem;left:2.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:14.75rem;top:95.375rem;left:2.375rem;overflow:hidden;display:block; }
#CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16rem;top:97.0625rem;left:0rem;overflow:hidden;display:block; }
#T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { position:absolute;display:block;z-index:15037;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:16.625rem;width:16.375rem;top:97.1875rem;left:19.9375rem;overflow:hidden;display:block; }
#awTVfDf6iC7bKgyx63BnOZRtlt9He79J { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:14.6875rem;top:97.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:114.625rem;left:20.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:116.4375rem;left:19.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUW94PcA1c88KJtmrtipN6v8JLOxlr2Q { position:absolute;display:block;z-index:15036;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.6875rem;width:13.375rem;top:54.222916603088rem;left:2.75rem;overflow:hidden;display:block; }
#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { position:relative;display:none; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { border-width: 0; border-radius: 0; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .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; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tVb6TDH7oWzdp9ZQywDf5NmyrhKMKe49 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #bdd653, #bdd653);background-image: -moz-linear-gradient(top, #bdd653, #bdd653);background-image: -ms-linear-gradient(top, #bdd653, #bdd653);background-image: -o-linear-gradient(top, #bdd653, #bdd653);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );";background-image: linear-gradient(to bottom, #bdd653, #bdd653);background-size:auto !important;border-top:0.3125rem solid #144f55;border-left:0.3125rem solid #144f55;border-right:0.3125rem solid #144f55;border-bottom:0.3125rem solid #144f55;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144f55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.31882rem;height:3.254995rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.2814674377441rem;left:26.561414718628rem;display:block; }
#T3JBHK8hbRxO8V0Pg0yiTdmGzHKfmgEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { position:relative;display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { background-color: transparent; background-image: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container > .video-iframe-container { display: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row > .video-iframe-container { display: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .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); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { border-width: 0; border-radius: 0; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .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; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { color:#f2f3f7;display:block;width:44.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8092460632325rem;left:16.184896469116rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { background-color:#f2f3f7;background-image:none;border-top:0.3125rem solid #2194d1;border-left:0.3125rem solid #2194d1;border-right:0.3125rem solid #2194d1;border-bottom:0.3125rem solid #2194d1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2194d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.20575rem;height:3.141925rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.0546875rem;left:27.395835876465rem;display:block; }
#EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { color:#f2f3f7;display:block;width:57.6248125rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9294700622559rem;left:8.6870670318606rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { box-sizing:content-box;height:18.75rem;width:64.5rem;position:absolute;display:block;z-index:15005;background-color:#2194d1;background-image:none;top:2.896053314209rem;left:4.9012584686279rem;border-top:0.375rem solid #072351;border-left:0.375rem solid #072351;border-right:0.375rem solid #072351;border-bottom:0.375rem solid #072351;display:block; }
#sc64He8tvvSvhuSkfe3DlTrOI488dWeI { color:#f09a48;display:block;width:34.6245625rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:17.571617126465rem;left:13.581815719604rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { 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:2.6875rem;width:12.6875rem;top:16.634111404419rem;left:44.274091720581rem;overflow:hidden;display:block; }
#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { position:relative;display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { background-color: transparent; background-image: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container > .video-iframe-container { display: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row > .video-iframe-container { display: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .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); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { border-width: 0; border-radius: 0; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .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; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { color:#072351;display:block;width:67.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6848945617676rem;left:5.3723983764649rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWUUutT0QlkelN57EOTLelUGWTuJnfds { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.75rem;width:42.5625rem;top:7.7890625rem;left:16.21875rem;display:block; }
#mZaiouEU7fqM6TMwkk86sGgHw54veM68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { background-color: transparent; background-image: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container > .video-iframe-container { display: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container { display: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .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); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { border-width: 0; border-radius: 0; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,35,81,0.84);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; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { background-color: transparent; background-image: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .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); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { border-width: 0; border-radius: 0; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #89e2fe;border-left:0.0625rem solid #89e2fe;border-right:0.0625rem solid #89e2fe;border-bottom:0.0625rem solid #89e2fe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:37rem;top:2.8743515014649rem;left:31.562501907349rem;display:block; }
#mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58204011-108b-4f2f-ab8c-065e2ab2215d/mapska.png");background-position:center !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:20.125rem;width:35rem;top:3.8125rem;left:32.440251572327rem;display:block; }#mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K.adaptive-delivery-prevent-bg, #mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K.lazyload, #mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K.lazyloading { background-image: none; }
#XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.375rem;left:5.6875rem;height:1.3501rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:9.4375rem;left:5.6875rem;height:9.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aprkR8JcrUTgqQenANKThoIDBcUa9P4C { background-color:#0e9ae5;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;box-shadow: none;box-sizing:border-box;color:#072351;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7498125rem;height:3.31055rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.0625rem;left:5.6875rem;display:block; }
#UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.8125rem;left:54.669792175293rem; }
#yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }#L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { color:#2194d1;display:block;width:25.25rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.3125rem;left:5.6875rem;height:3.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { border-width: 0; border-radius: 0; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4127540588379rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pBLCds1ReEf7viFOR429seocvry05a9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { border-width: 0; border-radius: 0; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:none; }#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-form-header {  }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.75rem;font-weight:bold;color:#2a2a2a;width:40.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:#2a2a2a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:4.375rem;color:#2a2a2a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:#2a2a2a;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#2194d1;background-image:none;border-top:0.1875rem solid #072351;border-left:0.1875rem solid #072351;border-right:0.1875rem solid #072351;border-bottom:0.1875rem solid #072351;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f3f7;width:40.625rem;height:4.0625rem;font-family:dosis;overflow:hidden;box-shadow: none;font-style:normal; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-moz-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-moz-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-ms-input-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-webkit-input-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#2a2a2a;vertical-align:top;width:39.375rem;overflow:hidden;font-style:normal; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container:first-of-type{padding-top:0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container:last-of-type{padding-bottom:0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.245849609375rem;z-index:15015;position:absolute; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.625rem;display:block;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#2a2a2a;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.245849609375rem;z-index:15015;position:absolute; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { position:relative;display:block; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { position:relative;z-index:2; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz { position:relative;z-index:2; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf { position:relative; }
#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { border-width: 0; border-radius: 0; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }
#CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:2.5rem;display:block; }
#T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.3125rem;height:2.92535rem;font-style:normal;display:block; }
#rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { color:#000000;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.75rem;height:1.9487875rem;font-style:normal;display:block; }
#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.6875rem;height:10.3819375rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !important;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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.75rem;left:6.5rem;display:block; }
#mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !important;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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.75rem;left:57.75rem;display:block; }
#UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }
#HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:53.75rem;display:block; }
#VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4375rem;left:57.4375rem;height:2.92535rem;font-style:normal;display:block; }
#gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { color:#000000;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.125rem;left:61.125rem;height:1.9487875rem;font-style:normal;display:block; }
#XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !important;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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.75rem;left:32.125rem;display:block; }
#s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkEeetawi6KUNOwMnB5CTlqyGE60SecI { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:25.625rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }
#ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { position:absolute;display:block;z-index:15014;background-color:#2740c8;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:28.125rem;display:block; }
#lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { color:#f2f3f7;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.625rem;height:2.92535rem;font-style:normal;display:block; }
#oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { color:#f2f3f7;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.125rem;left:35.625rem;height:1.9487875rem;font-style:normal;display:block; }
#JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.75rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.1875rem;left:30.3125rem;height:10.3819375rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.375rem;left:55.3125rem;height:10.3828125rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { 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; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { background-color: transparent; background-image: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container > .video-iframe-container { display: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container { display: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .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); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { border-width: 0; border-radius: 0; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { color:#2194d1;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:17.125rem;top:18.8125rem;left:0rem;overflow:hidden;display:block; }
#cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { color:#2194d1;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.110679626465rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { 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:2rem;width:19.1875rem;top:26.410416603088rem;left:2.1572914123535rem;overflow:hidden;display:block; }
#EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { 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:2.5rem;width:15.4375rem;top:25.875000953674rem;left:23.255207061767rem;overflow:hidden;display:block; }
#UsbWFq5wEivf6HmJThktOggNiQrATSIG { 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:2.62395625rem;width:17rem;top:25.821875572204rem;left:55.1875rem;overflow:hidden;display:block; }
#wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.375rem;top:20.0625rem;left:45.969787597656rem;overflow:hidden;display:block; }
#hbafK91c61eQr5BThgKAczCpswUFJyUO { 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:5.875rem;width:11.6239375rem;top:18.6875rem;left:18.25rem;overflow:hidden;display:block; }
#yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49895625rem;width:10.4375rem;top:19.876042366028rem;left:32.28125rem;overflow:hidden;display:block; }
#mPhukluwwawuS0At1vtGPU55m9fc3zf3 { 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:4.9375rem;width:18.25rem;top:48.278125762939rem;left:0rem;overflow:hidden;display:block; }
#TmPiieMydtmOFkQewI4Lv1PDil9ys13m { 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:6rem;width:13.9364375rem;top:47.746875762939rem;left:38.035415649414rem;overflow:hidden;display:block; }
#rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { 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:7.8125rem;width:11.375rem;top:46.840625762939rem;left:18.373958587646rem;overflow:hidden;display:block; }
#PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { 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:2.74956875rem;width:13.9355625rem;top:7.1864156723025rem;left:29.625654220581rem;overflow:hidden;display:block; }
#rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { color:#2194d1;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.947265625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { 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:2.7478rem;width:13.933125rem;top:42.435302734375rem;left:2.156982421875rem;overflow:hidden;display:block; }
#TJOWz7nTeKsf61k7brue0IZlmH2FT79A { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18645625rem;width:12.125rem;top:25.259375572204rem;left:40.472915649414rem;overflow:hidden;display:block; }
#cz3gim4UOZGestHlfZkbaXsdTTuPuV6n { 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:5.875rem;width:8.875rem;top:47.809375762939rem;left:29.853126525879rem;overflow:hidden;display:block; }
#dmDF7QMvfhJMLgpR8dmNk0kn2KqQA7q5 { 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:3.125rem;width:12.1875rem;top:55.278125762939rem;left:0rem;overflow:hidden;display:block; }
#heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.1875rem;top:54.653125762939rem;left:14.097915649414rem;overflow:hidden;display:block; }
#GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:22.25rem;top:40.653124809265rem;left:52.5625rem;overflow:hidden;display:block; }
#gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:21.8125rem;top:41.528125762939rem;left:18.25rem;overflow:hidden;display:block; }
#MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { position:absolute;display:block;z-index:15016;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.6875rem;width:11.625rem;top:48.121875762939rem;left:62.9375rem;overflow:hidden;display:block; }
#ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.0625rem;top:19.1875rem;left:64.160415649412rem;overflow:hidden;display:block; }
#bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { 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:7.25rem;width:9.625rem;top:39.871874809265rem;left:41.4375rem;overflow:hidden;display:block; }
#QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:9.4375rem;top:53.746921539307rem;left:37.125rem;overflow:hidden;display:block; }
#NK7gUezefRICgUfECReyHrTX12oyEJVT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.25rem;top:48.688541412354rem;left:51.0625rem;overflow:hidden;display:block; }
#pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { 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:6.75rem;width:9.75rem;top:53.215671539307rem;left:28.285415649414rem;overflow:hidden;display:block; }
#Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { 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:3.1875rem;width:16.3125rem;top:60.653125762939rem;left:0rem;overflow:hidden;display:block; }
#L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { position:absolute;display:block;z-index:15016;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:6.6875rem;top:54.528125762939rem;left:68.3125rem;overflow:hidden;display:block; }
#qfs8aBnzbVSOAPoQ1xleJLhWU1MWdp5g { 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:2.4375rem;width:20.4375rem;top:55.621921539307rem;left:47.0625rem;overflow:hidden;display:block; }
#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { position:relative;display:none; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { border-width: 0; border-radius: 0; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .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; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { 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:4.0625rem;width:16.875rem;top:5.044792175293rem;left:26.6875rem;overflow:hidden;display:block; }
#UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { 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:5.75rem;width:9.6875rem;top:3.419792175293rem;left:45.0625rem;overflow:hidden;display:block; }
#xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.6208125rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { 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.24895625rem;width:11.0625rem;top:0rem;left:63.9375rem;overflow:hidden;display:block; }
#BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5rem;top:5.107292175293rem;left:63.5rem;overflow:hidden;display:block; }
#QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.9375rem;top:1.3125rem;left:36.0625rem;overflow:hidden;display:block; }
#hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { 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:2.25rem;width:16.5rem;top:9.1072921752931rem;left:27.875rem;overflow:hidden;display:block; }
#TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.3125rem;top:5.90625rem;left:16.4375rem;overflow:hidden;display:block; }
#fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { position:absolute;display:block;z-index:15002;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.43645625rem;width:12.25rem;top:13.688537597656rem;left:22.120834350586rem;overflow:hidden;display:block; }
#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { background-color: transparent; background-image: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container > .video-iframe-container { display: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container { display: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .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); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { border-width: 0; border-radius: 0; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { position:relative;display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { background-color: transparent; background-image: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container > .video-iframe-container { display: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row > .video-iframe-container { display: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .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); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { border-width: 0; border-radius: 0; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .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; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .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:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.6875rem;left:2.75rem;display:block; }
#rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:27.75rem;display:block; }
#DF4hsTheznLAAps0d99grk4X9FuTSD2F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.6875rem;left:52.75rem;display:block; }
#AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.25rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.25rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.25rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { position:relative;display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { background-color: transparent; background-image: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container > .video-iframe-container { display: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row > .video-iframe-container { display: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .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); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { border-width: 0; border-radius: 0; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .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; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .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:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.6875rem;left:2.75rem;display:block; }
#NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:27.75rem;display:block; }
#RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.6875rem;left:52.75rem;display:block; }
#i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.25rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.25rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.25rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { position:relative;display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { background-color: transparent; background-image: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container > .video-iframe-container { display: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row > .video-iframe-container { display: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .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); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { border-width: 0; border-radius: 0; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .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; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .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:14.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.75rem;left:2.75rem;display:block; }
#TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.8125rem;left:27.75rem;display:block; }
#wsCWHveORVEVyfiBrvslbWklIeR5kv8w { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:52.75rem;display:block; }
#r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.3125rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.3125rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { position:relative;display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { background-color: transparent; background-image: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container > .video-iframe-container { display: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row > .video-iframe-container { display: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .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); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { border-width: 0; border-radius: 0; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .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; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .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:15.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:2.875rem;display:block; }
#EESMQzA1GW03tBnKrA1PSyne5bCspN66 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:27.875rem;display:block; }
#LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:52.875rem;display:block; }
#ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:0rem;left:3.3125rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:0rem;left:29.25rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:0rem;left:54.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/e60baabf-4587-4267-b983-4fca2b50ade4/ST2025J_POZ_tlo1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.adaptive-delivery-prevent-bg, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyload, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyloading { background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { background-color: transparent; background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .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); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { border-width: 0; border-radius: 0; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.5625rem;left:55.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.0625rem;left:55.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzCSVyd6p67XGzBdFmems5cpkuyVQisr { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.3125rem;left:29.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4Agyz49fK9mfmSdyQEawalPPRfMToxM { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:29.375rem;left:30.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:30.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbzvU3MUatii1wiu1K6dskaxklw9xTta { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.3125rem;left:54.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:54.6875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75a66950-6782-4d72-8616-586f53d4f631/_Z627405.jpg");background-position:center !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-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:11.25rem;left:32.125rem;display:block; }#LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.adaptive-delivery-prevent-bg, #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.lazyload, #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.lazyloading { background-image: none; }
#R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f4fca1a-bac5-44cc-9b3d-bf0a9f2029f3/MirekGaniec_2.jpg");background-position:center !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-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.2483125rem;width:13.2483125rem;top:11.125rem;left:57.1875rem;display:block; }#R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.adaptive-delivery-prevent-bg, #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.lazyload, #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.lazyloading { background-image: none; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { 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:15044;opacity:1;top:21.9375rem;left:41.75rem; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { 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:15045;opacity:1;top:21.9375rem;left:65.375rem; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6d9052f1-e26e-4c4f-a5f0-b675bdaea7c4/_Z627298_11.jpg");background-position:center !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-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:11.3125rem;left:7.375rem;display:block; }#qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.adaptive-delivery-prevent-bg, #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.lazyload, #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.lazyloading { background-image: none; }
#p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.125rem;left:4.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK { 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:15043;opacity:1;top:21.5625rem;left:16.9375rem; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { color:#2194d1;display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { color:#2194d1;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { color:#2194d1;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.5rem;left:54.75rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e0a47;background-image:url("https://images.assets-landingi.com/uc/e60baabf-4587-4267-b983-4fca2b50ade4/ST2025J_POZ_tlo1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.adaptive-delivery-prevent-bg, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyload, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyloading { background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { background-color: transparent; background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .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); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { border-width: 0; border-radius: 0; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { color:#ffffff;display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.5rem;height:7.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.624125rem;top:14.624568939209rem;left:1.9368495941162rem;overflow:hidden;display:block; }
#tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:21.25rem;left:2.5618495941162rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:24.375rem;top:3.4375rem;left:28.1875rem;overflow:hidden;display:block; }
#e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:12.1245625rem;top:23.875rem;left:2.5625rem;overflow:hidden;display:block; }
#Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { position:absolute;display:block;z-index:15052;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.31206875rem;width:12.1245625rem;top:23.875rem;left:19.125rem;overflow:hidden;display:block; }
#cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:17.9373125rem;top:4.98046875rem;left:54.498697280884rem;overflow:hidden;display:block; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28.1875rem;left:5.5625rem; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:28.186851501465rem;left:22.373048782349rem; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:28.1875rem;left:9.4375rem; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:28.186851501465rem;left:26.749132156372rem; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:28.186851501465rem;left:30.435113906861rem; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.87435rem; height:2.87435rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { display:block; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { width:7.6875rem;height:2.6875rem;top:0.375rem;left:11.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block; }
 }@media only screen and (max-width: 763px) { #GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { width:5.75rem;height:2.6875rem;top:0.375rem;left:20.309465408325rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block; }
 }@media only screen and (max-width: 763px) { #BlVFFOImn80moXDcHTNO4iRppigoFCpC { width:6.6875rem;height:2.6875rem;top:0.375rem;left:26.937067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block; }
 }@media only screen and (max-width: 763px) { #MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { width:6.625rem;height:2.6875rem;top:0.375rem;left:34.24827003479rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block; }
 }@media only screen and (max-width: 763px) { #asvqX88wZWCbHiimx4aMlybv9egwUUtg { width:9.1875rem;height:2.6875rem;top:0.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { width:22.8125rem;height:1.9375rem;top:15.5625rem;left:24.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEI35783XAhB44qsoTAHOGpOrZKH98w { width:10.6875rem;height:3.25rem;top:30.4375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block; }
 }@media only screen and (max-width: 763px) { #ZMAvHSeLSnMZa7Fat0wzaoIPHZwiURk0 { width:10.75rem;height:3.3125rem;top:30.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnp0TGmB2iSB7SIcCCupBKwViix6WJM7 { display:block; }
 }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:47.75rem;height:5rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:28.125rem;height:1.9375rem;top:37.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0.125rem;top:38.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { width:15.75rem;height:4.0625rem;top:35.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { width:15.75rem;height:1.9375rem;top:33.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { display:flex;width:13.9375rem;height:3.875rem;top:35.1875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
 }@media only screen and (max-width: 763px) { #GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { width:1.875rem;height:1.875rem;top:37.375rem;left:43.25rem;display:block; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { width:1.875rem;height:1.875rem;top:37.375rem;left:45.875rem;display:block; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #soR1X2w0omoxTVhMu68woJghQquWc5PH { width:1.875rem;height:1.875rem;top:37.375rem;left:45.875rem;display:block; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { top:3.875rem;left:24.0625rem;width:21.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { top:7.75rem;left:40.4375rem;width:7.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { width:37.25rem;height:35.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { top:4.125rem;left:0rem;width:30.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { width:47.75rem;height:4.1875rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { display:block; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR2aveyOMd54fkmnBgwI79tZTB35GWVF { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JICSVMOalc48vISirl9ULwJ13ivFkNZK { display:block; }#JICSVMOalc48vISirl9ULwJ13ivFkNZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPvJdOBC5CrT01PgvZTE7xyaONveoiUW { width:20.1875rem;height:3.125rem;top:1.0625rem;left:13.772918701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5XdCOUsto5KvvqbQ6u2SAzAikiyt6v { display:block; }
 }@media only screen and (max-width: 763px) { #kSApnavNchLGnD8h4n1ISNNywbTVOE4o { display:none; }#kSApnavNchLGnD8h4n1ISNNywbTVOE4o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oA0PasTAq6zbv1AIGInf8TFMWXp1LQNJ { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { display:block; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { width:47.75rem;height:2.4375rem;top:0.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { display:block; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { width:42.9375rem;height:5.125rem;top:0rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { width:42.9375rem;height:1.4375rem;top:5.125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #broLXBQqSmlHy47mpITp68p3tugnMqq2 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVv5Iwfp10JP8nXL1Ea9mev8lAXATvcT { width:13.5rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApRDmo2QKTDfJI5Dq0SUK17ge1rE769t { display:block; }
 }@media only screen and (max-width: 763px) { #GShBMmtfgGXI1hTTddBPmTW0V9rhpowT { display:block; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmDBluHIEW48AtBPVMasTPlIKCCFtqBA { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuvp0DUBD9NEmhzqottGVWwr2VPUtBwV { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyRBJqclnlbRIkvFmThBRTfChMtT3k01 { width:42.9375rem;height:1.4375rem;top:4.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu0KqkUJwo1VBJkRkTHd3Z89EgoUaHpI { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9fOxVMO1rV2ELNhxXOw82rfoXWQtAL { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpd7aARc7m0drX0ninOOQhNx7cn3XQAF { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3pLRBybgwminH7RQ231RMLu4qIIimxE { display:block; }
 }@media only screen and (max-width: 763px) { #fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe { display:block; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfkMS3AldQGiJ79HVuJcBe2PhZSKKLJ7 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM0woxo6iR0idHVJV3uOCI6iMbTShiky { width:42.9375rem;height:1.9375rem;top:1.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oal4DFprNzh38UrPBdEKZ7oVreIG1snT { width:42.9375rem;height:1.4375rem;top:3.3125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRXSyyPlfML3gOHhxr0faWJ4Atk8u30 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsNToo4i6eVV3mZhfWiLB8Zqgd6nMAaT { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9I55T3QAIZIiZDl87KJWOFRLEJwnmz { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJnMqzWdSF9cBwXnU84tZ1osRAhGFbI { display:block; }
 }@media only screen and (max-width: 763px) { #VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 { display:block; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kACyLdhLKgFn4sZXUh7BDqObGSZeMpHL { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhZvB20q8331J8wOzsD6M88ZUTkz418b { width:43.3125rem;height:3.875rem;top:0.5625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MckbT9sKauN6UVBTLDSrGXTyfbAWHO42 { width:42.9375rem;height:1.4375rem;top:4.375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXZ7xy4TNIlcSOtIOaNgWUf5yTCFHPHg { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PimbsOnsnRThTyiMWblbIlEtTIRefZQo { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thHdqQ99VZu8kOSethXX5H6xSTqJoMR2 { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBGvu4mPPslK5wPEvpOQ094I9VkNQnGy { display:block; }
 }@media only screen and (max-width: 763px) { #W10NViH6z7XTq3yXL4srs5wVDMTkgnTx { display:block; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz5rstxXhpOTPmluCp35I17g5OGw30Sv { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cll8QpU5LlkEiFdxZ3hZfGG8JVQKPb { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrykrO5ooGK2saTfVd9H1qMemqh6X5tP { width:42.9375rem;height:1.4375rem;top:3.6875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCEd2xRVh9WBZGWxVfwekzl1HUE6krzE { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCR3I5ATpvBIXMPiN7MIGuVGAqFEbV1t { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g92VFvkLThk2pLuaKZZwnUlaF38Uib7g { display:block; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezJNMJ2BDoOe5XHP5lyqrnuw5RbXgXpE { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ptfqCwCshhcT3eOVIGiPJhoq7VUmyT { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcdPoBC9vPxH4ce339FFULNImwXAJv67 { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39GH5rgW4imxqmdrtSFLATUacCz1119 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ28lzuglhg27cLPFceRpGhlosSgn6uq { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIZtAplQW40LtL5STNHdf4sJEcuwcK9a { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtMowtMNEWiBOCLowUuHkVmZnnlg7EMX { display:block; }
 }@media only screen and (max-width: 763px) { #J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW { display:block; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpb6bXlkFATvPGDm6xFE6VtFpV65hFPh { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4znGD5wvpqv9nFSrSXXxuVfO1xbrT5v { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdSRWso8fCi7hb0I98ENoNxgCBgKfAAP { width:42.9375rem;height:1.4375rem;top:4rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNE4yXpRKwLSFVu8lG38yIv3l5IOEca { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyko6TIqd5eIMCqvcQTezwt3Wip9Owza { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTtT8tTnrvEq6q9mdrwF7aTGJQ3kmGr { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i28yPmAihVcTJ5Tk2Z7TgXQbCVfkX0XT { display:block; }
 }@media only screen and (max-width: 763px) { #fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 { display:block; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrFgUllz0gt1Fce4tm3IBUQnlo8wH0O4 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeHerwWxpNW3ElKHRQJtFci7mWlRnm4 { width:43.1875rem;height:3.875rem;top:0.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZl2qcZ4v3bFuzP4UEa6LhMyyye3miJi { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZspfGTQLFvRX3aZMnJeRALix3EZ1Ucv { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgutxDAcgKNP70SAlGZfSinHM4KrqO2d { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSeEc7VHyfNrWCfg5VCZVQPzeJnAqlA { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ2uypyaAS4ZWBeszTmSNBMT7GOJfsKD { display:block; }
 }@media only screen and (max-width: 763px) { #WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO { display:block; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM0wwETJs7bdSCrPiIOPs3STmOK78dMf { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTv9LBiveD3yZJJXET49BbJfWGXv6Tf4 { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoBnTuaw9PsTXbJfRLei0ixPtMEmVQqT { width:42.9375rem;height:1.4375rem;top:4rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lVySAMbbfvlFciXI7SmzboHNbFH50S { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXyapQcdHgqCU0PVWDk8zqO9ePo1asy { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIALSHhfpxZyl386MqTs2y0G4sdGnTL { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQZTbTOXOrXvNbk3TBTNceb264LCE1FN { display:block; }
 }@media only screen and (max-width: 763px) { #Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp { display:block; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGADMGm6Z0QJ8zpEL9TcwaJVNVCk1O8g { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEHTbzIzBRyHp7fcV718MTNNo1kF5dp { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM1C5mlez1RhbTquwVdJJiJcdTZ6KTTl { width:42.9375rem;height:1.4375rem;top:4rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSM1EF6uWtmIR7NB1JCKT1abuXqLiFI { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOl5WzRnOB4F9RVHpO9PXQcx9zbSLfI { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvgHfWI5mQ97yQif6VuStv0B0ZcuIPq { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCLheB7fpexT33V9qNfRJofVbZaqiD3 { display:block; }
 }@media only screen and (max-width: 763px) { #q60l9OqxuPOvxeONCaG9THmZZGWACkhr { display:block; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlQZSGzDb0JbJZWK7GpKslfTEFUocmd8 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZWniBabTfa4xeLfoT7SpORnKalRmOZH { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRebbKHhzJBoqRE146KK4APJ1cREAQI { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5OcA5I3lqLI47UaxUiVMZBRwxnTQ2I { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewhRKNZ5SnbI98a8bxv1Zb77Xo0LzV5 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPAmVUtiTF3HlWJik1UKTwZ8G9ev8S6L { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerqZKWptsbGiulbuQRV60igXsDfBqkB { display:block; }
 }@media only screen and (max-width: 763px) { #MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw { display:block; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3qQbG2Tw8sCqaWenUnZu79vIABmBH6R { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOOBev8EB20ppLAJ3LQp0r32tpVtqDgQ { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAgzcT3ghgxVuIkaSQP41vPDxoJaSib { width:42.9375rem;height:1.4375rem;top:4rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbSTXV899KVE1WLnyOQusWMfeAmhs7T9 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzhPGREBDAOsaB2S2FsEbTIZbRsyUGp { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiH6hvr1ysV8PMDZagXLUiEmxCHKnDu { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOpKHuqN2Sx2GAC9oe5MFTWsbXJddVyx { display:block; }
 }@media only screen and (max-width: 763px) { #un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 { display:block; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDgtBokpMe7CtntckIo6gTO73LKeOFfV { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSpvndwIoeyDID0b38TfBVTCPVlMyarE { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfOuVR3xKkSBAdGykF4cobGt7WVgaAVS { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbHzHPIuh4FeOkfZ1dqTALHqRFTsVfCG { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtpyAwb0I0kidaaJcamQbiRtk8OPzQUV { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0kBgA4F6inJKNTRBr7xqQzQfRocBC1C { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIfdD85rfBXQuNu0iIT5Cw2iHOKdOpf { display:block; }
 }@media only screen and (max-width: 763px) { #LJ465zB21bmBeNHlolIiSorrM51C1XyD { display:block; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuntUfTVUsCEFCadiKAGmAAvDFdpWWT6 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoyQ2vaWwI6TBvZnT9rKctg4S9exH0e0 { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1rzBpDm5xZuPWEENyMFTQEERTW2Bm8t { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ZInczTllew5wawIyeJy0iwLvWgVily { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umSMIMOMTse1OeMge70xxMXhvtDshImx { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOxvHZTceD7FZloWRA9eX1IHQITgtuc { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMHyQcU3EtvSsAZSDdQeyETB91avec0 { display:block; }
 }@media only screen and (max-width: 763px) { #T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF { display:block; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tbw88KdHsXShds3DTqW0bACTlRSmH8oZ { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfATckCi2oQcIWxbdl7BfwMd5fd6DMg { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZLiTXgtOeg2XFVUd6rnTZDhzQ3V0chV { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Gq4uqxSQawN3AM3kQuwCtBdLAP0WmV { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhkWWmJtRXuBeIou0CdpRorwL1TH526X { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmPuvL4gDVc3TiZ9vchg840Czk22CAr { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJHB8fe48obr9UdQuQFt8DaOwgpIyzsl { display:block; }
 }@media only screen and (max-width: 763px) { #vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR { display:block; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alnoi1ZdGRDiI7KA1qxwCW4Jpq1pWFGN { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI63mSByl8wCaozSOwfhAh4k7mUtM2QR { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDdETbfXTF951G9Kvkb1DDqiw8w3Uh8 { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMJWE6GoT75SKsXthZQsvLTBhC0uBR6L { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdc0apB0d6KTd2FTFmG9mNyxky3umxfL { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU5GsEgw4hVOnn1vOq2ki1DxB3zobWxJ { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGPW7Tex7avGfhaCApMvQon7Rrb4xgh7 { display:block; }
 }@media only screen and (max-width: 763px) { #LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL { display:block; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbrnf7Thz6MqBSmdb1gnX5GA8fqw2Eo4 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAcnalK8Hz7ZVJL7ZVnmPkgpnrwFxm7D { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtOOsU2uwUipA3y0cTzBPrgQLqy8wqlk { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiqCeMm5KvSJXIILWBIHn7zqeZqewDKv { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHyIGhNeSm2l9Heb1mkTV0ureSL3mDT { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNtFPc0WwUJG0qeTmGGzF2pnDDVFwR2 { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkXTRnkSIz6C3hVerdJ0p7RfPNMFBv8B { display:block; }
 }@media only screen and (max-width: 763px) { #Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI { display:block; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEtMRF6K8q8BltXfRzmSUD8CVC17TZ4Z { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWd4ok4VLN9KfbmKUQcrv033Juvdd0TN { width:42.9375rem;height:3.875rem;top:0.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgs2W7DixgiCxdlpw3QOaBv7iMZiaGsl { width:42.9375rem;height:1.4375rem;top:4.375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUJcJPaaHQqpcOIzTU03NcLLTRqaLRO { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzzAKB4LfzF0bX2rZmovQNoNZlO34fF { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbSGwZpHUTVFvszXeush9vdkuH5SeNiC { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN3kcTBg0btl6myDrINI9Xp3cT7PGFpz { display:block; }
 }@media only screen and (max-width: 763px) { #pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb { display:block; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgzTEzT8C8bLPZqFyNt4g62aklFU2Mbe { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7GQbafK2UoBM4fzMXn1p63tTl1B8bC { width:42.9375rem;height:3.875rem;top:0.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTk0ViGfTv8zlteR96cuoJ32QhhyXCq { width:42.9375rem;height:1.4375rem;top:4.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHmdWqgvOzmg1RNCVrE2lZVUui1OpqNC { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHHDhHwvfUBiB0O2IGTrR0t7ZSTnIrn4 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTJkf0wKRy2T1ZswUhbzdinvV4aaoGT { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZxn5aMveu7bLQV77vPlKHOhs37TlF65 { display:block; }
 }@media only screen and (max-width: 763px) { #wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 { display:block; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2Vo5V93vPhiWpQfsaLhSgV4c9qzFQUw { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmWWBRCMmzkI816JBI2nCv0TVAgWe1bn { width:42.9375rem;height:1.9375rem;top:1.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4sbBlS8T1gvhG3FyMUb4owL20D55zOG { width:42.9375rem;height:1.4375rem;top:4rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVA2mQbMwlmexwiqzy0wQ8p3sD1HqdUP { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTD36bsqdQtGo2EWbNWwPpLXbJx7g0Xq { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrD5fWAySE4FDTo3QyIQgPE3lUCF8mRb { width:13.5rem;height:4.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTCl1g6ViaDwREgdEBPhwUkqMnk2kiM { display:block; }
 }@media only screen and (max-width: 763px) { #NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke { display:block; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { top:6.25rem;left:0rem;width:13rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { top:7.25rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { width:12.5rem;height:1.9375rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { width:13.3125rem;height:1.4375rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { top:6.4375rem;left:35.5625rem;width:12.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { width:12.5rem;height:1.9375rem;top:24.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { width:8.9375rem;height:1.4375rem;top:26.5rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { width:21.375rem;height:1.4375rem;top:26.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { top:7.3125rem;left:6.3125rem;width:12.9375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { width:12.5rem;height:1.9375rem;top:24.5625rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { width:18.6875rem;height:1.4375rem;top:26.5625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { width:12.5rem;height:1.9375rem;top:24.625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { top:7.5rem;left:26.875rem;width:15.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { top:103.75rem;left:30.5rem;width:17.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { top:7.25rem;left:5.374019058296rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { top:7.5rem;left:26.1875rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { top:7.5rem;left:31.75rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { top:28.8125rem;left:7.75rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOEVFaa2Z3skTg58VqMatycFTwG772Ja { top:29.6875rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3piWvzuV21ITXobeW2a4bwULO69SIRH { top:29.6875rem;left:5.375rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { top:28.875rem;left:0rem;width:12.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { top:29.9375rem;left:26.1875rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { top:29.25rem;left:36.1875rem;width:11.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { top:29.9375rem;left:31.75rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { width:12.5rem;height:1.9375rem;top:47.0625rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { width:12.5rem;height:1.9375rem;top:47.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { width:12.5rem;height:1.9375rem;top:47.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { width:17.8125rem;height:1.4375rem;top:49rem;left:5.3739585876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { width:11.6875rem;height:1.4375rem;top:49rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { width:6.6875rem;height:1.4375rem;top:49.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPCyGUfrCQr6iAbgybMcGUfB2L4TC0e { width:14.875rem;height:1.9375rem;top:69.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyBaG2tn3gpbpa7WWX1i2IQvv0cuRZeh { width:16.3125rem;height:2.9375rem;top:71.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { top:52.25rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ullkryPbXmvdev2rsmSBlVv9T0zGsl92 { width:17.8125rem;height:1.4375rem;top:93.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prHz7EyyO1hnAW0kLpOuA6c6oItwVEeo { top:74.375rem;left:0rem;width:12.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbcq6K6iggq0BFB4fZe6GxrLET9BpXG4 { width:12.5rem;height:1.9375rem;top:91.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGteQNKRcfy8xImcVLi4ZwqQNyglu8G { top:52.25rem;left:5.375rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { width:18.6875rem;height:1.4375rem;top:71.5625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { top:51.8125rem;left:28.195831298828rem;width:15.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { top:52.5rem;left:26.1875rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { width:12.5rem;height:1.9375rem;top:69.625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { top:52.5rem;left:31.75rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { top:52.25rem;left:35.625rem;width:11.8125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { width:12.5rem;height:1.9375rem;top:69.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { width:8.9375rem;height:1.4375rem;top:71.5rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzwvPzuZHvH78dTVxmTSr49CzGq762d { width:15.0625rem;height:1.4375rem;top:71.625rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUMKUr0z3opJUcKMCDCmWUQMKktCyfTU { width:14.875rem;height:1.9375rem;top:69.625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNuWBfCrerxgTsSVatb5rKTHZHF457q { width:17.8125rem;height:1.4375rem;top:94rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { width:12.5rem;height:1.9375rem;top:92.0625rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { top:74.6875rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { top:76rem;left:6.3125rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNrOMg9DoSK65cxSuQDZAeRpv0BRcwg { top:53.5rem;left:7.625rem;width:11.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJgsmGtZOmXl21V0eT4vD224eTahHaN { top:74.6875rem;left:4.75rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GukMvairllQzaDbLhuUg1HUST8Zmtwmd { width:17.8125rem;height:1.4375rem;top:93.9375rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { width:12.5rem;height:1.9375rem;top:92rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { top:72.9375rem;left:26.875rem;width:12.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { top:74.3125rem;left:25.5rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7GD6AiU1k4kWXXgci22KSmti3kSzig { top:28rem;left:28.40625rem;width:13.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { width:12.5rem;height:1.9375rem;top:47.0625rem;left:28.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { width:17.8125rem;height:2.875rem;top:49rem;left:26.410415649414rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { top:74.1875rem;left:35.75rem;width:12rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { width:12.5rem;height:1.9375rem;top:92rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { width:17.8125rem;height:1.4375rem;top:93.9375rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgQtWRbmv4eTukklVhd8uPvhzFyikcx { top:74.3125rem;left:25.5rem;width:16rem;height:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCo9eptZIddQGgJlticWeBycurwgmcMb { width:17.8125rem;height:1.4375rem;top:116.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { width:12.5rem;height:1.9375rem;top:114.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { top:95.375rem;left:0rem;width:14.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { top:97.0625rem;left:0rem;width:16rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { top:97.1875rem;left:6.3125rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awTVfDf6iC7bKgyx63BnOZRtlt9He79J { top:97.6875rem;left:7.1875rem;width:14.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { width:14.875rem;height:1.9375rem;top:114.625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { width:15.0625rem;height:1.4375rem;top:116.4375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUW94PcA1c88KJtmrtipN6v8JLOxlr2Q { top:54.1875rem;left:0rem;width:13.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { display:block; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVb6TDH7oWzdp9ZQywDf5NmyrhKMKe49 { width:20.3125rem;height:3.25rem;top:1.25rem;left:12.936414718628rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3JBHK8hbRxO8V0Pg0yiTdmGzHKfmgEJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { width:44.375rem;height:6.6875rem;top:7.75rem;left:2.5598964691162rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { width:20.1875rem;height:3.125rem;top:25rem;left:13.770835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block; }
 }@media only screen and (max-width: 763px) { #sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { width:47.75rem;height:2.1875rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { top:2.875rem;left:0rem;width:47rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc64He8tvvSvhuSkfe3DlTrOI488dWeI { width:34.5625rem;height:4.25rem;top:17.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { top:16.625rem;left:30.649091720581rem;width:12.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { width:47.75rem;height:4.875rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUUutT0QlkelN57EOTLelUGWTuJnfds { top:7.75rem;left:2.59375rem;width:42.5625rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZaiouEU7fqM6TMwkk86sGgHw54veM68 { display:block; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZITpioyskocFwoEHZ7ddDTo7GORPrW { display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { width:37rem;height:21.125rem;top:2.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K { width:35rem;height:20.125rem;top:3.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { width:22.8125rem;height:1.3125rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { width:22.8125rem;height:9.875rem;top:9.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprkR8JcrUTgqQenANKThoIDBcUa9P4C { width:10.6875rem;height:3.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block; }
 }@media only screen and (max-width: 763px) { #yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd { top:11.8125rem;left:41.044792175293rem;width:4rem;height:4rem;display:block; }
#yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { width:25.25rem;height:;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { display:block; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { width:47.75rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLCds1ReEf7viFOR429seocvry05a9b { display:block; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { display:block;width:40.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { width:39.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { z-index:2; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf {  }
 }@media only screen and (max-width: 763px) { #BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { display:block; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { width:18.75rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { width:17.5rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { width:18.75rem;height:4.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { width:4.0625rem;height:2.875rem;top:6.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { width:7.75rem;height:1.9375rem;top:7.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { width:14.375rem;height:;top:11.25rem;left:0rem;font-size:1.1875rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { width:10.75rem;height:3.3125rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block; }
 }@media only screen and (max-width: 763px) { #lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { width:10.75rem;height:3.3125rem;top:23.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block; }
 }@media only screen and (max-width: 763px) { #tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { width:18.75rem;height:25.625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { width:18.75rem;height:4.6875rem;top:5.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { width:4.0625rem;height:2.875rem;top:6.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { width:7.75rem;height:1.9375rem;top:7.0625rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { width:17.5rem;height:1.9375rem;top:1.875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { width:10.75rem;height:3.3125rem;top:23.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block; }
 }@media only screen and (max-width: 763px) { #wkEeetawi6KUNOwMnB5CTlqyGE60SecI { width:18.75rem;height:25.625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { width:18.75rem;height:4.6875rem;top:5.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { width:4.0625rem;height:2.875rem;top:6.375rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { width:7.75rem;height:1.9375rem;top:7.0625rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { width:17.5rem;height:1.9375rem;top:1.875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { width:14.375rem;height:10.125rem;top:12.1875rem;left:16.625rem;font-size:1.1875rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { width:14.375rem;height:10.125rem;top:11.3125rem;left:32.5rem;font-size:1.1875rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { display:block; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { width:47.75rem;height:3.875rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { top:18.8125rem;left:0rem;width:17.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { width:47.75rem;height:3.875rem;top:34.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { top:26.375rem;left:0rem;width:19.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { top:25.875rem;left:9.6302070617675rem;width:15.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbWFq5wEivf6HmJThktOggNiQrATSIG { top:25.8125rem;left:30.75rem;width:17rem;height:2.62395625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { top:20.0625rem;left:31.375rem;width:16.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbafK91c61eQr5BThgKAczCpswUFJyUO { top:18.6875rem;left:4.625rem;width:11.5625rem;height:5.8439481027836rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { top:19.875rem;left:18.65625rem;width:10.4375rem;height:3.49895625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhukluwwawuS0At1vtGPU55m9fc3zf3 { top:48.25rem;left:0rem;width:18.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPiieMydtmOFkQewI4Lv1PDil9ys13m { top:47.6875rem;left:24.410415649414rem;width:13.875rem;height:5.9735495531049rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { top:46.8125rem;left:4.7489585876465rem;width:11.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { top:7.125rem;left:16.000654220581rem;width:13.875rem;height:2.7376194112186rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { top:42.375rem;left:0rem;width:13.875rem;height:2.7363369667609rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOWz7nTeKsf61k7brue0IZlmH2FT79A { top:25.25rem;left:26.847915649414rem;width:12.125rem;height:3.18645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3gim4UOZGestHlfZkbaXsdTTuPuV6n { top:47.75rem;left:16.228126525879rem;width:8.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmDF7QMvfhJMLgpR8dmNk0kn2KqQA7q5 { top:55.25rem;left:0rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { top:54.625rem;left:0.47291564941406rem;width:14.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { top:40.625rem;left:25.5rem;width:22.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { top:41.5rem;left:4.625rem;width:21.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { top:48.0625rem;left:36.125rem;width:11.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { top:19.1875rem;left:39.6875rem;width:8.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { top:39.8125rem;left:27.8125rem;width:9.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { top:53.6875rem;left:23.5rem;width:9.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7gUezefRICgUfECReyHrTX12oyEJVT { top:48.6875rem;left:37.4375rem;width:10.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { top:53.1875rem;left:14.660415649414rem;width:9.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { top:60.625rem;left:0rem;width:16.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { top:54.5rem;left:41.0625rem;width:6.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfs8aBnzbVSOAPoQ1xleJLhWU1MWdp5g { top:55.5625rem;left:27.3125rem;width:20.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { display:block; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { top:5rem;left:13.0625rem;width:16.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { top:3.375rem;left:31.4375rem;width:9.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { top:0rem;left:0rem;width:9.5625rem;height:4.0378768685077rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { top:0rem;left:36.6875rem;width:11.0625rem;height:4.24895625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { top:5.0625rem;left:36.25rem;width:11.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { top:1.3125rem;left:22.4375rem;width:10.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { top:9.0625rem;left:14.25rem;width:16.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { top:5.875rem;left:2.8125rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { top:13.6875rem;left:8.4958343505863rem;width:12.25rem;height:2.43645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { display:block; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { top:3.6875rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { top:3.75rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4hsTheznLAAps0d99grk4X9FuTSD2F { top:3.6875rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { top:1.25rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { top:1.25rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { top:1.25rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { top:3.6875rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { top:3.75rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { top:3.6875rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { top:1.25rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { top:1.25rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { top:1.25rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { top:3.75rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { top:3.8125rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsCWHveORVEVyfiBrvslbWklIeR5kv8w { top:3.75rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { top:1.3125rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { top:1.3125rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { top:1.3125rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { top:2.25rem;left:0rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #EESMQzA1GW03tBnKrA1PSyne5bCspN66 { top:2.25rem;left:12.5625rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { top:2.25rem;left:28.4375rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { top:0rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { top:0rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { top:0rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { display:block; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { width:47.75rem;height:3.875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { width:16.25rem;height:1.5rem;top:29.5625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { width:16.25rem;height:1.5rem;top:31.0625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { width:18.9375rem;height:2rem;top:25.25rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCSVyd6p67XGzBdFmems5cpkuyVQisr { width:19.0625rem;height:1.4375rem;top:27.3125rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Agyz49fK9mfmSdyQEawalPPRfMToxM { width:16.25rem;height:1.5rem;top:29.375rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { width:16.25rem;height:1.5rem;top:30.875rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzvU3MUatii1wiu1K6dskaxklw9xTta { width:18.9375rem;height:2rem;top:25.3125rem;left:28.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { width:19.0625rem;height:1.4375rem;top:27.375rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { width:13.1875rem;height:13.1875rem;top:11.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { width:13.1875rem;height:13.1875rem;top:11.125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { top:21.9375rem;left:28.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { top:21.9375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { width:12.8125rem;height:12.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { width:18.9375rem;height:2rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { width:19.0625rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { width:16.25rem;height:1.5rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { width:16.25rem;height:1.5rem;top:30.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #filNiMobEkQOOzve4ZkTBFkxrJEql6JK { top:21.5625rem;left:3.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { width:25rem;height:3.0625rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { width:18.9375rem;height:3.0625rem;top:6.5625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { width:19rem;height:3.0625rem;top:6.5rem;left:28.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { display:block; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { width:25rem;height:1.5rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { width:19.8125rem;height:7.6875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { top:14.5625rem;left:0rem;width:13.5625rem;height:3.4219514097236rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { width:25rem;height:1.5rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { top:3.4375rem;left:14.5625rem;width:24.375rem;height:20.4373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { top:23.875rem;left:0rem;width:12.0625rem;height:4.2899963851789rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { top:23.875rem;left:5.5rem;width:12.0625rem;height:4.2899963851789rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { top:4.9375rem;left:29.875rem;width:17.875rem;height:14.947891441374rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { top:28.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { top:28.125rem;left:8.7480487823488rem;width:2.5625rem;height:2.5625rem;display:block; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { top:28.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { top:28.125rem;left:13.124132156372rem;width:2.5625rem;height:2.5625rem;display:block; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { top:28.125rem;left:16.810113906861rem;width:2.8125rem;height:2.8125rem;display:block; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { display:block; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { width:7.686625rem;height:2.68663125rem;top:0.55989587306976rem;left:0rem;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block; }
 }@media only screen and (max-width: 763px) { #GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { width:5.74978125rem;height:2.68663125rem;top:0.55989587306976rem;left:7.6855469346044rem;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block; }
 }@media only screen and (max-width: 763px) { #BlVFFOImn80moXDcHTNO4iRppigoFCpC { width:6.6873125rem;height:2.68663125rem;top:0.55989587306976rem;left:13.311632215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block; }
 }@media only screen and (max-width: 763px) { #MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { width:6.624375rem;height:2.68663125rem;top:3.2454428672791rem;left:1.1295573115349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block; }
 }@media only screen and (max-width: 763px) { #asvqX88wZWCbHiimx4aMlybv9egwUUtg { width:9.1873125rem;height:2.68663125rem;top:3.2454428672791rem;left:9.1210938096044rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#072351;background-image:none;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { width:20rem;height:1.5rem;top:27.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEI35783XAhB44qsoTAHOGpOrZKH98w { width:9.7979375rem;height:3.29791875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block; }
 }@media only screen and (max-width: 763px) { #ZMAvHSeLSnMZa7Fat0wzaoIPHZwiURk0 { width:9.3125rem;height:3.3125rem;top:31.117708206177rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnp0TGmB2iSB7SIcCCupBKwViix6WJM7 { display:block; }
 }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:20rem;height:6.125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:15.1248125rem;height:1.625rem;top:36.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0.0625rem;top:123.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { top:49.874134063721rem;left:7.4989157319069rem;width:12.5rem;height:3.4375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { width:17.5rem;height:4.0625rem;top:42.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { width:15.75rem;height:0;top:40.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-number { padding-top:0.361875rem;padding-right:0.315rem;padding-bottom:0.361875rem;padding-left:0.315rem;width:1.88875rem;min-width:1.88875rem;height:1.944375rem;font-size:1.446875rem;line-height:31.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.518125rem;height:0.76875rem;font-size:0.5425rem;line-height:12.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { display:flex;width:12.875rem;height:3.5625rem;top:42rem;left:2.75rem;padding-top:0.351875rem;padding-right:0.349375rem;padding-bottom:0.351875rem;padding-left:0.349375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
 }@media only screen and (max-width: 763px) { #GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { width:1.875rem;height:1.875rem;top:39.125rem;left:5.625rem;display:block; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { width:1.875rem;height:1.875rem;top:39.125rem;left:9.0625rem;display:block; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #soR1X2w0omoxTVhMu68woJghQquWc5PH { width:1.875rem;height:1.875rem;top:39.125rem;left:12.625rem;display:block; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { width:11.625rem;height:1.625rem;top:1.1239585876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { width:4rem;height:2rem;top:0.74688720703125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { width:18.75rem;height:21.875rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { width:20rem;height:20rem;top:5.5833339691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { display:block; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR2aveyOMd54fkmnBgwI79tZTB35GWVF { width:20rem;height:4.3875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JICSVMOalc48vISirl9ULwJ13ivFkNZK { display:none; }#JICSVMOalc48vISirl9ULwJ13ivFkNZK > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CPvJdOBC5CrT01PgvZTE7xyaONveoiUW { width:18.27083375rem;height:3.02083375rem;top:0.61250114440918rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5XdCOUsto5KvvqbQ6u2SAzAikiyt6v { display:block; }
 }@media only screen and (max-width: 763px) { #kSApnavNchLGnD8h4n1ISNNywbTVOE4o { display:none; }#kSApnavNchLGnD8h4n1ISNNywbTVOE4o > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oA0PasTAq6zbv1AIGInf8TFMWXp1LQNJ { width:20rem;height:2.275rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#072351;display:block; }
 }@media only screen and (max-width: 763px) { #MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { display:none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { width:20rem;height:11rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { width:20rem;height:9.1rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { display:block; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { width:20rem;height:4.8rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { width:18.75rem;height:1.3rem;top:7.4749984741213rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #broLXBQqSmlHy47mpITp68p3tugnMqq2 { width:19.9375rem;height:10.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVv5Iwfp10JP8nXL1Ea9mev8lAXATvcT { width:13.5rem;height:4.1875rem;top:8.77499961853rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApRDmo2QKTDfJI5Dq0SUK17ge1rE769t { display:block; }
 }@media only screen and (max-width: 763px) { #GShBMmtfgGXI1hTTddBPmTW0V9rhpowT { display:block; }#GShBMmtfgGXI1hTTddBPmTW0V9rhpowT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmDBluHIEW48AtBPVMasTPlIKCCFtqBA { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuvp0DUBD9NEmhzqottGVWwr2VPUtBwV { width:20rem;height:2.6rem;top:2.310417175293rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyRBJqclnlbRIkvFmThBRTfChMtT3k01 { width:18.75rem;height:2.6rem;top:4.9104156494141rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uu0KqkUJwo1VBJkRkTHd3Z89EgoUaHpI { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lw9fOxVMO1rV2ELNhxXOw82rfoXWQtAL { width:19.9375rem;height:10.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpd7aARc7m0drX0ninOOQhNx7cn3XQAF { width:13.5rem;height:4.1875rem;top:8.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3pLRBybgwminH7RQ231RMLu4qIIimxE { display:block; }
 }@media only screen and (max-width: 763px) { #fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe { display:block; }#fl5y5UP97DdOxcIsyIRNIxzoLwQtxvDe > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfkMS3AldQGiJ79HVuJcBe2PhZSKKLJ7 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM0woxo6iR0idHVJV3uOCI6iMbTShiky { width:19.0625rem;height:2.6rem;top:2.310417175293rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oal4DFprNzh38UrPBdEKZ7oVreIG1snT { width:19.3125rem;height:1.3rem;top:5.0739593505859rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXRXSyyPlfML3gOHhxr0faWJ4Atk8u30 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsNToo4i6eVV3mZhfWiLB8Zqgd6nMAaT { width:19.9375rem;height:9.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9I55T3QAIZIiZDl87KJWOFRLEJwnmz { width:13.5rem;height:4.1875rem;top:8rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJnMqzWdSF9cBwXnU84tZ1osRAhGFbI { display:block; }
 }@media only screen and (max-width: 763px) { #VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 { display:block; }#VG9DhPRCsN2yeLlRxsUQIuugyHAaTfx4 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kACyLdhLKgFn4sZXUh7BDqObGSZeMpHL { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhZvB20q8331J8wOzsD6M88ZUTkz418b { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MckbT9sKauN6UVBTLDSrGXTyfbAWHO42 { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXZ7xy4TNIlcSOtIOaNgWUf5yTCFHPHg { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PimbsOnsnRThTyiMWblbIlEtTIRefZQo { width:19.9375rem;height:9.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thHdqQ99VZu8kOSethXX5H6xSTqJoMR2 { width:13.5rem;height:4.1875rem;top:8rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBGvu4mPPslK5wPEvpOQ094I9VkNQnGy { display:block; }
 }@media only screen and (max-width: 763px) { #W10NViH6z7XTq3yXL4srs5wVDMTkgnTx { display:block; }#W10NViH6z7XTq3yXL4srs5wVDMTkgnTx > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz5rstxXhpOTPmluCp35I17g5OGw30Sv { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cll8QpU5LlkEiFdxZ3hZfGG8JVQKPb { width:18.75rem;height:2.6rem;top:2.435417175293rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrykrO5ooGK2saTfVd9H1qMemqh6X5tP { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCEd2xRVh9WBZGWxVfwekzl1HUE6krzE { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCR3I5ATpvBIXMPiN7MIGuVGAqFEbV1t { width:19.9375rem;height:4.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g92VFvkLThk2pLuaKZZwnUlaF38Uib7g { display:block; }#g92VFvkLThk2pLuaKZZwnUlaF38Uib7g > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezJNMJ2BDoOe5XHP5lyqrnuw5RbXgXpE { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ptfqCwCshhcT3eOVIGiPJhoq7VUmyT { width:18.75rem;height:3.9rem;top:2.310417175293rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcdPoBC9vPxH4ce339FFULNImwXAJv67 { width:18.75rem;height:1.3rem;top:6.2104148864746rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m39GH5rgW4imxqmdrtSFLATUacCz1119 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJ28lzuglhg27cLPFceRpGhlosSgn6uq { width:19.9375rem;height:5.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIZtAplQW40LtL5STNHdf4sJEcuwcK9a { width:13.5rem;height:4.1875rem;top:9.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtMowtMNEWiBOCLowUuHkVmZnnlg7EMX { display:block; }
 }@media only screen and (max-width: 763px) { #J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW { display:block; }#J4WJ1Gn4T9VzBA4okVE2MTdiPWEasrXW > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpb6bXlkFATvPGDm6xFE6VtFpV65hFPh { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4znGD5wvpqv9nFSrSXXxuVfO1xbrT5v { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdSRWso8fCi7hb0I98ENoNxgCBgKfAAP { width:18.75rem;height:2.6rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcNE4yXpRKwLSFVu8lG38yIv3l5IOEca { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hyko6TIqd5eIMCqvcQTezwt3Wip9Owza { width:19.9375rem;height:5.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTtT8tTnrvEq6q9mdrwF7aTGJQ3kmGr { width:13.5rem;height:4.1875rem;top:9.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i28yPmAihVcTJ5Tk2Z7TgXQbCVfkX0XT { display:block; }
 }@media only screen and (max-width: 763px) { #fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 { display:block; }#fRZSRhDfIhZlHbz5ovEexTXMX73wNhX7 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrFgUllz0gt1Fce4tm3IBUQnlo8wH0O4 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeHerwWxpNW3ElKHRQJtFci7mWlRnm4 { width:20rem;height:2.6rem;top:2.3104162216186rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZl2qcZ4v3bFuzP4UEa6LhMyyye3miJi { width:18.75rem;height:1.3rem;top:4.9104166030884rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZspfGTQLFvRX3aZMnJeRALix3EZ1Ucv { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgutxDAcgKNP70SAlGZfSinHM4KrqO2d { width:19.9375rem;height:4.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSeEc7VHyfNrWCfg5VCZVQPzeJnAqlA { width:13.5rem;height:4.1875rem;top:8rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ2uypyaAS4ZWBeszTmSNBMT7GOJfsKD { display:block; }
 }@media only screen and (max-width: 763px) { #WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO { display:block; }#WlAdpPgVwlgaM6fynSHOz8UAdhgEgeSO > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM0wwETJs7bdSCrPiIOPs3STmOK78dMf { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTv9LBiveD3yZJJXET49BbJfWGXv6Tf4 { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoBnTuaw9PsTXbJfRLei0ixPtMEmVQqT { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5lVySAMbbfvlFciXI7SmzboHNbFH50S { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJXyapQcdHgqCU0PVWDk8zqO9ePo1asy { width:19.9375rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsIALSHhfpxZyl386MqTs2y0G4sdGnTL { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQZTbTOXOrXvNbk3TBTNceb264LCE1FN { display:block; }
 }@media only screen and (max-width: 763px) { #Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp { display:block; }#Van1reK9QsqqhmdWB1GDn2C7R1RO7hIp > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGADMGm6Z0QJ8zpEL9TcwaJVNVCk1O8g { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEHTbzIzBRyHp7fcV718MTNNo1kF5dp { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rM1C5mlez1RhbTquwVdJJiJcdTZ6KTTl { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnSM1EF6uWtmIR7NB1JCKT1abuXqLiFI { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPOl5WzRnOB4F9RVHpO9PXQcx9zbSLfI { width:19.9375rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvgHfWI5mQ97yQif6VuStv0B0ZcuIPq { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCLheB7fpexT33V9qNfRJofVbZaqiD3 { display:block; }
 }@media only screen and (max-width: 763px) { #q60l9OqxuPOvxeONCaG9THmZZGWACkhr { display:block; }#q60l9OqxuPOvxeONCaG9THmZZGWACkhr > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlQZSGzDb0JbJZWK7GpKslfTEFUocmd8 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZWniBabTfa4xeLfoT7SpORnKalRmOZH { width:18.75rem;height:3.9rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRRebbKHhzJBoqRE146KK4APJ1cREAQI { width:18.75rem;height:1.3rem;top:6.2104148864746rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB5OcA5I3lqLI47UaxUiVMZBRwxnTQ2I { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tewhRKNZ5SnbI98a8bxv1Zb77Xo0LzV5 { width:19.9375rem;height:5.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPAmVUtiTF3HlWJik1UKTwZ8G9ev8S6L { width:13.5rem;height:4.1875rem;top:9.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerqZKWptsbGiulbuQRV60igXsDfBqkB { display:block; }
 }@media only screen and (max-width: 763px) { #MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw { display:block; }#MU7tHEt70d6nMESQPaQqGkmySAQ5O5bw > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3qQbG2Tw8sCqaWenUnZu79vIABmBH6R { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOOBev8EB20ppLAJ3LQp0r32tpVtqDgQ { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXAgzcT3ghgxVuIkaSQP41vPDxoJaSib { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbSTXV899KVE1WLnyOQusWMfeAmhs7T9 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEzhPGREBDAOsaB2S2FsEbTIZbRsyUGp { width:19.9375rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiH6hvr1ysV8PMDZagXLUiEmxCHKnDu { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOpKHuqN2Sx2GAC9oe5MFTWsbXJddVyx { display:block; }
 }@media only screen and (max-width: 763px) { #un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 { display:block; }#un4EmZOv37fXJVW3sTT4wGOTO8Rh9K95 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDgtBokpMe7CtntckIo6gTO73LKeOFfV { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSpvndwIoeyDID0b38TfBVTCPVlMyarE { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfOuVR3xKkSBAdGykF4cobGt7WVgaAVS { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbHzHPIuh4FeOkfZ1dqTALHqRFTsVfCG { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtpyAwb0I0kidaaJcamQbiRtk8OPzQUV { width:19.9375rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0kBgA4F6inJKNTRBr7xqQzQfRocBC1C { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIfdD85rfBXQuNu0iIT5Cw2iHOKdOpf { display:block; }
 }@media only screen and (max-width: 763px) { #LJ465zB21bmBeNHlolIiSorrM51C1XyD { display:block; }#LJ465zB21bmBeNHlolIiSorrM51C1XyD > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuntUfTVUsCEFCadiKAGmAAvDFdpWWT6 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoyQ2vaWwI6TBvZnT9rKctg4S9exH0e0 { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1rzBpDm5xZuPWEENyMFTQEERTW2Bm8t { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4ZInczTllew5wawIyeJy0iwLvWgVily { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umSMIMOMTse1OeMge70xxMXhvtDshImx { width:19.9375rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOxvHZTceD7FZloWRA9eX1IHQITgtuc { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMHyQcU3EtvSsAZSDdQeyETB91avec0 { display:block; }
 }@media only screen and (max-width: 763px) { #T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF { display:block; }#T6P6lErgR64U9RTTpnhQ3emHXiLOgpKF > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tbw88KdHsXShds3DTqW0bACTlRSmH8oZ { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfATckCi2oQcIWxbdl7BfwMd5fd6DMg { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZLiTXgtOeg2XFVUd6rnTZDhzQ3V0chV { width:18.75rem;height:2.6rem;top:4.9104156494141rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7Gq4uqxSQawN3AM3kQuwCtBdLAP0WmV { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhkWWmJtRXuBeIou0CdpRorwL1TH526X { width:19.9375rem;height:5.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmPuvL4gDVc3TiZ9vchg840Czk22CAr { width:13.5rem;height:4.1875rem;top:9.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJHB8fe48obr9UdQuQFt8DaOwgpIyzsl { display:block; }
 }@media only screen and (max-width: 763px) { #vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR { display:block; }#vTo45hoJn7lr1Z6khcrOfRCZHWmwkrzR > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alnoi1ZdGRDiI7KA1qxwCW4Jpq1pWFGN { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI63mSByl8wCaozSOwfhAh4k7mUtM2QR { width:18.75rem;height:3.9rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnDdETbfXTF951G9Kvkb1DDqiw8w3Uh8 { width:18.75rem;height:1.3rem;top:6.4749984741213rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMJWE6GoT75SKsXthZQsvLTBhC0uBR6L { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mdc0apB0d6KTd2FTFmG9mNyxky3umxfL { width:19.9375rem;height:5.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU5GsEgw4hVOnn1vOq2ki1DxB3zobWxJ { width:13.5rem;height:4.1875rem;top:9.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGPW7Tex7avGfhaCApMvQon7Rrb4xgh7 { display:block; }
 }@media only screen and (max-width: 763px) { #LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL { display:block; }#LhOKy3giuE3D2nbO6TMDa61X6tGwfPSL > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbrnf7Thz6MqBSmdb1gnX5GA8fqw2Eo4 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAcnalK8Hz7ZVJL7ZVnmPkgpnrwFxm7D { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtOOsU2uwUipA3y0cTzBPrgQLqy8wqlk { width:18.75rem;height:2.6rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiqCeMm5KvSJXIILWBIHn7zqeZqewDKv { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHyIGhNeSm2l9Heb1mkTV0ureSL3mDT { width:19.9375rem;height:5.8125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPNtFPc0WwUJG0qeTmGGzF2pnDDVFwR2 { width:13.5rem;height:4.1875rem;top:9.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkXTRnkSIz6C3hVerdJ0p7RfPNMFBv8B { display:block; }
 }@media only screen and (max-width: 763px) { #Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI { display:block; }#Kd0AAggHHHrvrPvqIPoJiQeylzifCtkI > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEtMRF6K8q8BltXfRzmSUD8CVC17TZ4Z { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWd4ok4VLN9KfbmKUQcrv033Juvdd0TN { width:19.9375rem;height:2.6rem;top:2.3104095458984rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgs2W7DixgiCxdlpw3QOaBv7iMZiaGsl { width:18.75rem;height:2.6rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiUJcJPaaHQqpcOIzTU03NcLLTRqaLRO { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIzzAKB4LfzF0bX2rZmovQNoNZlO34fF { width:19.9375rem;height:5.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbSGwZpHUTVFvszXeush9vdkuH5SeNiC { width:13.5rem;height:4.1875rem;top:9.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN3kcTBg0btl6myDrINI9Xp3cT7PGFpz { display:block; }
 }@media only screen and (max-width: 763px) { #pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb { display:block; }#pTJ6LJs4TMWwT8RHOlwROy3qO1d0VlDb > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgzTEzT8C8bLPZqFyNt4g62aklFU2Mbe { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7GQbafK2UoBM4fzMXn1p63tTl1B8bC { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxTk0ViGfTv8zlteR96cuoJ32QhhyXCq { width:18.75rem;height:2.6rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHmdWqgvOzmg1RNCVrE2lZVUui1OpqNC { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHHDhHwvfUBiB0O2IGTrR0t7ZSTnIrn4 { width:19.9375rem;height:12rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTJkf0wKRy2T1ZswUhbzdinvV4aaoGT { width:13.5rem;height:4.1875rem;top:9.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZxn5aMveu7bLQV77vPlKHOhs37TlF65 { display:block; }
 }@media only screen and (max-width: 763px) { #wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 { display:block; }#wUJAeaESnm6E8NDRSS53zSiNi2tWccQ1 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2Vo5V93vPhiWpQfsaLhSgV4c9qzFQUw { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmWWBRCMmzkI816JBI2nCv0TVAgWe1bn { width:18.75rem;height:2.6rem;top:2.3101119995117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4sbBlS8T1gvhG3FyMUb4owL20D55zOG { width:18.75rem;height:1.3rem;top:5.0737838745117rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVA2mQbMwlmexwiqzy0wQ8p3sD1HqdUP { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTD36bsqdQtGo2EWbNWwPpLXbJx7g0Xq { width:19.9375rem;height:10.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrD5fWAySE4FDTo3QyIQgPE3lUCF8mRb { width:13.5rem;height:4.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTCl1g6ViaDwREgdEBPhwUkqMnk2kiM { display:block; }
 }@media only screen and (max-width: 763px) { #NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke { display:block; }#NsTUUa86LhK1EQgkR8FHfciR6Aosi3ke > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { background-color:#072351;background-image:none;display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { background-color: transparent; background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .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); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { width:20rem;height:234.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { width:7.6875rem;height:10.3125rem;top:3.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { width:10rem;height:10.25rem;top:4.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { width:9.25rem;height:1.3rem;top:8.00625038147rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { width:8.9364375rem;height:2.6rem;top:9rem;left:11.063541412354rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { width:7.875rem;height:11.8125rem;top:25.4375rem;left:0.67982784431137rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { width:10.625rem;height:1.3rem;top:30.575000762939rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { width:8.9375rem;height:1.3rem;top:31.8125rem;left:10.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { width:9.5625rem;height:3.9rem;top:19.4375rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { width:7.8125rem;height:9.9375rem;top:15.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { width:9.125rem;height:1.3rem;top:18.200000762939rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { width:7.3125rem;height:3.9rem;top:42.362499237061rem;left:11.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { width:6.9375rem;height:1.3rem;top:41.0625rem;left:11.90625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { width:9.9375rem;height:10.25rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { width:11.3125rem;height:11.5rem;top:245.20707321167rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { width:10.375rem;height:10.5rem;top:13.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { width:10.8125rem;height:10.9375rem;top:25.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { width:10.75rem;height:10.875rem;top:38.424999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { width:10.375rem;height:11.9375rem;top:61.499998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOEVFaa2Z3skTg58VqMatycFTwG772Ja { width:12.625rem;height:12.8125rem;top:49.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3piWvzuV21ITXobeW2a4bwULO69SIRH { width:11.3125rem;height:11.4375rem;top:61.749998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { width:9.25rem;height:13.25rem;top:48.250001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { width:11.5rem;height:11.625rem;top:75.81250190735rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { width:8.8125rem;height:13.3125rem;top:87.43750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { width:12.75rem;height:12.875rem;top:87.43750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { width:9.6875rem;height:1.3rem;top:65.62499809265rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { width:10.5rem;height:1.3rem;top:92.37500190735rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { width:9.125rem;height:1.3rem;top:54.685417175293rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { width:9.4375rem;height:2.6rem;top:66.925001144406rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { width:8.9375rem;height:2.6rem;top:93.443752288819rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { width:6.6875rem;height:1.3rem;top:55.985416412354rem;left:12.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPCyGUfrCQr6iAbgybMcGUfB2L4TC0e { width:10.8125rem;height:1.3rem;top:104.37503242492rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RyBaG2tn3gpbpa7WWX1i2IQvv0cuRZeh { width:10.5rem;height:3.9rem;top:105.67499542236rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { width:11.9375rem;height:12.125rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ullkryPbXmvdev2rsmSBlVv9T0zGsl92 { width:10.6875rem;height:1.3rem;top:119.42499732971rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prHz7EyyO1hnAW0kLpOuA6c6oItwVEeo { width:10.0625rem;height:14.5625rem;top:112.00000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbcq6K6iggq0BFB4fZe6GxrLET9BpXG4 { width:10.875rem;height:1.3rem;top:118.1249961853rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #saGteQNKRcfy8xImcVLi4ZwqQNyglu8G { width:12.375rem;height:12.5rem;top:113.56250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { width:10.875rem;height:2.6rem;top:132.56874847412rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { width:10.6875rem;height:12.3125rem;top:126.56249427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { width:11.3125rem;height:11.4375rem;top:127.49999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { width:9.8125rem;height:1.3rem;top:131.4999961853rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { width:12.125rem;height:12.25rem;top:141.0624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { width:9.375rem;height:13.625rem;top:139.6249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { width:9.8125rem;height:1.3rem;top:145.29999542236rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { width:9.75rem;height:1.3rem;top:146.53749847412rem;left:10.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzwvPzuZHvH78dTVxmTSr49CzGq762d { width:9.375rem;height:2.6rem;top:159.36250495911rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUMKUr0z3opJUcKMCDCmWUQMKktCyfTU { width:8.9375rem;height:1.3rem;top:158.0625038147rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CMNuWBfCrerxgTsSVatb5rKTHZHF457q { width:9.4375rem;height:2.6rem;top:173.43124389649rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { width:9.75rem;height:1.3rem;top:172.13122940064rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { width:12.4375rem;height:12.625rem;top:154.6875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { width:10.9375rem;height:10.9375rem;top:167.3125038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNrOMg9DoSK65cxSuQDZAeRpv0BRcwg { width:9.125rem;height:13.1875rem;top:154.0624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJgsmGtZOmXl21V0eT4vD224eTahHaN { width:13.1875rem;height:13.3125rem;top:168.06250476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GukMvairllQzaDbLhuUg1HUST8Zmtwmd { width:11.375rem;height:1.3rem;top:187.42500305176rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { width:9.875rem;height:1.3rem;top:186.1250038147rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { width:8.75rem;height:13.25rem;top:180.3749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { width:11.5rem;height:11.625rem;top:182.1875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7GD6AiU1k4kWXXgci22KSmti3kSzig { width:9.8125rem;height:14rem;top:73.18753147125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { width:9.625rem;height:1.3rem;top:79rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { width:9.1875rem;height:3.9rem;top:80.3125rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { width:10.0625rem;height:14.8125rem;top:192.84375572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { width:10.75rem;height:1.3rem;top:199.60000610351rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { width:10.8125rem;height:1.3rem;top:200.68750572204rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgQtWRbmv4eTukklVhd8uPvhzFyikcx { width:11.5rem;height:11.625rem;top:194.43750572204rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #mCo9eptZIddQGgJlticWeBycurwgmcMb { width:9.75rem;height:1.3rem;top:215.27499961853rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { width:10.625rem;height:1.3rem;top:213.97500038147rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { width:10.9375rem;height:13.9375rem;top:206.96874237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { width:12.1875rem;height:12.3125rem;top:209.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { width:12.3125rem;height:12.5rem;top:221.99999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awTVfDf6iC7bKgyx63BnOZRtlt9He79J { width:10.4375rem;height:11.5rem;top:221.99999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { width:10.25rem;height:1.3rem;top:225.24999237061rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { width:8.3125rem;height:2.6rem;top:226.54999160767rem;left:10.629166603088rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUW94PcA1c88KJtmrtipN6v8JLOxlr2Q { width:9.1875rem;height:10.125rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { display:none; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tVb6TDH7oWzdp9ZQywDf5NmyrhKMKe49 { width:16.8198125rem;height:3.25625rem;top:0.80625152587888rem;left:1.5895833969116rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #bdd653, #bdd653);background-image: -moz-linear-gradient(top, #bdd653, #bdd653);background-image: -ms-linear-gradient(top, #bdd653, #bdd653);background-image: -o-linear-gradient(top, #bdd653, #bdd653);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );";background-image: linear-gradient(to bottom, #bdd653, #bdd653);background-size:auto !important;color:#144f55;border-top:0.3125rem solid #144f55;border-left:0.3125rem solid #144f55;border-right:0.3125rem solid #144f55;border-bottom:0.3125rem solid #144f55;display:block; }
 }@media only screen and (max-width: 763px) { #T3JBHK8hbRxO8V0Pg0yiTdmGzHKfmgEJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { width:20rem;height:5.625rem;top:10.379165649414rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { width:18.31875rem;height:3.19375rem;top:26.246875762939rem;left:0.84062480926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block; }
 }@media only screen and (max-width: 763px) { #sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { width:19rem;height:8.125rem;top:1.6593742370606rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { width:19.25rem;height:23.375rem;top:0.9395751953125rem;left:0.056249618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc64He8tvvSvhuSkfe3DlTrOI488dWeI { width:20rem;height:3.25rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { width:12.6875rem;height:2.6875rem;top:20.875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUUutT0QlkelN57EOTLelUGWTuJnfds { height:11.160058737151rem;width:20rem;top:5.09895625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZaiouEU7fqM6TMwkk86sGgHw54veM68 { display:block; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZITpioyskocFwoEHZ7ddDTo7GORPrW { background-color:#072351;background-image:none;display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { background-color: transparent; background-image: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .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); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { width:18.75rem;height:11.25rem;top:12.0625rem;left:0.625rem;border-top:0.0625rem solid #6820dc;border-left:0.0625rem solid #6820dc;border-right:0.0625rem solid #6820dc;border-bottom:0.0625rem solid #6820dc;display:block; }
 }@media only screen and (max-width: 763px) { #mHkATeBgAaAz1ywFMXz8X0wsx2sipx2K { width:20rem;height:9.375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { width:20rem;height:1.2rem;top:0.99935531616213rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { width:20rem;height:4.125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprkR8JcrUTgqQenANKThoIDBcUa9P4C { width:10.75rem;height:3.3125rem;top:24.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block; }
 }@media only screen and (max-width: 763px) { #yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd { display:flex;width:2.3125rem;height:2.3125rem;top:16.59375rem;left:6.25rem; }
#yyo4UHBTC3DxA4FHfXKLKuBagvZJznkd > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { width:20rem;height:3rem;top:8.4342365264894rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { display:none; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { width:20rem;height:5.85rem;top:1.318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBLCds1ReEf7viFOR429seocvry05a9b { display:none; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { width:20rem;height:54.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:1.8125rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:3.4375rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { z-index:2; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf {  }
 }@media only screen and (max-width: 763px) { #BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { display:none; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { width:18.75rem;height:28.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { width:17.5rem;height:1.95rem;top:1.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { width:18.75rem;height:4.6875rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { width:4.0625rem;height:2.925rem;top:5.375rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { width:7.75rem;height:1.95rem;top:6.1875rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { width:14.375rem;height:10.3828125rem;top:12.5625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { width:10.75rem;height:3.3125rem;top:26.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block; }
 }@media only screen and (max-width: 763px) { #lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { width:10.75rem;height:3.3125rem;top:88.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block; }
 }@media only screen and (max-width: 763px) { #tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { width:18.75rem;height:28.125rem;top:61.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { width:18.75rem;height:4.6875rem;top:66.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { width:4.0625rem;height:2.925rem;top:67.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { width:7.75rem;height:1.95rem;top:67.9375rem;left:7.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { width:17.5rem;height:1.95rem;top:63.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { width:10.75rem;height:3.3125rem;top:57.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block; }
 }@media only screen and (max-width: 763px) { #wkEeetawi6KUNOwMnB5CTlqyGE60SecI { width:18.75rem;height:28.125rem;top:30.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { width:18.75rem;height:4.6875rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { width:4.0625rem;height:2.925rem;top:36.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { width:7.75rem;height:1.95rem;top:37.375rem;left:8.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { width:17.5rem;height:1.95rem;top:32.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { width:14.375rem;height:10.3828125rem;top:43.5rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { width:14.375rem;height:10.3828125rem;top:74.6875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { display:block; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { width:20rem;height:2.6rem;top:9.58749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { width:7.9375rem;height:2.5625rem;top:12.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { width:20rem;height:2.6rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { width:11.25rem;height:1.25rem;top:19rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { width:8.9375rem;height:1.3125rem;top:21.973958015442rem;left:1.1260414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbWFq5wEivf6HmJThktOggNiQrATSIG { width:9.7489375rem;height:1.43645625rem;top:24.223958015442rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { width:9.749375rem;height:1.93685rem;top:15.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbafK91c61eQr5BThgKAczCpswUFJyUO { width:6.3125rem;height:3.125rem;top:22.570834159851rem;left:13.034374237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { width:7.7495625rem;height:2.43706875rem;top:15.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhukluwwawuS0At1vtGPU55m9fc3zf3 { width:9.375rem;height:2.75rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPiieMydtmOFkQewI4Lv1PDil9ys13m { width:8.246875rem;height:3.68645625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { width:8.5625rem;height:5.75rem;top:37.0625rem;left:10.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { width:9.2479375rem;height:1.74791875rem;top:35.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { width:20rem;height:2.6rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { width:11.5625rem;height:2.1875rem;top:4.6875rem;left:4.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOWz7nTeKsf61k7brue0IZlmH2FT79A { width:8.875rem;height:2.24895625rem;top:12.473958969116rem;left:9.9989576339719rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3gim4UOZGestHlfZkbaXsdTTuPuV6n { width:6.12395625rem;height:4rem;top:41.6875rem;left:10.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dmDF7QMvfhJMLgpR8dmNk0kn2KqQA7q5 { width:7.061625rem;height:1.74913125rem;top:58rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { width:11.6875rem;height:3.6875rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { width:19.125rem;height:5.5rem;top:46.125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { width:19.875rem;height:4.25rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { width:9.5625rem;height:4.6875rem;top:51.625rem;left:10.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { width:5.25rem;height:3.125rem;top:18.0625rem;left:13.472916603088rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { width:6.4375rem;height:4.875rem;top:41.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { width:7.125rem;height:4.125rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7gUezefRICgUfECReyHrTX12oyEJVT { width:10.9375rem;height:5rem;top:60.6875rem;left:8.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { width:7.4375rem;height:5.0625rem;top:51.972932815552rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { width:11.8125rem;height:2.375rem;top:66.84375190735rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { width:6.6875rem;height:5rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfs8aBnzbVSOAPoQ1xleJLhWU1MWdp5g { width:12.875rem;height:1.625rem;top:72.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { display:none; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .row .container { width:20rem;height:101.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { width:11.6875rem;height:2.875rem;top:54.718749046326rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { width:7rem;height:4.125rem;top:85.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { width:6.0625rem;height:2.4375rem;top:38.123967170716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { width:7.8125rem;height:2.9375rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { width:9.5625rem;height:3.1875rem;top:98.3124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { width:7.8125rem;height:1.9375rem;top:95.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { width:10.625rem;height:1.375rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { width:6.9375rem;height:3rem;top:82.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { width:11.0625rem;height:2.125rem;top:82.8125rem;left:8.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { display:block; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#132851;display:block; }
 }@media only screen and (max-width: 763px) { #n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4hsTheznLAAps0d99grk4X9FuTSD2F { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsCWHveORVEVyfiBrvslbWklIeR5kv8w { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { height:10.776375rem;width:19.187rem;top:2.31201171875rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EESMQzA1GW03tBnKrA1PSyne5bCspN66 { height:10.776547923654rem;width:19.1875rem;top:16.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { height:10.776375rem;width:19.187rem;top:30.12451171875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { width:18.2495rem;height:1.78125rem;top:0rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { width:18.2495rem;height:1.78125rem;top:13.85986328125rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { width:18.2495rem;height:1.78125rem;top:27.796630859375rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/e60baabf-4587-4267-b983-4fca2b50ade4/ST2025J_POZ_tlo1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.adaptive-delivery-prevent-bg, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyload, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyloading { background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { background-color: transparent; background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .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); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { width:11.3748125rem;height:1.13769375rem;top:33.375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { width:10.1248125rem;height:1.13769375rem;top:34.4375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { width:12rem;height:1.13769375rem;top:20.125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCSVyd6p67XGzBdFmems5cpkuyVQisr { width:12.6875rem;height:1.13769375rem;top:21.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Agyz49fK9mfmSdyQEawalPPRfMToxM { width:12.9375rem;height:1.13769375rem;top:22.9375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { width:12.3123125rem;height:1.13769375rem;top:24.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzvU3MUatii1wiu1K6dskaxklw9xTta { width:12.625rem;height:1.13769375rem;top:30.75rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { width:11.936875rem;height:1.13769375rem;top:31.885851860046rem;left:8.0620661377906rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { width:6.9375rem;height:6.9375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { width:7.1875rem;height:7.1875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { display:flex;width:1.81206875rem;height:1.81206875rem;top:24.0625rem;left:5.1875rem; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; } }@media only screen and (max-width: 763px) { #pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { display:flex;width:1.68728125rem;height:1.68728125rem;top:33.875rem;left:5.3125rem; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:1.68728125rem; height:1.68728125rem; } }@media only screen and (max-width: 763px) { #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { width:7.125rem;height:7.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { width:11.5rem;height:1.13769375rem;top:8.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { width:12.061625rem;height:1.13769375rem;top:9.1875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { width:12.4370625rem;height:1.13769375rem;top:11.3125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { width:13.125rem;height:1.13769375rem;top:12.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #filNiMobEkQOOzve4ZkTBFkxrJEql6JK { display:flex;width:1.875rem;height:1.875rem;top:12.754991531372rem;left:5.3179255127907rem; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { width:11.8120625rem;height:2.4375rem;top:5.0694427490234rem;left:4.0939670205116rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { width:12.874375rem;height:2.4375rem;top:16.508246421814rem;left:3.5622830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { width:11.8120625rem;height:2.4375rem;top:27.162543296814rem;left:4.0928822159767rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { background-color:#1e0a47;background-image:url("https://images.assets-landingi.com/uc/e60baabf-4587-4267-b983-4fca2b50ade4/ST2025J_POZ_tlo1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.adaptive-delivery-prevent-bg, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyload, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyloading { background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { background-color: transparent; background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .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); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { width:19.8123125rem;height:5.6875rem;top:3.71745rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { width:13.5625rem;height:3.4222182970973rem;top:10.6477875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { width:20rem;height:1.21875rem;top:15.3190125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { width:20rem;height:16.769076923077rem;top:17.7864625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { width:12.0625rem;height:4.2903723592094rem;top:52.0019625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { width:12.0625rem;height:4.2903723592094rem;top:60.126504736328rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { width:17.875rem;height:14.947891441374rem;top:35.80515rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { display:flex;width:2.5625rem;height:2.5625rem;top:56.314004736328rem;left:6.9377174377444rem; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { display:flex;width:2.5625rem;height:2.5625rem;top:64.438546972656rem;left:7.1861991882325rem; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { display:flex;width:2.5625rem;height:2.5625rem;top:56.314004736328rem;left:10.8125rem; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { display:flex;width:2.5625rem;height:2.5625rem;top:64.438546972656rem;left:11.562282562256rem; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { display:flex;width:2.8125rem;height:2.8125rem;top:64.313542366025rem;left:15.25rem; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }