.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;
}body { background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e51fee5c-21b3-4190-a2ae-d6d728f094ed/top.png");background-position:top 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; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.adaptive-delivery-prevent-bg, #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.lazyload, #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.lazyloading { background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { border-width: 0; border-radius: 0; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#PqgcD3feoTDi824HlTzmbaf9TUTLHRdF { 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:3.4375rem;width:15.125rem;top:2.5rem;left:0.5625rem;overflow:hidden;display:block; }
#AwrqOGc6amQEcBLtiGbWM1mHRhekkAaA { color:#f8e86b;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6298828125rem;left:0rem;height:1.94921875rem;display:block; }
#yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.1357421875rem;left:0rem;height:;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; }
#GuzZaCdOgqgeA8ThV4od1eMx2O6NGNZL { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.96875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#aT4dOGsnkvMyvpSgawVCItMypZnE5CN0 { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.5625rem;left:52.1875rem;display:block; }
#hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfRTMtm03Oiv0GEvWXJwLkg6LdTqN94V { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:27.8125rem;left:70.375rem;overflow:hidden;display:block; }
#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT { 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; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container { background-color: transparent; background-image: none; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container > .video-iframe-container { display: none; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row > .video-iframe-container { display: none; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .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); }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container { border-width: 0; border-radius: 0; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#B2arg7BdzRuGNaShmTWaaRb7ckTCVJUM { color:#000000;display:block;width:34.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .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; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#1a3e62;padding-top:0.54375rem;padding-right:0.49rem;padding-bottom:0.54375rem;padding-left:0.49rem;display:block;align-items:center;width:2.938125rem;min-width:2.938125rem;height:2.925rem;position:relative;font-family:lato;font-size:2.176875rem;font-weight:700;line-height:46.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-label { background-color:;background-image:none;color:#1a3e62;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.340625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.918125rem;height:1.155rem;position:relative;font-family:lato;font-size:0.81625rem;font-weight:400;line-height:18.48px;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; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#f8e86b;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.6875rem;height:5.508125rem;padding-top:0.680625rem;padding-right:0.699375rem;padding-bottom:0.680625rem;padding-left:0.699375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.783203125rem;left:27.3544921875rem;z-index:15001; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #GmJR0XyGMNt0x1lD1Z8gMAaqK0M3CpMn { display:flex;position:relative;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #UcvLXwwKzADQwF1T6drL3V9Avqb35LZa { width:auto; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #WIxF0G5sX4W31qwZyVr5JlcmI0qgisaL {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #lZOgxT2lQBy6qJGVkoxAGol5tTZf4JOd { display:flex;position:relative;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #cTnPbQieGWfRPzKbGXtTwkRSqPgRe3Z1 {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #LVXM8krhelIBWN0nLTkuA1HQVNTaZmrp {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #PncSfzQW2TKTmTOwTeaZkBBrmT7T9Zpt { display:flex;position:relative;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #T1Z1fd2ybQZNHAOJXBOXaN6bRJD2luFW {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #DuLabA4kg2fWqJmtAcLJQsoZf9Cs1cMe {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #wOOXCicX6FnVACTArFuukRp1gsrIEwrV { display:flex;position:relative;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #kOhLxdoJ3pz4P10T9aWOyge9hdxkuciQ {  }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #uR350WAMJ9XvJTz2NMreRO0Mn4XzU5ai {  }
#uQJLtFtIcVH4BhcUU8zi8g5VEXXutdDs { box-sizing:content-box;height:7.0625rem;width:31rem;position:absolute;display:block;z-index:14999;background-color:#f8e86b;background-image:none;top:7.6875rem;left:22.3994140625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gstcK67D8eHrJAZ575IbZQRkQKVFMEJB { box-sizing:content-box;height:4.375rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#1a3e62;background-image:none;top:9.216796875rem;left:32.46875rem;display:block; }
#Mkxz8ZSSDqvpOanIpDbM4eBZry65tJGx { box-sizing:content-box;height:4.375rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:#1a3e62;background-image:none;top:9.216796875rem;left:37.8662109375rem;display:block; }
#wT7pPXJ079MRF9JnWlMrQsna9crXio5z { box-sizing:content-box;height:4.375rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:#1a3e62;background-image:none;top:9.1875rem;left:42.96875rem;display:block; }
#IBToPOasxfo9R0aaDDkU49i6ikcKrRws { 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; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container { background-color: transparent; background-image: none; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container > .video-iframe-container { display: none; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row > .video-iframe-container { display: none; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .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); }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container { border-width: 0; border-radius: 0; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#OhImi1Eg9TlJoV3zuXuk0E9ROO5pqSdL { box-sizing:content-box;height:4.875rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#1a3e62;background-image:none;top:1.375rem;left:12.65625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fNwnRR1wLUrZlB2KbAxkCTLiOyELU0xb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:14.46875rem;height:2.5996125rem;font-style:normal;display:block; }
#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L { 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; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container { background-color: transparent; background-image: none; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container > .video-iframe-container { display: none; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row > .video-iframe-container { display: none; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .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); }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container { border-width: 0; border-radius: 0; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#S8EApss3xdTVwhTXOIqCrWEVVfzcVkel { box-sizing:content-box;height:9.5rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:0.1875rem;left:12.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oCTEDqNOUITcvsVcCCkPXz1D5GTUSpum { color:#1a3e62;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.5rem;height:3.8984375rem;font-style:normal;display:block; }
#Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz { color:#1a3e62;display:block;width:47.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.2734375rem;left:14.5rem;height:2.5996125rem;overflow:hidden;display:block; }#Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz li:before{  }
#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN { 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; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container { background-color: transparent; background-image: none; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container > .video-iframe-container { display: none; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row > .video-iframe-container { display: none; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .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); }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container { border-width: 0; border-radius: 0; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#dq7gp7ZKUmI8HCgfWTu6W9uPHZIr54GT { box-sizing:content-box;height:8.75rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:0.1875rem;left:12.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u7rENx0r5is4nt5H7JB9nXTVCpgMIrro { color:#1a3e62;display:block;width:46rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.5rem;height:1.94921875rem;font-style:normal;display:block; }
#GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l { color:#1a3e62;display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.23046875rem;left:14.5rem;height:2.5996125rem;overflow:hidden;display:block; }#GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l li:before{  }
#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 { 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; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container { background-color: transparent; background-image: none; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container > .video-iframe-container { display: none; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row > .video-iframe-container { display: none; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .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); }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container { border-width: 0; border-radius: 0; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#hAUXLbmgbvVieWgwxw1B5V5eBGiHQls7 { box-sizing:content-box;height:7.375rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:0.1875rem;left:12.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#za8DH8DAEAs5RCbvrCAmcdEWRfem5nsS { color:#1a3e62;display:block;width:45.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.5rem;height:1.94921875rem;font-style:normal;display:block; }
#UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl { color:#1a3e62;display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.38671875rem;left:14.5rem;height:1.29980625rem;overflow:hidden;display:block; }#UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl li:before{  }
#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw { 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; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container { background-color: transparent; background-image: none; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container > .video-iframe-container { display: none; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row > .video-iframe-container { display: none; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .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); }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container { border-width: 0; border-radius: 0; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#S5CR8cgTwfqKFTfvcOVol1XE9pneCRcw { box-sizing:content-box;height:6.5rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:0.1875rem;left:12.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LxO9NrQBC39rNFMOQWTNS2CvrrneXfw5 { color:#1a3e62;display:block;width:45.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.5rem;height:3.8984375rem;font-style:normal;display:block; }
#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu { 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; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container { background-color: transparent; background-image: none; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container > .video-iframe-container { display: none; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row > .video-iframe-container { display: none; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .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); }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container { border-width: 0; border-radius: 0; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#AWhOJy2OF0zkw5h4ggDnvcDME0deJHw5 { box-sizing:content-box;height:4.5625rem;width:49.6875rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:0.1875rem;left:12.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aliOdpihPHIUZWuvaP0JiAW6EyTOa7Xm { color:#1a3e62;display:block;width:45.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.5rem;height:1.94921875rem;font-style:normal;display:block; }
#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq { 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; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container { background-color: transparent; background-image: none; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container > .video-iframe-container { display: none; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row > .video-iframe-container { display: none; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .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); }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container { border-width: 0; border-radius: 0; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#AAEX3O3WZBqFAFnEJt1m9t7fX9bpRvUK { background-color:#f8e86b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.375rem;left:27.3125rem;display:block; }
#m75rTu6aNQLTEMpQhMw9udrKEUpwDLNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwgocKpE4TIblTF3blalqATiTD1Pk2NP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.625rem;left:45.5rem;overflow:hidden;display:block; }
#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP { 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; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container { background-color: transparent; background-image: none; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container > .video-iframe-container { display: none; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row > .video-iframe-container { display: none; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .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); }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container { border-width: 0; border-radius: 0; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#PSgT2tnNOCAy5dFpVCbAg9ng6Xic7nUI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:0.625rem;left:8.5625rem;overflow:hidden;display:block; }
#NTWJaC9B4f5TZZPEAt1aCVw1WH6KyZ7K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:6.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vynSXdGoUGHQ4c9IoNzvTeIxPm9y7MT9 { box-sizing:content-box;height:9.8125rem;width:49.25rem;position:absolute;display:block;z-index:15002;background-color:#1a3e62;background-image:none;top:1.75rem;left:19.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#pAzW9u9qTxo8ivcPGZ6zJ6eFiCunxbCO { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.16796875rem;left:21.5625rem;height:2.9746125rem;display:block; }
#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container { background-color: transparent; background-image: none; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container > .video-iframe-container { display: none; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row > .video-iframe-container { display: none; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .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); }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container { border-width: 0; border-radius: 0; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#TvdNtehBTtARrToHLOq57mXxoVAtCzpQ { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.90625rem;height:2.5996125rem;text-align:center;text-align-last:center;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; }
#f2xKFKtu0fd91P2wAq3C3ZO7V4EQCqFP { box-sizing:content-box;height:14rem;width:17.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a3e62, #000000);background-image: -moz-linear-gradient(180deg, #1a3e62, #000000);background-image: -ms-linear-gradient(180deg, #1a3e62, #000000);background-image: -o-linear-gradient(180deg, #1a3e62, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1a3e62, #000000);background-size:auto !important;top:6.1875rem;left:5.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VCoVJaBtK5KQbxtrCOTCTdpC68OfOLQ9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.875rem;left:13rem;overflow:hidden;display:block; }
#STw3T2xoXNyS4Fh267erDXQGcynVaHHS { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kM5ubXyRQ6GsPTbuo3gQaTvl0qkOXRV4 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.36328125rem;left:6.21875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Wq67LF5SsJ6XlfccGQ4aKZv9DEXRzzUu { box-sizing:content-box;height:17.0625rem;width:17.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a3e62, #000000);background-image: -moz-linear-gradient(180deg, #1a3e62, #000000);background-image: -ms-linear-gradient(180deg, #1a3e62, #000000);background-image: -o-linear-gradient(180deg, #1a3e62, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1a3e62, #000000);background-size:auto !important;top:6.1875rem;left:28.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BqeoVLAcRmTlOK2goZihy5n3IhLuxddq { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:29.78125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GPUHgur16fAXEEf5fyWaFRLXFdxptTzb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.875rem;left:35.625rem;overflow:hidden;display:block; }
#UFUoynvzztiJ6GmIEdsFwXHsBhT13zKU { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.36328125rem;left:29.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qhZTUQAur38NyLl6KMJTn92JmNFMm8wW { box-sizing:content-box;height:14rem;width:17.875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a3e62, #000000);background-image: -moz-linear-gradient(180deg, #1a3e62, #000000);background-image: -ms-linear-gradient(180deg, #1a3e62, #000000);background-image: -o-linear-gradient(180deg, #1a3e62, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3e62', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1a3e62, #000000);background-size:auto !important;top:6.1875rem;left:51.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#D1r6yqS2bErbwNXLIcsJwAnmmm8ZrCpb { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:52.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#VPkA46NXRVDEIRTrITaetOrDe3J1Mz9A { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.375rem;left:53.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#spTuwugAiMxGivThLSTsdSKNQtkDmXRf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3rem;top:7.875rem;left:58.9375rem;overflow:hidden;display:block; }
#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e62;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; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { border-width: 0; border-radius: 0; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#UpS0eRP5art5FxBfdnftysxiECyhwqc5 { position:absolute;z-index:15001;top:3.25rem;left:17.65625rem;width:39.6875rem;height:42.3125rem;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { 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; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { display: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .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); }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.625rem;top:1.96875rem;left:2.46875rem;overflow:hidden;display:block; }
#s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.25rem;height:1.29980625rem;display:block; }
#GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.6875rem;height:1.29980625rem;display:block; }
#A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { color:#000000;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:53.375rem;height:1.29980625rem;display:block; }
#qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { color:#000000;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:62.5625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e51fee5c-21b3-4190-a2ae-d6d728f094ed/top.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.adaptive-delivery-prevent-bg, #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.lazyload, #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ.lazyloading { background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PqgcD3feoTDi824HlTzmbaf9TUTLHRdF { width:15.125rem;height:3.4375rem;top:1.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwrqOGc6amQEcBLtiGbWM1mHRhekkAaA { width:20.9375rem;height:1.7875rem;top:5.6875004768372rem;left:1.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { width:37.75rem;height:5.0625rem;top:8.4375rem;left:1.1865234375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuzZaCdOgqgeA8ThV4od1eMx2O6NGNZL { width:23.125rem;height:3.25rem;top:14.75rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #aT4dOGsnkvMyvpSgawVCItMypZnE5CN0 { width:36.6875rem;height:3.8994125rem;top:18.875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:26.3125rem;left:15rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 1199px) { #dfRTMtm03Oiv0GEvWXJwLkg6LdTqN94V { width:1.4375rem;height:1.5rem;top:27.125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syKXOx3Zofc1f0kmMIgUspne5XcAtfMT { display:block; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B2arg7BdzRuGNaShmTWaaRb7ckTCVJUM { width:34.125rem;height:2.5996125rem;top:1.75rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN { display:flex;width:18rem;height:5.0625rem;top:6.0625rem;left:14.1875rem; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #GmJR0XyGMNt0x1lD1Z8gMAaqK0M3CpMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #UcvLXwwKzADQwF1T6drL3V9Avqb35LZa {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #WIxF0G5sX4W31qwZyVr5JlcmI0qgisaL {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #lZOgxT2lQBy6qJGVkoxAGol5tTZf4JOd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #cTnPbQieGWfRPzKbGXtTwkRSqPgRe3Z1 {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #LVXM8krhelIBWN0nLTkuA1HQVNTaZmrp {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #PncSfzQW2TKTmTOwTeaZkBBrmT7T9Zpt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #T1Z1fd2ybQZNHAOJXBOXaN6bRJD2luFW {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #DuLabA4kg2fWqJmtAcLJQsoZf9Cs1cMe {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #wOOXCicX6FnVACTArFuukRp1gsrIEwrV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #kOhLxdoJ3pz4P10T9aWOyge9hdxkuciQ {  }
 }@media only screen and (max-width: 1199px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #uR350WAMJ9XvJTz2NMreRO0Mn4XzU5ai {  }
 }@media only screen and (max-width: 1199px) { #uQJLtFtIcVH4BhcUU8zi8g5VEXXutdDs { width:31rem;height:7.0625rem;top:5.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gstcK67D8eHrJAZ575IbZQRkQKVFMEJB { width:0.0625rem;height:4.375rem;top:9.1875rem;left:18.84375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mkxz8ZSSDqvpOanIpDbM4eBZry65tJGx { width:0.0625rem;height:4.375rem;top:9.1875rem;left:24.2412109375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wT7pPXJ079MRF9JnWlMrQsna9crXio5z { width:0.0625rem;height:4.375rem;top:9.1875rem;left:29.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IBToPOasxfo9R0aaDDkU49i6ikcKrRws { display:block; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OhImi1Eg9TlJoV3zuXuk0E9ROO5pqSdL { width:47.75rem;height:4.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNwnRR1wLUrZlB2KbAxkCTLiOyELU0xb { width:12.5rem;height:2.5996125rem;top:2.5rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L { display:block; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S8EApss3xdTVwhTXOIqCrWEVVfzcVkel { width:47.75rem;height:9.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCTEDqNOUITcvsVcCCkPXz1D5GTUSpum { width:44.8125rem;height:4.2246125rem;top:1.4375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz { width:42.5625rem;height:2.5996125rem;top:6.625rem;left:0.9375rem;font-size:1rem;display:block; }#Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz li:before{  }
 }@media only screen and (max-width: 1199px) { #xlAbtCSmyRhnCdHTf02cFlFms8dOwESN { display:block; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dq7gp7ZKUmI8HCgfWTu6W9uPHZIr54GT { width:47.75rem;height:7.5rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7rENx0r5is4nt5H7JB9nXTVCpgMIrro { width:46rem;height:1.7871125rem;top:1.3125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l { width:42.5625rem;height:2.5996125rem;top:3.76171875rem;left:0.875rem;font-size:1rem;display:block; }#GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l li:before{  }
 }@media only screen and (max-width: 1199px) { #iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 { display:block; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hAUXLbmgbvVieWgwxw1B5V5eBGiHQls7 { width:47.75rem;height:6.6875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #za8DH8DAEAs5RCbvrCAmcdEWRfem5nsS { width:45.5625rem;height:1.7871125rem;top:1.3125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl { width:42.5625rem;height:1.29980625rem;top:3.724609375rem;left:0.875rem;font-size:1rem;display:block; }#UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl li:before{  }
 }@media only screen and (max-width: 1199px) { #NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw { display:block; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S5CR8cgTwfqKFTfvcOVol1XE9pneCRcw { width:47.75rem;height:6.5rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxO9NrQBC39rNFMOQWTNS2CvrrneXfw5 { width:45.5625rem;height:3.57421875rem;top:1.3125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRTUrUL6b81i5pTpA7696nqwH2LWAnFu { display:block; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AWhOJy2OF0zkw5h4ggDnvcDME0deJHw5 { width:47.75rem;height:4.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aliOdpihPHIUZWuvaP0JiAW6EyTOa7Xm { width:45.5625rem;height:1.7871125rem;top:1.3125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6Tyer8nIcLFTKPzToC14A6dC2BupQKq { display:block; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AAEX3O3WZBqFAFnEJt1m9t7fX9bpRvUK { width:17.75rem;height:3.125rem;top:1.96875rem;left:15rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #m75rTu6aNQLTEMpQhMw9udrKEUpwDLNB { display:block; }
 }@media only screen and (max-width: 1199px) { #LwgocKpE4TIblTF3blalqATiTD1Pk2NP { width:1.4375rem;height:1.5rem;top:2.78125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP { display:block; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container { width:47.75rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PSgT2tnNOCAy5dFpVCbAg9ng6Xic7nUI { width:8.125rem;height:8.125rem;top:0.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTWJaC9B4f5TZZPEAt1aCVw1WH6KyZ7K { width:9.5rem;height:3.89941875rem;top:9.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vynSXdGoUGHQ4c9IoNzvTeIxPm9y7MT9 { width:37.0625rem;height:11.75rem;top:0.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAzW9u9qTxo8ivcPGZ6zJ6eFiCunxbCO { width:34rem;height:4.19824375rem;top:2.30078125rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE { display:block; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container { width:47.75rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TvdNtehBTtARrToHLOq57mXxoVAtCzpQ { width:45.1875rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2xKFKtu0fd91P2wAq3C3ZO7V4EQCqFP { width:17.875rem;height:14rem;top:6.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCoVJaBtK5KQbxtrCOTCTdpC68OfOLQ9 { width:3.75rem;height:3.75rem;top:7.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STw3T2xoXNyS4Fh267erDXQGcynVaHHS { width:15.4375rem;height:1.625rem;top:12.375rem;left:16.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kM5ubXyRQ6GsPTbuo3gQaTvl0qkOXRV4 { width:15.4375rem;height:3.8994125rem;top:14.5625rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq67LF5SsJ6XlfccGQ4aKZv9DEXRzzUu { width:17.875rem;height:18.625rem;top:20.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqeoVLAcRmTlOK2goZihy5n3IhLuxddq { width:15.4375rem;height:1.625rem;top:26.75rem;left:16.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPUHgur16fAXEEf5fyWaFRLXFdxptTzb { width:3.75rem;height:3.75rem;top:22.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFUoynvzztiJ6GmIEdsFwXHsBhT13zKU { width:15.4375rem;height:6.499rem;top:30.8125rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhZTUQAur38NyLl6KMJTn92JmNFMm8wW { width:17.875rem;height:18.625rem;top:40.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1r6yqS2bErbwNXLIcsJwAnmmm8ZrCpb { width:15.4375rem;height:5.19921875rem;top:50.375rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPkA46NXRVDEIRTrITaetOrDe3J1Mz9A { width:15.4375rem;height:1.625rem;top:46.3125rem;left:16.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spTuwugAiMxGivThLSTsdSKNQtkDmXRf { width:3rem;height:3.75rem;top:41.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:#1a3e62;background-image:none;display:block; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:29.9375rem;height:34.8125rem;top:1.685546875rem;left:8.904296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { width:12.625rem;height:2.5625rem;top:2.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.29980625rem;top:1.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.29980625rem;top:3.5rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.29980625rem;top:3.5rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.29980625rem;top:5.5625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ { background-color:#1a3e62;background-image:none;display:block; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { background-color: transparent; background-image: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row > .video-iframe-container { display: none; }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .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); }#XUGzWTk7w90PNEhy3QiyrwJkb9yok3mZ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqgcD3feoTDi824HlTzmbaf9TUTLHRdF { width:8.125rem;height:1.75rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrqOGc6amQEcBLtiGbWM1mHRhekkAaA { width:13.125rem;height:1.13671875rem;top:4.25rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDByGxvSbgyfDJ4NylDGvbuC58tXP9nN { width:16.9375rem;height:3.75rem;top:6.63671875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GuzZaCdOgqgeA8ThV4od1eMx2O6NGNZL { width:11.6875rem;height:2.2734375rem;top:11.63671875rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aT4dOGsnkvMyvpSgawVCItMypZnE5CN0 { width:18.8125rem;height:6.09375rem;top:15.16015625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gbf5JQ04hqebzEPTFBtbRvNpCnw1geCA { width:17.75rem;height:3.125rem;top:22.50390625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoxP9rh5lkgxtaN4lHqCvGP5uvTBwVqD { display:block; }
 }@media only screen and (max-width: 763px) { #dfRTMtm03Oiv0GEvWXJwLkg6LdTqN94V { width:1.4375rem;height:1.5rem;top:30.625rem;left:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #syKXOx3Zofc1f0kmMIgUspne5XcAtfMT { display:block; }#syKXOx3Zofc1f0kmMIgUspne5XcAtfMT > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2arg7BdzRuGNaShmTWaaRb7ckTCVJUM { width:17.5rem;height:5.19921875rem;top:1.3603515625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OAUyKyHOVGsLiImcACubxmwmCAm7t5XN { display:flex;width:18rem;height:5.0625rem;top:8.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #GmJR0XyGMNt0x1lD1Z8gMAaqK0M3CpMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #UcvLXwwKzADQwF1T6drL3V9Avqb35LZa {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #WIxF0G5sX4W31qwZyVr5JlcmI0qgisaL {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #lZOgxT2lQBy6qJGVkoxAGol5tTZf4JOd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #cTnPbQieGWfRPzKbGXtTwkRSqPgRe3Z1 {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #LVXM8krhelIBWN0nLTkuA1HQVNTaZmrp {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #PncSfzQW2TKTmTOwTeaZkBBrmT7T9Zpt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #T1Z1fd2ybQZNHAOJXBOXaN6bRJD2luFW {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #DuLabA4kg2fWqJmtAcLJQsoZf9Cs1cMe {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #wOOXCicX6FnVACTArFuukRp1gsrIEwrV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #kOhLxdoJ3pz4P10T9aWOyge9hdxkuciQ {  }
 }@media only screen and (max-width: 763px) { #OAUyKyHOVGsLiImcACubxmwmCAm7t5XN #uR350WAMJ9XvJTz2NMreRO0Mn4XzU5ai {  }
 }@media only screen and (max-width: 763px) { #uQJLtFtIcVH4BhcUU8zi8g5VEXXutdDs { width:20rem;height:7.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gstcK67D8eHrJAZ575IbZQRkQKVFMEJB { width:0.0625rem;height:4.375rem;top:26.99796875rem;left:10.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkxz8ZSSDqvpOanIpDbM4eBZry65tJGx { width:0.0625rem;height:4.375rem;top:26.99796875rem;left:15.8662109375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT7pPXJ079MRF9JnWlMrQsna9crXio5z { width:0.0625rem;height:4.375rem;top:26.99796875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBToPOasxfo9R0aaDDkU49i6ikcKrRws { display:block; }#IBToPOasxfo9R0aaDDkU49i6ikcKrRws > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhImi1Eg9TlJoV3zuXuk0E9ROO5pqSdL { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwnRR1wLUrZlB2KbAxkCTLiOyELU0xb { width:12.5rem;height:2.5996125rem;top:2.375rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L { display:block; }#BGgueMXl7ru6eDrfJJZd5iaFZUAWPK5L > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8EApss3xdTVwhTXOIqCrWEVVfzcVkel { width:20rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTEDqNOUITcvsVcCCkPXz1D5GTUSpum { width:18.6875rem;height:5.361325rem;top:2.5rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz { width:17.5625rem;height:5.19921875rem;top:8.98828125rem;left:0.9375rem;font-size:1rem;display:block; }#Gyc9cV8zuRbV0KioO4LxJeZsbrEHUWUz li:before{  }
 }@media only screen and (max-width: 763px) { #xlAbtCSmyRhnCdHTf02cFlFms8dOwESN { display:block; }#xlAbtCSmyRhnCdHTf02cFlFms8dOwESN > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq7gp7ZKUmI8HCgfWTu6W9uPHZIr54GT { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7rENx0r5is4nt5H7JB9nXTVCpgMIrro { width:18.625rem;height:3.57421875rem;top:2.375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l { width:17.5625rem;height:6.499rem;top:7.32421875rem;left:0.875rem;font-size:1rem;display:block; }#GvTOQt6mGOnx28ntTCoGSkTkLVpqcA3l li:before{  }
 }@media only screen and (max-width: 763px) { #iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 { display:block; }#iyy2DbiqRa42PuE1hlURZ5TFU1ubTFb3 > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAUXLbmgbvVieWgwxw1B5V5eBGiHQls7 { width:20rem;height:13.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #za8DH8DAEAs5RCbvrCAmcdEWRfem5nsS { width:18.625rem;height:5.361325rem;top:1.75rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl { width:17.5625rem;height:2.5996125rem;top:8.26171875rem;left:0.84375rem;font-size:1rem;display:block; }#UlB2MHTZFBsiTEoG9pJgMC6US2PZEFyl li:before{  }
 }@media only screen and (max-width: 763px) { #NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw { display:block; }#NZ9GfsmAzHqRXvTkloSgXpbccCVGuEHw > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5CR8cgTwfqKFTfvcOVol1XE9pneCRcw { width:20rem;height:8.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxO9NrQBC39rNFMOQWTNS2CvrrneXfw5 { width:18.625rem;height:5.361325rem;top:1.75rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTUrUL6b81i5pTpA7696nqwH2LWAnFu { display:block; }#sRTUrUL6b81i5pTpA7696nqwH2LWAnFu > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWhOJy2OF0zkw5h4ggDnvcDME0deJHw5 { width:20rem;height:7.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aliOdpihPHIUZWuvaP0JiAW6EyTOa7Xm { width:18.625rem;height:3.57421875rem;top:1.75rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Tyer8nIcLFTKPzToC14A6dC2BupQKq { display:block; }#S6Tyer8nIcLFTKPzToC14A6dC2BupQKq > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAEX3O3WZBqFAFnEJt1m9t7fX9bpRvUK { width:19rem;height:4rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m75rTu6aNQLTEMpQhMw9udrKEUpwDLNB { display:block; }
 }@media only screen and (max-width: 763px) { #LwgocKpE4TIblTF3blalqATiTD1Pk2NP { width:1.4375rem;height:1.5rem;top:6.5rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP { display:block; }#FGxfzlJcSoyqdzGADkQAC3QJhqJo0rsP > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSgT2tnNOCAy5dFpVCbAg9ng6Xic7nUI { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWJaC9B4f5TZZPEAt1aCVw1WH6KyZ7K { width:12.5rem;height:2.5996125rem;top:10.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynSXdGoUGHQ4c9IoNzvTeIxPm9y7MT9 { width:20rem;height:13rem;top:14.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAzW9u9qTxo8ivcPGZ6zJ6eFiCunxbCO { width:17.75rem;height:8.3965rem;top:16.021484375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE { display:block; }#KNtT2ABw8CnBOTk5K6piV4EkbUUOD0vE > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvdNtehBTtARrToHLOq57mXxoVAtCzpQ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2xKFKtu0fd91P2wAq3C3ZO7V4EQCqFP { width:17.875rem;height:14rem;top:10.297875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoVJaBtK5KQbxtrCOTCTdpC68OfOLQ9 { width:3.75rem;height:3.75rem;top:11.922875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STw3T2xoXNyS4Fh267erDXQGcynVaHHS { width:15.4375rem;height:1.625rem;top:16.485375rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM5ubXyRQ6GsPTbuo3gQaTvl0qkOXRV4 { width:15.4375rem;height:3.8994125rem;top:18.672875rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq67LF5SsJ6XlfccGQ4aKZv9DEXRzzUu { width:17.875rem;height:18.9375rem;top:25.5478515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqeoVLAcRmTlOK2goZihy5n3IhLuxddq { width:15.4375rem;height:1.625rem;top:31.7353515625rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPUHgur16fAXEEf5fyWaFRLXFdxptTzb { width:3.75rem;height:3.75rem;top:27.1728515625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUoynvzztiJ6GmIEdsFwXHsBhT13zKU { width:15.4375rem;height:6.499rem;top:35.7978515625rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhZTUQAur38NyLl6KMJTn92JmNFMm8wW { width:17.875rem;height:17.5625rem;top:45.7353515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1r6yqS2bErbwNXLIcsJwAnmmm8ZrCpb { width:15.4375rem;height:5.19921875rem;top:55.2978515625rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkA46NXRVDEIRTrITaetOrDe3J1Mz9A { width:15.4375rem;height:1.625rem;top:51.9228515625rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTuwugAiMxGivThLSTsdSKNQtkDmXRf { width:3rem;height:3.75rem;top:47.3603515625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIrmy2fxXhgef6poZE7iEp2oM47FTv0f { background-color:#1a3e62;background-image:none;display:block; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { background-color: transparent; background-image: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row > .video-iframe-container { display: none; }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .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); }#BIrmy2fxXhgef6poZE7iEp2oM47FTv0f > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpS0eRP5art5FxBfdnftysxiECyhwqc5 { width:20rem;height:33rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmyiHeGK9yc4r0OX1TCDGOmc3F26kQZo { width:12.625rem;height:2.5625rem;top:2.375rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8peUW8tqq7csc0KQ0QtCizpx5HpD5dq { width:16.6875rem;height:1.29980625rem;top:14.1875rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHtgX00qxKC8hlgtbFQV9lgGxdfLKhDW { width:4.6875rem;height:1.3rem;top:6.6748046875rem;left:7.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9rE7WSJrqamWsq3LUKSNIcikNT98B0Z { width:7.375rem;height:1.3rem;top:9.099609375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFHcGxd1QK7PTwaKiww3XnCpWeXBMSlk { width:7.375rem;height:1.3rem;top:11.1494140625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }