.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:#0a1651;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { 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;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { 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.49960625rem;width:3.06210625rem;top:1.4355467557907rem;left:44.0625rem;overflow:hidden;display:block; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { 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:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.625rem;left:7.5rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { 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:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #085da9;border-left:0.125rem solid #085da9;border-right:0.125rem solid #085da9;border-bottom:0.125rem solid #085da9;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#085da9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00162f;background-image:url("https://images.assets-landingi.com/uc/f6a2c320-af85-4574-b2bd-80dcb382cd05/LP_desktop_WW.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3.adaptive-delivery-prevent-bg, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyload, #oygLyom0mpqqQCqK4m8zKPeTsACl27O3.lazyloading { background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.4375rem;top:9.9037907123569rem;left:9.0292248725894rem;overflow:hidden;display:none; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #684bce, rgba(28,149,157,0.94));background-image: -moz-linear-gradient(0deg, #684bce, rgba(28,149,157,0.94));background-image: -ms-linear-gradient(0deg, #684bce, rgba(28,149,157,0.94));background-image: -o-linear-gradient(0deg, #684bce, rgba(28,149,157,0.94));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#ef1c959d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#ef1c959d' );";background-image: linear-gradient(0deg, #684bce, rgba(28,149,157,0.94));background-size:contain !important;color:#ffffff;padding-top:0.513125rem;padding-right:0.475rem;padding-bottom:0.513125rem;padding-left:0.475rem;display:block;align-items:center;width:2.84625rem;min-width:2.84625rem;height:2.754375rem;position:relative;font-family:mukta;font-size:2.051875rem;font-weight:700;line-height:44.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { background-color:;background-image:none;color:#233686;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.795625rem;height:1.085625rem;position:relative;font-family:mukta;font-size:0.769375rem;font-weight:700;line-height:17.37px;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;font-style:normal; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;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:19.187125rem;height:5.18671875rem;padding-top:0.640625rem;padding-right:0.678125rem;padding-bottom:0.640625rem;padding-left:0.678125rem;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:25.781247615814rem;left:23.662498474121rem;z-index:15018; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq { width:auto; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
#upBBmgSSIODVaLFbLxzqoqcZP9FMKVfx { color:#a42323;display:block;width:24.4980625rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.069530010223rem;left:22.192966461182rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { color:#366f64;display:block;width:48.624625rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15154;line-height:01.2;letter-spacing:0;top:15.998046398163rem;left:10.819919586182rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { color:#366f64;display:block;width:30.062125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15073;line-height:01.2;letter-spacing:0;top:4.6515622138977rem;left:21.164451599121rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IKkuHh2apbce3dw8DoTqXtMWBD0prhlg { color:#a42323;display:block;width:44.312125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:10.062499523163rem;left:13.975780487061rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twdJm7rRimlJHUcRXmLbLvX0W6X3EyC5 { color:#366f64;display:block;width:24.6855625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15074;line-height:01.2;letter-spacing:0;top:7.4648432731631rem;left:23.665233612061rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgDzfggo5AVa5VbVRHu13T4TcLdzJeVM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1855625rem;width:43.937125rem;top:32.248825311661rem;left:30.498043060302rem;overflow:hidden;display:block; }
#ZlsT4v11yMg9urbp1BgpJBi18cLe7Gda { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.875rem;top:32.249998092651rem;left:55.125rem;overflow:hidden;display:block; }
#MlcTW80yTB1cnqRJQzdNBQugNBBdDydw { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.3125rem;left:4.125rem;display:none; }
#IXZciGPVD5oT4c29TPpAw4QssytVC1MF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { color:#ffffff;display:block;width:37.937125rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.474605560302rem;left:2.99609375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hc3BtXyHlXlylx1W4vnWARpur8dWSDTK { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:1.8125rem;left:0.6875rem;display:none; }
#QT7Tl37KlrVHmx3mTzotM3p6CGzed5i4 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:5.375rem;left:0.6875rem;display:none; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #684bce, #13575b);background-image: -moz-linear-gradient(180deg, #684bce, #13575b);background-image: -ms-linear-gradient(180deg, #684bce, #13575b);background-image: -o-linear-gradient(180deg, #684bce, #13575b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#13575b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#13575b' );";background-image: linear-gradient(180deg, #684bce, #13575b);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; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .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); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { border-width: 0; border-radius: 0; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { color:#ffffff;display:block;width:69.436875rem;position:absolute;font-family:mukta;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { color:#4b3f86;display:block;width:31.4375rem;position:absolute;font-family:mukta;font-size:2.3125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:4.6871070861816rem;left:3.7496070861816rem;height:3.00625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { color:#b22bb7;display:block;width:5.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.562175750733rem;left:52.780759811401rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#0a3aff;background-image:none;top:19.417101860046rem;left:50.303099155426rem;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { color:#b22bb7;display:block;width:7.49925rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.562356472016rem;left:42.811056613922rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { color:#b22bb7;display:block;width:5.9375rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.562175750733rem;left:52.780759811401rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#0a3aff;background-image:none;top:19.417101860046rem;left:50.303099155426rem;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { color:#b22bb7;display:block;width:7.49925rem;position:absolute;font-family:mukta;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.562356472016rem;left:42.811056613922rem;height:1.867675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Mm4d1B0TB8g9ZHpLHPFObTcWUIw8BFfy { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.998825073243rem;left:2.873046875rem;height:6.58125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvGAhUN1QFKa4nR5ip9rhXgPzboVTbyK { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.124607086182rem;left:2.873046875rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ODkhx9oTnt8zNWTxRm1KuBXrJUpzHTC1 { box-sizing:content-box;height:3.25rem;width:33.8125rem;position:absolute;display:block;z-index:15150;background-color:#a9ecb9;background-image:none;top:4.4996070861816rem;left:2.8742179870606rem;display:block; }
#SF4QWyfkyHMdEhp6d2LaxQpVLp1fFq3S { color:#ffffff;display:block;width:37.937125rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.474605560302rem;left:2.99609375rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ch6UphMnTU89K1NAEaUlH4nuO3ZDp6uD { box-sizing:content-box;height:3.24960625rem;width:18.999625rem;position:absolute;display:block;z-index:15152;background-color:#e8a4ff;background-image:none;top:6.060937166214rem;left:52.874603271484rem;display:none; }
#PPK9fxZ9DnHiceiLXy4J4noVlocAOh3Z { box-sizing:content-box;height:3.25rem;width:28.625rem;position:absolute;display:block;z-index:15151;background-color:#e8a4ff;background-image:none;top:3.3105466365814rem;left:43.248435974121rem;display:none; }
#PrpoXV89vTlONzKMiTSWoNl8U5KBD4LN { color:#214d2a;display:block;width:35.875rem;position:absolute;font-family:mukta;font-size:2.3125rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:3.4367179870606rem;left:35.437103271484rem;height:8.325rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13575b, #31825b);background-image: -moz-linear-gradient(180deg, #13575b, #31825b);background-image: -ms-linear-gradient(180deg, #13575b, #31825b);background-image: -o-linear-gradient(180deg, #13575b, #31825b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13575b', endColorstr='#31825b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13575b', endColorstr='#31825b' );";background-image: linear-gradient(180deg, #13575b, #31825b);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; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { background-color: transparent; background-image: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .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); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { border-width: 0; border-radius: 0; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { color:#214d2a;display:block;width:35.875rem;position:absolute;font-family:mukta;font-size:2.3125rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:3.4367179870606rem;left:35.437103271484rem;height:8.325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dHSNWviJmZMHvcQuDTr5knfhTxETpHFr { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:18.0625rem;top:7.564453125rem;left:6.6238288879394rem;overflow:hidden;display:block; }
#AXsPLV77MSUCiNMCaS5JHUITHNpIPNoK { 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:14.5rem;width:15.875rem;display:none; }
#ytUwSBicA9o9UWxgrROe7vADNa8UeG0x { color:#ffffff;display:block;width:35.499625rem;position:absolute;font-family:mukta;font-size:1.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.872263908386rem;left:37.509368896484rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7PNL4l20SFtuimO9f8UvufqAuTGHzoS { box-sizing:content-box;height:3.25rem;width:28.625rem;position:absolute;display:block;z-index:15151;background-color:#e8a4ff;background-image:none;top:3.3105466365814rem;left:43.248435974121rem;display:block; }
#P0guTJG2RwnnVvKbAn22kWUMmRBeaphq { box-sizing:content-box;height:3.24960625rem;width:18.999625rem;position:absolute;display:block;z-index:15152;background-color:#e8a4ff;background-image:none;top:6.060937166214rem;left:52.874603271484rem;display:block; }
#EQmFVvgqUw4W4LukXTfNiB5qkTkqVuyH { box-sizing:content-box;height:10.8125rem;width:11.4375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6a5ff);background-image: -moz-linear-gradient(180deg, #ffffff, #e6a5ff);background-image: -ms-linear-gradient(180deg, #ffffff, #e6a5ff);background-image: -o-linear-gradient(180deg, #ffffff, #e6a5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6a5ff' );";background-image: linear-gradient(180deg, #ffffff, #e6a5ff);background-size:auto !important;top:5.689453125rem;left:9.4363288879394rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;display:block; }
#NtMdUTPP7mmmVpiu7Jc5XNrgbGWbmndT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:15.323432922363rem;left:67.686325073244rem; }
#Za9drEJnk7ITg2agkfA0RChCCt2Qlnku { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.062125rem;height:2.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.019918441773rem;left:55.061714172363rem;display:block; }
#pDW3uLaKGC9fL0tgw1CTVsfaU7s2p6oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBzH1pXJoTpROUC6CbiyriJr6onoNq18 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:14.5605625rem;top:1.9992141723632rem;left:8.341796875rem;overflow:hidden;display:block; }
#DHn0KGt6b5pgmHZLcblOWPcUWCHnMJeP { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;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.312125rem;width:14.5605625rem;top:0rem;left:13.371482849121rem;overflow:hidden;display:block; }
#UR2OMkFCqsXc8l9UAzUkPCT0Bp81N3T7 { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;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.312125rem;width:14.5605625rem;top:12.997265100479rem;left:2.2492179870606rem;overflow:hidden;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .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; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .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:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(90deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(90deg, #105ab7, #379fe5);background-image: -o-linear-gradient(90deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(90deg, #105ab7, #379fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { background-color: transparent; background-image: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .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); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { border-width: 0; border-radius: 0; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { color:#ffffff;display:block;width:26.3741875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.48828125rem;left:6.62109375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.811717987061rem;left:4.1859359741211rem; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:mukta;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:11.499999046326rem;left:6.6222648620606rem;height:7.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.184764862061rem;left:4.1847648620606rem; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.624608039856rem;left:4.1847648620606rem; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { color:#ffffff;display:block;width:15.1236875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.8664016723633rem;left:55.9921875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43671875rem;width:1.43671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.71875rem;left:63.339836120606rem; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.875rem;left:10.3125rem;display:none; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { background-color:#ffa200;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:mukta;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.0991875rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.997657775879rem;left:57.809761047363rem;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { background-color:#ffa200;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:mukta;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.0991875rem;height:2.09960625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.653511047363rem;left:57.809761047363rem;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { box-sizing:content-box;height:15.875rem;width:35.25rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;top:5.2503890991211rem;left:39.747650146484rem;border-top-left-radius:9.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:14.5625rem;top:1.849625rem;left:40.060548881386rem;overflow:hidden;display:block; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(90deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(90deg, #105ab7, #379fe5);background-image: -o-linear-gradient(90deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(90deg, #105ab7, #379fe5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .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); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;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.687125rem;width:17.3730625rem;top:4.1859378814697rem;left:6.6222648620606rem;overflow:hidden;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81210625rem;width:11.7491875rem;top:13rem;left:58.0625rem;overflow:hidden;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62460625rem;width:11.7491875rem;top:7.6875rem;left:57.875rem;overflow:hidden;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.746875rem;height:2.8125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:14.12343788147rem;left:30.126560211182rem;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { box-sizing:content-box;height:17.4375rem;width:35.0625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;top:2.8113288879394rem;left:1.810546875rem;border-top-left-radius:9.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { box-sizing:content-box;height:9.9375rem;width:10.6241875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9035167694092rem;left:32.187889099121rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.adaptive-delivery-prevent-bg, #HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.lazyload, #HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX.lazyloading { background-image: none; }
#vGV47TXDosDTsX4U1WkRKLoPICbzqcOM { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.5285167694092rem;left:57.937492370606rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { 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:none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { color:#141436;display:block;width:20.6875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9992179870606rem;left:27.062496185302rem;height:2.25043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.0623626708984rem;left:52.062067508698rem; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.8120727539062rem;left:52.062067508698rem;display:block; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(23,23,23,0.25);border-left:0.0625rem solid rgba(23,23,23,0.25);border-right:0.0625rem solid rgba(23,23,23,0.25);border-bottom:0.0625rem solid rgba(23,23,23,0.25);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.875rem;width:29.8125rem;top:1.1239471435547rem;left:25.061460494995rem;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { 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:none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:none; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { color:#053b67;display:block;width:69.5625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.0615234375rem;left:1.9990234375rem;height:1.4625rem;font-style:normal;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { color:#053b67;display:block;width:52.0625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.837497711182rem;left:1.935546875rem;height:2.925rem;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; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { color:#000000;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:16.061199188233rem;left:0.81119918823244rem;height:1.8rem;font-style:normal;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { color:#000000;display:block;width:43.9995625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.8125rem;height:1.4625rem;font-style:normal;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { color:#053b67;display:block;width:57rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { color:#000000;display:block;width:23.74925rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:1.8rem;font-style:normal;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { color:#053b67;display:block;width:42.8125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.9375rem;height:1.4625rem;font-style:normal;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { color:#000000;display:block;width:28.2494375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.5189528465271rem;left:0.998263835907rem;height:1.8rem;font-style:normal;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { color:#053b67;display:block;width:67.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0.8125rem;height:1.46195rem;font-style:normal;display:none; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { color:#053b67;display:block;width:67.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:0.8125rem;height:1.4619125rem;font-style:normal;display:none; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { 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:none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { color:#141436;display:block;width:24.1875rem;position:absolute;font-family:mukta;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6861991882324rem;left:25.060909748077rem;height:2.25043125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.2482604980469rem;left:52.247976779938rem; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { position:absolute;display:block;z-index:15002;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:2.25rem;width:1.625rem;top:1.7795104980469rem;left:52.247976779938rem;display:block; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(23,23,23,0.25);border-left:0.0625rem solid rgba(23,23,23,0.25);border-right:0.0625rem solid rgba(23,23,23,0.25);border-bottom:0.0625rem solid rgba(23,23,23,0.25);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4rem;width:29.8125rem;top:0.8109130859375rem;left:24.998264789581rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { 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:none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:none; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:1.3544921875rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { color:#053b67;display:block;width:42.4375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.564453125rem;left:1.7490234375rem;height:1.4625rem;font-style:normal;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { color:#053b67;display:block;width:72.375rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.55859375rem;left:1.7486991882324rem;height:1.4625rem;font-style:normal;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { color:#000000;display:block;width:46.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:9.810546875rem;left:0.6865234375rem;height:1.8rem;font-style:normal;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { color:#000000;display:block;width:23.75rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:5.6250001192093rem;left:0.6875rem;height:1.8rem;font-style:normal;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:0.9423828125rem;left:0rem;display:block; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { color:#053b67;display:block;width:72.3125rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.75rem;height:0;font-style:normal;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { color:#053b67;display:block;width:72rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.349609375rem;left:1.75rem;height:1.4619125rem;font-style:normal;display:none; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { color:#000000;display:block;width:32.4355625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:20.9375rem;left:0.625rem;height:1.8rem;font-style:normal;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.4375rem;left:1.4375rem;height:1.4625rem;font-style:normal;display:none; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { color:#053b67;display:block;width:61rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.625rem;height:2.925rem;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; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { color:#000000;display:block;width:32.434875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:16.5rem;left:0.9375rem;height:1.8rem;font-style:normal;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { color:#053b67;display:block;width:19.625rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { color:#053b67;display:block;width:73.2475rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.8125rem;height:1.4625rem;font-style:normal;display:block; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { 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; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { background-color: transparent; background-image: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { display: none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .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); }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.4375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:0.5rem;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.375rem;height:3.4125rem;font-style:normal;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { color:#000000;display:block;width:15rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:38.3125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:4.625rem;left:38.375rem;display:block; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4353847503662rem;left:38.311361312866rem;height:1.1378875rem;font-style:normal;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { color:#000000;display:block;width:36.56175rem;position:absolute;font-family:mukta;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9929103851319rem;left:38.438223361969rem;height:1.1378875rem;font-style:normal;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { 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:3.3125rem;width:16.4375rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { background-color: transparent; background-image: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { display: none; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .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); }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { border-width: 0; border-radius: 0; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:1.5411932468414rem;left:5.46875rem;height:2.7rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.46875rem;height:1.625rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.0625rem;left:5.5625rem;height:2.4375rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.5rem;height:2.4375rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.6692743301392rem;left:5.46875rem;height:1.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.8454895019531rem;left:5.46875rem;height:0.97511875rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.5625rem;height:0.97511875rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.5rem;height:0.97511875rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.541015625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:4.0625rem;left:29.1875rem;height:1.05rem;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.125rem;height:0.97511875rem;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.0625rem;left:29.125rem;height:0.97511875rem;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.1875rem;height:0.97511875rem;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.1875rem;height:0.97511875rem;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.5625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:29.0625rem;left:29.1875rem;height:0.97511875rem;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:60.5625rem;height:0.97511875rem;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { color:#00aeef;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.1875rem;left:60.5rem;height:0.97511875rem;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.5rem;left:60.5625rem;height:2.4375rem;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { color:#000000;display:block;width:14.4993125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.4375rem;left:60.5rem;height:2.4375rem;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { 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:1.875rem;width:1.875rem;top:1.5394172668457rem;left:2.3748226165771rem;overflow:hidden;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.875rem;top:6.8454895019531rem;left:2.3741321563721rem;overflow:hidden;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:17.310760498047rem;left:2.5920143127441rem;overflow:hidden;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:4.25rem;overflow:hidden;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.8125rem;top:31.713542938233rem;left:2.4055991172791rem;overflow:hidden;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.25rem;top:31.713542938233rem;left:6.5rem;overflow:hidden;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { 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:1.5rem;width:1.8125rem;top:31.713542938233rem;left:8.75rem;overflow:hidden;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:28rem;top:2.4140625rem;left:47.0009765625rem;overflow:hidden;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.9375rem;height:2.925rem;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:8rem;top:5.4930458068847rem;left:48.1875rem;overflow:hidden;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:8rem;top:5.5625rem;left:56.9375rem;overflow:hidden;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { 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:2.625rem;width:8rem;top:5.5625rem;left:65.875rem;overflow:hidden;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:6.8125rem;top:14.15625rem;left:49.1875rem;overflow:hidden;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:5.625rem;top:19.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2rem;top:11.625rem;left:2.25rem;overflow:hidden;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888888;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; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:#ffffff;display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { top:1.375rem;left:30.4375rem;width:3rem;height:2.4485652575106rem;display:block; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7087012668128rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:47.75rem;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { top:9.875rem;left:0rem;width:6.5rem;height:5rem;display:none; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;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; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
#upBBmgSSIODVaLFbLxzqoqcZP9FMKVfx { top:23.0625rem;left:8.5679664611819rem;width:24.4375rem;height:1.6875rem;font-size:1rem;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { top:15.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.3125rem;display:block; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { top:4.625rem;left:7.5394515991213rem;width:30rem;height:2.5rem;font-size:1rem;display:block; }
#IKkuHh2apbce3dw8DoTqXtMWBD0prhlg { top:10rem;left:0.35078048706055rem;width:44.25rem;height:3.9375rem;font-size:1.375rem;display:block; }
#twdJm7rRimlJHUcRXmLbLvX0W6X3EyC5 { top:7.4375rem;left:10.040233612061rem;width:24.625rem;height:2.5rem;font-size:1rem;display:block; }
#hgDzfggo5AVa5VbVRHu13T4TcLdzJeVM { top:32.1875rem;left:3.875rem;width:43.875rem;height:29.144295506078rem;display:block; }
#ZlsT4v11yMg9urbp1BgpJBi18cLe7Gda { top:32.1875rem;left:27.875rem;width:19.875rem;height:10.875rem;display:block; }
#MlcTW80yTB1cnqRJQzdNBQugNBBdDydw { top:9.3125rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1.625rem;display:none; }
#IXZciGPVD5oT4c29TPpAw4QssytVC1MF { display:none; }
#wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { top:34.75rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.5rem;display:none; }
#QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { display:none; }
#FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { display:none; }
#hc3BtXyHlXlylx1W4vnWARpur8dWSDTK { top:1.8125rem;left:0rem;width:7.6875rem;height:2.75rem;font-size:1.25rem;display:none; }
#QT7Tl37KlrVHmx3mTzotM3p6CGzed5i4 { top:5.375rem;left:0rem;width:7.8125rem;height:4.125rem;font-size:1.25rem;display:none; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:47.75rem;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { top:4.625rem;left:0rem;width:31.375rem;height:3rem;font-size:2.3125rem;display:block; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { top:19.5rem;left:39.155759811401rem;width:5.9375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { top:19.375rem;left:36.678099155426rem;width:6.1875rem;height:2.0625rem;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { top:19.5rem;left:29.186056613922rem;width:7.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { top:19.5rem;left:39.155759811401rem;width:5.9375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { top:19.375rem;left:36.678099155426rem;width:6.1875rem;height:2.0625rem;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { top:19.5rem;left:29.186056613922rem;width:7.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#Mm4d1B0TB8g9ZHpLHPFObTcWUIw8BFfy { top:15.9375rem;left:0rem;width:43.5rem;height:6.5625rem;font-size:1.125rem;display:block; }
#TvGAhUN1QFKa4nR5ip9rhXgPzboVTbyK { top:24.0625rem;left:0rem;width:37.875rem;height:4.375rem;font-size:1.125rem;display:block; }
#ODkhx9oTnt8zNWTxRm1KuBXrJUpzHTC1 { top:4.4375rem;left:0rem;width:33.75rem;height:3.1875rem;display:block; }
#SF4QWyfkyHMdEhp6d2LaxQpVLp1fFq3S { top:10.4375rem;left:0rem;width:37.875rem;height:4.375rem;font-size:1.125rem;display:block; }
#Ch6UphMnTU89K1NAEaUlH4nuO3ZDp6uD { top:6rem;left:28.8125rem;width:18.9375rem;height:3.1875rem;display:none; }
#PPK9fxZ9DnHiceiLXy4J4noVlocAOh3Z { top:3.25rem;left:19.1875rem;width:28.5625rem;height:3.1875rem;display:none; }
#PrpoXV89vTlONzKMiTSWoNl8U5KBD4LN { top:3.375rem;left:11.875rem;width:35.875rem;height:11.125rem;font-size:1.5rem;display:none; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { display:block; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { width:47.75rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { top:3.375rem;left:11.875rem;width:35.875rem;height:11.125rem;font-size:2.3125rem;display:block; }
#dHSNWviJmZMHvcQuDTr5knfhTxETpHFr { top:7.5625rem;left:0rem;width:18.0625rem;height:7.4368418981017rem;display:block; }
#AXsPLV77MSUCiNMCaS5JHUITHNpIPNoK { width:15.875rem;height:14.5rem;display:none; }
#ytUwSBicA9o9UWxgrROe7vADNa8UeG0x { top:11.8125rem;left:12.3125rem;width:35.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
#y7PNL4l20SFtuimO9f8UvufqAuTGHzoS { top:3.25rem;left:19.1875rem;width:28.5625rem;height:3.1875rem;display:block; }
#P0guTJG2RwnnVvKbAn22kWUMmRBeaphq { top:6rem;left:28.8125rem;width:18.9375rem;height:3.1875rem;display:block; }
#EQmFVvgqUw4W4LukXTfNiB5qkTkqVuyH { top:5.6875rem;left:0rem;width:11.4375rem;height:10.75rem;display:block; }
#NtMdUTPP7mmmVpiu7Jc5XNrgbGWbmndT { top:15.3125rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
#Za9drEJnk7ITg2agkfA0RChCCt2Qlnku { width:12rem;height:2.8125rem;top:17rem;left:35.75rem;display:block; }
#pDW3uLaKGC9fL0tgw1CTVsfaU7s2p6oi { display:block; }
#OBzH1pXJoTpROUC6CbiyriJr6onoNq18 { top:1.9375rem;left:0rem;width:14.5rem;height:23.526735316716rem;display:block; }
#DHn0KGt6b5pgmHZLcblOWPcUWCHnMJeP { top:0rem;left:0rem;width:14.5rem;height:20.227639728891rem;display:block; }
#UR2OMkFCqsXc8l9UAzUkPCT0Bp81N3T7 { top:12.9375rem;left:0rem;width:14.5rem;height:20.227639728891rem;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { width:47.75rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { top:8.4375rem;left:0rem;width:26.3125rem;height:1.9375rem;font-size:1.4375rem;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { top:11.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { top:11.4375rem;left:0rem;width:31.125rem;height:7.0625rem;font-size:0.875rem;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { top:14.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { top:16.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { top:5.8125rem;left:32.6875rem;width:15.0625rem;height:4.5rem;font-size:1.25rem;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { top:14.6875rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { top:5.875rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { width:12.125rem;height:2.1875rem;top:11.9375rem;left:35.625rem;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { width:12.0625rem;height:2.0625rem;top:16.625rem;left:35.6875rem;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { top:5.25rem;left:12.5rem;width:35.25rem;height:15.875rem;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { top:1.8125rem;left:26.435548881386rem;width:14.5625rem;height:19.25rem;display:none; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:47.75rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { top:4.125rem;left:0rem;width:17.3125rem;height:14.635925678763rem;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { top:13rem;left:36.0625rem;width:11.6875rem;height:3.7920913081756rem;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { top:7.6875rem;left:36.0625rem;width:11.6875rem;height:3.6055757512488rem;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { width:14.6875rem;height:2.8125rem;top:14.0625rem;left:16.501560211182rem;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { top:2.75rem;left:0rem;width:35.0625rem;height:17.4375rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { top:3.875rem;left:18.562889099121rem;width:10.5625rem;height:9.9375rem;display:block; }
#vGV47TXDosDTsX4U1WkRKLoPICbzqcOM { top:4.5rem;left:30.875rem;width:16.875rem;height:1.625rem;font-size:1.0625rem;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { display:block; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:47.75rem;position:relative;display:block; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { top:1.9375rem;left:13.437496185302rem;width:20.6875rem;height:2.25rem;font-size:1.0625rem;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { top:2rem;left:38.437067508698rem;width:1.625rem;height:1.625rem;display:block; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { top:1.75rem;left:38.437067508698rem;width:1.625rem;height:2.25rem;display:block; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { top:1.0625rem;left:11.436460494995rem;width:29.8125rem;height:3.875rem;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { display:block; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:47.75rem;position:relative;display:block; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { top:18rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { top:11.8125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { top:16rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { top:10.125rem;left:0rem;width:17.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { top:7.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { top:5.6875rem;left:0rem;width:23.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { top:3.375rem;left:0rem;width:42.75rem;height:3.125rem;font-size:0.875rem;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { top:1.5rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { top:11.8125rem;left:0rem;width:17.125rem;height:2.0625rem;font-size:0.875rem;display:none; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { top:14.4375rem;left:0rem;width:19.375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { display:block; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:47.75rem;position:relative;display:block; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { top:1.625rem;left:11.435909748077rem;width:24.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { top:2.1875rem;left:38.622976779938rem;width:1.625rem;height:1.625rem;display:block; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { top:1.75rem;left:38.622976779938rem;width:1.625rem;height:2.25rem;display:block; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { top:0.75rem;left:11.373264789581rem;width:29.8125rem;height:4rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { display:block; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:47.75rem;position:relative;display:block; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { top:1.3125rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { top:3.5625rem;left:0rem;width:42.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { top:7.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { top:9.75rem;left:0rem;width:46.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { top:5.625rem;left:0rem;width:23.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { top:0.9375rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { top:16.5rem;left:0rem;width:47.75rem;height:0;font-size:1.125rem;display:block; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { top:14.4375rem;left:0rem;width:18.75rem;height:4.5rem;font-size:0.875rem;display:none; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { top:20.9375rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { top:23.25rem;left:0rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { top:12rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { top:16.5rem;left:0rem;width:32.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { top:18.375rem;left:0rem;width:19.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { top:23.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { display:block; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:47.75rem;position:relative;display:block; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { top:2.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { top:4.625rem;left:0rem;width:14rem;height:0.0625rem;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { top:5.4375rem;left:0rem;width:30.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { top:2.75rem;left:23.875rem;width:14.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { top:4.625rem;left:23.875rem;width:14rem;height:0.0625rem;display:block; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { top:5.375rem;left:11.25rem;width:36.5rem;height:1.125rem;font-size:0.875rem;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { top:6.9375rem;left:11.25rem;width:36.5rem;height:1.125rem;font-size:0.875rem;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { top:9.5rem;left:0rem;width:16.4375rem;height:3.3125rem;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:47.75rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { top:1.5rem;left:0.90625rem;width:14.0625rem;height:2.6875rem;font-size:0.75rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { top:8.0625rem;left:0.90625rem;width:14.8125rem;height:1.625rem;font-size:0.625rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { top:13.0625rem;left:1rem;width:13.9375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { top:19.125rem;left:0.9375rem;width:13.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { top:2.625rem;left:0.90625rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { top:6.8125rem;left:0.90625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { top:11.8125rem;left:1rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { top:17.875rem;left:0.9375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { top:1.5rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { top:4.0625rem;left:15.875rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { top:6.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { top:9.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { top:11.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { top:14.375rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { top:16.875rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { top:19.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { top:21.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { top:24.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { top:26.5625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { top:29.0625rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { top:14.25rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { top:20.1875rem;left:35.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { top:15.5rem;left:33.25rem;width:14.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { top:21.4375rem;left:33.1875rem;width:14.4375rem;height:2.4375rem;font-size:0.625rem;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { top:1.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { top:6.8125rem;left:0rem;width:1.875rem;height:1.6875rem;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { top:17.25rem;left:0rem;width:1.4375rem;height:1.875rem;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { top:31.6875rem;left:0rem;width:2.25rem;height:1.5rem;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { top:31.6875rem;left:0rem;width:1.8125rem;height:1.5rem;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { top:31.6875rem;left:1.9375rem;width:2.25rem;height:1.5rem;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { top:31.6875rem;left:4.1875rem;width:1.8125rem;height:1.5rem;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { top:2.375rem;left:3.75rem;width:28rem;height:7.1875rem;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { top:3.5rem;left:31.6875rem;width:15.9375rem;height:2.8125rem;font-size:0.75rem;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { top:5.4375rem;left:23.75rem;width:8rem;height:2.625rem;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { top:5.5625rem;left:34.125rem;width:8rem;height:2.625rem;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { top:5.5625rem;left:39.625rem;width:8rem;height:2.625rem;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { top:14.125rem;left:24.9375rem;width:6.8125rem;height:3.75rem;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { top:19.8125rem;left:26.125rem;width:5.625rem;height:3.375rem;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { top:11.625rem;left:0rem;width:2rem;height:1.8125rem;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #444ba4, #1e8e35);background-image: -moz-linear-gradient(180deg, #444ba4, #1e8e35);background-image: -ms-linear-gradient(180deg, #444ba4, #1e8e35);background-image: -o-linear-gradient(180deg, #444ba4, #1e8e35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ba4', endColorstr='#1e8e35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ba4', endColorstr='#1e8e35' );";background-image: linear-gradient(180deg, #444ba4, #1e8e35);background-size:contain !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; }#mgLKykKfOqPE2FTGqdGZRfvRaa5BSN71 { width:3rem;height:2.4488041090633rem;top:4.530274609375rem;left:17rem;display:none; }
#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7087012668128rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:5.3125rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { display:block; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { background-color: transparent; background-image: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row > .video-iframe-container { display: none; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .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); }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 { border-width: 0; border-radius: 0; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oygLyom0mpqqQCqK4m8zKPeTsACl27O3 > .row .container { width:20rem;height:42.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #684bce, #13575b);background-image: -moz-linear-gradient(180deg, #684bce, #13575b);background-image: -ms-linear-gradient(180deg, #684bce, #13575b);background-image: -o-linear-gradient(180deg, #684bce, #13575b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#13575b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#684bce', endColorstr='#13575b' );";background-image: linear-gradient(180deg, #684bce, #13575b);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#yBGyvllDoSmhXUWJwxuuFGwSP2rg17S2 { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#XBXckv8BKJ64S1xTlot33f5WTtRaO1MR { width:20rem;height:15.375rem;top:0rem;left:0rem;z-index:14999;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .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;flex-direction:column; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-number { padding-top:0.24625rem;padding-right:0.255625rem;padding-bottom:0.24625rem;padding-left:0.255625rem;width:1.535625rem;min-width:1.535625rem;height:1.31625rem;font-size:0.9825rem;line-height:21.06px;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(59,113,230,0.94), #0d3a7d);background-image: -moz-linear-gradient(0deg, rgba(59,113,230,0.94), #0d3a7d);background-image: -ms-linear-gradient(0deg, rgba(59,113,230,0.94), #0d3a7d);background-image: -o-linear-gradient(0deg, rgba(59,113,230,0.94), #0d3a7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3b71e6', endColorstr='#0d3a7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3b71e6', endColorstr='#0d3a7d' );";background-image: linear-gradient(0deg, rgba(59,113,230,0.94), #0d3a7d);background-size:contain !important; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1525rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.05rem;height:0.51875rem;font-size:0.3675rem;line-height:8.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx { display:flex;width:12.0625rem;height:2.4375rem;top:23.060545444489rem;left:2.7960935235024rem;padding-top:0.698125rem;padding-right:0.83125rem;padding-bottom:0.698125rem;padding-left:0.83125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15156;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #aChvfNCuhHQpiGXcnTST5i4vVbvFGeRl { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #dTKTZ6zCWkoolTpCuEuQWOov7mmhTqQq {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #KzADLTwzf49QAD5wpAcdJ2CTa7hilnL3 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #w3DnGxvCk96it3TH9ezMx7E3xuEXg5Or { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #DwVcXbWUGvEcJW8rTkEFVHqHzuz9Inai {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #ehrfpsC8ynPVTS3WaluNVsXJ7P2xbxcT {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #n3GsCySgTJNUslhP8o6iGnSCJkJcbP3A { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #g4HCqlGDmRLtIJRhBK3wet0172kfzbGC {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #tSogG8fNVQCtftmtmgL3CSfJkt5fW3Rf {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #vn2EoPboOXuadKs0UAcaGaou2TVITKNs { display:flex;position:relative;top:0rem;left:0rem; }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #oLTFu424IcLQNksD5bazSzd150noBFd1 {  }
#cxqD7u7nIo8z9qcyByXBkBJmzyoekIfx #GDyUuq4OTrEBGSyJLD9VihabibFkW4nD {  }
#upBBmgSSIODVaLFbLxzqoqcZP9FMKVfx { width:19.9991875rem;height:1.3rem;top:20.523436069489rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#TCwwVVvbPUp6Jb9Pl8rkTcPXhq43cxAV { width:19.99925rem;height:3.15rem;top:16.061327457428rem;left:0rem;font-size:1.3125rem;line-height:1.2;color:#ffffff;display:block; }
#c2oZK5w7Zp9EWKigXXR10Q2cxBQgDDgl { width:12.8125rem;height:0;top:4.9656250476837rem;left:0.3125rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
#IKkuHh2apbce3dw8DoTqXtMWBD0prhlg { width:19.9980625rem;height:0;top:6.7359366416931rem;left:0.0011718273162842rem;font-size:1.375rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
#twdJm7rRimlJHUcRXmLbLvX0W6X3EyC5 { width:12.5625rem;height:0;top:6.4312503337862rem;left:0.43854171037674rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
#hgDzfggo5AVa5VbVRHu13T4TcLdzJeVM { width:20rem;height:13.1875rem;top:29.558336257934rem;left:0rem;z-index:14997;display:block; }
#ZlsT4v11yMg9urbp1BgpJBi18cLe7Gda { width:12.875rem;height:6.75rem;top:28.004167318344rem;left:2.7187500596046rem;display:block; }
#MlcTW80yTB1cnqRJQzdNBQugNBBdDydw { top:10.121875524521rem;left:0.69999998807906rem;width:12.4980625rem;height:3.575rem;z-index:15157;font-family:montserrat;font-weight:700;font-style:normal;color:#a42323;font-size:1.625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
#IXZciGPVD5oT4c29TPpAw4QssytVC1MF { top:28.004167318344rem;left:0rem;width:20rem;height:0.25rem;z-index:15158;background-color:#891414;background-image:none;display:block; }
#wRhaH6Wnwx0Q27FhOI8eyo4m1gINQtay { width:19.9979375rem;height:3rem;top:36.9906270504rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#23444a;z-index:15159;font-weight:700;font-style:normal;line-height:1;display:block; }
#QWx0ZqDPgt8BMZJvwF5VBr4ZfBaTKEbD { top:36.688543319702rem;left:6.1562500596046rem;width:7.8125rem;height:2.3125rem;z-index:14998;background-color:#a9ecb9;background-image:none;display:block; }
#FtTq8fvpBmwfuaVLTbIb97MVqnLKcsEJ { top:37.720836400986rem;left:1.9916668534279rem;width:16rem;height:2.3125rem;z-index:14999;background-color:#a9ecb9;background-image:none;display:block; }
#hc3BtXyHlXlylx1W4vnWARpur8dWSDTK { top:3.6104166507721rem;left:0.69999998807906rem;width:7.6875rem;height:2.75rem;z-index:15158;font-family:montserrat;font-weight:700;font-style:normal;color:#366f64;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
#QT7Tl37KlrVHmx3mTzotM3p6CGzed5i4 { top:6.8729169368744rem;left:0.69999998807906rem;width:9.125rem;height:2.75rem;z-index:15159;font-family:montserrat;font-weight:700;font-style:normal;color:#366f64;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { display:block; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr { background-color: transparent; background-image: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row > .video-iframe-container { display: none; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .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); }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpX7UiSyxNasTrVgVPo469WoZi9ZTDQr > .row .container { width:20rem;height:29.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13575b, #31825b);background-image: -moz-linear-gradient(180deg, #13575b, #31825b);background-image: -ms-linear-gradient(180deg, #13575b, #31825b);background-image: -o-linear-gradient(180deg, #13575b, #31825b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13575b', endColorstr='#31825b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13575b', endColorstr='#31825b' );";background-image: linear-gradient(180deg, #13575b, #31825b);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yAgZbUrOoKLJMqBtB2q2BBUoZTR8TgmT { width:20rem;height:0;top:29.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#w8fpMLvZTBLH4XfTe1RDxuP9TGGNnmHH { width:3.75rem;height:3.75rem;top:12.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
#aVty4OVTiRaRlJ4lmZGs5X9P3TIyZu0y { width:3.75rem;height:3.75rem;top:23.0625rem;left:-28.625rem;z-index:15156;display:block; }
#FfoA3lUnM1dslKRuTGg2DWam7D4e6t3T { width:19.8739375rem;height:1.3rem;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#JDQWE2QgRrqZE0NxC1PmAmHatOoLh97h { width:5.9375rem;height:0;top:36.167153358459rem;left:15.34895837307rem;font-size:1.4375rem;z-index:15055;display:none; }
#DTxufcIBUL5qTzdSxuRdCWVvdQJP8mCk { width:5.43691875rem;height:1.49956875rem;top:36.021479606628rem;left:14.05843102932rem;z-index:15004;display:none; }
#o5h4vpS8OiTyhwpTlwTrDJfGUUwLmf4Z { width:7.4375rem;height:0;top:36.167151451111rem;left:6.5665715932844rem;font-size:1.4375rem;z-index:15054;display:none; }
#lq5Zc4uwqkPEm3pvDRKPZvdFlp1mqPSu { width:5.9375rem;height:0;top:47.042154312134rem;left:15.34895837307rem;font-size:1.4375rem;z-index:15058;display:none; }
#MQmKa4p2BTTkhE75g52ClybPF3ATRfOM { width:5.43691875rem;height:1.49956875rem;top:46.146480560302rem;left:15.80843102932rem;z-index:15007;display:none; }
#mALJbGzIaNkImzKWE5s8Sypxr7Vt5GpD { width:7.4375rem;height:0;top:47.042152404785rem;left:9.0665715932844rem;font-size:1.4375rem;z-index:15057;display:none; }
#Mm4d1B0TB8g9ZHpLHPFObTcWUIw8BFfy { width:19.125rem;height:7.3125rem;top:6.375rem;left:0.43750005960464rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#TvGAhUN1QFKa4nR5ip9rhXgPzboVTbyK { width:16.1875rem;height:5.85rem;top:15.1875rem;left:1.9062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ODkhx9oTnt8zNWTxRm1KuBXrJUpzHTC1 { width:20rem;height:3.1875rem;top:0.8125rem;left:0rem;display:none; }
#SF4QWyfkyHMdEhp6d2LaxQpVLp1fFq3S { width:19.9989375rem;height:4.3875rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ch6UphMnTU89K1NAEaUlH4nuO3ZDp6uD { width:15rem;height:2.625rem;top:25.312496185302rem;left:2.3125002980233rem;z-index:15155;display:block; }
#PPK9fxZ9DnHiceiLXy4J4noVlocAOh3Z { width:18.625rem;height:2.4375rem;top:23.937496185302rem;left:0.68750005960463rem;z-index:15154;display:block; }
#PrpoXV89vTlONzKMiTSWoNl8U5KBD4LN { width:18.5rem;height:4.5rem;top:24.5239375rem;left:0.87500005960463rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15170;line-height:1;display:block; }
#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #31825b, #13575b);background-image: -moz-linear-gradient(180deg, #31825b, #13575b);background-image: -ms-linear-gradient(180deg, #31825b, #13575b);background-image: -o-linear-gradient(180deg, #31825b, #13575b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#13575b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31825b', endColorstr='#13575b' );";background-image: linear-gradient(180deg, #31825b, #13575b);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;display:block; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { background-color: transparent; background-image: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { display: none; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .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); }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { border-width: 0; border-radius: 0; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxJBtyv5SDbZpPsKRvlgwhMBf6bw96Fd > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; }#li4LSv0BIZ3mheby4qkoo66kAZutbhft { width:18.5rem;height:0;top:1.7906265258789rem;left:1.5000000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#dHSNWviJmZMHvcQuDTr5knfhTxETpHFr { width:18.8125rem;height:7.75rem;top:6.25rem;left:0.75000005960463rem;overflow:hidden;display:block; }
#AXsPLV77MSUCiNMCaS5JHUITHNpIPNoK { top:3.1265642642975rem;left:16.188280880451rem;width:3.8109375rem;height:3.4359375rem;z-index:15167;overflow:hidden;display:none; }
#ytUwSBicA9o9UWxgrROe7vADNa8UeG0x { width:13.5rem;height:5.3625rem;top:24.266669273376rem;left:3.2500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#y7PNL4l20SFtuimO9f8UvufqAuTGHzoS { width:17rem;height:1.875rem;top:1.5000066757202rem;left:1.625rem;display:none; }
#P0guTJG2RwnnVvKbAn22kWUMmRBeaphq { width:13.1875rem;height:1.8125rem;top:3.3593759536743rem;left:3.4375000596046rem;display:none; }
#EQmFVvgqUw4W4LukXTfNiB5qkTkqVuyH { width:10.75rem;height:10.0625rem;top:5.125rem;left:4.4375002980232rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
#NtMdUTPP7mmmVpiu7Jc5XNrgbGWbmndT { display:flex;width:2.9375rem;height:2.9375rem;top:30.625007629394rem;left:8.5312507748606rem;display:none; }
#Za9drEJnk7ITg2agkfA0RChCCt2Qlnku { width:15.375rem;height:3.0625rem;top:31.247918128967rem;left:2.3125000596046rem;font-size:1.375rem;z-index:15164;display:block; }
#pDW3uLaKGC9fL0tgw1CTVsfaU7s2p6oi { display:block; }
#OBzH1pXJoTpROUC6CbiyriJr6onoNq18 { width:13rem;height:21.1875rem;top:1.5625rem;left:3.5000002980233rem;overflow:hidden;display:block; }
#DHn0KGt6b5pgmHZLcblOWPcUWCHnMJeP { width:9.375rem;height:13.1875rem;top:13.273959159851rem;left:0rem;overflow:hidden;display:block; }
#UR2OMkFCqsXc8l9UAzUkPCT0Bp81N3T7 { width:11.375rem;height:15.9375rem;top:2.1552076339722rem;left:8.6250007748606rem;overflow:hidden;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:8.25rem;position:relative;display:none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #379fe5, #105ab7);background-image: -moz-linear-gradient(180deg, #379fe5, #105ab7);background-image: -ms-linear-gradient(180deg, #379fe5, #105ab7);background-image: -o-linear-gradient(180deg, #379fe5, #105ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#379fe5', endColorstr='#105ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#379fe5', endColorstr='#105ab7' );";background-image: linear-gradient(180deg, #379fe5, #105ab7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { background-color: transparent; background-image: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { display: none; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .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); }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { border-width: 0; border-radius: 0; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvAmdRO2u8aJULKOumeAE8zn0q6Xoi60 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; }#dAn9nZ23DOZVU3iSdrgSSrD08aeJLlEu { width:20rem;height:1.725rem;top:1.4510412216186rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#VbIhcSgQUQ4duWHukLgsiKJscXEzEWy8 { display:flex;width:1rem;height:1rem;top:4.6249923706055rem;left:0.87500005960463rem; }
#kTs1AIOgLliT0gu0TuvLgSnTAcNEdGXu { width:16.75rem;height:6.5625rem;top:3.9999923706055rem;left:2.3750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.5;display:block; }
#BFQI31Uuo26p1LIrFQ7Ke7hJBaTFHJyr { display:flex;width:1rem;height:1rem;top:6.8124923706056rem;left:0.87500005960463rem;font-size:0.6875rem; }
#buPQL9SAMNxwpbQqlN92kVv2alcmKbPQ { display:flex;width:1rem;height:1rem;top:8.8749923706056rem;left:0.93750005960463rem;font-size:0.6875rem; }
#eOS5QtX0TOAscxPfCCJTkIBAfvffabsf { width:10.0625rem;height:3.15rem;top:12.189582824707rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#c4QoJWRBQIp2qWaKJLz34ISihTHqFZo7 { display:flex;width:3.5rem;height:3.5rem;top:29.469411617279rem;left:8.25rem;display:none; }
#m2l5glLFGlhtetg5auRcHSXKalf6s62z { display:flex;width:1rem;height:1rem;top:19.064582824707rem;left:5.3072918057442rem;z-index:15026; }
#ET09oCRrJsNHGGWBqbc3HlAnzA1vyC1M { width:5.49166625rem;height:1.42916625rem;top:17.064582824707rem;left:3.1250000596046rem;font-size:0.875rem;color:#ffffff;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;background-color:#ffa200;background-image:none;display:block; }
#O5TUZZhzpbwuAqUJPTqMrK0UhpNmOP1k { display:block; }
#HFOl1PkzemXgax1NWDH64FqNSza80EEk { width:5.86666625rem;height:1.36666625rem;top:20.562507629394rem;left:3.0000000596046rem;font-size:0.875rem;color:#ffffff;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;background-color:#ffa200;background-image:none;display:block; }
#CxNxo0gmT4FcTAdTWL2sooScAureImyK { display:block; }
#DrXTZNs4AApqO63AcWlTGfDt4wQDe6fU { width:19.25rem;height:7.625rem;top:15.749992370606rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
#so5Imb4XnGQ09QsGNt64iT9IxSMdnH9x { width:9.6875rem;height:12.625rem;top:10.624992370606rem;left:10.312500774861rem;z-index:15057;overflow:hidden;display:block; }
#lG3J4srsUmmdqevumVrNPseidKZ3p17D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #105ab7, #379fe5);background-image: -moz-linear-gradient(180deg, #105ab7, #379fe5);background-image: -ms-linear-gradient(180deg, #105ab7, #379fe5);background-image: -o-linear-gradient(180deg, #105ab7, #379fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#105ab7', endColorstr='#379fe5' );";background-image: linear-gradient(180deg, #105ab7, #379fe5);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { background-color: transparent; background-image: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { display: none; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .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); }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { border-width: 0; border-radius: 0; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG3J4srsUmmdqevumVrNPseidKZ3p17D > .row .container { width:20rem;height:15.875rem;position:relative;display:block; }#bHDt5E9GClaxDtncfgGqOhHoI1exJGTU { width:8.5rem;height:7.25rem;top:7.3135414123538rem;left:0.62500005960463rem;display:block; }
#v4fn2nvSIKTd3umxks0d62VRQaxxhZWJ { width:8.4375rem;height:2.6875rem;top:12.1875rem;left:10.312500774861rem;display:block; }
#zZSayCPW1vXCLLAD6B3fzExmMbVMRJ3d { width:8.4375rem;height:2.6875rem;top:9.0625rem;left:10.375000774861rem;display:block; }
#ewQAwebJtJ0OeTZOXaHU8EyPxnJXhu5l { width:11.25rem;height:2.25rem;top:2.625rem;left:8.6250007748606rem;font-size:0.9375rem;z-index:15164;display:block; }
#HSiI3RivWqO91goe5VVg480KleDoefvW { display:block; }
#lUX43eJioKDilvQ5i49uNq59v48zMWAp { width:19.625rem;height:7.625rem;top:8.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:5rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HruueVE0bpcSL7Pdxrk5qMEaHBTlNLRX { width:7.9375rem;height:7.375rem;top:0rem;left:0.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vGV47TXDosDTsX4U1WkRKLoPICbzqcOM { width:10.3125rem;height:1.275rem;top:5.9541625976562rem;left:9.1250007748606rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#vX0JKeagASSm0USKtUTr9GuO33vxTdTn { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { border-width: 0; border-radius: 0; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX0JKeagASSm0USKtUTr9GuO33vxTdTn > .row .container { width:20rem;height:3.5697923376465rem;position:relative;display:none; }#LG9yPI8Bfrl9BM3FKUUxDDZKgO4oMZmu { width:15.5rem;height:1.59375rem;top:1.4677429199219rem;left:0.11588543653488rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#141436;z-index:15020;display:block; }
#urhvFrbmxzmNSqQMJBOb2XxqJ2WxXu6n { display:flex;width:2.25rem;height:2.25rem;top:1.625rem;left:16.375rem;display:none; }
#DTvPKLmL3LQxRdBeBuTofeOics7TH3gf { width:2.5rem;height:3.5rem;top:1rem;left:16.3125rem;display:none; }
#am4f6WSHQfKf3Swu1as0BIOFP2Xtd6pJ { width:18.8125rem;height:2.75rem;top:0.68722534179688rem;left:0.62442135810852rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bcd1e1;border-left:0.125rem solid #bcd1e1;border-right:0.125rem solid #bcd1e1;border-bottom:0.125rem solid #bcd1e1;display:block; }
#Ar7HsOW0EqFd37wCS2ax3nXMmZ0tbH48 { display:flex;width:1.5625rem;height:1.5625rem;top:1.4995727539062rem;left:17.186921715736rem;z-index:15037;font-size:1.75rem; }
#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { border-width: 0; border-radius: 0; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QViH4yLMrFowfyNXy6BHZ49KArtoXTnW > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; }#WwHxsSTpEvfT8dG0Rby1MeL9JmJmTf4y { width:18.875rem;height:3.15rem;top:18.684028625488rem;left:0.87167251110075rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#hwtsM3RxIyp3flioyrwa5VvPTzlUazPn { width:20rem;height:auto;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#oxbZz2uqZ7WgRkgJXaPhXAo7LsTH7l3o { width:13.25rem;height:1.125rem;top:17.183738708496rem;left:0.74580442905425rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#bULCE8JDsSiwSKIV3WXPq6NW17ETpBHU { width:17.75rem;height:1.875rem;top:9.55859375rem;left:0.74999994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#IUSS1L9RWSlt18CDSa2yXHqJWzaWaXVW { width:17.0625rem;height:2.1rem;top:6.2707061767575rem;left:0.74999994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#iqzHLSQPRKssTkIxqTmKFDB9KiPTFmcA { width:17.375rem;height:1.125rem;top:4.8112182617188rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#D7LpXTGOEg9vadeuHkR0LDsVVUTH7UrA { width:16.5625rem;height:2.1rem;top:2.271484375rem;left:0.7470703125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#Cdd3FsZi4okWz2wTzKJePTot7BWz7PZI { width:18.375rem;height:1.125rem;top:0.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#zMTnPknnfdxG5eJoCTUA4rcWpOBsMkc4 { width:17.1875rem;height:2.1rem;top:11.850395202637rem;left:0.87421864271162rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#w8qaTL69r0MUOa27Umr7lQhbN8L1z1TJ { width:19.4375rem;height:2.1rem;top:14.457176208496rem;left:0.8094618320465rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15010;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { border-width: 0; border-radius: 0; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRcGkBOrLlmU3MStTCdwToJLhWS7aBy8 > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; }#oqt3Et5VKwUelhH52xVnruITJ7sISDe4 { width:17.6875rem;height:1.5942375rem;top:1.375rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#141436;z-index:15020;display:block; }
#Nua14NdAUS6ywAoZHD1TR4IPVLtMklHJ { display:flex;width:2.25rem;height:2.25rem;top:3rem;left:17.5rem;display:none; }
#AizdI9Xb10nIykTd21NkZXHN90RWQ3Ux { width:2.5rem;height:3.5rem;top:2.6875rem;left:17.5rem;display:none; }
#CSvcATayEzQEHzTylcXWR6sEz9WvoCuE { width:18.8125rem;height:2.75rem;top:0.625rem;left:0.5625rem;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bcd1e1;border-left:0.125rem solid #bcd1e1;border-right:0.125rem solid #bcd1e1;border-bottom:0.125rem solid #bcd1e1;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#lNvThamQ9OabLxpVJ2LzS8e9OD6mLz3g { display:flex;width:1.5625rem;height:1.5625rem;top:1.4052734375rem;left:17.5615234375rem;z-index:15037;font-size:1.0625rem; }
#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { border-width: 0; border-radius: 0; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgQeIp4AZcEeusPrzHyTszsKIi9izS2o > .row .container { width:20rem;height:26.585417175293rem;position:relative;display:none; }#MP6tg8m1Qh2iss12VIQcP1GUpODtgac0 { width:19rem;height:1.125rem;top:1.224609375rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#HzTDd0IoGaeXXCeCAV3ilhpLE1Uidw6W { width:17.375rem;height:2.27578125rem;top:2.68359375rem;left:1.3111979961395rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#a5LO5lsBoA7m0SkFgLig2LvAqLH3ogW4 { width:17.625rem;height:2.27578125rem;top:7.9440116882325rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#g5gZKzATwud7T7geleH4vz0M0I7vg3KN { width:17.875rem;height:1.875rem;top:11.950531005859rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#zRuGytoCqhuSxE9TaDqTfX40NFI9pQSN { width:16.5rem;height:1.125rem;top:6.125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;z-index:15017;line-height:1.2;display:block; }
#A1xCrtFNK96UqUfEgImJfvH5O3Mv8mzV { width:20rem;height:2.624025rem;top:1.25rem;left:0rem;display:none; }
#ECppW3GCIKKkXpZPmaiRFgDJCrFQhIuR { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#viHxQ0wD75rVICOVO44UEytgTSeEdnyQ { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }#o24ZJao3hQKxR1zkuTg3bTdXTUtnX1zO li:before{  }
#RJ4dH7OcwPXrNt2hofnv7fVlnFJ3EDBP { width:18.8125rem;height:4.55rem;top:14.497253417969rem;left:1.1856193542481rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15004;font-weight:400;font-style:normal;display:block; }
#CRlU5865ObuKP49KHfNPHI7dLvqtkVTd { width:13.5625rem;height:1.125rem;top:23.062072753906rem;left:0.62427663803101rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#ipkXqygt2L8H0z1WPoxil9bMQEyQJrze { width:17.8125rem;height:2.27578125rem;top:24.311317443847rem;left:0.8121092915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
#fNJ79zT1hPIVqgVN3MTgBy7bLWLwRyg0 { width:20rem;height:auto;top:12rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#I8tpRKZb1CcJUVKV8AxZhkJb0R680ACr { width:14.75rem;height:1.125rem;top:20.061317443847rem;left:0.6246092915535rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#anehPHcAJmORKyENhlHsPAcS28lOtUiF { width:15.3125rem;height:1.1378875rem;top:21.248817443847rem;left:0.93749994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;font-weight:400;font-style:normal;display:block; }
#wAT3JrlNrSL29T5icBXIo5oKqK08WTgf { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
#znbO6yD4fms08oznezQmrgt5OA64THTd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { border-width: 0; border-radius: 0; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znbO6yD4fms08oznezQmrgt5OA64THTd > .row .container { width:20rem;height:21rem;position:relative;display:none; }#nLK5U2Ru73yPb7B2TL2Ovkbom6FtRZVP { width:12.5rem;height:1.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTz2D2O7pBknkEODrQt5CGKkQJvEuqUv { width:12.5rem;height:0.125rem;top:3.79948125rem;left:3.75rem;background-color:#fefbe9;background-image:none;display:block; }
#LQmPy19UZEPFhN5vNNE21VWbtey78clN { width:18.75rem;height:4.875rem;top:3.798828125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#qudPWhVwzDLVWaXL0m8lTLhts3Mq0aiE { width:15rem;height:1.3rem;top:15.6875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rAeucmTzxvCTdV8qPPmvp0sriky82tuh { width:14rem;height:0.0625rem;top:20.42480625rem;left:3rem;background-color:#fefbe9;background-image:none;display:none; }
#yhUlR4wi8iUyimVnps2Q65SNz03pc9fi { width:19.9986875rem;height:1.1378875rem;top:17.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#Lz9nCE1b6BV2DWLOn00xHkRJtli8kAVC { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:block; }
#riTpnUoZQ5Gbih0hJ74hUll5AmTBgZJ7 { width:20rem;height:1.1378875rem;top:19.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#ECurAhv4UUiTsQXx27iHIPHgkVtzNATM { width:15.0625rem;height:2.9375rem;top:9.6484375rem;left:2.46875rem;display:block; }
#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq { display:block; }#DQVE5bpOdlIq953EZq9nS7KmkzrNZ7xq > .row .container { width:20rem;height:108.9375rem;position:relative;display:block; }#bKXu6TZ1ZQ1enJQOktqV4adq1oalD1iq { width:14.0625rem;height:2.7rem;top:1.875rem;left:3.95263671875rem;font-size:0.75rem;display:block; }
#TNKgOByQiDfhvgEffqt2OLgfAqQ4z7Vu { width:14.8108125rem;height:1.625rem;top:9.2491302490238rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#v9L83Mv9epnRTZKmBCaB1FzALdVtaNmG { width:15.37475rem;height:2.4375rem;top:15.684906005859rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#vVnxmCMsTUOREMg5xL1GhxsTKw0dARgr { width:15.68725rem;height:2.4375rem;top:22.623275756836rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#X5J98e27Gopg2csmr65e9Ed5CnvPwPHZ { width:12.5rem;height:1.625rem;top:3.34375rem;left:3.7500002384186rem;font-size:0.625rem;display:block; }
#sINZPs0kMqReLxLcib4AOXXLNITRPzpk { width:12.5rem;height:0.97511875rem;top:7.5147552490238rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#QhsNMLEiUZawa9h6Cx9DUSA3dQznqzTV { width:12.5rem;height:0.97511875rem;top:14.077255249024rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#rWsRy8edRAPoSGwLvDNDmk86viOLrM0p { width:12.5rem;height:0.97511875rem;top:20.748275756836rem;left:3.7500002384186rem;font-size:0.75rem;display:block; }
#IAiXS3zLqiSxt8AkymaUMx31hT7qbXNB { width:12.5rem;height:0.97511875rem;top:29.125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#gTqzFBXGIVOXyziMfbAxPHUHO4v3vJi6 { width:12.5rem;height:1.05rem;top:31.3125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#fUioHFxTLZs0ZJZnTTzAywFhR9lVTB7k { width:12.5rem;height:0.97511875rem;top:33.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Hgo4NnUpwe0aHW8qnNv24wcTgoLK0BHl { width:12.5rem;height:0.975rem;top:35.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#e0XPRGGigIKFe0ZuTOSKNxetxTRwTIFD { width:12.5rem;height:0.97511875rem;top:38rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#JVJHpM3SIFtkJIVxRFQFW1TVAT0oHSQc { width:12.5rem;height:0.97511875rem;top:40.1875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#QinEMOGMElDqDupLoNQWyWdNOm2KFrQ4 { width:12.5rem;height:0.97511875rem;top:42.375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#IWUC48PNKy9aIn3ncA3F6bJaKolRhTry { width:12.5rem;height:0.97511875rem;top:44.5625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Gefe3IK7kt4VP58Z3lhSWuFCyJDmxMKR { width:12.5rem;height:0.97511875rem;top:46.75rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#TQfwAmHen5hJwx6lT8mIFCmW9AOvQ0lt { width:12.5rem;height:0.97511875rem;top:48.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#PZOZN99MrcQlVZKGZtXrTWXSRdQ7LLNR { width:12.5rem;height:0.97511875rem;top:51.0625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#F6S4q8eSgonEEp4qqNnMLd6UDPfc988K { width:12.5rem;height:0.97511875rem;top:53.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#lIodefKlTTXHm60NBsKv6wyux7WdrDRf { width:12.5rem;height:0.97511875rem;top:85.625rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#zw5OyslqGinavtnBXLyy52T5zhJ6pd5v { width:12.5rem;height:0.97511875rem;top:99.6875rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#WqzoAmrViFxLzGVuG9MsWHRPwS0TM7xr { width:14.375rem;height:2.4375rem;top:87.8125rem;left:2.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
#EiOJCWq1vkymWtyiZ84HoF4d4QTnZxsv { width:14.4375rem;height:2.4375rem;top:101.875rem;left:2.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
#lGgJH1BWa7FDdTeWEXOGdFdIMJUte7tU { width:1.875rem;height:1.875rem;top:1.875rem;left:0.765380859375rem;display:block; }
#vJxT8sOw4dZB1ghdULrLthARwp8llH5I { width:1.875rem;height:1.6870125rem;top:8.375rem;left:0.75rem;display:block; }
#IkfIZVUil6LA6fqFblBrn9nOUZtHl82U { width:1.43676875rem;height:1.875rem;top:20.75rem;left:0.9375rem;display:block; }
#lKFIvT60nqSKypsRSANTEVH9BcNdT1R5 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:6.4375rem;display:block; }
#CcwDOGpor4k6mgBLlHLmrq2o5kN6Ztl6 { width:1.811525rem;height:1.499025rem;top:106.5rem;left:3.3125rem;display:block; }
#rScZbAoCvhR6GB2L1nrbTH0OStOnVR35 { width:2.24975625rem;height:1.499025rem;top:106.5rem;left:10.9375rem;display:block; }
#H1egXPepPJlFfw5yHWxL3LGnDOciX2Il { width:1.811525rem;height:1.499025rem;top:106.5rem;left:14.9375rem;display:block; }
#qOD1T1kWyQeDnlPifGRQo5WC4Ft9sdK9 { width:20rem;height:18.75rem;top:58.49853515625rem;left:0rem;z-index:15025;display:block; }
#LXa2qJg1HUlVJQJ3BpK6ud8O492T3SeS { width:15.9375rem;height:2.925rem;top:60.6396484375rem;left:2.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#xINfOCMLInfyo4E7JQ0wzw7GuyFeFGO2 { width:7.6875rem;height:2.5625rem;top:63.3740234375rem;left:5.99853515625rem;display:block; }
#Nrx12P6Aho9BdRxwcIDhnZvU6rpM2JpJ { width:7.99925rem;height:2.6245125rem;top:68.123779296875rem;left:5.99853515625rem;display:block; }
#nUQcoHlK4FloytXxgaQNMFSUxQtGKz3k { width:7.99925rem;height:2.6245125rem;top:72.811279296875rem;left:5.99853515625rem;display:block; }
#XaNU122ix2uiAsgT9azE4GA140grWL6m { width:8.625rem;height:4.74960625rem;top:79.270696640013rem;left:5.5597651600838rem;display:block; }
#rt8mtQ7NuggNPmPgxQ5LXBUk6kcqi47e { width:5.625rem;height:3.374025rem;top:93.75rem;left:7.25rem;display:block; }
#amDBMyBJTAN7uRSLeTgCVOIX2gBTTbl2 { width:2rem;height:1.8125rem;top:13.8095703125rem;left:0.75rem;display:block; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.4364624023438rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.62422180175781rem;left:2.9367185235024rem;font-size:0.625rem;display:block; }
