.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:0px;left:0px;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:#0e4275;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:14px;font-family:arial;height:641px;width:960px;position:relative;display:block; }#ExMhTps2uHc4cxcTpbmv6Bbr5BFmNVGC { color:#ffffff;display:block;width:598px;position:absolute;font-family:poppins;font-size:38px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.8125px;left:42px;height:49.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-form-header { font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:bold;color:#ffffff;width:470px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:470px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:arial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:470px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:470px;box-sizing:border-box;height:40px;color:#d6d4d4;font-family:arial;font-size:14px;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:3px solid #ffe16c;border-left:3px solid #ffe16c;border-right:3px solid #ffe16c;border-bottom:3px solid #ffe16c;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#084c7c;width:470px;height:55px;font-family:poppins;overflow:hidden; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:450px;overflow:hidden;font-style:normal;float:none; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container:first-of-type{padding-top:0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container:last-of-type{padding-bottom:0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { background-color:#084c7c;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:470px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:103.578125px;left:450px;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:470px;display:block;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { background-color:#084c7c;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:470px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:103.578125px;left:450px;font-size:14px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #BydS0PFqC5BgkPnT43OvPRA47064ZOX3 { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #vyPlGI5RuCzAkC8EOzcb0MFpBLipyJtO { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #fvBZXN1UQzQh8RX1TFafs4bkm8TSntrQ { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 { position:relative; }
#JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107px;width:214px;top:0px;left:654px;overflow:hidden;display:block; }
#Gc4BQuPL3ST8Bu0iuPAHGqplVLLTuREi { color:#fdfcf8;display:block;width:353px;position:absolute;font-family:poppins;font-size:21px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #084c7c;top:209px;left:81px;height:54.6px;font-style:normal;display:block; }
#kUrySoya580A85Dts5a99H3TaAp0Hww4 { color:#fdfcf8;display:block;width:346px;position:absolute;font-family:poppins;font-size:21px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #084c7c;top:280px;left:81px;height:27.3px;font-style:normal;display:block; }
#W48MhIx4qyDKmpTanKy5UT5LFoWSNNnQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:209px;left:42px; }
#NuOVJIeazbHmnf69HZ0c1rQSwrVBDDP5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:279px;left:40px; }
#ruHUP95VBLoVGaByZHRkfCdAyBiH3TKO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:357px;width:357px;top:284px;left:24px;overflow:hidden;display:block; }
#il68OTAmUKl5wnQ5e8qRKodJvFzKaFMd { color:#ffe16c;display:block;width:344px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:110.625px;left:42px;height:62.4px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TS1xeG2QpM2uAQMd9739GfC4tlySl955 { color:#ffe16c;display:block;width:198px;position:absolute;font-family:poppins;font-size:19px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:115.578125px;left:745px;height:24.7px;font-style:normal;text-align:left;text-align-last:left;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:14px;font-family:arial;height:770px;width:960px;position:relative;display:block; }#LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { position:absolute;display:block;z-index:15000;background-color:#ffe16c;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: 1px 1px 30px rgba(0,0,0,0.07) ;height:253px;width:595px;top:400px;left:19px;display:block; }
#wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { color:#084c7c;display:block;width:553px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:421px;left:40px;height:216px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { position:absolute;display:block;z-index:15008;background-color:#ffe16c;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: 1px 1px 30px rgba(0,0,0,0.07) ;height:253px;width:300px;top:400px;left:650px;display:block; }
#MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { color:#084c7c;display:block;width:260px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:421px;left:670px;height:120px;text-align:justify;text-align-last:initial;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:209px;width:209px;top:158px;left:684px;overflow:hidden;display:block; }
#TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { color:#084c7c;display:block;width:960px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:36px;left:0px;height:36px;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; }
#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:212px;width:212px;top:156.5px;left:364px;overflow:hidden;display:block; }
#bQEta8lBylMZ1RLf7dcT3LncuVraAteE { z-index:15007;top:679px;left:213px;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:5px solid #000164;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aEyVi8WgEzZXKMBpyc98L2o46fpG8U7D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BdxiVn8whUpsGBkB9DNy0a9amJGBoQ0v { z-index:15007;top:679px;left:695px;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:5px solid #000164;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iGCPChTUJ74a9CKWemploBszzpXeSrlK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dgz6hF4t6z3CkOihttnAJnqBtV0IZ18t { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:208px;width:208px;top:158.5px;left:56px;overflow:hidden;display:block; }
#tbwfCaUcpXrgoQ3mW8b3hGgbUIIyV5J3 { color:#084c7c;display:block;width:960px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:84px;left:0px;height:36px;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; }
#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:14px;font-family:arial;height:413px;width:960px;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:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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:4px solid #ffe16c;border-left:4px solid #ffe16c;border-right:4px solid #ffe16c;border-bottom:4px solid #ffe16c;background-color:#ffffff;background-image:none;color:#084c7c;padding-top:17.68px;padding-right:15.8px;padding-bottom:17.68px;padding-left:15.8px;display:block;align-items:center;width:94.78px;min-width:94.78px;height:95.01px;position:relative;font-family:arial;font-size:70.71px;font-weight:700;line-height:95.01px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;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:11.05px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:126.37px;height:37.56px;position:relative;font-family:"open sans";font-size:26.52px;font-weight:700;line-height:37.56px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;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:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;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:602px;height:186.98px;padding-top:22.09px;padding-right:22.56px;padding-bottom:22.09px;padding-left:22.56px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.984375px;left:156.421875px;z-index:15031; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #ZZIJvazF1gXNNods5S32sirGa20SsT5d { display:flex;position:relative;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NtKuO4VJQ7QUZmATEVFDSF6g1Zq6ak95 { width:auto; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #LrHsdwQbDo2c6t6Dk6saftdJIr2JnQC5 {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #F1isw6w1Ki3K2ikapZVUv7Tzb8nBZKPG { display:flex;position:relative;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #pPfVKlw1kLBvVwnNalEzIhoKIMc5Nb9O {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #OI3wNPy7gcW9uxPiSzF3C8ZN8qwFABo2 {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #hI8aNqots10ppCRShmOpD0KRxg7by8JC { display:flex;position:relative;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #NLwWvI7qgHJTGEEm7RwITDzegFITJKxb {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #riZngUPNAusR6wbmtMnLhgv0r4Eztc0z {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #V6DMonMJuhWWNT7ks00VJan1lkxW9vcS { display:flex;position:relative;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #Fyp3kxsL7A25rUyElOsJuxTy43XfcxoD {  }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #gF9TaxwQ7LcBW9kfW67GgTCkra7ruaDZ {  }
#ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { color:#ffe16c;display:block;width:666px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:283.625px;left:156.421875px;height:23.4px;font-style:normal;display:block; }
#ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { color:#ffffff;display:block;width:502px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:336.171875px;left:156.421875px;height:23.4px;font-style:normal;display:block; }
#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container { background-color: transparent; background-image: none; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container > .video-iframe-container { display: none; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row > .video-iframe-container { display: none; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .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); }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container { border-width: 0; border-radius: 0; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;display:block; }#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:14px;font-family:arial;height:467px;width:960px;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:1px;width:240px;top:179px;left:119px;display:block; }#t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.adaptive-delivery-prevent-bg, #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.lazyload, #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB.lazyloading { background-image: none; }
#rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { position:absolute;display:block;z-index:15013;background-color:#fdfdfd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #ffe16c;border-left:5px solid #ffe16c;border-right:5px solid #ffe16c;border-bottom:5px solid #ffe16c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:134px;width:270px;top:121px;left:99px;display:block; }
#xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:134.890625px;left:114px; }
#WV05gFZzqZlQICyumzeVxb2tvymywKfH { color:#084c7c;display:block;width:200px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:144px;left:160px;height:20.8px;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:1px;width:240px;top:248px;left:119px;display:block; }#Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.adaptive-delivery-prevent-bg, #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.lazyload, #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q.lazyloading { background-image: none; }
#HRbATsK3uGib3TWO54JeOM6albqvRgLq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:194.296875px;left:113px; }
#snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { color:#084c7c;display:block;width:184px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:192px;left:155px;height:41.6px;font-style:normal;display:block; }
#PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { position:absolute;display:block;z-index:15031;height:190px;width:343px;top:0px;left:500.25px;display:block; }
#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container { background-color: transparent; background-image: none; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container > .video-iframe-container { display: none; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row > .video-iframe-container { display: none; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .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); }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container { border-width: 0; border-radius: 0; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;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:14px;font-family:arial;height:895px;width:960px;position:relative;display:block; }#H29bf7vizgir1s6uMLy650TKF3ib1rez { color:#fce895;display:block;width:344px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:82px;left:548px;height:64px;text-align:center;text-align-last:center;display:block; }
#tX7R5l7A9BiODASpzUvVxuZVer9BnVur { color:#fce895;display:block;width:381px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:154px;left:550px;height:565.5px;text-align:justify;text-align-last:initial;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:46px;width:2px;top:261px;left:528px;display:block; }
#Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { z-index:15007;top:778px;left:608px;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:5px solid #000164;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OnHrF1W2aebaUKJWhRCpntiVk9thQVMw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:429px;width:479px;top:466px;left:0px;overflow:hidden;display:block; }
#E61mfBTPkJkJvTc34ThfTlTJaVaJiRbL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49px;width:95px;top:24px;left:26px;overflow:hidden;display:block; }
#U2D08dDuXFQzT4i6yiadns70RHum01Tl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container { background-color: transparent; background-image: none; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container > .video-iframe-container { display: none; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row > .video-iframe-container { display: none; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .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); }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container { border-width: 0; border-radius: 0; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container { font-size:14px;font-family:arial;height:12px;width:960px;position:relative;display:block; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS { 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; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { background-color: transparent; background-image: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container > .video-iframe-container { display: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row > .video-iframe-container { display: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .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); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { border-width: 0; border-radius: 0; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { font-size:14px;font-family:arial;height:523px;width:960px;position:relative;display:block; }#lZHIN9DzGArxa79PddkD8CsMoJr3Peow { color:#084c7c;display:block;width:159px;position:absolute;font-family:poppins;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:63px;left:156px;height:32.5px;display:block; }
#KFGnt3f8HI72zx9TAWK4DWkfeugrkgx0 { color:#000000;display:block;width:362px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:121px;left:65px;height:234px;text-align:justify;text-align-last:initial;display:block; }
#nL0aWAXE3SfDIHafgvPsIhI1aTmD3ePA { 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:46px;width:2px;top:245px;left:26px;display:block; }
#IJRcu75WTBVo0B33Cfyn1rsVRi1q3HHo { 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:49px;width:95px;top:15px;left:508px;overflow:hidden;display:block; }
#kykmLGXLCZvAiSBlymGJhTre0QmUL29G { z-index:15005;top:395px;left:107px;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:5px solid #000164;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yMkUtt7DTN9Nvp4hmkET7kT4JpwtkIfX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oxFbtdxR5MhFHPPt1AmzJgW97GdQf2Se { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:371px;width:371px;top:95.5px;left:534.5px;overflow:hidden;display:block; }
#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container { background-color: transparent; background-image: none; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container > .video-iframe-container { display: none; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row > .video-iframe-container { display: none; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .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); }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container { border-width: 0; border-radius: 0; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;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:14px;font-family:arial;height:803px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;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:46px;width:2px;top:336.5px;left:26px;display:block; }
#OtrV9VwLt4QFobigOIE951TPSWpm2bM7 { 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:49px;width:95px;top:0px;left:0px;overflow:hidden;display:block; }
#eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { z-index:15006;top:711px;left:607.5px;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:5px solid #000164;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#084c7c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JnRZckAfV3sMnowFRsXLnm5WlQGonpK9 { color:#ffffff;display:block;width:359px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49px;left:60.5px;height:32px;text-align:center;text-align-last:center;display:block; }
#uwvrv4O3FZ4AH5R7m6qTlR4POqmLtU4m { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:472px;width:472px;top:331px;left:484px;overflow:hidden;display:block; }
#MObyaQrTBocv4DFDymToAOBRMZ2lVhSS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:674px;width:395px;top:95.484375px;left:42.5px;overflow:hidden;display:block; }
#xuLxMWIHJ3y9Tpu25eznWV6iGkssT1pl { color:#ffffff;display:block;width:149px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:111px;left:59px;height:64px;text-align:center;text-align-last:center;display:block; }
#MUNd75R1qhk1160wtTIXrI9c0PQCeVSQ { color:#ffffff;display:block;width:274px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:244.3125px;left:59px;height:64px;text-align:center;text-align-last:center;display:block; }
#TeIQcAa2B6ofRpq6vWRQsziWiQ7245sR { color:#ffffff;display:block;width:227px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:385.90625px;left:59px;height:64px;text-align:center;text-align-last:center;display:block; }
#eLu2NcA7tJyFUCbflCQEphtgoUXKOste { color:#ffffff;display:block;width:263px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:521.3125px;left:59px;height:64px;text-align:center;text-align-last:center;display:block; }
#Z6TR5wJotJJLgzd5iPn003bswEIBtN9H { color:#ffffff;display:block;width:226px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:657.3125px;left:59px;height:64px;text-align:center;text-align-last:center;display:block; }
#Pwy2yiepyq4WS8eLWkLHFOsZF78ut2ku { color:#ffffff;display:block;width:276px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:164px;left:59px;height:60.9px;text-align:justify;text-align-last:initial;display:block; }
#lFCL3ATrcI2bTMfumIzM4FSPLx8pCWo8 { color:#ffffff;display:block;width:267px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:294.5px;left:59px;height:40.6px;text-align:justify;text-align-last:initial;display:block; }
#BiDzrpdISv3Np53odHk2T29XKHOf0pNT { color:#ffffff;display:block;width:276px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:437.5px;left:59px;height:60.9px;text-align:justify;text-align-last:initial;display:block; }
#Z2i6deRSERpkK86BB9OCkZPFx89tqqM0 { color:#ffffff;display:block;width:276px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:563.5px;left:59px;height:40.6px;text-align:justify;text-align-last:initial;display:block; }
#dol9P54tlCTN1acaplRkxngctF6BHcc5 { color:#ffffff;display:block;width:265px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:707px;left:59px;height:60.9px;text-align:justify;text-align-last:initial;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:14px;font-family:arial;height:542px;width:960px;position:relative;display:block; }#scsoArXgureidRSr5FTRsmg5cQ4rVc09 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:278px;width:500px;top:132px;left:460px;display:block; }
#OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { color:#084c7c;display:block;width:407px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:155.984375px;left:20.78125px;height:72.6px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { color:#084c7c;display:block;width:434px;position:absolute;font-family:poppins;font-size:41px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:79.6875px;left:7.28125px;height:53.3px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { color:#084c7c;display:block;width:419px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:270px;left:20.78125px;height:210.6px;font-style:normal;text-align:justify;text-align-last:initial;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:#084c7c;background-image:none;font-size:14px;font-family:arial;height:421px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { position:absolute;display:block;z-index:15000;height:259px;width:620px;top:110px;left:170px;display:block; }
#ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { color:#ffffff;display:block;width:477px;position:absolute;font-family:poppins;font-size:25px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:38.000007629395px;left:53.387512207031px;height:27.5px;font-style:normal;text-align:left;text-align-last:left;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:14px;font-family:arial;height:151px;width:960px;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:895px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:51px;left:0px;height:20.8px;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28px;left:675px; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:28px;left:753px; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28px;left:833px; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25px;left:904px; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:56px; height:56px; }#SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { color:#e5d0d0;display:block;width:413px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25px;left:36px;height:20.8px;display:block; }
#WNrACKwIWoGSu1KeI9ETShGafUumcWFC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:19px;width:19px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26px;left:0px; }
#hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:58px;left:0px; }
#IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { color:#e5d0d0;display:block;width:413px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:57px;left:36px;height:20.8px;display:block; }
#GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:88px;left:0px; }
#ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { color:#e5d0d0;display:block;width:413px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:88px;left:36px;height:20.8px;display:block; }
#WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85px;width:168px;top:18.887481689453px;left:439.98751831055px;overflow:hidden;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExMhTps2uHc4cxcTpbmv6Bbr5BFmNVGC { top:28px;left:0px;width:598px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { width:470px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text { width:470px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-textarea { width:470px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { width:470px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { width:470px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-checkbox-label { width:451px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { width:470px;height:auto;top:103px;left:254px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { width:470px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { width:470px;height:auto;top:103px;left:254px; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #BydS0PFqC5BgkPnT43OvPRA47064ZOX3 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #vyPlGI5RuCzAkC8EOzcb0MFpBLipyJtO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #fvBZXN1UQzQh8RX1TFafs4bkm8TSntrQ {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 {  }
 }@media only screen and (max-width: 763px) { #JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { top:0px;left:550px;width:214px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4BQuPL3ST8Bu0iuPAHGqplVLLTuREi { top:209px;left:0px;width:353px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kUrySoya580A85Dts5a99H3TaAp0Hww4 { top:280px;left:0px;width:346px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #W48MhIx4qyDKmpTanKy5UT5LFoWSNNnQ { top:209px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NuOVJIeazbHmnf69HZ0c1rQSwrVBDDP5 { top:279px;left:0px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ruHUP95VBLoVGaByZHRkfCdAyBiH3TKO { top:284px;left:0px;width:357px;height:357px;display:block; }
 }@media only screen and (max-width: 763px) { #il68OTAmUKl5wnQ5e8qRKodJvFzKaFMd { top:110px;left:0px;width:344px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TS1xeG2QpM2uAQMd9739GfC4tlySl955 { top:115px;left:566px;width:198px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw { display:block; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { width:595px;height:253px;top:400px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { width:553px;height:216px;top:421px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { width:300px;height:253px;top:400px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { width:260px;height:120px;top:421px;left:502px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ndhIKwWtv8ZTdKXJ9TMexZV77WWX66n0 { width:209px;height:209px;top:158px;left:519px;display:block; }
 }@media only screen and (max-width: 763px) { #TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { width:764px;height:36px;top:36px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #T2x0UokHstENbblJ3CZl8ebIhliCV6Tz { width:212px;height:212px;top:156px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #bQEta8lBylMZ1RLf7dcT3LncuVraAteE { top:679px;left:70px;width:184px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #aEyVi8WgEzZXKMBpyc98L2o46fpG8U7D { display:block; }
 }@media only screen and (max-width: 763px) { #BdxiVn8whUpsGBkB9DNy0a9amJGBoQ0v { top:679px;left:530px;width:184px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #iGCPChTUJ74a9CKWemploBszzpXeSrlK { display:block; }
 }@media only screen and (max-width: 763px) { #dgz6hF4t6z3CkOihttnAJnqBtV0IZ18t { top:158px;left:23px;width:208px;height:208px;display:block; }
 }@media only screen and (max-width: 763px) { #tbwfCaUcpXrgoQ3mW8b3hGgbUIIyV5J3 { width:764px;height:36px;top:84px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wpUfO2GoBBIAfPQludlAtL59motWQOQV { display:block; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container { width:764px;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:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 { width:320px;height:89px;display:flex;top:31px;left:108.71249389648px;z-index:15031; }
 }@media only screen and (max-width: 763px) { #K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 #ZZIJvazF1gXNNods5S32sirGa20SsT5d { display:flex;position:relative;top:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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) { #ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { top:283px;left:58.421875px;width:666px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { top:336px;left:58.421875px;width:502px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa { display:block; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og7s7XLaI53em7M3AgDbqSHQfNXB9LAq { display:block; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB { width:240px;height:1px;top:179px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { width:270px;height:134px;top:121px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { top:134px;left:16px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WV05gFZzqZlQICyumzeVxb2tvymywKfH { top:144px;left:62px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q { width:240px;height:1px;top:248px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HRbATsK3uGib3TWO54JeOM6albqvRgLq { top:194px;left:15px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { top:192px;left:57px;width:184px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { top:0px;left:402.25px;width:343px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM { display:block; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nllLhLgL74bKF3XTPNCUG8ODa4x8btlg { display:block; }#nllLhLgL74bKF3XTPNCUG8ODa4x8btlg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H29bf7vizgir1s6uMLy650TKF3ib1rez { top:82px;left:401px;width:344px;height:31px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tX7R5l7A9BiODASpzUvVxuZVer9BnVur { top:154px;left:383px;width:381px;height:565px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aNMo6iZ8ZvTnxb74XWmbdzJcciJ5leuP { top:261px;left:382px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { top:778px;left:461px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block; }
 }@media only screen and (max-width: 763px) { #OnHrF1W2aebaUKJWhRCpntiVk9thQVMw { top:466px;left:0px;width:479px;height:429px;display:block; }
 }@media only screen and (max-width: 763px) { #E61mfBTPkJkJvTc34ThfTlTJaVaJiRbL { top:24px;left:0px;width:95px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #U2D08dDuXFQzT4i6yiadns70RHum01Tl { display:block; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJOiukOSiM7aqi40kX0Jna9cufiiLqPS { display:block; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZHIN9DzGArxa79PddkD8CsMoJr3Peow { top:63px;left:107px;width:159px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KFGnt3f8HI72zx9TAWK4DWkfeugrkgx0 { top:121px;left:16px;width:362px;height:234px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nL0aWAXE3SfDIHafgvPsIhI1aTmD3ePA { top:245px;left:0px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #IJRcu75WTBVo0B33Cfyn1rsVRi1q3HHo { top:15px;left:382px;width:95px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #kykmLGXLCZvAiSBlymGJhTre0QmUL29G { top:395px;left:58px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #yMkUtt7DTN9Nvp4hmkET7kT4JpwtkIfX { display:block; }
 }@media only screen and (max-width: 763px) { #oxFbtdxR5MhFHPPt1AmzJgW97GdQf2Se { top:95px;left:387.5px;width:371px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm { display:block; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv { display:block; }#bkS8HnCJlZ7rm34iScTGcTuBMyTqevJv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Gmzwtugc5i6yo8iZuXTuGedghao4I7 { top:336px;left:0px;width:2px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #OtrV9VwLt4QFobigOIE951TPSWpm2bM7 { top:0px;left:0px;width:95px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { top:711px;left:460.5px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block; }
 }@media only screen and (max-width: 763px) { #JnRZckAfV3sMnowFRsXLnm5WlQGonpK9 { top:49px;left:11.5px;width:359px;height:31px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uwvrv4O3FZ4AH5R7m6qTlR4POqmLtU4m { top:331px;left:292px;width:472px;height:472px;display:block; }
 }@media only screen and (max-width: 763px) { #MObyaQrTBocv4DFDymToAOBRMZ2lVhSS { top:95px;left:0px;width:395px;height:674px;display:block; }
 }@media only screen and (max-width: 763px) { #xuLxMWIHJ3y9Tpu25eznWV6iGkssT1pl { top:111px;left:10px;width:149px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MUNd75R1qhk1160wtTIXrI9c0PQCeVSQ { top:244px;left:10px;width:274px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TeIQcAa2B6ofRpq6vWRQsziWiQ7245sR { top:385px;left:10px;width:227px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eLu2NcA7tJyFUCbflCQEphtgoUXKOste { top:521px;left:10px;width:263px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TR5wJotJJLgzd5iPn003bswEIBtN9H { top:657px;left:10px;width:226px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Pwy2yiepyq4WS8eLWkLHFOsZF78ut2ku { top:164px;left:10px;width:276px;height:39px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lFCL3ATrcI2bTMfumIzM4FSPLx8pCWo8 { top:294px;left:10px;width:267px;height:39px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BiDzrpdISv3Np53odHk2T29XKHOf0pNT { top:437px;left:10px;width:276px;height:39px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2i6deRSERpkK86BB9OCkZPFx89tqqM0 { top:563px;left:10px;width:276px;height:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dol9P54tlCTN1acaplRkxngctF6BHcc5 { top:707px;left:10px;width:265px;height:39px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { width:500px;height:278px;top:132px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:407px;height:72px;top:155px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:434px;height:53px;top:79px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:419px;height:210px;top:270px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { top:110px;left:72px;width:620px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:477px;height:0;top:38px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { top:51px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { top:28px;left:577px;width:50px;height:50px;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { top:28px;left:655px;width:50px;height:50px;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { top:28px;left:714px;width:50px;height:50px;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { top:25px;left:708px;width:56px;height:56px;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:56px; height:56px; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { top:25px;left:0px;width:413px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { top:26px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { top:58px;left:0px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { top:57px;left:0px;width:413px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { top:88px;left:0px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { top:88px;left:0px;width:413px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { top:18px;left:341.98751831055px;width:168px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0e4275;background-image:none;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); } }@media only screen and (max-width: 763px) { #F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { background-color:transparent;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:320px;height:1396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExMhTps2uHc4cxcTpbmv6Bbr5BFmNVGC { width:320px;height:83.1875px;top:79px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { width:280px;height:auto;top:746.1875px;left:0px; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { width:280px;height:auto;top:746.1875px;left:0px; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #BydS0PFqC5BgkPnT43OvPRA47064ZOX3 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #vyPlGI5RuCzAkC8EOzcb0MFpBLipyJtO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #fvBZXN1UQzQh8RX1TFafs4bkm8TSntrQ {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 {  }
 }@media only screen and (max-width: 763px) { #JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { width:99px;height:51px;top:18px;left:110.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4BQuPL3ST8Bu0iuPAHGqplVLLTuREi { width:205px;height:74.0625px;top:262px;left:88px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kUrySoya580A85Dts5a99H3TaAp0Hww4 { width:191px;height:81.8906px;top:346px;left:86px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #W48MhIx4qyDKmpTanKy5UT5LFoWSNNnQ { display:flex;width:33px;height:33px;top:262px;left:34px; }
 }@media only screen and (max-width: 763px) { #NuOVJIeazbHmnf69HZ0c1rQSwrVBDDP5 { display:flex;width:29px;height:29px;top:359px;left:34px; }
 }@media only screen and (max-width: 763px) { #ruHUP95VBLoVGaByZHRkfCdAyBiH3TKO { width:320px;height:320px;top:427.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #il68OTAmUKl5wnQ5e8qRKodJvFzKaFMd { width:320px;height:62.375px;top:174.1875px;left:0px;font-size:24px;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TS1xeG2QpM2uAQMd9739GfC4tlySl955 { width:198px;height:24.6875px;top:1352.1255px;left:61px;font-size:19px;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw { display:block; }#N50H7JbZNvbZxwdKnDRinNkKQR4FsFMw > .row .container { width:320px;height:1402px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWklEXJpCEfWz6pxwTr893CXNdeHNqsT { width:300px;height:576px;top:375px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wbooEhvtv6vtkoJXP8XKQgDFyT6KLI3t { width:288px;height:460.6868px;top:393px;left:16px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Am9I15zoRnGBrdOTwJZNMCQvrPcZsvZA { width:300px;height:151px;top:1136px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MNLxnvDyNbcwirpsOLJPPwFxqo0umeIv { width:260px;height:127.9688px;top:1147.5px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ndhIKwWtv8ZTdKXJ9TMexZV77WWX66n0 { width:148px;height:148px;top:968px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #TCfIXwA3OX6D9uvKwDMGUXN7mr1LUpt2 { width:258px;height:75px;top:31px;left:31px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #T2x0UokHstENbblJ3CZl8ebIhliCV6Tz { width:142px;height:142px;top:217px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #bQEta8lBylMZ1RLf7dcT3LncuVraAteE { top:881px;left:72.5px;width:175px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #aEyVi8WgEzZXKMBpyc98L2o46fpG8U7D { display:block; }
 }@media only screen and (max-width: 763px) { #BdxiVn8whUpsGBkB9DNy0a9amJGBoQ0v { top:1312px;left:68px;width:184px;height:52px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iGCPChTUJ74a9CKWemploBszzpXeSrlK { display:block; }
 }@media only screen and (max-width: 763px) { #dgz6hF4t6z3CkOihttnAJnqBtV0IZ18t { width:143px;height:143px;top:215.5px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #tbwfCaUcpXrgoQ3mW8b3hGgbUIIyV5J3 { width:320px;height:75px;top:115px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wpUfO2GoBBIAfPQludlAtL59motWQOQV { display:block; }#wpUfO2GoBBIAfPQludlAtL59motWQOQV > .row .container { width:320px;height:194px;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:6.38px;padding-right:5.63px;padding-bottom:6.38px;padding-left:5.63px;width:33.76px;min-width:33.76px;height:34.27px;font-size:25.5px;line-height:34.27px;top:0px;left:0px;color:#084c7c;background-color:#fce895;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:3px solid #fce895;border-left:3px solid #fce895;border-right:3px solid #fce895;border-bottom:3px solid #fce895; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.98px;margin-right:0;margin-bottom:0;margin-left:0;width:45.02px;height:13.55px;font-size:9.56px;line-height:13.55px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K8GciaT72EnFC9eiBtbdcZOXQaPbT5s4 { width:268px;height:70.56px;display:flex;top:69.59375px;left:7.84375px;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:17.61px;padding-right:18.14px;padding-bottom:17.61px;padding-left:18.14px;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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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:0px;left:0px; }
 }@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) { #ulnuGUmTmy7cskumBrwI1sTz0JBMtDLL { width:246px;height:58.5px;top:0px;left:37.000001907349px;font-size:15px;color:#084c7c;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ME3vz4iS0fi4BcwXrxmnPZEUziBKT3kR { width:261px;height:41.5938px;top:17px;left:29.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa { display:block; }#HesEDeuGEAW2T6gdBg7aHa5h1IKtzSOa > .row .container { width:320px;height:19px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og7s7XLaI53em7M3AgDbqSHQfNXB9LAq { display:block; }#og7s7XLaI53em7M3AgDbqSHQfNXB9LAq > .row .container { width:320px;height:457px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9cyFnK68XfTKFvIN88ciSNiTRP38BBB { width:240px;height:1px;top:113px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rsdklO9dztuxy3uo4Tn8VnyO0ChmFahI { width:320px;height:140px;top:43px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xr9nnp9luTW6GkSscS82d6VO0sLTGF4E { width:35px;height:35px;top:63px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WV05gFZzqZlQICyumzeVxb2tvymywKfH { width:200px;height:20.7969px;top:70px;left:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Si6Piy3yQwvtBSFEsyyM27a7EyGnAp4q { width:240px;height:1px;top:182px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HRbATsK3uGib3TWO54JeOM6albqvRgLq { width:33px;height:33px;top:131px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #snGXFwq6gIveV7Jr1SoddDxJr5yw4lRp { width:202px;height:41.5938px;top:131px;left:59px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PzH0lbqz4u8TpHqLkczMO3FQZG9XF0Oi { width:251px;height:201px;top:221px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM { display:block; }#tQshSDtPxKAUsmcCFBUHWAf9PxJ9D1aM > .row .container { width:320px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nllLhLgL74bKF3XTPNCUG8ODa4x8btlg { background-color:#084c7c;background-image:none;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 { width:320px;height:1326px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H29bf7vizgir1s6uMLy650TKF3ib1rez { width:257px;height:59.7812px;top:78px;left:31.5px;font-size:23px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #tX7R5l7A9BiODASpzUvVxuZVer9BnVur { width:290px;height:721.5px;top:182.828125px;left:15px;font-size:15px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aNMo6iZ8ZvTnxb74XWmbdzJcciJ5leuP { width:2px;height:113px;top:404px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Td9IPgmNayE7NRkrt3nSRJhr8yPwsarK { top:955px;left:68px;width:184px;height:49.1875px;display:block; }
 }@media only screen and (max-width: 763px) { #cKRgDR4IzwreDTF4cibMqibOpFB5HBLV { display:block; }
 }@media only screen and (max-width: 763px) { #OnHrF1W2aebaUKJWhRCpntiVk9thQVMw { width:320px;height:286.59707724426px;top:1038.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E61mfBTPkJkJvTc34ThfTlTJaVaJiRbL { width:95px;height:49px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U2D08dDuXFQzT4i6yiadns70RHum01Tl { display:block; }#U2D08dDuXFQzT4i6yiadns70RHum01Tl > .row .container { width:320px;height:12px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJOiukOSiM7aqi40kX0Jna9cufiiLqPS { background-color:#084c7c;background-image:none;display:block; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { background-color: transparent; background-image: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container > .video-iframe-container { display: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row > .video-iframe-container { display: none; }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .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); }#rJOiukOSiM7aqi40kX0Jna9cufiiLqPS > .row .container { width:320px;height:739px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZHIN9DzGArxa79PddkD8CsMoJr3Peow { width:196px;height:32.5px;top:289.25px;left:77.300001144409px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KFGnt3f8HI72zx9TAWK4DWkfeugrkgx0 { width:290px;height:292.5px;top:346px;left:15px;font-size:15px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nL0aWAXE3SfDIHafgvPsIhI1aTmD3ePA { width:2px;height:113px;top:481.859375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IJRcu75WTBVo0B33Cfyn1rsVRi1q3HHo { width:95px;height:49px;top:20.999969482422px;left:112.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #kykmLGXLCZvAiSBlymGJhTre0QmUL29G { top:657.828125px;left:47.5px;width:225px;height:63.375px;display:block; }
 }@media only screen and (max-width: 763px) { #yMkUtt7DTN9Nvp4hmkET7kT4JpwtkIfX { display:block; }
 }@media only screen and (max-width: 763px) { #oxFbtdxR5MhFHPPt1AmzJgW97GdQf2Se { width:175px;height:175px;top:88.984375px;left:72.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm { display:block; }#qKkko5zKQmpR5p6mV4fEZiPNFqLJN3Xm > .row .container { width:320px;height:32px;position:relative;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:320px;height:1160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Gmzwtugc5i6yo8iZuXTuGedghao4I7 { width:2px;height:113px;top:433.21875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OtrV9VwLt4QFobigOIE951TPSWpm2bM7 { width:95px;height:49px;top:21px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eRrpAUuJCpWbQm0CfbLrEThatPhapkQQ { top:1052.375px;left:47.5px;width:225px;height:64.1875px;display:block; }
 }@media only screen and (max-width: 763px) { #wOXP6u3i8C9Keza0Crzvcd7hPrilzeIH { display:block; }
 }@media only screen and (max-width: 763px) { #JnRZckAfV3sMnowFRsXLnm5WlQGonpK9 { width:271px;height:29.8906px;top:96.984375px;left:24.5px;font-size:23px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #uwvrv4O3FZ4AH5R7m6qTlR4POqmLtU4m { width:320px;height:320px;top:686px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MObyaQrTBocv4DFDymToAOBRMZ2lVhSS { width:320px;height:546.0253164557px;top:174px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xuLxMWIHJ3y9Tpu25eznWV6iGkssT1pl { width:150px;height:27.2969px;top:185px;left:10px;font-size:21px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #MUNd75R1qhk1160wtTIXrI9c0PQCeVSQ { width:278px;height:27.2969px;top:292px;left:10px;font-size:21px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TeIQcAa2B6ofRpq6vWRQsziWiQ7245sR { width:233px;height:27.2969px;top:403px;left:10px;font-size:21px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #eLu2NcA7tJyFUCbflCQEphtgoUXKOste { width:273px;height:27.2969px;top:512px;left:10px;font-size:21px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TR5wJotJJLgzd5iPn003bswEIBtN9H { width:227px;height:27.2969px;top:622px;left:12px;font-size:21px;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Pwy2yiepyq4WS8eLWkLHFOsZF78ut2ku { width:220px;height:50.6719px;top:223px;left:10px;font-size:13px;text-align:justify;text-align-last:initial;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #lFCL3ATrcI2bTMfumIzM4FSPLx8pCWo8 { width:215px;height:50.6719px;top:332px;left:10px;font-size:13px;text-align:justify;text-align-last:initial;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #BiDzrpdISv3Np53odHk2T29XKHOf0pNT { width:214px;height:50.6719px;top:442px;left:10px;font-size:13px;text-align:justify;text-align-last:initial;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Z2i6deRSERpkK86BB9OCkZPFx89tqqM0 { width:215px;height:33.7812px;top:550px;left:10px;font-size:13px;text-align:justify;text-align-last:initial;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #dol9P54tlCTN1acaplRkxngctF6BHcc5 { width:218px;height:50.6719px;top:658px;left:14px;font-size:13px;text-align:justify;text-align-last:initial;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { height:179px;width:320px;top:392.671875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:320px;height:59.3907px;top:85.375px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:320px;height:31.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:291px;height:168.906px;top:186.75px;left:14.5px;text-align:center;text-align-last:center;font-size:13px;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:320px;height:338px;background-color:#084c7c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { width:320px;height:259px;top:59.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:320px;height:19.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:354px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { width:320px;height:20.8px;top:95.875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { width:30px;height:30px;top:197.546875px;left:43px;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { width:32px;height:32px;top:196.546875px;left:102px;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { width:33px;height:33px;top:196.046875px;left:176px;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:33px; height:33px; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { width:34px;height:34px;top:195.546875px;left:243px;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:34px; height:34px; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { width:233px;height:16.8906px;top:59px;left:43px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { width:19px;height:19px;top:57.9375px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { width:18px;height:18px;top:97.265625px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { width:124px;height:16.9px;top:97.828125px;left:43px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { width:20px;height:20px;top:137.546875px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { width:132px;height:16.9px;top:139.109375px;left:43px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { width:168px;height:85px;top:249.53759765625px;left:76px;display:block; }
 }