.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FSH3CcVZl0JIHOhXq4IL4mHqWShxfwmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSH3CcVZl0JIHOhXq4IL4mHqWShxfwmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSH3CcVZl0JIHOhXq4IL4mHqWShxfwmn > .row > .video-iframe-container { display: none; }#FSH3CcVZl0JIHOhXq4IL4mHqWShxfwmn > .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); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC { position:relative;display:block; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC { background-color: transparent; background-image: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container > .video-iframe-container { display: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row > .video-iframe-container { display: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .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); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC { border-width: 0; border-radius: 0; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .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; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QnlA0Uakt9OmV6fn9sSrdtbx9pAlcBNa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.3125rem;top:3.09375rem;left:3.6875rem;overflow:hidden;display:block; }
#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi { position:relative;display:block; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi { background-color: transparent; background-image: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,57,117,0.41); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container > .video-iframe-container { display: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row > .video-iframe-container { display: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,57,117,0.41); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi { border-width: 0; border-radius: 0; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d653cb02-498d-48db-aa98-4c38e523717b/NaturaLasDepositphotos_14034535_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container.adaptive-delivery-prevent-bg, #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container.lazyload, #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container.lazyloading { background-image: none; }#ZChQqHDAiROe9chwUQeLF8HfvSsb043H { display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:14.9375rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#SdCBz2tkw169583aGgZAeVpXunm8b5cb { display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.9375rem;left:27.9375rem;height:1.57498125rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#ka84bFCce9mEDgToWwvzHhEcImtKTNgv { display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.9375rem;left:6.3125rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#D4hOMna7vsd0D3TWHpe1PTALKyJi3Ub4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:5.125rem;left:13.125rem; }
#N7pZD4Z05Nnn0AzHKcmU0y68XcbyXuVE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:5.125rem;left:26.1875rem; }
#H5VDFZZSCduAwG3SI5deIqnKwx537I5x { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:5.125rem;left:4.8125rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#003975;background-image:none;color:#ffffff;padding-top:0.634375rem;padding-right:0.565625rem;padding-bottom:0.634375rem;padding-left:0.565625rem;display:block;align-items:center;width:3.394375rem;min-width:3.394375rem;height:3.40875rem;position:relative;font-family:"open sans";font-size:2.5375rem;font-weight:700;line-height:54.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.525625rem;height:1.3475rem;position:relative;font-family:"open sans";font-size:0.95125rem;font-weight:400;line-height:21.56px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;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:22.125rem;height:6.42125rem;padding-top:0.793125rem;padding-right:0.808125rem;padding-bottom:0.793125rem;padding-left:0.808125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.3671875rem;left:8.44580078125rem;z-index:15015; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #VM1Iw95DT9FfbpZveJKrrT7cOxmKmOFw { display:flex;position:relative;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NnrK6IWQTbfyakmsIhZ3Ue3UGlfJLhOw { width:auto; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #qT9uhcVFva9ixaqfeb1ZvhI7RKeebeAR {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #yagsUZVd2w5p8g1SyMR1uqHlMDbnid01 { display:flex;position:relative;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #lvMZsi5UoxOXM331PG2DvbRNMWRiNi5l {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #F9owp8UK8xWi5V5V9cINfHFMlCU9frip {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #LyavJdn2Typ2MATxZ0yG6czFu2O2bKDF { display:flex;position:relative;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #X7yMVoE16LIk0AZ6beX5ybVumGwJW2TK {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #ObxsTQt4Rp4sQQU1xAtkPXSDGxVpXzt1 {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #MyLWoe8ytXaT9hvhHC3RkvbPLo6Tfs9S { display:flex;position:relative;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #aCtr9bC1UIdg34odZxhqnlv0zpqJEQnv {  }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NJWzdemwgOGeTBwT4U6rpEshkyISaNkA {  }
#uVqC1ZWDfL0yCLuOSlTUBslATrIzFFuS { z-index:15004;top:33.3125rem;left:46.875rem;background-color:#d9b830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#003975;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u9kbHDGhw5b79c08JTLXnq0AaLVTHJ9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFlE7zUJDabXnLAJioKthVCkaZ0biSQ9 { display:block;width:24.0625rem;position:absolute;font-family:sansita;font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.59423828125rem;left:4.8125rem;height:5.4433625rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;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; }
#FTGW26kogB3PtNSdFuLGw24z8BE5KmgG { display:block;width:28.1875rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:13.9755859375rem;left:4.65625rem;height:;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;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; }
#iwR7OhyuomkMNsaooVMTfbolrt40VeqU { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:2.5;letter-spacing:0;top:20.4375rem;left:7.3125rem;height:8.4375rem;display:block; }
#HZf5pgMy6TLSnLxzKBqvS6C0USh6Gx44 { box-sizing:content-box;height:0.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:5.375rem;left:11.875rem;display:block; }
#PDB4RPpJiD1yhBCL69gfDc7Wc7H7Js6D { box-sizing:content-box;height:0.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:5.25rem;left:25.1875rem;display:block; }
#uvTb7HaR1cUVd1fonf0bK2n411Zifo6A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.8125rem;left:4.8125rem; }
#aNUTNFydPxf3f8THt70ifxkvRUZ571xt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.6875rem;left:4.8125rem; }
#pKmamxStFTcmf2z14PXsbflyPukAlw29 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.5rem;left:4.8125rem; }
#IcS7ul5DSl6mIFHITbXPIg4TTsgt4oCC { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.70703125rem;left:49.375rem;height:3.89845rem;display:block; }
#VQ3xggJIaCOTcCkwg2VDTr95VH5wM68g { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #0b53a6, rgba(0,0,0,0.41));background-image: -moz-linear-gradient(135deg, #0b53a6, rgba(0,0,0,0.41));background-image: -ms-linear-gradient(135deg, #0b53a6, rgba(0,0,0,0.41));background-image: -o-linear-gradient(135deg, #0b53a6, rgba(0,0,0,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b53a6', endColorstr='#68000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b53a6', endColorstr='#68000000' );";background-image: linear-gradient(135deg, #0b53a6, rgba(0,0,0,0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.5625rem;width:75rem;top:-0.0625rem;left:0rem;display:block; }
#gXasTzdUp73EqhOl4gShHK6kbuaANdtE { box-sizing:content-box;height:4.9375rem;width:61.6875rem;position:absolute;display:block;z-index:15003;background-color:#003975;background-image:none;top:40.88720703125rem;left:6.71875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#glT7UoW4hMm9u8DnBA8OeTu5BzvzxU6O { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.62451171875rem;left:10.125rem;height:1.462675rem;display:block; }
#xPR4ZQH2tI0ZJ8it93BtTeXusCoE4ZVU { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:42.62451171875rem;left:40rem;height:1.462675rem;display:block; }
#yRT9VHf7i5QHTodNJ8vAaWnNLOAzlt1g { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:22.9375rem;top:3.31884765625rem;left:44.78125rem;overflow:hidden;display:block; }
#byC7IMISNDazJMDvlcmpEyDAba63p5a0 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:2.5;letter-spacing:0;top:28.6875rem;left:43.3125rem;height:3.125rem;display:block; }
#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container { background-color: transparent; background-image: none; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container > .video-iframe-container { display: none; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row > .video-iframe-container { display: none; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .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); }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container { border-width: 0; border-radius: 0; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container { width:75rem;height:11.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WKGehw32hfFDbS3MckGzA8AhxuEMinUt { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.3125rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt { position:relative;display:block; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt { background-color: transparent; background-image: none; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container > .video-iframe-container { display: none; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row > .video-iframe-container { display: none; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .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); }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt { border-width: 0; border-radius: 0; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#mBfK9G2PDCcTypnTbe5u2uRUST4NGdAU { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.47607421875rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#sLl9hgk1SXoHITxuQ6PPsskwW2oSs34x { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8125rem;left:14.5625rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#OMoQnT62dDRZR1NMm32SmTOB3ZL02GP5 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:14.5625rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#K9QZH5qFW3OO4bUxS0oQDE1JGmmavRuP { color:#000000;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.375rem;left:14.5625rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#Whr66uaorZoGSPL2lZf20tTzPA9fiK1J { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:14.5625rem;height:3.89941875rem;text-align:justify;text-align-last:initial;display:block; }
#a4qT4LoZFQOmnuaUN3T1mdA9IoksERgv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.9375rem;left:11rem; }
#OSaHGaiJOs6mNFaNqaG8Mw62iMT42LlV { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.5rem;left:11rem; }
#ZhRWTrSQKsSDxxMxsTLneNLrBHGdsTq7 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.5rem;left:11rem; }
#Tf0CAe8hitNPZrhsJlz4QIXn1aytwX9M { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.875rem;left:11rem; }
#iDPRuncNJa82d7bEiobBgyHU5T15l5RP { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.3125rem;left:14.625rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#K5NMcvL94niq9PQPJTGzTGerTGnJiTLq { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.8125rem;left:11.0625rem; }
#yTJppJhV6dx4WGsVuWJAFPMxMgPMSk9L { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.25rem;left:14.625rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#l3aFKdtNwJ6vyVZxmDNHoslGGNo2wakP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:34.3125rem;left:11rem; }
#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR { position:relative;display:block; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR { background-color: transparent; background-image: none; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row .container > .video-iframe-container { display: none; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row > .video-iframe-container { display: none; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .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); }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR { border-width: 0; border-radius: 0; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .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; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W2dLs9R7E26BCuW8SZfzM6u4wAJiUXmc { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.47607421875rem;left:0rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#NpfDShfylcTDiQMFUMXsqbT0N22JlmlL { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:14.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#WqH2qTerELdnkR7I127mbZfH6gl4x2E4 { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.9375rem;left:14.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#kDmRdGhEkT6FpkDu3RwBDb6JubeAZ067 { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.25rem;left:14.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#nC75ftTHCvWXK3ipP8PWQN2p5yz97eN0 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5rem;left:14.6875rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#LX9hPsPhmiqHnxLUNmKZpBdL6ewSIedg { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.375rem;left:11.1875rem; }
#MPcVTKpGhitVEIImhLc46pBXPPwfvs3w { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.5rem;left:11.1875rem; }
#tinEuSkqCykswMa3hgPlqm9KZ74vrv5U { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.0625rem;left:11.1875rem; }
#pZTIkHwlGRIyfHPtapeGGknTlxTu3D3i { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.4375rem;left:11.1875rem; }
#rcZ2xTpmR9UBwNJeyclmmq9OG3CZpKeT { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:11.25rem;height:1.29980625rem;display:block; }
#XhzRL1quOUXIzIQmHngGhwEiIxUP64Rv { z-index:15005;top:33.27490234375rem;left:28.125rem;background-color:#d9b830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#003975;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#faTyPKSpBwdRCImkMABEPuIBHoWAgiAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XatBHkKeNJzToW0b9fnV0pL4VIBkUS1N { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.75rem;left:11.1875rem; }
#mcQtprrSiH3iSTxD7CSmXAuP3PZW0aqC { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.9375rem;left:14.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#DuBFesfkTE50JxDD3Or07eczgg98EHC4 { position:relative;display:block; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 { background-color: transparent; background-image: none; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container > .video-iframe-container { display: none; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row > .video-iframe-container { display: none; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .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); }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 { border-width: 0; border-radius: 0; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#qeeA0tVyVKDN4LHOtx8oSTb6OtJvSF3M { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.47607421875rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#pGU9WxR5JlvAqUnOBhDPQrh5vBuFNCCU { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:14.75rem;height:1.4624rem;text-align:justify;text-align-last:initial;display:block; }
#zJJ6O9gFGMzQPAlQRIlTAyAmJkMiIVMI { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:14.75rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#GAM86DxOmcBFST9hB6OSaNrcTsbwQe0f { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:14.75rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#ZkluvVWJFewoKD04oEnT4MFyATHOPN7k { color:#000000;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:15.6875rem;left:14.75rem;height:16rem;text-align:left;text-align-last:left;display:block; }
#hXc0GkDWySs05aTP5zrLXlOTvip7DaM4 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.875rem;left:11.1875rem; }
#fHzalgBhKUaMUk0g9T8WTlHT5qrRLDJv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.91796875rem;left:11.28125rem; }
#oFvZgEEvZtTvC1HirJ6rQnDtiszeINKA { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.74365234375rem;left:11.125rem; }
#uePe2GLTMNTCtc1RvPLgkNZ0x1V7TJgy { display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:35.8125rem;left:11.25rem;height:1.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;color:#000000;display:block; }
#sGThXbAIVqy3p2c4AED2igLxW38qn0xr { display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:2;letter-spacing:0;top:41.25rem;left:11.25rem;height:4rem;font-style:normal;text-align:justify;text-align-last:initial;color:#000000;display:block; }
#TdTVTTcDhXJUgD1xZ0XgeH6aXDIXElZa { display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:37.875rem;left:11.25rem;height:2rem;font-style:normal;text-align:justify;text-align-last:initial;color:#000000;display:block; }
#prW7TDrxJ79apE6u1LZafI0Mv3ElQCaM { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:15.6875rem;left:22.0625rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#rFs5iLwHkIqrgIeR1DLZRH4sTqrWR0AB { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.5625rem;top:14rem;left:0.625rem;display:none; }
#sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:20.25rem;left:22.0625rem;height:;text-align:left;text-align-last:left;display:block; }#sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki li:before{  }
#HlDnKyLf4VyZhTkefuGXzHDthtduPFuT { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:2;letter-spacing:0;top:29.8125rem;left:22.0625rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#cDfttX7UhhafLptUAXu9ciT8hx84eaPw { display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:32.71240234375rem;left:11.25rem;height:1.19970625rem;font-style:normal;text-align:justify;text-align-last:initial;color:#000000;display:block; }
#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container { background-color: transparent; background-image: none; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container > .video-iframe-container { display: none; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row > .video-iframe-container { display: none; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .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); }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container { border-width: 0; border-radius: 0; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container { width:75rem;height:8.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rR7r4HIgaXEHzsDeN5MOtyAtH73d9EoT { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl { border-bottom:0;border-left:0;border-right:0;border-top: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; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container { background-color: transparent; background-image: none; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container > .video-iframe-container { display: none; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row > .video-iframe-container { display: none; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .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); }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container { border-width: 0; border-radius: 0; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#X8pEVemsgdDEVXWPEMr2h80g0tH7NAaI { display:block;width:27rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:8.1875rem;left:44.25rem;height:20.9985625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#BCoBuOFsz4QAQVlMxl41yEmeGyyoT5DF { display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:0rem;left:44.25rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#rE0CEDa2H8vKEpBZskcLaTsiL5FnGQgw { display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.5625rem;left:44.25rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.9375rem;left:44.25rem; }
#mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1901412-a81e-4a83-bd0e-306c0f7008bb/Lilianakooblisko.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:21.0625rem;width:20.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:8.375rem;display:block; }#K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.adaptive-delivery-prevent-bg, #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.lazyload, #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.lazyloading { background-image: none; }
#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ { display:block; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ { background-color: transparent; background-image: none; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container > .video-iframe-container { display: none; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row > .video-iframe-container { display: none; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .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); }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ { border-width: 0; border-radius: 0; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container { background-color:#e9f2fa;background-image:none;width:75rem;height:34.75rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#FXVDGcDmNu7sIfNCvSkKLTzTpWTAnnk8 { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.9375rem;left:0rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;color:#003975;display:block; }
#bfv5mEnrDxkVs9ztlp4psbrcSzCIgwA0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.125rem;width:40.625rem;position:absolute;z-index:15000;top:8.5625rem;left:17.5rem;display:block; }
#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b { position:relative;display:block; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b { background-color: transparent; background-image: none; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row .container > .video-iframe-container { display: none; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row > .video-iframe-container { display: none; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .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); }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b { border-width: 0; border-radius: 0; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .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; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy { display:block; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy { background-color: transparent; background-image: none; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container > .video-iframe-container { display: none; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row > .video-iframe-container { display: none; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .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); }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy { border-width: 0; border-radius: 0; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #0b53a6, #cccccc);background-image: -moz-linear-gradient(135deg, #0b53a6, #cccccc);background-image: -ms-linear-gradient(135deg, #0b53a6, #cccccc);background-image: -o-linear-gradient(135deg, #0b53a6, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b53a6', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b53a6', endColorstr='#cccccc' );";background-image: linear-gradient(135deg, #0b53a6, #cccccc);background-size:cover !important;width:75rem;height:21.875rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#v8vPJUrOzXlRwulVw3LHc87gWe4PVK1B { display:block;width:75rem;position:absolute;font-family:sansita;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#PDqIPdkn6bo14bR0Jyo6GiqBRiA1uMp4 { z-index:15005;top:9rem;left:28.125rem;background-color:#d9b830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#003975;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZZ92RP9bMZJsyT0C68Jc97zqCQRc9OTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1uwBpfO7kU6TgbnDeDuX1AE9FFXkw0h { display:block;width:12.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:16.1875rem;left:26.1875rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#hAd9lAJyRR0ZMXTHJrSoilE3ZLNdd7eV { display:block;width:8.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:16.1875rem;left:45.0625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#lDWbI0eev8kMmVmEXQdzsJQTdhBz8M8E { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.0625rem;left:22.875rem; }
#VuShfFq9lsI9lMzhSp0FA2obyV87QUdZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.0625rem;left:41.8125rem; }
#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z { position:relative;display:block; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z { background-color: transparent; background-image: none; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row .container > .video-iframe-container { display: none; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row > .video-iframe-container { display: none; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .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); }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z { border-width: 0; border-radius: 0; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .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; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU { border-top:0.3125rem solid #000000;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; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container { background-color: transparent; background-image: none; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container > .video-iframe-container { display: none; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row > .video-iframe-container { display: none; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .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); }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container { border-width: 0; border-radius: 0; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#OrN5fcs7RKxZdS9MiiP8QTW9ngmSAp8o { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:9.0625rem;height:5.68603125rem;font-style:normal;display:block; }
#OKF0uiHhTT1isdDC1Lox5509UKughQ1Z { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:57.9375rem;height:4.89845rem;font-style:normal;display:block; }
#PwbTp4cJcdppq5RJiMmzniJ560ZKW6I3 { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.9375rem;left:31.875rem;display:block; }
#pH3OnuKb7NAaM3NZxL1hQNJwRiqqVkuu { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:48.8125rem;height:1.22504375rem;font-style:normal;display:block; }
#ibRFztrh39QsVNXN6JQxCZUliZzk0qkO { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.22504375rem;font-style:normal;display:block; }
#cQLLiuWnp0RmV6oFBxPANXqmXp8sdfhg { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#Tu6oULQ4vlSKdn5g1nXaTTm20hylmDMw { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#usRn6pBd5WnFFQtbKcxTTzXZ61KGbWTl { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.9375rem;left:7.5rem;display:block; }
#W9ZXhd9AVuM5GVr95QyF1dnUTeyNGmSX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#dpwc6vqbT9B57vOWvGMciy4cgpWsoDPZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:46.875rem; }
#bk6EJbophTzhDTdORCAIHeUNTFi0p2k1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:55.875rem; }
#KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.5625rem;left:49.9375rem; }
#KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#MUzfi878aIRVcKHvDua0heTFNKKbXeV9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:61rem; }
#rA3MdZtMnXqxWzXnQqW2nRm9XN63FRaN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:64.875rem; }
#aJ6rwz0CXdBB2DIow91PnwyvfLf1wUKV { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:16.25rem;top:1.64990234375rem;left:8.7560096153844rem;overflow:hidden;display:block; }
#u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.5625rem;left:54.9375rem; }
#u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.5625rem;left:59.875rem; }
#HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#MFL1V12f2iSE3e8nbrgmhFg5kxcuIr9i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.5625rem;left:9.0625rem; }
#AKCrBD47HTZsflEA5GF9U6R9BScqaOkm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.4375rem;left:13rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC { display:block; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnlA0Uakt9OmV6fn9sSrdtbx9pAlcBNa { width:11.3125rem;height:3rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi { display:block; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZChQqHDAiROe9chwUQeLF8HfvSsb043H { width:21.0625rem;height:2.0996125rem;top:15.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdCBz2tkw169583aGgZAeVpXunm8b5cb { width:21rem;height:2.0996125rem;top:18.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka84bFCce9mEDgToWwvzHhEcImtKTNgv { width:20.8125rem;height:2.0996125rem;top:22rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hOMna7vsd0D3TWHpe1PTALKyJi3Ub4 { width:1.25rem;height:1.25rem;top:5.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7pZD4Z05Nnn0AzHKcmU0y68XcbyXuVE { width:1.25rem;height:1.25rem;top:5.125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VDFZZSCduAwG3SI5deIqnKwx537I5x { width:1.25rem;height:1.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW { display:flex;width:18rem;height:5.0625rem;top:20.625rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #VM1Iw95DT9FfbpZveJKrrT7cOxmKmOFw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NnrK6IWQTbfyakmsIhZ3Ue3UGlfJLhOw {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #qT9uhcVFva9ixaqfeb1ZvhI7RKeebeAR {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #yagsUZVd2w5p8g1SyMR1uqHlMDbnid01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #lvMZsi5UoxOXM331PG2DvbRNMWRiNi5l {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #F9owp8UK8xWi5V5V9cINfHFMlCU9frip {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #LyavJdn2Typ2MATxZ0yG6czFu2O2bKDF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #X7yMVoE16LIk0AZ6beX5ybVumGwJW2TK {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #ObxsTQt4Rp4sQQU1xAtkPXSDGxVpXzt1 {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #MyLWoe8ytXaT9hvhHC3RkvbPLo6Tfs9S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #aCtr9bC1UIdg34odZxhqnlv0zpqJEQnv {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NJWzdemwgOGeTBwT4U6rpEshkyISaNkA {  }
 }@media only screen and (max-width: 763px) { #uVqC1ZWDfL0yCLuOSlTUBslATrIzFFuS { top:12.25rem;left:15.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9kbHDGhw5b79c08JTLXnq0AaLVTHJ9a { display:block; }
 }@media only screen and (max-width: 763px) { #LFlE7zUJDabXnLAJioKthVCkaZ0biSQ9 { width:46.4375rem;height:5.4433625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGW26kogB3PtNSdFuLGw24z8BE5KmgG { width:46.4375rem;height:1.92480625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwR7OhyuomkMNsaooVMTfbolrt40VeqU { width:32.3125rem;height:8.4375rem;top:20.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZf5pgMy6TLSnLxzKBqvS6C0USh6Gx44 { width:0.0625rem;height:0.9375rem;top:5.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDB4RPpJiD1yhBCL69gfDc7Wc7H7Js6D { width:0.0625rem;height:0.9375rem;top:5.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTb7HaR1cUVd1fonf0bK2n411Zifo6A { width:1.875rem;height:1.875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNUTNFydPxf3f8THt70ifxkvRUZ571xt { width:1.875rem;height:1.875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKmamxStFTcmf2z14PXsbflyPukAlw29 { width:1.875rem;height:1.875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcS7ul5DSl6mIFHITbXPIg4TTsgt4oCC { width:10.375rem;height:3.875rem;top:22.6875rem;left:28.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ3xggJIaCOTcCkwg2VDTr95VH5wM68g { width:47.75rem;height:43.5625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXasTzdUp73EqhOl4gShHK6kbuaANdtE { width:47.75rem;height:4.9375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glT7UoW4hMm9u8DnBA8OeTu5BzvzxU6O { width:24.625rem;height:1.4375rem;top:42.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPR4ZQH2tI0ZJ8it93BtTeXusCoE4ZVU { width:24.8125rem;height:1.4375rem;top:42.5625rem;left:22.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRT9VHf7i5QHTodNJ8vAaWnNLOAzlt1g { width:22.9375rem;height:18.6875rem;top:3.3125rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC7IMISNDazJMDvlcmpEyDAba63p5a0 { width:25.9375rem;height:3.125rem;top:28.6875rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH3IDKu53SvfbdQebWNVo1nVnzRt62zt { display:block; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKGehw32hfFDbS3MckGzA8AhxuEMinUt { width:46.4375rem;height:5.3994125rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9xUIPNZtycbETCOczGf7Goq94BWwLt { display:block; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBfK9G2PDCcTypnTbe5u2uRUST4NGdAU { width:46.4375rem;height:5.3994125rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLl9hgk1SXoHITxuQ6PPsskwW2oSs34x { width:47.75rem;height:2.5625rem;top:13.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMoQnT62dDRZR1NMm32SmTOB3ZL02GP5 { width:47.75rem;height:2.5625rem;top:18.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9QZH5qFW3OO4bUxS0oQDE1JGmmavRuP { width:47.75rem;height:2.5625rem;top:23.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whr66uaorZoGSPL2lZf20tTzPA9fiK1J { width:46.6875rem;height:3.875rem;top:8.0625rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qT4LoZFQOmnuaUN3T1mdA9IoksERgv { width:2.3125rem;height:2.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHGaiJOs6mNFaNqaG8Mw62iMT42LlV { width:2.3125rem;height:2.3125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRWTrSQKsSDxxMxsTLneNLrBHGdsTq7 { width:2.4375rem;height:2.4375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0CAe8hitNPZrhsJlz4QIXn1aytwX9M { width:2.25rem;height:2.25rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDPRuncNJa82d7bEiobBgyHU5T15l5RP { width:46.6875rem;height:3.875rem;top:28.3125rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NMcvL94niq9PQPJTGzTGerTGnJiTLq { width:2.25rem;height:2.25rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJppJhV6dx4WGsVuWJAFPMxMgPMSk9L { width:46.6875rem;height:2.5625rem;top:34.25rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3aFKdtNwJ6vyVZxmDNHoslGGNo2wakP { width:2.5rem;height:2.5rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR { display:block; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2dLs9R7E26BCuW8SZfzM6u4wAJiUXmc { width:46.4375rem;height:5.3994125rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfDShfylcTDiQMFUMXsqbT0N22JlmlL { width:47.75rem;height:1.25rem;top:10.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqH2qTerELdnkR7I127mbZfH6gl4x2E4 { width:47.75rem;height:1.25rem;top:14.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmRdGhEkT6FpkDu3RwBDb6JubeAZ067 { width:46.0625rem;height:1.25rem;top:19.25rem;left:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC75ftTHCvWXK3ipP8PWQN2p5yz97eN0 { width:37.625rem;height:1.25rem;top:23.5rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX9hPsPhmiqHnxLUNmKZpBdL6ewSIedg { width:2.3125rem;height:2.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPcVTKpGhitVEIImhLc46pBXPPwfvs3w { width:2.125rem;height:2.125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tinEuSkqCykswMa3hgPlqm9KZ74vrv5U { width:2.1875rem;height:2.1875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTIkHwlGRIyfHPtapeGGknTlxTu3D3i { width:2.25rem;height:2.25rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZ2xTpmR9UBwNJeyclmmq9OG3CZpKeT { width:47.75rem;height:1.25rem;top:7.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhzRL1quOUXIzIQmHngGhwEiIxUP64Rv { top:12.25rem;left:15.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTyPKSpBwdRCImkMABEPuIBHoWAgiAK { display:block; }
 }@media only screen and (max-width: 763px) { #XatBHkKeNJzToW0b9fnV0pL4VIBkUS1N { width:2.25rem;height:2.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQtprrSiH3iSTxD7CSmXAuP3PZW0aqC { width:37.625rem;height:1.25rem;top:27.9375rem;left:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuBFesfkTE50JxDD3Or07eczgg98EHC4 { display:block; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeeA0tVyVKDN4LHOtx8oSTb6OtJvSF3M { width:46.4375rem;height:5.3994125rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGU9WxR5JlvAqUnOBhDPQrh5vBuFNCCU { width:47.75rem;height:1.4375rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJJ6O9gFGMzQPAlQRIlTAyAmJkMiIVMI { width:47.75rem;height:1.4375rem;top:10.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAM86DxOmcBFST9hB6OSaNrcTsbwQe0f { width:33.6875rem;height:1.4375rem;top:13.25rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkluvVWJFewoKD04oEnT4MFyATHOPN7k { width:6.375rem;height:16rem;top:15.6875rem;left:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXc0GkDWySs05aTP5zrLXlOTvip7DaM4 { width:2.3125rem;height:2.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzalgBhKUaMUk0g9T8WTlHT5qrRLDJv { width:2.125rem;height:2.125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFvZgEEvZtTvC1HirJ6rQnDtiszeINKA { width:2.4375rem;height:2.4375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePe2GLTMNTCtc1RvPLgkNZ0x1V7TJgy { width:46.4375rem;height:37.79585rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGThXbAIVqy3p2c4AED2igLxW38qn0xr { width:46.4375rem;height:37.79585rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTVTTcDhXJUgD1xZ0XgeH6aXDIXElZa { width:46.4375rem;height:37.79585rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prW7TDrxJ79apE6u1LZafI0Mv3ElQCaM { width:33.4375rem;height:4rem;top:15.6875rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFs5iLwHkIqrgIeR1DLZRH4sTqrWR0AB { width:5.0625rem;height:13.5625rem;top:14rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki { width:33.4375rem;height:;top:20.25rem;left:8.4375rem;font-size:0.6875rem;display:block; }#sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki li:before{  }
 }@media only screen and (max-width: 763px) { #HlDnKyLf4VyZhTkefuGXzHDthtduPFuT { width:33.4375rem;height:2rem;top:29.8125rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDfttX7UhhafLptUAXu9ciT8hx84eaPw { width:46.4375rem;height:37.79585rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egu6ouQevx2aSiopv6sDTPnfaWMvlwEU { display:block; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR7r4HIgaXEHzsDeN5MOtyAtH73d9EoT { width:46.4375rem;height:2.69970625rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN96IILP1Cg1FIesGadRcXTFPeU5GqLl { display:block; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8pEVemsgdDEVXWPEMr2h80g0tH7NAaI { width:22.5rem;height:8.75rem;top:10.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoBuOFsz4QAQVlMxl41yEmeGyyoT5DF { width:22.5rem;height:2.0625rem;top:4.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE0CEDa2H8vKEpBZskcLaTsiL5FnGQgw { width:22.5rem;height:1.5625rem;top:7rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA { width:2.375rem;height:2.375rem;top:4.9375rem;left:23.875rem;display:block; }
#mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc { width:22.5rem;height:27.4375rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ { display:block; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXVDGcDmNu7sIfNCvSkKLTzTpWTAnnk8 { width:46.4375rem;height:2.69970625rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfv5mEnrDxkVs9ztlp4psbrcSzCIgwA0 { width:40.625rem;height:23.125rem;top:0.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtaBNFyWlaE3esKE98cCpNNrLyOi22b { display:block; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy { display:block; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8vPJUrOzXlRwulVw3LHc87gWe4PVK1B { width:46.4375rem;height:2.92480625rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqIPdkn6bo14bR0Jyo6GiqBRiA1uMp4 { top:12.25rem;left:15.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ92RP9bMZJsyT0C68Jc97zqCQRc9OTm { display:block; }
 }@media only screen and (max-width: 763px) { #q1uwBpfO7kU6TgbnDeDuX1AE9FFXkw0h { width:14.5625rem;height:1.92480625rem;top:4.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAd9lAJyRR0ZMXTHJrSoilE3ZLNdd7eV { width:14.5625rem;height:1.92480625rem;top:4.8125rem;left:16.541666666667rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDWbI0eev8kMmVmEXQdzsJQTdhBz8M8E { width:2.125rem;height:2.125rem;top:16.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuShfFq9lsI9lMzhSp0FA2obyV87QUdZ { width:2.125rem;height:2.125rem;top:16.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z { display:block; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU { display:block; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrN5fcs7RKxZdS9MiiP8QTW9ngmSAp8o { top:6.3125rem;left:0rem;width:16.6875rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKF0uiHhTT1isdDC1Lox5509UKughQ1Z { top:6.3125rem;left:40rem;width:7.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwbTp4cJcdppq5RJiMmzniJ560ZKW6I3 { top:11.9375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH3OnuKb7NAaM3NZxL1hQNJwRiqqVkuu { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibRFztrh39QsVNXN6JQxCZUliZzk0qkO { top:6.0625rem;left:21.375rem;width:10.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQLLiuWnp0RmV6oFBxPANXqmXp8sdfhg { top:13.0625rem;left:30.1875rem;width:17.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6oULQ4vlSKdn5g1nXaTTm20hylmDMw { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usRn6pBd5WnFFQtbKcxTTzXZ61KGbWTl { top:11.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ZXhd9AVuM5GVr95QyF1dnUTeyNGmSX { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpwc6vqbT9B57vOWvGMciy4cgpWsoDPZ { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6EJbophTzhDTdORCAIHeUNTFi0p2k1 { top:6.125rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh { top:14.5625rem;left:36.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #MUzfi878aIRVcKHvDua0heTFNKKbXeV9 { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3MdZtMnXqxWzXnQqW2nRm9XN63FRaN { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6rwz0CXdBB2DIow91PnwyvfLf1wUKV { width:16.25rem;height:3.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:41.3125rem;display:block; }
#u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:44.6875rem;display:block; }
#HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #MFL1V12f2iSE3e8nbrgmhFg5kxcuIr9i { width:3.125rem;height:3.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKCrBD47HTZsflEA5GF9U6R9BScqaOkm { width:12.5rem;height:1.625rem;top:15.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container { background-color: transparent; background-image: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container > .video-iframe-container { display: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row > .video-iframe-container { display: none; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .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); }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container { border-width: 0; border-radius: 0; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuhuDhXiOQLK51eAJ3VHiow1OdaPIFoC > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnlA0Uakt9OmV6fn9sSrdtbx9pAlcBNa { width:12.0625rem;height:2.9375rem;top:1.9375rem;left:3.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/436a53dd-4017-4036-a7d6-a15ce48b088a/34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi.adaptive-delivery-prevent-bg, #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi.lazyload, #y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi.lazyloading { background-image: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container { background-color: transparent; background-image: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,57,117,0.9); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container > .video-iframe-container { display: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,57,117,0.9); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row > .video-iframe-container { display: none; }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .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); }#y2TkvU2Al1HuPfAn8NzTsXbGbqiB6TBi > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZChQqHDAiROe9chwUQeLF8HfvSsb043H { width:5.5625rem;height:2.0996125rem;top:9.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SdCBz2tkw169583aGgZAeVpXunm8b5cb { width:5rem;height:1.04980625rem;top:9.125rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ka84bFCce9mEDgToWwvzHhEcImtKTNgv { width:4.25rem;height:1.04980625rem;top:9.125rem;left:15.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D4hOMna7vsd0D3TWHpe1PTALKyJi3Ub4 { width:1.1875rem;height:1.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7pZD4Z05Nnn0AzHKcmU0y68XcbyXuVE { width:1.1875rem;height:1.1875rem;top:9.0625rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VDFZZSCduAwG3SI5deIqnKwx537I5x { width:1.1875rem;height:1.1875rem;top:9.0625rem;left:14.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .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; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-number { padding-top:0.415rem;padding-right:0.3675rem;padding-bottom:0.415rem;padding-left:0.3675rem;width:2.205rem;min-width:2.205rem;height:2.23125rem;font-size:1.660625rem;line-height:35.7px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:#65b0d6;background-image:none; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.259375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.94rem;height:0.881875rem;font-size:0.6225rem;line-height:14.11px;top:0rem;left:0rem;color:#e9f2fa;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW { display:flex;width:15.75rem;height:4.20215rem;top:35.625rem;left:1.4375rem;padding-top:0.65875rem;padding-right:0.67875rem;padding-bottom:0.65875rem;padding-left:0.67875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #VM1Iw95DT9FfbpZveJKrrT7cOxmKmOFw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NnrK6IWQTbfyakmsIhZ3Ue3UGlfJLhOw {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #qT9uhcVFva9ixaqfeb1ZvhI7RKeebeAR {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #yagsUZVd2w5p8g1SyMR1uqHlMDbnid01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #lvMZsi5UoxOXM331PG2DvbRNMWRiNi5l {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #F9owp8UK8xWi5V5V9cINfHFMlCU9frip {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #LyavJdn2Typ2MATxZ0yG6czFu2O2bKDF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #X7yMVoE16LIk0AZ6beX5ybVumGwJW2TK {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #ObxsTQt4Rp4sQQU1xAtkPXSDGxVpXzt1 {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #MyLWoe8ytXaT9hvhHC3RkvbPLo6Tfs9S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #aCtr9bC1UIdg34odZxhqnlv0zpqJEQnv {  }
 }@media only screen and (max-width: 763px) { #wBe6MZRyDckTSvVDxc5yN6SKrzF4HvkW #NJWzdemwgOGeTBwT4U6rpEshkyISaNkA {  }
 }@media only screen and (max-width: 763px) { #uVqC1ZWDfL0yCLuOSlTUBslATrIzFFuS { top:44.125rem;left:3.6875rem;width:12.6248125rem;height:3.312175rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9kbHDGhw5b79c08JTLXnq0AaLVTHJ9a { display:block; }
 }@media only screen and (max-width: 763px) { #LFlE7zUJDabXnLAJioKthVCkaZ0biSQ9 { width:20rem;height:2.35623125rem;top:1.53076171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FTGW26kogB3PtNSdFuLGw24z8BE5KmgG { width:14.6230625rem;height:3.50536875rem;top:4.5576171875rem;left:2.68798828125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iwR7OhyuomkMNsaooVMTfbolrt40VeqU { width:20rem;height:5.77441875rem;top:28.375rem;left:0.875rem;font-size:0.6875rem;line-height:2.8;display:block; }
 }@media only screen and (max-width: 763px) { #HZf5pgMy6TLSnLxzKBqvS6C0USh6Gx44 { width:0.0625rem;height:0.9375rem;top:9.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDB4RPpJiD1yhBCL69gfDc7Wc7H7Js6D { width:0.0625rem;height:0.9375rem;top:9.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTb7HaR1cUVd1fonf0bK2n411Zifo6A { display:flex;width:1.37478125rem;height:1.37478125rem;top:28.5625rem;left:-0.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aNUTNFydPxf3f8THt70ifxkvRUZ571xt { display:flex;width:1.37478125rem;height:1.37478125rem;top:30.5rem;left:-0.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #pKmamxStFTcmf2z14PXsbflyPukAlw29 { display:flex;width:1.49956875rem;height:1.49956875rem;top:32.375rem;left:-0.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IcS7ul5DSl6mIFHITbXPIg4TTsgt4oCC { width:3.5rem;height:2.5996rem;top:24.412109375rem;left:8.25rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VQ3xggJIaCOTcCkwg2VDTr95VH5wM68g { width:20rem;height:0.9375rem;top:11.693359375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gXasTzdUp73EqhOl4gShHK6kbuaANdtE { width:20rem;height:4.9375rem;top:50.0625rem;left:0rem;background-color:#003975;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #glT7UoW4hMm9u8DnBA8OeTu5BzvzxU6O { width:6.125rem;height:2.6806625rem;top:51.1875rem;left:11.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPR4ZQH2tI0ZJ8it93BtTeXusCoE4ZVU { width:6.1875rem;height:2.6806625rem;top:51.1875rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRT9VHf7i5QHTodNJ8vAaWnNLOAzlt1g { width:16.3125rem;height:13.1875rem;top:11.224609375rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #byC7IMISNDazJMDvlcmpEyDAba63p5a0 { width:17.1875rem;height:2.2749rem;top:40.375rem;left:1.4375rem;font-size:0.8125rem;line-height:2.8;display:block; }
 }@media only screen and (max-width: 763px) { #xH3IDKu53SvfbdQebWNVo1nVnzRt62zt { display:block; }#xH3IDKu53SvfbdQebWNVo1nVnzRt62zt > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKGehw32hfFDbS3MckGzA8AhxuEMinUt { width:17.0625rem;height:2.54980625rem;top:1.1250004768372rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9xUIPNZtycbETCOczGf7Goq94BWwLt { display:block; }#Fz9xUIPNZtycbETCOczGf7Goq94BWwLt > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBfK9G2PDCcTypnTbe5u2uRUST4NGdAU { width:20rem;height:1.2749rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLl9hgk1SXoHITxuQ6PPsskwW2oSs34x { width:14.625rem;height:4.467775rem;top:3.6875rem;left:4.21875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMoQnT62dDRZR1NMm32SmTOB3ZL02GP5 { width:14.4375rem;height:4.467775rem;top:9.625rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K9QZH5qFW3OO4bUxS0oQDE1JGmmavRuP { width:13.25rem;height:5.361325rem;top:16.4375rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Whr66uaorZoGSPL2lZf20tTzPA9fiK1J { width:15.125rem;height:5.36133125rem;top:24.5rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a4qT4LoZFQOmnuaUN3T1mdA9IoksERgv { display:flex;width:2.3125rem;height:2.3125rem;top:4.76513671875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #OSaHGaiJOs6mNFaNqaG8Mw62iMT42LlV { display:flex;width:2.3125rem;height:2.3125rem;top:17.96142578125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #ZhRWTrSQKsSDxxMxsTLneNLrBHGdsTq7 { display:flex;width:2.4375rem;height:2.4375rem;top:10.64013671875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Tf0CAe8hitNPZrhsJlz4QIXn1aytwX9M { display:flex;width:2.25rem;height:2.25rem;top:26.05517578125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #iDPRuncNJa82d7bEiobBgyHU5T15l5RP { width:13.5rem;height:5.361325rem;top:32.5625rem;left:4.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5NMcvL94niq9PQPJTGzTGerTGnJiTLq { display:flex;width:2.25rem;height:2.25rem;top:34.11767578125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #yTJppJhV6dx4WGsVuWJAFPMxMgPMSk9L { width:13.5rem;height:2.6806625rem;top:40.75rem;left:4.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3aFKdtNwJ6vyVZxmDNHoslGGNo2wakP { display:flex;width:2.5rem;height:2.5rem;top:40.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR { display:block; }#tUiPleRtqi3kQDwrD2ZuW8EB6mQi5DiR > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2dLs9R7E26BCuW8SZfzM6u4wAJiUXmc { width:20rem;height:1.35rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfDShfylcTDiQMFUMXsqbT0N22JlmlL { width:13.875rem;height:1.7871125rem;top:5.8968753814697rem;left:4.8750002980232rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqH2qTerELdnkR7I127mbZfH6gl4x2E4 { width:13.875rem;height:2.6806625rem;top:9.33437538147rem;left:4.8750002980232rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDmRdGhEkT6FpkDu3RwBDb6JubeAZ067 { width:13.875rem;height:2.6806625rem;top:13.5rem;left:4.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nC75ftTHCvWXK3ipP8PWQN2p5yz97eN0 { width:13.875rem;height:0.89355625rem;top:17.93603515625rem;left:4.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LX9hPsPhmiqHnxLUNmKZpBdL6ewSIedg { display:flex;width:2.3125rem;height:2.3125rem;top:5.6337890625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #MPcVTKpGhitVEIImhLc46pBXPPwfvs3w { display:flex;width:2.125rem;height:2.125rem;top:20.75927734375rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #tinEuSkqCykswMa3hgPlqm9KZ74vrv5U { display:flex;width:2.1875rem;height:2.1875rem;top:17.2890625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #pZTIkHwlGRIyfHPtapeGGknTlxTu3D3i { display:flex;width:2.25rem;height:2.25rem;top:9.548828125rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #rcZ2xTpmR9UBwNJeyclmmq9OG3CZpKeT { width:20rem;height:0.9746125rem;top:3.2992191314698rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#65b0d6;display:block; }
 }@media only screen and (max-width: 763px) { #XhzRL1quOUXIzIQmHngGhwEiIxUP64Rv { top:24.72314453125rem;left:2.125rem;width:15.75rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTyPKSpBwdRCImkMABEPuIBHoWAgiAK { display:block; }
 }@media only screen and (max-width: 763px) { #XatBHkKeNJzToW0b9fnV0pL4VIBkUS1N { display:flex;width:2.25rem;height:2.25rem;top:14rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #mcQtprrSiH3iSTxD7CSmXAuP3PZW0aqC { width:13.875rem;height:0.89355625rem;top:21.375rem;left:5.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DuBFesfkTE50JxDD3Or07eczgg98EHC4 { display:block; }#DuBFesfkTE50JxDD3Or07eczgg98EHC4 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeeA0tVyVKDN4LHOtx8oSTb6OtJvSF3M { width:20rem;height:1.35rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGU9WxR5JlvAqUnOBhDPQrh5vBuFNCCU { width:9.0625rem;height:2.11230625rem;top:3.724609375rem;left:4.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zJJ6O9gFGMzQPAlQRIlTAyAmJkMiIVMI { width:10.8125rem;height:1.0563125rem;top:7.6281261444094rem;left:4.7500002980232rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAM86DxOmcBFST9hB6OSaNrcTsbwQe0f { width:4.125rem;height:1.0563125rem;top:10.75rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkluvVWJFewoKD04oEnT4MFyATHOPN7k { width:13.125rem;height:9.89845rem;top:12.875rem;left:4.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #hXc0GkDWySs05aTP5zrLXlOTvip7DaM4 { display:flex;width:2.3125rem;height:2.3125rem;top:3.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fHzalgBhKUaMUk0g9T8WTlHT5qrRLDJv { display:flex;width:2.125rem;height:2.125rem;top:10.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oFvZgEEvZtTvC1HirJ6rQnDtiszeINKA { display:flex;width:2.4375rem;height:2.4375rem;top:6.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #uePe2GLTMNTCtc1RvPLgkNZ0x1V7TJgy { width:18.4375rem;height:3.298825rem;top:31.6875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGThXbAIVqy3p2c4AED2igLxW38qn0xr { width:13.9375rem;height:4.125rem;top:40.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTVTTcDhXJUgD1xZ0XgeH6aXDIXElZa { width:18.4375rem;height:2.75rem;top:36.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prW7TDrxJ79apE6u1LZafI0Mv3ElQCaM { width:13.75rem;height:2.4746125rem;top:14rem;left:5.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rFs5iLwHkIqrgIeR1DLZRH4sTqrWR0AB { top:14rem;left:0.625rem;width:5.0625rem;height:13.61036875rem;z-index:15009;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki { width:18.25rem;height:8.3613125rem;top:17.1875rem;left:1.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#sIHo0ru8OXtzKEZzxWCtTGu2XKDOvlki li:before{  }
 }@media only screen and (max-width: 763px) { #HlDnKyLf4VyZhTkefuGXzHDthtduPFuT { width:10.1875rem;height:1.23730625rem;top:26.3125rem;left:5.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cDfttX7UhhafLptUAXu9ciT8hx84eaPw { width:18.5rem;height:1rem;top:28.7998046875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egu6ouQevx2aSiopv6sDTPnfaWMvlwEU { display:block; }#egu6ouQevx2aSiopv6sDTPnfaWMvlwEU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR7r4HIgaXEHzsDeN5MOtyAtH73d9EoT { width:17.5rem;height:1.5rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN96IILP1Cg1FIesGadRcXTFPeU5GqLl { display:block; }#lN96IILP1Cg1FIesGadRcXTFPeU5GqLl > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8pEVemsgdDEVXWPEMr2h80g0tH7NAaI { width:17.5rem;height:43.1894375rem;top:39.03513125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoBuOFsz4QAQVlMxl41yEmeGyyoT5DF { width:17.5rem;height:1.57470625rem;top:29.9365rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE0CEDa2H8vKEpBZskcLaTsiL5FnGQgw { width:17.5rem;height:1.3999rem;top:32.76071875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA { display:flex;width:2.375rem;height:2.375rem;top:35.41013125rem;left:8.8125rem; }
#mM8ZuBBW0H14Bd3xXSp9WBLHQeItbUlA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc { width:20rem;height:27.437rem;top:1.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2a0d6ad-8338-4f2b-8ccc-ded3a9e319c2/Lilianakolo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.adaptive-delivery-prevent-bg, #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.lazyload, #K9O5DezeMF4XZReqPoWgRp7p9o3RJMSc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ { display:block; }#TEqXEwVVmvQBD4kMZip6Buk1wlVLTHJQ > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXVDGcDmNu7sIfNCvSkKLTzTpWTAnnk8 { width:17.5rem;height:1.5rem;top:2.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfv5mEnrDxkVs9ztlp4psbrcSzCIgwA0 { width:20rem;height:11.3838125rem;top:5.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtaBNFyWlaE3esKE98cCpNNrLyOi22b { display:block; }#GGtaBNFyWlaE3esKE98cCpNNrLyOi22b > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy { display:block; }#G6PvCQAfq3XHd2OeanLl0EiFEUziG3Zy > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8vPJUrOzXlRwulVw3LHc87gWe4PVK1B { width:15.3125rem;height:2.92480625rem;top:1.125rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqIPdkn6bo14bR0Jyo6GiqBRiA1uMp4 { top:12.6484375rem;left:2.6875000596046rem;width:14.625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ92RP9bMZJsyT0C68Jc97zqCQRc9OTm { display:block; }
 }@media only screen and (max-width: 763px) { #q1uwBpfO7kU6TgbnDeDuX1AE9FFXkw0h { width:16.25rem;height:1.3125rem;top:5.875rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAd9lAJyRR0ZMXTHJrSoilE3ZLNdd7eV { width:16.25rem;height:1.3125rem;top:9rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDWbI0eev8kMmVmEXQdzsJQTdhBz8M8E { width:1.6875rem;height:1.6875rem;top:5.6875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuShfFq9lsI9lMzhSp0FA2obyV87QUdZ { width:1.6875rem;height:1.6875rem;top:8.75rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z { display:block; }#RzJmaFQy6e3oU2sBcVg5RN6JFaC3cR2Z > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU { display:block; }#Rd5dIpRUbGDNFP2rKpn6UDTBCOwvZ8fU > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrN5fcs7RKxZdS9MiiP8QTW9ngmSAp8o { width:14.625rem;height:4.8120125rem;top:7.4867200851437rem;left:2.6875000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKF0uiHhTT1isdDC1Lox5509UKughQ1Z { width:7.3125rem;height:4.199225rem;top:28rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwbTp4cJcdppq5RJiMmzniJ560ZKW6I3 { width:18.75rem;height:0.0625rem;top:33.500000774861rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH3OnuKb7NAaM3NZxL1hQNJwRiqqVkuu { width:7.3125rem;height:1.22504375rem;top:22.5625rem;left:6.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibRFztrh39QsVNXN6JQxCZUliZzk0qkO { width:11.375rem;height:1.22504375rem;top:17.125rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQLLiuWnp0RmV6oFBxPANXqmXp8sdfhg { width:20rem;height:1.04980625rem;top:34.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6oULQ4vlSKdn5g1nXaTTm20hylmDMw { width:20rem;height:1.04980625rem;top:5.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usRn6pBd5WnFFQtbKcxTTzXZ61KGbWTl { width:18.75rem;height:0.0625rem;top:12.8125rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ZXhd9AVuM5GVr95QyF1dnUTeyNGmSX { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpwc6vqbT9B57vOWvGMciy4cgpWsoDPZ { width:1.5625rem;height:1.5625rem;top:19.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6EJbophTzhDTdORCAIHeUNTFi0p2k1 { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh { width:2.1875rem;height:2.1875rem;top:44.125rem;left:2.6875rem;font-size:1.5rem;display:block; }
#KOZemHC2EeyTdr4l6g71UKZdl5vLx6Nh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MUzfi878aIRVcKHvDua0heTFNKKbXeV9 { width:1.875rem;height:1.875rem;top:46.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3MdZtMnXqxWzXnQqW2nRm9XN63FRaN { width:2.1875rem;height:2.1875rem;top:46.3125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6rwz0CXdBB2DIow91PnwyvfLf1wUKV { width:11.8125rem;height:2.375rem;top:2rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg { display:flex;width:2.1875rem;height:2.1875rem;top:44.125rem;left:8.625rem;font-size:1.5rem; }
#u2vtU3tAOb357fA75M9Z8dMaDF1G9AZg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu { display:flex;width:2.1875rem;height:2.1875rem;top:44.125rem;left:15.1875rem;font-size:1.5rem; }
#HJqBhoPeIQ3FTbhTxXvbekTMvFrJMPLu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MFL1V12f2iSE3e8nbrgmhFg5kxcuIr9i { display:flex;width:3.125rem;height:3.125rem;top:37.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AKCrBD47HTZsflEA5GF9U6R9BScqaOkm { width:12.5rem;height:1.1375rem;top:41.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }