.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#084c7c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { background-color: transparent; background-image: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .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); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { border-width: 0; border-radius: 0; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:60rem;position:relative;display:block; }#LzaDX8EJeRrcaMQ6rPLeQDZstKKNfZG3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:8.75rem;top:0rem;left:22.623699188233rem;overflow:hidden;display:block; }
#gRxs2hv1ul7UcTcVO6Lvn34Z864U47EE { color:#f8f8f8;display:block;width:25.1855625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8118491172791rem;left:15.3125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wh8C75rdoVoQUIWasKJI0Jk4TPb8rZTq { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:24.6875rem;top:7.3095703125rem;left:1.75rem;overflow:hidden;display:none; }
#NmJmnofP0eNZZlHhk22l3e9TXwKrBqKq { position:absolute;display:block;z-index:15032;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:24.8123125rem;width:18.5623125rem;top:52.373048782349rem;left:20.717231750488rem;overflow:hidden;display:block; }
#zzmauiUdI3yEzEDgKhHIa9xc6o0Sknfr { color:#f8f8f8;display:block;width:25.1855625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.623915672303rem;left:17.406684875488rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ziBtU7TWU6JDteFD9FLbTIzv8iVyRHxr { color:#f8f8f8;display:block;width:25.1855625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.3116321563719rem;left:15.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzTG574CClymQEasxHbcGdhUyBvNPCqn { position:absolute;display:block;z-index:15036;height:34.625rem;width:44.1875rem;top:14.041884422303rem;left:7.2170143127444rem;display:block; }
#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw.adaptive-delivery-prevent-bg, #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw.lazyload, #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw.lazyloading { background-image: none; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { background-color: transparent; background-image: none; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container > .video-iframe-container { display: none; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row > .video-iframe-container { display: none; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .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); }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { border-width: 0; border-radius: 0; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { position:absolute;display:block;z-index:15000;background-color:#084c7c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:21.4375rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#zLIOiTATt4WK0V0irKFdFiJRJF1DcD6B { 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:10.3125rem;width:18.8125rem;top:10.0625rem;left:0.625rem;overflow:hidden;display:block; }
#TLel93fUelcbuWB49JIJzlpVWymw413E { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.24609375rem;left:0.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:25.162109375rem;left:1.875rem;height:4.80143125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzV6ABQ6A9VauySBcEK4is4PDvLvi1z5 { position:absolute;display:block;z-index:15004;background-color:#084c7c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:21.4375rem;width:17.625rem;top:10.0625rem;left:21.1875rem;display:block; }
#CUtOHPPQULFfseGhzxq2W3gihV0vsTXx { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:25.9609375rem;left:21.875rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7Z3togHaeUImkPiPbBKnKyNKzlPD2aU { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.24609375rem;left:21.25rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { position:absolute;display:block;z-index:15008;background-color:#084c7c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:21.4375rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25.1611328125rem;left:41.875rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciaxRTFV9OwbKncIZXpf3uS5V3zSP50X { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.2451171875rem;left:40.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndhIKwWtv8ZTdKXJ9TMexZV77WWX66n0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.75rem;top:10.0625rem;left:40.625rem;overflow:hidden;display:block; }
#TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { color:#084c7c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:;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; }
#naA3MyGUwOmgrqkLqlcxT04T2zUC37TQ { color:#084c7c;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.078125rem;left:9.4619140625rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#T2x0UokHstENbblJ3CZl8ebIhliCV6Tz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:17.5625rem;top:10.0625rem;left:21.21875rem;overflow:hidden;display:block; }
#STRzh6eCTSRLa2gwvzfqRpS9g9apKIud { z-index:15006;top:34.078125rem;left:20rem;background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0002a8;border-left:0rem solid #0002a8;border-right:0rem solid #0002a8;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XMFUHH8HnFHTVlCD9CnnUGDeoIZoya6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ph2ObFpoGZKoCTtfldpaawQVmZeryA6I { position:absolute;display:block;z-index:14999;background-color:#fce895;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:28rem;top:7.6875rem;left:25.0875rem;display:block; }
#wpUfO2GoBBIAfPQludlAtL59motWQOQV { position:relative;display:block; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV { background-color: transparent; background-image: none; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container > .video-iframe-container { display: none; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row > .video-iframe-container { display: none; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .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); }#wpUfO2GoBBIAfPQludlAtL59motWQOQV { border-width: 0; border-radius: 0; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#084c7c;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .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; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-number { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;background-color:#ffffff;background-image:none;color:#084c7c;padding-top:1.105rem;padding-right:0.9875rem;padding-bottom:1.105rem;padding-left:0.9875rem;display:block;align-items:center;width:5.92375rem;min-width:5.92375rem;height:5.938125rem;position:relative;font-family:poppins;font-size:4.419375rem;font-weight:700;line-height:95.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.690625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.898125rem;height:2.3475rem;position:relative;font-family:poppins;font-size:1.6575rem;font-weight:700;line-height:37.56px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#084c7c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:37.625rem;height:11.68625rem;padding-top:1.380625rem;padding-right:1.41rem;padding-bottom:1.380625rem;padding-left:1.41rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.1242189407349rem;left:9.6515617370606rem;z-index:15031; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #ZZIJvazF1gXNNods5S32sirGa20SsT5d { display:flex;position:relative;top:0rem;left:0rem; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NtKuO4VJQ7QUZmATEVFDSF6g1Zq6ak95 { width:auto; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #LrHsdwQbDo2c6t6Dk6saftdJIr2JnQC5 {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #F1isw6w1Ki3K2ikapZVUv7Tzb8nBZKPG { display:flex;position:relative;top:0rem;left:0rem; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #pPfVKlw1kLBvVwnNalEzIhoKIMc5Nb9O {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #OI3wNPy7gcW9uxPiSzF3C8ZN8qwFABo2 {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #hI8aNqots10ppCRShmOpD0KRxg7by8JC { display:flex;position:relative;top:0rem;left:0rem; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NLwWvI7qgHJTGEEm7RwITDzegFITJKxb {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #riZngUPNAusR6wbmtMnLhgv0r4Eztc0z {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #V6DMonMJuhWWNT7ks00VJan1lkxW9vcS { display:flex;position:relative;top:0rem;left:0rem; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #Fyp3kxsL7A25rUyElOsJuxTy43XfcxoD {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #gF9TaxwQ7LcBW9kfW67GgTCkra7ruaDZ {  }
#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { background-color: transparent; background-image: none; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container > .video-iframe-container { display: none; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row > .video-iframe-container { display: none; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .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); }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { border-width: 0; border-radius: 0; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#t9cyFnK68XfTKFvIN88ciSNiTRP38BBB { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:10.625rem;left:10rem;display:block; }#t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.adaptive-delivery-prevent-bg, #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.lazyload, #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.lazyloading { background-image: none; }
#rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:16.875rem;top:6.25rem;left:8.75rem;display:block; }
#xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:7.5625rem;left:10.9375rem; }
#OlnOg0iHttgw0GWVNrehNQuy8qHLd4xW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.6875rem;left:10.9375rem; }
#ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.13671875rem;left:0rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WV05gFZzqZlQICyumzeVxb2tvymywKfH { color:#084c7c;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:13.8125rem;height:1.3rem;font-style:normal;display:block; }
#Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:14.9375rem;left:10rem;display:block; }#Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.adaptive-delivery-prevent-bg, #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.lazyload, #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.lazyloading { background-image: none; }
#hNu3H5B0tfo3L0XDHzDquF7EOowZR0xb { color:#084c7c;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.125rem;left:13.8125rem;height:1.3rem;font-style:normal;display:block; }
#HRbATsK3uGib3TWO54JeOM6albqvRgLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.5810546875rem;left:11rem; }
#snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { color:#084c7c;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:13.3125rem;height:2.6rem;font-style:normal;display:block; }
#HAOSLUfsTUM4BHRcvMNJkkLcO3NPP88y { z-index:15033;top:28.5625rem;left:23.125rem;background-color:#ffe16c;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tuvyo1mcQpTDiwMU3hU37CpMlewh2Xut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { position:absolute;display:block;z-index:15034;height:13.625rem;width:24.5625rem;top:6.3125rem;left:26.6875rem;display:block; }
#xvCyBW4lxUEfDVAWHybarrxxXqa865Nu { color:#084c7c;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:9.25rem;height:2.84375rem;font-style:normal;display:block; }
#yn9ekDlN5LNE7CL0sS0bUBcqgLaW59g6 { color:#084c7c;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.4375rem;left:9.125rem;height:2.84375rem;font-style:normal;display:block; }
#ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.388025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Revf2ozUsIFNgicXzXv8InVUxH4VTqXU { position:absolute;display:block;z-index:15035;height:13.625rem;width:24.5625rem;top:4.1875rem;left:70.475000381469rem;display:block; }
#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { background-color: transparent; background-image: none; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container > .video-iframe-container { display: none; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row > .video-iframe-container { display: none; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .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); }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { border-width: 0; border-radius: 0; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#H29bf7vizgir1s6uMLy650TKF3ib1rez { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:34.8125rem;height:9.7482625rem;display:block; }
#tX7R5l7A9BiODASpzUvVxuZVer9BnVur { color:#000000;display:block;width:26.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:32.875rem;height:13.40386875rem;display:block; }
#aNMo6iZ8ZvTnxb74XWmbdzJcciJ5leuP { position:absolute;display:block;z-index:15013;background-color:#ffe787;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:0.125rem;top:14.3125rem;left:31.9375rem;display:block; }
#Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { z-index:15007;top:27.6875rem;left:39.09375rem;background-color:#ffe16c;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2bUGEU9VgHcaNX49UmeOkomVtUVWksM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.75rem;top:9.609375rem;left:0.625rem;overflow:hidden;display:block; }
#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { position:relative;display:block; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { background-color: transparent; background-image: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container > .video-iframe-container { display: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row > .video-iframe-container { display: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .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); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { border-width: 0; border-radius: 0; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#umxNOJvBMmfbSWMsOvXBhAiSZ0wpkHOS { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.0625rem;height:9.74825rem;font-style:normal;display:block; }
#r4PNDOVxfTVO1l1bi73wlecwPlTuTimJ { color:#000000;display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.1875rem;height:3.6556rem;display:block; }
#o4Gmzwtugc5i6yo8iZuXTuGedghao4I7 { position:absolute;display:block;z-index:15013;background-color:#ffe787;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:0.125rem;top:10.5625rem;left:1.1875rem;display:block; }
#eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { z-index:15006;top:19.875rem;left:7.96875rem;background-color:#ffe16c;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiIrEklhQzcXLMWvnJLTM4A34MMk3az8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:25.1875rem;top:3.0625rem;left:32.40625rem;overflow:hidden;display:block; }
#GGDtm8fVemCrnrOt1nhznAUKiMMcfXpq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:15rem;top:17.75rem;left:37.5rem;overflow:hidden;display:block; }
#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 { position:relative;display:block; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 { background-color: transparent; background-image: none; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container > .video-iframe-container { display: none; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row > .video-iframe-container { display: none; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .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); }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 { border-width: 0; border-radius: 0; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#084c7c;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sh6QKKx9lAAJWmqqIX4T4iXGq8ehUzsH { color:#000000;display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.96875rem;left:31.1875rem;height:10.9668rem;display:block; }
#u0rNRTNxUvmkrydyDwTUdKQd6mv6Tm1r { z-index:15006;top:23.625rem;left:36.59375rem;background-color:#ffe16c;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.01171875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cFsyN18aUs8R7xHmLLRQIhPRW9ImJiCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvhdpcnVkJAZxilZuoKlFz3kTWV4vIxe { color:#f3f3f3;display:block;width:26.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:32.4375rem;height:2.4375rem;display:block; }
#XWVS0c2XmB3k5mh5dUOLgWwmfS9kpMAV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:29.125rem;top:5.28125rem;left:0rem;overflow:hidden;display:block; }
#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.adaptive-delivery-prevent-bg, #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.lazyload, #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.lazyloading { background-image: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { background-color: transparent; background-image: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container > .video-iframe-container { display: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container { display: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .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); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { border-width: 0; border-radius: 0; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#scsoArXgureidRSr5FTRsmg5cQ4rVc09 { position:absolute;display:block;z-index:15007;border-top:0.75rem solid #084c7c;border-left:0.75rem solid #084c7c;border-right:0.75rem solid #084c7c;border-bottom:0.75rem solid #084c7c;box-shadow: none;height:17.375rem;width:31.25rem;top:8.25rem;left:28.75rem;display:block; }
#OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { color:#084c7c;display:block;width:29.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:3.02300625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { color:#084c7c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3MzxdWh8HUEP8BgqteiKJOJCOIi3xfv { color:#084c7c;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:28.25rem;left:0.0625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { color:#084c7c;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:11.7014rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wu9nTWQQMR824731dBqhSq36462xe3dp { z-index:15006;top:30.8125rem;left:7.40625rem;background-color:#084c7c;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.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rOApeVrSqly8EgZUDmvLpNi6BqVyWfDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTP7UlJaPtZrkxlxdBJScWMmzWxyRpFi { color:#084c7c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.0625rem;left:0rem;height:5.6857625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IlmCssSu5TxgvT8aDaTBOTJS0ve0rTtd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:34.875rem;left:45rem; }
#O1HuLJyc8kOcRfQX1lzS91L3GtJTL82u { position:absolute;display:block;z-index:15000;background-color:#fce895;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.8125rem;top:44.4375rem;left:12.375rem;display:block; }
#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { position:relative;display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { background-color: transparent; background-image: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .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); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { border-width: 0; border-radius: 0; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { color:#084c7c;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.1875rem;left:17.34375rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrQZuUwMDkmDa6wiNckDA7VZb0E7TqeL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:5.1875rem;left:1.875rem;overflow:hidden;display:block; }
#n73nDl5IS0vycrSTI7CiE7GycZXhVL52 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:5.1875rem;left:12.9375rem;overflow:hidden;display:block; }
#B3hG1SdpmyITz1pIS1GeUlE7SrQGTrES { 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:4rem;width:15.0625rem;top:6.375rem;left:24.71875rem;overflow:hidden;display:block; }
#KxPThWx5JpXQxKrVmHtvTimVeWUepDm6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:9.5625rem;top:13.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#qxiAPOBdVh2uiKuToEGcKD1xhMm4T7tu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:18.75rem;top:12.9375rem;left:40.65625rem;overflow:hidden;display:block; }
#EE5LlPMGf5knqgp73csTV4261RfJsQ8m { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:14rem;top:6.875rem;left:43.625rem;overflow:hidden;display:block; }
#hTGHoJMwVlkR3FT9tEdLerXEsbbx0WeI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:7.8125rem;top:13.84375rem;left:12.9375rem;overflow:hidden;display:block; }
#sLTpTbKdI5wpTIaet81MyFhV1LDC2DgQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.9375rem;top:13.03125rem;left:24.78125rem;overflow:hidden;display:block; }
#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { position:relative;display:block; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { background-color: transparent; background-image: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container > .video-iframe-container { display: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row > .video-iframe-container { display: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .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); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { border-width: 0; border-radius: 0; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#084c7c;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#euXNconS41TuyEzW68l8cyOd6NQzb7rT { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.96875rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukcxNGgSMOmVJEUITU5mZUgMJdK9xCuf { position:absolute;display:block;z-index:15007;height:15.625rem;width:28.625rem;top:6.625rem;left:21.03125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#084c7c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#s9izG7r7rHh6b814NLU5smIfTw82EV4O { color:#d8d1d1;display:block;width:55.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.3rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.4375rem;left:42.1875rem; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.4375rem;left:47.0625rem; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.4375rem;left:52.0625rem; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.25rem;left:56.5rem; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { color:#e5d0d0;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.25rem;height:1.3rem;display:block; }
#WNrACKwIWoGSu1KeI9ETShGafUumcWFC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.3125rem;left:0rem; }
#hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.3125rem;left:0rem; }
#IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { color:#e5d0d0;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.25rem;height:1.3rem;display:block; }
#GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.1875rem;left:0rem; }
#ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { color:#e5d0d0;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.08749961853rem;left:2.25rem;height:1.3rem;display:block; }
#DraHWzOtqarm93nkullvvtfwb4Z0lfOU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68725625rem;width:10.9375rem;top:2.7490234375rem;left:24.53125rem;overflow:hidden;display:block; }
#HaHSfmPnVkT1dDrFaSxVOZcpEqawT0SG { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.4054679870606rem;left:0.25rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { display:block; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzaDX8EJeRrcaMQ6rPLeQDZstKKNfZG3 { top:0rem;left:16.498699188233rem;width:8.75rem;height:3.81185rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxs2hv1ul7UcTcVO6Lvn34Z864U47EE { top:3.75rem;left:9.1875rem;width:25.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh8C75rdoVoQUIWasKJI0Jk4TPb8rZTq { top:7.25rem;left:0rem;width:24.6875rem;height:33rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmJmnofP0eNZZlHhk22l3e9TXwKrBqKq { top:52.3125rem;left:14.592231750488rem;width:18.5rem;height:24.729019148342rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmauiUdI3yEzEDgKhHIa9xc6o0Sknfr { top:10.5625rem;left:11.281684875488rem;width:25.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziBtU7TWU6JDteFD9FLbTIzv8iVyRHxr { top:8.25rem;left:9.1875rem;width:25.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTG574CClymQEasxHbcGdhUyBvNPCqn { top:14rem;left:1.0920143127441rem;width:44.1875rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw { display:block; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { width:18.75rem;height:21.4375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIOiTATt4WK0V0irKFdFiJRJF1DcD6B { width:18.8125rem;height:10.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLel93fUelcbuWB49JIJzlpVWymw413E { width:18.75rem;height:2.875rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { width:16.25rem;height:6.375rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzV6ABQ6A9VauySBcEK4is4PDvLvi1z5 { width:17.625rem;height:21.4375rem;top:10.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUtOHPPQULFfseGhzxq2W3gihV0vsTXx { width:16.25rem;height:4.75rem;top:25.9375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Z3togHaeUImkPiPbBKnKyNKzlPD2aU { width:17.5rem;height:4.375rem;top:21.1875rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { width:18.75rem;height:21.4375rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { width:16.25rem;height:3.1875rem;top:25.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciaxRTFV9OwbKncIZXpf3uS5V3zSP50X { width:18.75rem;height:2.875rem;top:21.1875rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhIKwWtv8ZTdKXJ9TMexZV77WWX66n0 { width:18.75rem;height:10.3125rem;top:10.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naA3MyGUwOmgrqkLqlcxT04T2zUC37TQ { top:7.0625rem;left:0rem;width:44.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2x0UokHstENbblJ3CZl8ebIhliCV6Tz { width:17.5625rem;height:10.4375rem;top:10.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRzh6eCTSRLa2gwvzfqRpS9g9apKIud { top:34.0625rem;left:11.75rem;width:20rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFUHH8HnFHTVlCD9CnnUGDeoIZoya6N { display:block; }
 }@media only screen and (max-width: 763px) { #Ph2ObFpoGZKoCTtfldpaawQVmZeryA6I { top:7.6875rem;left:8.8125rem;width:28rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpUfO2GoBBIAfPQludlAtL59motWQOQV { display:block; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .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; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .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; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 { width:20rem;height:5.5625rem;display:flex;top:1.9375rem;left:6.79453086853rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #ZZIJvazF1gXNNods5S32sirGa20SsT5d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NtKuO4VJQ7QUZmATEVFDSF6g1Zq6ak95 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #LrHsdwQbDo2c6t6Dk6saftdJIr2JnQC5 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #F1isw6w1Ki3K2ikapZVUv7Tzb8nBZKPG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #pPfVKlw1kLBvVwnNalEzIhoKIMc5Nb9O {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #OI3wNPy7gcW9uxPiSzF3C8ZN8qwFABo2 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #hI8aNqots10ppCRShmOpD0KRxg7by8JC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NLwWvI7qgHJTGEEm7RwITDzegFITJKxb {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #riZngUPNAusR6wbmtMnLhgv0r4Eztc0z {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #V6DMonMJuhWWNT7ks00VJan1lkxW9vcS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #Fyp3kxsL7A25rUyElOsJuxTy43XfcxoD {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #gF9TaxwQ7LcBW9kfW67GgTCkra7ruaDZ {  }
 }@media only screen and (max-width: 763px) { #og7s7XLaI53em7M3AgDbqSHQfNXB9LAq { display:block; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB { width:15rem;height:0.0625rem;top:10.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { width:16.875rem;height:13.8125rem;top:6.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { top:7.5625rem;left:4.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnOg0iHttgw0GWVNrehNQuy8qHLd4xW { top:11.6875rem;left:4.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { top:26.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV05gFZzqZlQICyumzeVxb2tvymywKfH { top:8rem;left:7.6875rem;width:12.5rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q { width:15rem;height:0.0625rem;top:14.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNu3H5B0tfo3L0XDHzDquF7EOowZR0xb { top:12.125rem;left:7.6875rem;width:12.5rem;height:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbATsK3uGib3TWO54JeOM6albqvRgLq { top:16.5625rem;left:4.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { top:16.3125rem;left:7.1875rem;width:11.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAOSLUfsTUM4BHRcvMNJkkLcO3NPP88y { top:28.5625rem;left:17rem;width:13.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvyo1mcQpTDiwMU3hU37CpMlewh2Xut { display:block; }
 }@media only screen and (max-width: 763px) { #PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { top:6.3125rem;left:20.5625rem;width:24.5625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvCyBW4lxUEfDVAWHybarrxxXqa865Nu { top:7.375rem;left:3.125rem;width:1.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn9ekDlN5LNE7CL0sS0bUBcqgLaW59g6 { top:11.4375rem;left:3rem;width:1.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { top:0rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Revf2ozUsIFNgicXzXv8InVUxH4VTqXU { top:4.8125rem;left:23.1875rem;width:24.5625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nllLhLgL74bKF3XTPNCUG8ODa4x8btlg { display:block; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H29bf7vizgir1s6uMLy650TKF3ib1rez { top:1.125rem;left:25.125rem;width:22.625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7R5l7A9BiODASpzUvVxuZVer9BnVur { top:9.375rem;left:21.25rem;width:26.5rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNMo6iZ8ZvTnxb74XWmbdzJcciJ5leuP { top:14.3125rem;left:23.875rem;width:0.125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { top:27.6875rem;left:29.90625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block; }
 }@media only screen and (max-width: 763px) { #K2bUGEU9VgHcaNX49UmeOkomVtUVWksM { width:28.75rem;height:15.6875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { display:block; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umxNOJvBMmfbSWMsOvXBhAiSZ0wpkHOS { top:1.5625rem;left:0rem;width:24.0625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4PNDOVxfTVO1l1bi73wlecwPlTuTimJ { top:10.3125rem;left:0rem;width:24.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Gmzwtugc5i6yo8iZuXTuGedghao4I7 { top:10.5625rem;left:0rem;width:0.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { top:19.875rem;left:4.90625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block; }
 }@media only screen and (max-width: 763px) { #hiIrEklhQzcXLMWvnJLTM4A34MMk3az8 { width:25.1875rem;height:15.125rem;top:3.0625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGDtm8fVemCrnrOt1nhznAUKiMMcfXpq { top:17.75rem;left:28.3125rem;width:15rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 { display:block; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh6QKKx9lAAJWmqqIX4T4iXGq8ehUzsH { top:8.9375rem;left:22.9375rem;width:24.8125rem;height:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rNRTNxUvmkrydyDwTUdKQd6mv6Tm1r { top:23.625rem;left:30.46875rem;width:14.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsyN18aUs8R7xHmLLRQIhPRW9ImJiCn { display:block; }
 }@media only screen and (max-width: 763px) { #AvhdpcnVkJAZxilZuoKlFz3kTWV4vIxe { top:4.375rem;left:21rem;width:26.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWVS0c2XmB3k5mh5dUOLgWwmfS9kpMAV { width:29.125rem;height:15.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { width:31.25rem;height:17.375rem;top:8.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:29.25rem;height:3rem;top:8.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:47.75rem;height:4.0625rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3MzxdWh8HUEP8BgqteiKJOJCOIi3xfv { width:28.75rem;height:1.6875rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:26.375rem;height:13.125rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9nTWQQMR824731dBqhSq36462xe3dp { top:30.8125rem;left:1.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOApeVrSqly8EgZUDmvLpNi6BqVyWfDg { display:block; }
 }@media only screen and (max-width: 763px) { #XTP7UlJaPtZrkxlxdBJScWMmzWxyRpFi { width:47.75rem;height:5.6875rem;top:40.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlmCssSu5TxgvT8aDaTBOTJS0ve0rTtd { top:34.875rem;left:34.6875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1HuLJyc8kOcRfQX1lzS91L3GtJTL82u { top:44.4375rem;left:10.3125rem;width:4.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:29.8125rem;height:1.6875rem;top:2.1875rem;left:11.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQZuUwMDkmDa6wiNckDA7VZb0E7TqeL { top:5.1875rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n73nDl5IS0vycrSTI7CiE7GycZXhVL52 { top:5.1875rem;left:6.8125rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3hG1SdpmyITz1pIS1GeUlE7SrQGTrES { top:6.375rem;left:18.59375rem;width:15.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPThWx5JpXQxKrVmHtvTimVeWUepDm6 { top:13.9375rem;left:0rem;width:9.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxiAPOBdVh2uiKuToEGcKD1xhMm4T7tu { top:12.9375rem;left:29rem;width:18.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE5LlPMGf5knqgp73csTV4261RfJsQ8m { top:6.875rem;left:33.75rem;width:14rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGHoJMwVlkR3FT9tEdLerXEsbbx0WeI { top:13.8125rem;left:6.8125rem;width:7.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTpTbKdI5wpTIaet81MyFhV1LDC2DgQ { top:13rem;left:18.65625rem;width:14.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { display:block; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euXNconS41TuyEzW68l8cyOd6NQzb7rT { width:29.8125rem;height:1.6875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukcxNGgSMOmVJEUITU5mZUgMJdK9xCuf { top:7.25rem;left:15.53125rem;width:28.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { top:5.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { top:4.4375rem;left:36.0625rem;width:3.125rem;height:3.125rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { top:4.4375rem;left:40.9375rem;width:3.125rem;height:3.125rem;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { top:4.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { top:4.25rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { top:4.25rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { top:4.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { top:6.3125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { top:6.25rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { top:8.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { top:8.0625rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DraHWzOtqarm93nkullvvtfwb4Z0lfOU { top:2.6875rem;left:18.40625rem;width:10.9375rem;height:5.68725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHSfmPnVkT1dDrFaSxVOZcpEqawT0SG { width:29.8125rem;height:1.6875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { background-color:#084c7c;background-image:none;display:block; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { background-color: transparent; background-image: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .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); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzaDX8EJeRrcaMQ6rPLeQDZstKKNfZG3 { width:10.8125rem;height:4.6875rem;top:0.8740234375rem;left:4.561767578125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #gRxs2hv1ul7UcTcVO6Lvn34Z864U47EE { width:20rem;height:1.64930625rem;top:58.746747970581rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wh8C75rdoVoQUIWasKJI0Jk4TPb8rZTq { width:12.5rem;height:12.5rem;top:6.5rem;left:-8.90625rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #NmJmnofP0eNZZlHhk22l3e9TXwKrBqKq { width:20rem;height:26.624375rem;top:69.871967762706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmauiUdI3yEzEDgKhHIa9xc6o0Sknfr { width:20rem;height:1.64930625rem;top:64.78298950195rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ziBtU7TWU6JDteFD9FLbTIzv8iVyRHxr { width:20rem;height:1.349825rem;top:62.628040313719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zzTG574CClymQEasxHbcGdhUyBvNPCqn { width:20rem;height:49.1875rem;top:5.5609812736511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw { display:block; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { width:18.75rem;height:21.625rem;top:13.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIOiTATt4WK0V0irKFdFiJRJF1DcD6B { width:18.75rem;height:10.25rem;top:13.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLel93fUelcbuWB49JIJzlpVWymw413E { width:18.75rem;height:2.599825rem;top:24.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { width:16.25rem;height:6.4019375rem;top:27.9248046875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzV6ABQ6A9VauySBcEK4is4PDvLvi1z5 { width:18.75rem;height:22rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUtOHPPQULFfseGhzxq2W3gihV0vsTXx { width:16.25rem;height:4.80143125rem;top:52.8896484375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Z3togHaeUImkPiPbBKnKyNKzlPD2aU { width:18.75rem;height:3.8997375rem;top:48.3037109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { width:18.75rem;height:18.9375rem;top:59.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { width:16.25rem;height:3.20095625rem;top:73.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciaxRTFV9OwbKncIZXpf3uS5V3zSP50X { width:18.75rem;height:2.599825rem;top:70.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhIKwWtv8ZTdKXJ9TMexZV77WWX66n0 { width:18.8125rem;height:10.3125rem;top:59.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { width:18.6865rem;height:7.8125rem;top:1.1865234375rem;left:0.655517578125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naA3MyGUwOmgrqkLqlcxT04T2zUC37TQ { width:17.375rem;height:3.0859375rem;top:9.9375rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2x0UokHstENbblJ3CZl8ebIhliCV6Tz { width:18.8125rem;height:11.25rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRzh6eCTSRLa2gwvzfqRpS9g9apKIud { top:80.3115234375rem;left:0.5625rem;width:18.875rem;height:3.1875rem;background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#084c7c;display:block; }
 }@media only screen and (max-width: 763px) { #XMFUHH8HnFHTVlCD9CnnUGDeoIZoya6N { display:block; }
 }@media only screen and (max-width: 763px) { #Ph2ObFpoGZKoCTtfldpaawQVmZeryA6I { width:6.875rem;height:1.125rem;top:9.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpUfO2GoBBIAfPQludlAtL59motWQOQV { display:block; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-number { padding-top:0.39875rem;padding-right:0.351875rem;padding-bottom:0.39875rem;padding-left:0.351875rem;width:2.11rem;min-width:2.11rem;height:2.141875rem;font-size:1.59375rem;line-height:34.27px;top:0rem;left:0rem;color:#084c7c;background-color:#fce895;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #fce895;border-left:0.1875rem solid #fce895;border-right:0.1875rem solid #fce895;border-bottom:0.1875rem solid #fce895; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.81375rem;height:0.846875rem;font-size:0.5975rem;line-height:13.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 { width:16.75rem;height:4.41rem;display:flex;top:1.25rem;left:0.5rem;z-index:15032;background-color:#084c7c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:1.100625rem;padding-right:1.13375rem;padding-bottom:1.100625rem;padding-left:1.13375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #ZZIJvazF1gXNNods5S32sirGa20SsT5d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NtKuO4VJQ7QUZmATEVFDSF6g1Zq6ak95 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #LrHsdwQbDo2c6t6Dk6saftdJIr2JnQC5 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #F1isw6w1Ki3K2ikapZVUv7Tzb8nBZKPG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #pPfVKlw1kLBvVwnNalEzIhoKIMc5Nb9O {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #OI3wNPy7gcW9uxPiSzF3C8ZN8qwFABo2 {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #hI8aNqots10ppCRShmOpD0KRxg7by8JC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NLwWvI7qgHJTGEEm7RwITDzegFITJKxb {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #riZngUPNAusR6wbmtMnLhgv0r4Eztc0z {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #V6DMonMJuhWWNT7ks00VJan1lkxW9vcS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #Fyp3kxsL7A25rUyElOsJuxTy43XfcxoD {  }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #gF9TaxwQ7LcBW9kfW67GgTCkra7ruaDZ {  }
 }@media only screen and (max-width: 763px) { #og7s7XLaI53em7M3AgDbqSHQfNXB9LAq { display:block; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB { width:15rem;height:0.0625rem;top:8.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { width:20rem;height:14.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnOg0iHttgw0GWVNrehNQuy8qHLd4xW { width:2.1875rem;height:2.1875rem;top:9.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { width:18.6865rem;height:2.4375rem;top:0rem;left:0.6552734375rem;font-size:0.9375rem;z-index:15034;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WV05gFZzqZlQICyumzeVxb2tvymywKfH { width:12.5rem;height:1.7871125rem;top:5.25rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q { width:15rem;height:0.0625rem;top:12.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNu3H5B0tfo3L0XDHzDquF7EOowZR0xb { width:12.5rem;height:1.7871125rem;top:9.5625rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbATsK3uGib3TWO54JeOM6albqvRgLq { width:2.0625rem;height:2.0625rem;top:13.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { width:12.625rem;height:3.574225rem;top:13.5rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAOSLUfsTUM4BHRcvMNJkkLcO3NPP88y { top:39.625rem;left:2.96875rem;width:14.0625rem;height:3.8339875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvyo1mcQpTDiwMU3hU37CpMlewh2Xut { display:block; }
 }@media only screen and (max-width: 763px) { #PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { width:20rem;height:18.75rem;top:19.75rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #xvCyBW4lxUEfDVAWHybarrxxXqa865Nu { width:1.875rem;height:2.5996125rem;top:4.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn9ekDlN5LNE7CL0sS0bUBcqgLaW59g6 { width:1.875rem;height:2.5996125rem;top:9.1875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { width:15.375rem;height:6.0926625rem;top:3.75rem;left:1.25rem;font-size:0.9375rem;color:#084c7c;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Revf2ozUsIFNgicXzXv8InVUxH4VTqXU { width:20rem;height:18.75rem;top:44.708107495118rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nllLhLgL74bKF3XTPNCUG8ODa4x8btlg { background-color:#084c7c;background-image:none;display:none; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H29bf7vizgir1s6uMLy650TKF3ib1rez { width:15.061875rem;height:6.09375rem;top:10.4375rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #tX7R5l7A9BiODASpzUvVxuZVer9BnVur { width:18.125rem;height:18.19880625rem;top:22.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNMo6iZ8ZvTnxb74XWmbdzJcciJ5leuP { width:0.1875rem;height:4.125rem;top:17rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { top:42.6875rem;left:2rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block; }
 }@media only screen and (max-width: 763px) { #K2bUGEU9VgHcaNX49UmeOkomVtUVWksM { width:20rem;height:10.913043478261rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { background-color:#084c7c;background-image:none;display:block; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container { background-color: transparent; background-image: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container > .video-iframe-container { display: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row > .video-iframe-container { display: none; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .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); }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umxNOJvBMmfbSWMsOvXBhAiSZ0wpkHOS { width:14.5615rem;height:10.15625rem;top:2.625rem;left:2.7177734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4PNDOVxfTVO1l1bi73wlecwPlTuTimJ { width:18.125rem;height:6.4995625rem;top:14.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4Gmzwtugc5i6yo8iZuXTuGedghao4I7 { width:0.1875rem;height:3.125rem;top:10.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { top:42.185546875rem;left:2.96875rem;width:14.0625rem;height:3.982425rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block; }
 }@media only screen and (max-width: 763px) { #hiIrEklhQzcXLMWvnJLTM4A34MMk3az8 { width:17.875rem;height:10.75rem;top:28.9453125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGDtm8fVemCrnrOt1nhznAUKiMMcfXpq { width:15rem;height:8.3125rem;top:20.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 { display:none; }#c0QBTmLLvUvL2Mnv4JZqkH4zVXAMTL88 > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sh6QKKx9lAAJWmqqIX4T4iXGq8ehUzsH { width:20rem;height:18.19878125rem;top:21.31103515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0rNRTNxUvmkrydyDwTUdKQd6mv6Tm1r { top:41.507568359375rem;left:2.96875rem;width:14.0625rem;height:3.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsyN18aUs8R7xHmLLRQIhPRW9ImJiCn { display:block; }
 }@media only screen and (max-width: 763px) { #AvhdpcnVkJAZxilZuoKlFz3kTWV4vIxe { width:11.062rem;height:4.0625rem;top:15.5615234375rem;left:4.4677734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #XWVS0c2XmB3k5mh5dUOLgWwmfS9kpMAV { width:20rem;height:10.944206008584rem;top:46.756196630859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { height:11.186rem;width:18.499375rem;top:8.4787335395813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:20rem;height:3.7119125rem;top:3.8975563049316rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3MzxdWh8HUEP8BgqteiKJOJCOIi3xfv { width:20rem;height:1.23779375rem;top:32.811415195465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:18.186875rem;height:9.50195625rem;top:21.999784946442rem;left:0.90494793653488rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9nTWQQMR824731dBqhSq36462xe3dp { top:34.749350070953rem;left:4.4683161377907rem;width:11.0623125rem;height:3.0972225rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOApeVrSqly8EgZUDmvLpNi6BqVyWfDg { display:block; }
 }@media only screen and (max-width: 763px) { #XTP7UlJaPtZrkxlxdBJScWMmzWxyRpFi { width:20rem;height:18.1911875rem;top:39.0927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlmCssSu5TxgvT8aDaTBOTJS0ve0rTtd { display:flex;width:4.4987rem;height:4.4987rem;top:57.227642536163rem;left:7.7495661377906rem; }
 }@media only screen and (max-width: 763px) { #O1HuLJyc8kOcRfQX1lzS91L3GtJTL82u { width:14.0625rem;height:1.5rem;top:39.684248447418rem;left:3.3810763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { background-color: transparent; background-image: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .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); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { width:20rem;height:14.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:20rem;height:1.23730625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQZuUwMDkmDa6wiNckDA7VZb0E7TqeL { width:3.0625rem;height:3.0625rem;top:1.8310546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n73nDl5IS0vycrSTI7CiE7GycZXhVL52 { width:3.125rem;height:3.125rem;top:1.7998046875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3hG1SdpmyITz1pIS1GeUlE7SrQGTrES { width:7.5rem;height:1.9375rem;top:6.6748046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPThWx5JpXQxKrVmHtvTimVeWUepDm6 { width:5.375rem;height:3.5625rem;top:1.5810546875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxiAPOBdVh2uiKuToEGcKD1xhMm4T7tu { width:10.125rem;height:3.125rem;top:10.3623046875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE5LlPMGf5knqgp73csTV4261RfJsQ8m { width:7.5625rem;height:1.5625rem;top:6.8623046875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGHoJMwVlkR3FT9tEdLerXEsbbx0WeI { width:4rem;height:3.375rem;top:1.6748046875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTpTbKdI5wpTIaet81MyFhV1LDC2DgQ { width:7.625rem;height:2.875rem;top:10.4873046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { display:block; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 { background-color: transparent; background-image: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container > .video-iframe-container { display: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row > .video-iframe-container { display: none; }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .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); }#LKHoT5iwIIxJaDKHrQUZa04GTbyuEhG7 > .row .container { width:20rem;height:20.3125rem;background-color:#084c7c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euXNconS41TuyEzW68l8cyOd6NQzb7rT { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukcxNGgSMOmVJEUITU5mZUgMJdK9xCuf { width:20rem;height:15.625rem;top:3.73730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { width:20rem;height:1.2999125rem;top:28rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { width:1.875rem;height:1.875rem;top:27.4375rem;left:0.6875rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { width:1.9995125rem;height:1.9995125rem;top:27.375rem;left:5.9375rem;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { width:2.06176875rem;height:2.06176875rem;top:27.375rem;left:10.875rem;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:2.06176875rem; height:2.06176875rem; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { width:2.124025rem;height:2.124025rem;top:27.3125rem;left:16.125rem;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.124025rem; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { width:11.12425rem;height:1.055775rem;top:15.6875rem;left:6.3125rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { width:2.06176875rem;height:2.06176875rem;top:15.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { width:7.749rem;height:1.055775rem;top:19.6875rem;left:6.375rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { width:1.25rem;height:1.25rem;top:23.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { width:8.2495rem;height:1.055775rem;top:23.4375rem;left:6.375rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DraHWzOtqarm93nkullvvtfwb4Z0lfOU { width:9.4980625rem;height:4.81055rem;top:7.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHSfmPnVkT1dDrFaSxVOZcpEqawT0SG { width:16.999rem;height:1.23730625rem;top:6.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }