.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container { background-color: transparent; background-image: none; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container > .video-iframe-container { display: none; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row > .video-iframe-container { display: none; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .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); }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container { border-width: 0; border-radius: 0; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row > .video-iframe-container {  }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#nm042pZQALZ35QrHQiRBuzyArzeSbuf6 { color:#000000;display:block;width:4.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.9375rem;height:1.21875rem;display:block; }
#F36R9x25I5Rm0Hi9BJfyTTclH4ZXFSPz { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32.1875rem;height:1.21875rem;display:block; }
#WI1dd334vfpHAwrw7H7VRB4nSLxzXAoK { color:#000000;display:block;width:7.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.8125rem;height:1.21875rem;display:block; }
#JKTQ6Te4F8iF28Qc2CBmQvg7oAF5unaD { color:#000000;display:block;width:2.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:37rem;height:1.21875rem;display:block; }
#BcfUTheLGhbG3mPVAH9X4T2zF1NSuSRw { color:#000000;display:block;width:6.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.5rem;height:1.21875rem;display:block; }
#m16l2In4zH5ThRdCAI2b4s9cuCuqz65L { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:24.4375rem;height:1.21875rem;display:block; }
#VtybZynconROzcLv4bN30gTXF1SLmyQK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:8.1875rem;top:1.703125rem;left:0rem;overflow:hidden;display:block; }
#QNQ0k4zB455aeWchq60XVOViq1bUTCc8 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.53125rem;left:50.6875rem;display:block; }
#LUEwyQwvlKegQDW011cMfFA6rXfos7Ay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81cc41b-cf58-4552-92f5-e1fe07dda8e2/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.adaptive-delivery-prevent-bg, #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.lazyload, #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.lazyloading { background-image: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { background-color: transparent; background-image: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container > .video-iframe-container { display: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row > .video-iframe-container { display: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .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); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { border-width: 0; border-radius: 0; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row > .video-iframe-container {  }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#MhFoLGPeLGbsc8HTJJPP1EVoGZWnuGgn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.625rem;width:34.6875rem;top:8.5625rem;left:31.75rem;overflow:hidden;display:none; }
#gTUZFAFnFSBO8glXBP0Tvf7Qoxo8OK9i { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:24.25rem;top:11.53125rem;left:15.6875rem;overflow:hidden;display:none; }
#KVl1czzT5gpiuSvUC48b7Wq6RDFTFOPI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:18.0625rem;top:21.9375rem;left:52.382293701172rem;overflow:hidden;display:block; }
#DJJEkKUTTyBHBLZoBdQ9OHr7iEwKks9s { color:#000000;display:block;width:32.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.625rem;left:0rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#PWXqyCwigXMifQFMgf1V9NRExBK8AaQy { background-color:rgba(0,92,165,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27rem;left:0rem;display:block; }
#qtzQtIiHceHTVomuUZsqKJpdwgZRFSGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTSsVZWJQAmbGzbdT4gkVJXcIiXgN6lz { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:7.55625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NgZKmOoNRzUNx8tvWzsiziUMZMmDpT9e { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:32.75rem;top:4.75rem;left:31.3125rem;overflow:hidden;display:block; }
#DyT40boVxg680nuEzPisogDUgJxbKwCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d895c2f-c4b1-4a8e-8312-73cc5db0dc41/Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:none; }#DyT40boVxg680nuEzPisogDUgJxbKwCC.adaptive-delivery-prevent-bg, #DyT40boVxg680nuEzPisogDUgJxbKwCC.lazyload, #DyT40boVxg680nuEzPisogDUgJxbKwCC.lazyloading { background-image: none; }#DyT40boVxg680nuEzPisogDUgJxbKwCC > .row .container { border-width: 0; border-radius: 0; }#DyT40boVxg680nuEzPisogDUgJxbKwCC > .row > .video-iframe-container {  }#DyT40boVxg680nuEzPisogDUgJxbKwCC > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:none; }#l42x5utOmcDamTO3wUeLTZl3RLgTcUha { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.625rem;width:34.6875rem;top:8.5625rem;left:31.75rem;overflow:hidden;display:none; }
#FmxMTuHipNyRuGDetbcTKoVWhFfurDZN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:24.25rem;top:11.53125rem;left:15.6875rem;overflow:hidden;display:none; }
#vfQehUINx2KhaCCK9b9Xi2aVShGWb4BN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:21.625rem;top:21.9375rem;left:56.632313321462rem;overflow:hidden;display:block; }
#stSnfTqMXAPUzEzPlUBqKQydyVLzGALH { color:#000000;display:block;width:32.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.625rem;left:0rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#xm0ALrJtmZJVCZoOycv72xUmdToGNBSJ { background-color:rgba(0,92,165,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27rem;left:0rem;display:block; }
#ptP0ZeJ3CxzS6xRUkUukS3XZ3GHMoIqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNsTurizPlFwLXRUeK11v5IGeK4z1bLc { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:7.55625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfeff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container { background-color: transparent; background-image: none; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container > .video-iframe-container { display: none; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row > .video-iframe-container { display: none; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .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); }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container { border-width: 0; border-radius: 0; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container { font-size:0.875rem;font-family:arial;height:79.375rem;width:60rem;position:relative;display:block; }#I2azVLVZJzlqnL61ZIPPBIu7RO78IB6H { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.53125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpsiTwi3ioKMru7wAbM8634fMlFmvTfN { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:36.6875rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#TmIZvAoBwREInvglbEC304im4CHQPpWm { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.6875rem;left:21.5rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#NHi660904C3BbcVkixWbrUSRH59p8KVE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:6.25rem;top:25.0625rem;left:49.0625rem;overflow:hidden;display:block; }
#xmQl3RwrABf0lGl1XQbFbHeoO96c1WkZ { color:#000000;display:block;width:3.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34rem;left:6.9375rem;height:1.38125rem;text-align:justify;text-align-last:initial;display:block; }
#UdQT1xAu1T7taHiHXLAm034wRiKdOxbW { color:#000000;display:block;width:11.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34rem;left:24.4375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#V30W08ayGKM2WcFH0UbiE0JxzGEgJBUA { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:36.75rem;left:42.4375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#qdxOw3PsFyTTBIcip42sW6VShTW4grNS { color:#000000;display:block;width:4.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34rem;left:49.0625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#VbBZ2pKZLOCI186bfuTOQkov2khwrSHv { color:#000000;display:block;width:58.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0.75rem;height:6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZlSUJ3y1WJh1Lb2k142EDTp9qowyb1wb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:20.625rem;left:2.25rem;overflow:hidden;display:block; }
#Cqq0K9XDMiUD9PdfCr11hLOtpyNHE7mK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.875rem;width:43.0625rem;top:48.375rem;left:8.5rem;display:block; }
#OUzA2TNWgqvzh0Je9HDRlty474NRQB1m { background-color:rgba(0,92,165,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:74.3125rem;left:21.75rem;display:block; }
#J5tnBWb8y8NooBJNzm72qhdiTTcdxDfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D42tT8kWqDZVnbbSJ1aB6EE9r8fAVyII { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:17.5rem;top:17.5625rem;left:42.5rem;overflow:hidden;display:block; }
#RlAORm0EDrXLcWBqqgq9skKK5FZ24l0S { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:11.8125rem;top:21.125rem;left:24.125rem;overflow:hidden;display:block; }
#FQvlW7im0V392ws8d7ncBeEeTewMHZJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8fc2fab0-10b3-4e50-8076-03aaf14bf52a/Untitleddesign1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd.adaptive-delivery-prevent-bg, #FQvlW7im0V392ws8d7ncBeEeTewMHZJd.lazyload, #FQvlW7im0V392ws8d7ncBeEeTewMHZJd.lazyloading { background-image: none; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container { background-color: transparent; background-image: none; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container > .video-iframe-container { display: none; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row > .video-iframe-container { display: none; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .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); }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container { border-width: 0; border-radius: 0; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row > .video-iframe-container {  }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#EuA6GEQNSTZOfPzl5o65lZHEXQhgxBt0 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.59375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#dMwyWBHla9gZmlg62Wczzh5pOmmGSLsO { color:#497bdf;display:block;width:26rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BALqGIWDc7IiVecLrZ53904pf8EtVS4P { color:#000000;display:block;width:24.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:21.125rem;left:0rem;height:11.25rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IVJAvB940HBFBOdzOwuJuKTiMItEHF0r { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:25.5625rem;width:49rem;top:10.9375rem;left:28.6875rem;overflow:hidden;display:block; }
#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8fc2fab0-10b3-4e50-8076-03aaf14bf52a/Untitleddesign1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv.adaptive-delivery-prevent-bg, #niyLkdmt2sBhi6lUWC55g4kFXr051Hyv.lazyload, #niyLkdmt2sBhi6lUWC55g4kFXr051Hyv.lazyloading { background-image: none; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container { background-color: transparent; background-image: none; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container > .video-iframe-container { display: none; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row > .video-iframe-container { display: none; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .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); }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container { border-width: 0; border-radius: 0; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row > .video-iframe-container {  }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#uMLqZIo5dQoVODtpGEhXZM4xFE06C4Fd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:24rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#z0cDDodsr2618xAKghzaSxvbOSUtADZ5 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:35.1875rem;left:23.1875rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#VVmwLSW8KXC236elibHCD6F9xIdJKpJT { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:35.5rem;left:46rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#w4MHbFGNiNgxsOaaMWHJVLLQ9ISK29gq { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:33.8125rem;left:0rem;display:block; }
#oQMaQk9MZ02TTpNCFsBX9mbm03BmDD4n { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:35.3125rem;left:0.875rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#BnGhXpQrhTObB5mLOKORzldrKoAofCxc { color:#000000;display:block;width:12.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:48.5rem;left:1.1875rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#DfVMqaT5TfUe5uFU7Ue4xqHPypyTAl2E { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:48.4375rem;left:23.5rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#MbEDXLxEDaK5WK2k8MCATkNW2k79M5t5 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:48.25rem;left:46rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#w9uOxu0HPRDrThg6WlOHiTSfw8zFU2xo { background-color:#005ca5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.6875rem;left:28.999999046326rem;display:block; }
#Bo8feA6x52NDBTIDCJs2DabOne1Q7aq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgkhsOHdKUWIoW0FLl46tmTnZaCnTTOu { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:33.8125rem;left:22.375rem;display:block; }
#UvbPCryX0Qsi7dZivpShHpCg9t5q7ghr { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:33.8125rem;left:44.75rem;display:block; }
#ekFQMukT9H77coixaG3Tg0yHIDGk88w0 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:46.625rem;left:0rem;display:block; }
#zUfcpcKQXpWwssdqE5kqhem1T8sdCJdM { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:46.5625rem;left:22.4375rem;display:block; }
#fWIf8ZuMxohiUJTKDL0EzAwI0O2K8A6U { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:9.75rem;width:15.1875rem;top:46.5625rem;left:44.75rem;display:block; }
#ULNPSF52RV8igPge2Ln3ovOFQU7uAtL4 { color:#497bdf;display:block;width:30.8125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:28.999999046326rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbgTpucSAsTtRPZ2M1SaLHv9OfIsISTJ { color:#000000;display:block;width:30.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:12.734375rem;left:28.999999046326rem;height:8.4375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ef1e47a-9cba-4e63-9756-1ba84b6823c6/Untitleddesign3.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5.adaptive-delivery-prevent-bg, #vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5.lazyload, #vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5.lazyloading { background-image: none; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 > .row .container { border-width: 0; border-radius: 0; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:60rem;position:relative;display:none; }#R10k6VsO0UTUa2WkXId61rxWtbEgzOys { color:#4f9dff;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.125rem;left:1.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#KeKvTIXiiazkVLTKXv1IG3qOELEQkiKE { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:23.9375rem;left:0.125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#Sk2pT8hoD0oBaoJ0ilVPFTgZgiR4dkz7 { color:#ffd44f;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.125rem;left:16.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#b3eguGwv6J2BiBS7XDzBJ47nvmHl7S6s { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:23.9375rem;left:15.9375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#UIHBpoCMmKVh992Tih0W6mvPxAmg1eAx { color:#ffd44f;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:31.875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#l8rbUTJ9gVzCuSFbalPKrU6yFwd4vmpR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:23.9375rem;left:32rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#lToLNLQ9mPbiHTcBTCKlStZtTmfo9K8K { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N1QaAsbkfUTwzu7T7DM2oMzw54adahTU { color:#ffd44f;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:47.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#Ge2XpLyTB8h1pdiTVMSRAOiC4C0ayOv7 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:47.3125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#n2mpeqm8tRUB2CgXzVAPwOiOcOcAECBc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:13.625rem;top:10.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#fawHXAZb4u3TK1cVnJEUFsl6HUZzlzbD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:12.9375rem;top:8.8125rem;left:30.875rem;overflow:hidden;display:block; }
#fkUMMhc8Wp7hzwyXydzryWdqfMD3SOkP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:13.125rem;top:9.9375rem;left:15.3125rem;overflow:hidden;display:block; }
#W0DThZGACqlbnDoBoIaPZGUiud35nax7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:12.0625rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#U9WIwzBTSMnqxe8TrHenI5m5ITi66EWH { color:#ffffff;display:block;width:56.9375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.8125rem;left:1.5625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#km1wzTGWTdthUL16TFtcyu0mHC7tbXcN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:17.0625rem;top:36.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#G9kTHyM7uHwHZsWtHMpd62qglyOtsJmX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:17.625rem;top:35.6875rem;left:2.4375rem;overflow:hidden;display:block; }
#FNDvpgu3b2qM9dBfHKUT5JL1Pmip8ADk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:17.5rem;top:35.75rem;left:39.8125rem;overflow:hidden;display:block; }
#IuLuDkKIeqXKmbQypUIN7vOGq34DgtO8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:48.375rem;left:23.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Ii01I7rJ8aeXDRAxE5ScTvNulN45uPCC { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:48.375rem;left:3.8125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#mT9toCmJtA2F7cqdO5qqrNhcT0x9KT1w { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:48.375rem;left:41.0625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ef1e47a-9cba-4e63-9756-1ba84b6823c6/Untitleddesign3.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3.adaptive-delivery-prevent-bg, #I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3.lazyload, #I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3.lazyloading { background-image: none; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container { background-color: transparent; background-image: none; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container > .video-iframe-container { display: none; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row > .video-iframe-container { display: none; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .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); }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container { border-width: 0; border-radius: 0; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:60rem;position:relative;display:block; }#xsg3L8dVTQHi7nKx0xnGfOfSqgxVeGv3 { color:#4f9dff;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:10.5rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#R2dLPwiBRuG8gr3925Ro4igHNLIqWrN1 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:24rem;left:8.9375rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#NWyboscdhope6pfDAxLR9cHzgJyJCUQd { color:#ffd44f;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.25rem;left:24.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#oyoXgoW7esFOJBNScgRc3cQXpsOXf7qQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:24.0625rem;left:24.3125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#teK66w5HBilAUHU22v4Xing5DMy4TeFO { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:2.0625rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PP2PoTAQsQ3XxXrrOCxdMTTJUdVrFi2V { color:#ffd44f;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:40.749999046326rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SVETmZPOur2KNyAJ5OkdN0mElCPC05zv { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:24rem;left:40.749999046326rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#zg29bxMxvMthVd5fT5eTxQKkWOckVhnc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:12.0625rem;top:10.854166984558rem;left:40.624999046326rem;overflow:hidden;display:block; }
#zNA7dZXC1ee2ivJpck9KTqCvw2fDksgA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:11.375rem;top:9.90625rem;left:24.312499046326rem;overflow:hidden;display:block; }
#sgzirUt8RaX4KmfTTpE6XziweN86N367 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:12.0625rem;top:9.6875rem;left:8.8125rem;overflow:hidden;display:block; }
#d7mA9Z9n7SpTJL6Za7f2T6TTimG7i86e { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.8125rem;left:1.5625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebtcus2CJmIGntzO8hL53A8qHnoFeESy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:17.625rem;top:35.6875rem;left:2.4375rem;overflow:hidden;display:block; }
#JMRTDEdrOPlcoitEhA9hLfIiVQ7JJdhQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:17.5rem;top:35.75rem;left:39.8125rem;overflow:hidden;display:block; }
#dchm6i9b4c049wCTD5Mcbqr4kHRBkNT6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:48.375rem;left:23.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#C4spDxsZ2xtM4TTg2Z0hzzkWwhTT95gd { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:48.375rem;left:3.8125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#zHkF8piCAbnGsT5cvUD7px9PHuzPQ043 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:48.375rem;left:41.0625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#WdEs3HFJK1I7WsyyndWbypn0iAWHyQs4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:60rem;top:58.0625rem;left:0rem;overflow:hidden;display:block; }
#kXoiHQUqRzmnNIoxqG8Or8aw6bhkpZuI { background-color:#e8b312;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:61.9375rem;left:42.979166984558rem;display:block; }
#JF4MxPJPDrv5E4wOaZ6fXfl0Er7nnaTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8yrSOM5PA0Jcdx3bFFZnqcqLktlNKnf { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:60.8125rem;left:2.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nu4q8fFg9BX99ntPyBu2Rua3vnyyQWM2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:40.3125rem;left:26.40625rem;overflow:hidden;display:block; }
#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3246;background-image:none;position:relative;display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { background-color: transparent; background-image: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container > .video-iframe-container { display: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row > .video-iframe-container { display: none; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .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); }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { border-width: 0; border-radius: 0; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row > .video-iframe-container {  }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#iWAk1Ti3empicBXSesT3H6SrA5D3mIBw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:8.9375rem;top:9.40625rem;left:0.90625rem;overflow:hidden;display:block; }
#qUAv5XbxexwP0VG7e65PnvWvXIe81Tvo { color:#000000;display:block;width:15.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.25rem;left:0.90625rem;height:1.05625rem;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; }
#UAxQkRoHKE4pweUGJSIcJlXULPM7u9g9 { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:28.4375rem;height:1.05615rem;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; }
#nilDZyfTfwAg2MITL9dNqbUWeuQhTBKc { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:28.4375rem;height:1.05615rem;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; }
#OlGlOxJTihPXmoFxTIn982U8pfsb8er1 { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6875rem;left:28.4375rem;height:1.05615rem;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; }
#wIm6zN1HN5ooDXJAkLtF7l5Q5dRPorH6 { color:#000000;display:block;width:7rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.4375rem;height:1.05615rem;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; }
#GU0i4An4TMSr1q3E8VK74tymztwHke1B { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5625rem;left:43.4375rem;height:1.05615rem;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; }
#N2Kavy0vmJuG4Sba9mKWD4q2szagBXSf { color:#000000;display:block;width:7.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:43.4375rem;height:1.05615rem;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; }
#hirXT4WryLVSoRKf7ZvVR60cGno1y1Xb { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5625rem;left:35.499999046326rem;height:1.05625rem;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; }
#NBTnkOBA4rbGLCSfZ22cGQwa4lRyb6rS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.25rem;top:9.5625rem;left:56.1875rem;overflow:hidden;display:block; }
#zJOIpTerXTORmJnLkHgsw8MppiQh0puX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:0.875rem;top:9.5625rem;left:54.625rem;overflow:hidden;display:block; }
#PJCHUe3HLamqEP8Tc5ZyWkX8mpn952sO { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:35.5625rem;height:1.05615rem;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; }
#Weai6HBi86WDwbHAheiNTwgvhkrtvAqU { color:#000000;display:block;width:5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5625rem;left:28.4375rem;height:1.05615rem;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; }
#UAmTfAvNTRvK7TOHl68ACToy4vqH415Z { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:35.5625rem;height:1.05615rem;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; }
#eLcxarNaARWcUuscXGcfTdhpSTDyPMT4 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:2.8125rem;height:2.8125rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tRQOGbVtE76eTR2ebmhRFDygRszAqwpK { display:block; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm042pZQALZ35QrHQiRBuzyArzeSbuf6 { top:2.0625rem;left:12.8125rem;width:4.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36R9x25I5Rm0Hi9BJfyTTclH4ZXFSPz { top:2.0625rem;left:26.0625rem;width:3.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1dd334vfpHAwrw7H7VRB4nSLxzXAoK { top:2.0625rem;left:5.6875rem;width:7.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTQ6Te4F8iF28Qc2CBmQvg7oAF5unaD { top:2.0625rem;left:30.875rem;width:2.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcfUTheLGhbG3mPVAH9X4T2zF1NSuSRw { top:2.0625rem;left:34.375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m16l2In4zH5ThRdCAI2b4s9cuCuqz65L { top:2.0625rem;left:18.3125rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtybZynconROzcLv4bN30gTXF1SLmyQK { top:1.6875rem;left:0rem;width:8.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNQ0k4zB455aeWchq60XVOViq1bUTCc8 { width:9.3125rem;height:2.25rem;top:1.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEwyQwvlKegQDW011cMfFA6rXfos7Ay { display:block; }
 }@media only screen and (max-width: 763px) { #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD { display:block; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhFoLGPeLGbsc8HTJJPP1EVoGZWnuGgn { top:8.5625rem;left:13.0625rem;width:34.6875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUZFAFnFSBO8glXBP0Tvf7Qoxo8OK9i { top:11.5rem;left:9.5625rem;width:24.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVl1czzT5gpiuSvUC48b7Wq6RDFTFOPI { top:21.9375rem;left:26.125rem;width:18.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJEkKUTTyBHBLZoBdQ9OHr7iEwKks9s { top:21.625rem;left:0rem;width:32.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXqyCwigXMifQFMgf1V9NRExBK8AaQy { width:16.5rem;height:2.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzQtIiHceHTVomuUZsqKJpdwgZRFSGq { display:block; }
 }@media only screen and (max-width: 763px) { #CTSsVZWJQAmbGzbdT4gkVJXcIiXgN6lz { top:13.375rem;left:0rem;width:32.4375rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgZKmOoNRzUNx8tvWzsiziUMZMmDpT9e { top:4.75rem;left:15rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyT40boVxg680nuEzPisogDUgJxbKwCC { display:block; }#DyT40boVxg680nuEzPisogDUgJxbKwCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l42x5utOmcDamTO3wUeLTZl3RLgTcUha { top:8.5625rem;left:13.0625rem;width:34.6875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmxMTuHipNyRuGDetbcTKoVWhFfurDZN { top:11.5rem;left:9.5625rem;width:24.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQehUINx2KhaCCK9b9Xi2aVShGWb4BN { top:21.9375rem;left:26.125rem;width:21.625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stSnfTqMXAPUzEzPlUBqKQydyVLzGALH { top:21.625rem;left:0rem;width:32.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm0ALrJtmZJVCZoOycv72xUmdToGNBSJ { width:16.5rem;height:2.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptP0ZeJ3CxzS6xRUkUukS3XZ3GHMoIqv { display:block; }
 }@media only screen and (max-width: 763px) { #WNsTurizPlFwLXRUeK11v5IGeK4z1bLc { top:13.375rem;left:0rem;width:32.4375rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGXQpJcJFEot0FP5STPHVOumRJm8rJCM { display:block; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2azVLVZJzlqnL61ZIPPBIu7RO78IB6H { top:5.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsiTwi3ioKMru7wAbM8634fMlFmvTfN { top:36.6875rem;left:0rem;width:17.1875rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIZvAoBwREInvglbEC304im4CHQPpWm { top:36.6875rem;left:15.375rem;width:17.0625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHi660904C3BbcVkixWbrUSRH59p8KVE { top:25.0625rem;left:41.5rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xmQl3RwrABf0lGl1XQbFbHeoO96c1WkZ { top:34rem;left:0.8125rem;width:3.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdQT1xAu1T7taHiHXLAm034wRiKdOxbW { top:34rem;left:18.3125rem;width:11.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30W08ayGKM2WcFH0UbiE0JxzGEgJBUA { top:36.75rem;left:30.1875rem;width:17.5625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdxOw3PsFyTTBIcip42sW6VShTW4grNS { top:34rem;left:42.9375rem;width:4.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbBZ2pKZLOCI186bfuTOQkov2khwrSHv { top:9.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSUJ3y1WJh1Lb2k142EDTp9qowyb1wb { top:20.625rem;left:0rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq0K9XDMiUD9PdfCr11hLOtpyNHE7mK { top:48.375rem;left:2.375rem;width:43.0625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUzA2TNWgqvzh0Je9HDRlty474NRQB1m { width:16.5rem;height:2.6875rem;top:74.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tnBWb8y8NooBJNzm72qhdiTTcdxDfT { display:block; }
 }@media only screen and (max-width: 763px) { #D42tT8kWqDZVnbbSJ1aB6EE9r8fAVyII { top:17.5625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlAORm0EDrXLcWBqqgq9skKK5FZ24l0S { top:21.125rem;left:18rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQvlW7im0V392ws8d7ncBeEeTewMHZJd { display:block; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuA6GEQNSTZOfPzl5o65lZHEXQhgxBt0 { top:1.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwyWBHla9gZmlg62Wczzh5pOmmGSLsO { top:15rem;left:0rem;width:26rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BALqGIWDc7IiVecLrZ53904pf8EtVS4P { top:21.125rem;left:0rem;width:24.75rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVJAvB940HBFBOdzOwuJuKTiMItEHF0r { top:10.9375rem;left:0rem;width:47.75rem;height:24.910395408163rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyLkdmt2sBhi6lUWC55g4kFXr051Hyv { display:block; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMLqZIo5dQoVODtpGEhXZM4xFE06C4Fd { top:3.875rem;left:0rem;width:24rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cDDodsr2618xAKghzaSxvbOSUtADZ5 { top:35.1875rem;left:17.0625rem;width:13.625rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmwLSW8KXC236elibHCD6F9xIdJKpJT { top:35.5rem;left:35.0625rem;width:12.6875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MHbFGNiNgxsOaaMWHJVLLQ9ISK29gq { top:33.8125rem;left:0rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQMaQk9MZ02TTpNCFsBX9mbm03BmDD4n { top:35.3125rem;left:0rem;width:13.4375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGhXpQrhTObB5mLOKORzldrKoAofCxc { top:48.5rem;left:0rem;width:12.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfVMqaT5TfUe5uFU7Ue4xqHPypyTAl2E { top:48.4375rem;left:17.375rem;width:13.0625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbEDXLxEDaK5WK2k8MCATkNW2k79M5t5 { top:48.25rem;left:34.3125rem;width:13.4375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uOxu0HPRDrThg6WlOHiTSfw8zFU2xo { width:19.0625rem;height:3.25rem;top:22.6875rem;left:22.874999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8feA6x52NDBTIDCJs2DabOne1Q7aq3 { display:block; }
 }@media only screen and (max-width: 763px) { #SgkhsOHdKUWIoW0FLl46tmTnZaCnTTOu { top:33.8125rem;left:16.25rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvbPCryX0Qsi7dZivpShHpCg9t5q7ghr { top:33.8125rem;left:32.5625rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekFQMukT9H77coixaG3Tg0yHIDGk88w0 { top:46.625rem;left:0rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUfcpcKQXpWwssdqE5kqhem1T8sdCJdM { top:46.5625rem;left:16.3125rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIf8ZuMxohiUJTKDL0EzAwI0O2K8A6U { top:46.5625rem;left:32.5625rem;width:15.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNPSF52RV8igPge2Ln3ovOFQU7uAtL4 { top:5.625rem;left:16.9375rem;width:30.8125rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbgTpucSAsTtRPZ2M1SaLHv9OfIsISTJ { top:12.6875rem;left:16.875rem;width:30.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 { display:block; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R10k6VsO0UTUa2WkXId61rxWtbEgzOys { top:20.125rem;left:0rem;width:8.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKvTIXiiazkVLTKXv1IG3qOELEQkiKE { top:23.9375rem;left:0rem;width:12.6875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk2pT8hoD0oBaoJ0ilVPFTgZgiR4dkz7 { top:20.125rem;left:10.0625rem;width:11.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eguGwv6J2BiBS7XDzBJ47nvmHl7S6s { top:23.9375rem;left:9.8125rem;width:12.5625rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIHBpoCMmKVh992Tih0W6mvPxAmg1eAx { top:20.125rem;left:25.75rem;width:11.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8rbUTJ9gVzCuSFbalPKrU6yFwd4vmpR { top:23.9375rem;left:25.875rem;width:12.5rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToLNLQ9mPbiHTcBTCKlStZtTmfo9K8K { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1QaAsbkfUTwzu7T7DM2oMzw54adahTU { top:20.125rem;left:35.9375rem;width:11.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge2XpLyTB8h1pdiTVMSRAOiC4C0ayOv7 { top:23.9375rem;left:35.3125rem;width:12.4375rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mpeqm8tRUB2CgXzVAPwOiOcOcAECBc { top:10.3125rem;left:34.125rem;width:13.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawHXAZb4u3TK1cVnJEUFsl6HUZzlzbD { top:8.8125rem;left:24.75rem;width:12.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkUMMhc8Wp7hzwyXydzryWdqfMD3SOkP { top:9.9375rem;left:9.1875rem;width:13.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0DThZGACqlbnDoBoIaPZGUiud35nax7 { top:9.625rem;left:0rem;width:12.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WIwzBTSMnqxe8TrHenI5m5ITi66EWH { top:35.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #km1wzTGWTdthUL16TFtcyu0mHC7tbXcN { top:36.0625rem;left:15.4375rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9kTHyM7uHwHZsWtHMpd62qglyOtsJmX { top:35.6875rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDvpgu3b2qM9dBfHKUT5JL1Pmip8ADk { top:35.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuLuDkKIeqXKmbQypUIN7vOGq34DgtO8 { top:48.375rem;left:17.625rem;width:12.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii01I7rJ8aeXDRAxE5ScTvNulN45uPCC { top:48.375rem;left:0rem;width:14.9375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9toCmJtA2F7cqdO5qqrNhcT0x9KT1w { top:48.375rem;left:32.8125rem;width:14.9375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 { display:block; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsg3L8dVTQHi7nKx0xnGfOfSqgxVeGv3 { top:20.1875rem;left:4.375rem;width:8.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2dLPwiBRuG8gr3925Ro4igHNLIqWrN1 { top:24rem;left:2.8125rem;width:12.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWyboscdhope6pfDAxLR9cHzgJyJCUQd { top:20.25rem;left:18.0625rem;width:11.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyoXgoW7esFOJBNScgRc3cQXpsOXf7qQ { top:24.0625rem;left:18.1875rem;width:12.5rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teK66w5HBilAUHU22v4Xing5DMy4TeFO { top:3rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP2PoTAQsQ3XxXrrOCxdMTTJUdVrFi2V { top:20.1875rem;left:34.624999046326rem;width:11.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVETmZPOur2KNyAJ5OkdN0mElCPC05zv { top:24rem;left:30.9375rem;width:12.125rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg29bxMxvMthVd5fT5eTxQKkWOckVhnc { top:10.8125rem;left:34.499999046326rem;width:12.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNA7dZXC1ee2ivJpck9KTqCvw2fDksgA { top:9.875rem;left:18.187499046326rem;width:11.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgzirUt8RaX4KmfTTpE6XziweN86N367 { top:9.6875rem;left:2.6875rem;width:12.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mA9Z9n7SpTJL6Za7f2T6TTimG7i86e { top:35.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebtcus2CJmIGntzO8hL53A8qHnoFeESy { top:35.6875rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMRTDEdrOPlcoitEhA9hLfIiVQ7JJdhQ { top:35.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchm6i9b4c049wCTD5Mcbqr4kHRBkNT6 { top:48.375rem;left:17.625rem;width:12.5rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4spDxsZ2xtM4TTg2Z0hzzkWwhTT95gd { top:48.375rem;left:0rem;width:14.9375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHkF8piCAbnGsT5cvUD7px9PHuzPQ043 { top:48.375rem;left:32.8125rem;width:14.9375rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdEs3HFJK1I7WsyyndWbypn0iAWHyQs4 { top:58.0625rem;left:0rem;width:47.75rem;height:8.5552083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXoiHQUqRzmnNIoxqG8Or8aw6bhkpZuI { width:15.5625rem;height:3rem;top:61.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF4MxPJPDrv5E4wOaZ6fXfl0Er7nnaTd { display:block; }
 }@media only screen and (max-width: 763px) { #s8yrSOM5PA0Jcdx3bFFZnqcqLktlNKnf { top:60.8125rem;left:0rem;width:38.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4q8fFg9BX99ntPyBu2Rua3vnyyQWM2 { top:40.3125rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWAk1Ti3empicBXSesT3H6SrA5D3mIBw { top:9.375rem;left:0rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAv5XbxexwP0VG7e65PnvWvXIe81Tvo { top:12.25rem;left:0rem;width:15.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxQkRoHKE4pweUGJSIcJlXULPM7u9g9 { top:9.4375rem;left:22.3125rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilDZyfTfwAg2MITL9dNqbUWeuQhTBKc { top:11rem;left:22.3125rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGlOxJTihPXmoFxTIn982U8pfsb8er1 { top:12.6875rem;left:22.3125rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIm6zN1HN5ooDXJAkLtF7l5Q5dRPorH6 { top:11.1875rem;left:37.3125rem;width:7rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0i4An4TMSr1q3E8VK74tymztwHke1B { top:9.5625rem;left:37.3125rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Kavy0vmJuG4Sba9mKWD4q2szagBXSf { top:12.8125rem;left:37.3125rem;width:7.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hirXT4WryLVSoRKf7ZvVR60cGno1y1Xb { top:12.5625rem;left:29.374999046326rem;width:4.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTnkOBA4rbGLCSfZ22cGQwa4lRyb6rS { top:9.5625rem;left:46.5rem;width:1.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJOIpTerXTORmJnLkHgsw8MppiQh0puX { top:9.5625rem;left:46.875rem;width:0.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCHUe3HLamqEP8Tc5ZyWkX8mpn952sO { top:11.125rem;left:29.4375rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weai6HBi86WDwbHAheiNTwgvhkrtvAqU { top:14.5625rem;left:22.3125rem;width:5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAmTfAvNTRvK7TOHl68ACToy4vqH415Z { top:9.4375rem;left:29.4375rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcxarNaARWcUuscXGcfTdhpSTDyPMT4 { top:0rem;left:0rem;width:32.1875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tRQOGbVtE76eTR2ebmhRFDygRszAqwpK { position:relative;z-index:auto;display:block; }#tRQOGbVtE76eTR2ebmhRFDygRszAqwpK > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm042pZQALZ35QrHQiRBuzyArzeSbuf6 { width:4.625rem;height:1.21875rem;top:4.3125rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36R9x25I5Rm0Hi9BJfyTTclH4ZXFSPz { width:3.8125rem;height:1.21875rem;top:6.5rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1dd334vfpHAwrw7H7VRB4nSLxzXAoK { width:6.1875rem;height:1.21875rem;top:6.5rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKTQ6Te4F8iF28Qc2CBmQvg7oAF5unaD { width:2.625rem;height:1.21875rem;top:4.3125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcfUTheLGhbG3mPVAH9X4T2zF1NSuSRw { width:3.8125rem;height:1.21875rem;top:6.5625rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m16l2In4zH5ThRdCAI2b4s9cuCuqz65L { width:6.875rem;height:1.21875rem;top:4.3125rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtybZynconROzcLv4bN30gTXF1SLmyQK { width:8.1875rem;height:1.5rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNQ0k4zB455aeWchq60XVOViq1bUTCc8 { width:7.8125rem;height:2.1875rem;top:8.625rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEwyQwvlKegQDW011cMfFA6rXfos7Ay { display:block; }
 }@media only screen and (max-width: 763px) { #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65be44e0-b3be-43f7-a720-155a82ff98f4/Untitleddesign.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.adaptive-delivery-prevent-bg, #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.lazyload, #mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD.lazyloading { background-image: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { background-color: transparent; background-image: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container > .video-iframe-container { display: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row > .video-iframe-container { display: none; }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .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); }#mSyZnJfpwC8pn4Tr6RCE42v3lm791DeD > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhFoLGPeLGbsc8HTJJPP1EVoGZWnuGgn { width:20rem;height:13.621621621622rem;top:29.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTUZFAFnFSBO8glXBP0Tvf7Qoxo8OK9i { width:7.875rem;height:6.6875rem;top:18.8125rem;left:6.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KVl1czzT5gpiuSvUC48b7Wq6RDFTFOPI { width:9.625rem;height:8.5rem;top:24.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJEkKUTTyBHBLZoBdQ9OHr7iEwKks9s { width:19.9375rem;height:5.25rem;top:8.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWXqyCwigXMifQFMgf1V9NRExBK8AaQy { width:17.9375rem;height:2.875rem;top:35.497917175293rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzQtIiHceHTVomuUZsqKJpdwgZRFSGq { display:block; }
 }@media only screen and (max-width: 763px) { #CTSsVZWJQAmbGzbdT4gkVJXcIiXgN6lz { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgZKmOoNRzUNx8tvWzsiziUMZMmDpT9e { width:20rem;height:20rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyT40boVxg680nuEzPisogDUgJxbKwCC { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65be44e0-b3be-43f7-a720-155a82ff98f4/Untitleddesign.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#DyT40boVxg680nuEzPisogDUgJxbKwCC.adaptive-delivery-prevent-bg, #DyT40boVxg680nuEzPisogDUgJxbKwCC.lazyload, #DyT40boVxg680nuEzPisogDUgJxbKwCC.lazyloading { background-image: none; }#DyT40boVxg680nuEzPisogDUgJxbKwCC > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l42x5utOmcDamTO3wUeLTZl3RLgTcUha { width:20rem;height:13.621621621622rem;top:29.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmxMTuHipNyRuGDetbcTKoVWhFfurDZN { width:18.9375rem;height:16.1875rem;top:19.997916221619rem;left:0.53125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #vfQehUINx2KhaCCK9b9Xi2aVShGWb4BN { width:9.625rem;height:8.5rem;top:28.997917175293rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stSnfTqMXAPUzEzPlUBqKQydyVLzGALH { width:19.9375rem;height:5.25rem;top:8.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xm0ALrJtmZJVCZoOycv72xUmdToGNBSJ { width:17.9375rem;height:2.875rem;top:15.622916221619rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptP0ZeJ3CxzS6xRUkUukS3XZ3GHMoIqv { display:block; }
 }@media only screen and (max-width: 763px) { #WNsTurizPlFwLXRUeK11v5IGeK4z1bLc { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGXQpJcJFEot0FP5STPHVOumRJm8rJCM { display:block; }#hGXQpJcJFEot0FP5STPHVOumRJm8rJCM > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2azVLVZJzlqnL61ZIPPBIu7RO78IB6H { width:20rem;height:4.875rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsiTwi3ioKMru7wAbM8634fMlFmvTfN { width:11.0625rem;height:6.09375rem;top:24.203125rem;left:8.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmIZvAoBwREInvglbEC304im4CHQPpWm { width:10.5625rem;height:5.625rem;top:37.25rem;left:8.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHi660904C3BbcVkixWbrUSRH59p8KVE { width:5rem;height:5rem;top:48.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmQl3RwrABf0lGl1XQbFbHeoO96c1WkZ { width:3.375rem;height:1.38125rem;top:22.88437461853rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdQT1xAu1T7taHiHXLAm034wRiKdOxbW { width:15.8125rem;height:1.38125rem;top:34.0625rem;left:2.09375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V30W08ayGKM2WcFH0UbiE0JxzGEgJBUA { width:11.1875rem;height:9rem;top:48.75rem;left:8.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdxOw3PsFyTTBIcip42sW6VShTW4grNS { width:16.0625rem;height:1.38125rem;top:47.43124961853rem;left:1.96875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbBZ2pKZLOCI186bfuTOQkov2khwrSHv { width:18.5rem;height:10.125rem;top:9.5rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSUJ3y1WJh1Lb2k142EDTp9qowyb1wb { width:6.125rem;height:6.125rem;top:24.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq0K9XDMiUD9PdfCr11hLOtpyNHE7mK { height:11.2168125rem;width:20rem;top:86.3134765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUzA2TNWgqvzh0Je9HDRlty474NRQB1m { width:16.5rem;height:2.6875rem;top:60.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tnBWb8y8NooBJNzm72qhdiTTcdxDfT { display:block; }
 }@media only screen and (max-width: 763px) { #D42tT8kWqDZVnbbSJ1aB6EE9r8fAVyII { width:7rem;height:7rem;top:49.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlAORm0EDrXLcWBqqgq9skKK5FZ24l0S { width:5.9375rem;height:5.9375rem;top:36.63125038147rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQvlW7im0V392ws8d7ncBeEeTewMHZJd { display:block; }#FQvlW7im0V392ws8d7ncBeEeTewMHZJd > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuA6GEQNSTZOfPzl5o65lZHEXQhgxBt0 { width:20rem;height:6.09375rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwyWBHla9gZmlg62Wczzh5pOmmGSLsO { width:19.9375rem;height:3.7375rem;top:9.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BALqGIWDc7IiVecLrZ53904pf8EtVS4P { width:20rem;height:9.75rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVJAvB940HBFBOdzOwuJuKTiMItEHF0r { width:20rem;height:10.6875rem;top:25.406029874214rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyLkdmt2sBhi6lUWC55g4kFXr051Hyv { display:block; }#niyLkdmt2sBhi6lUWC55g4kFXr051Hyv > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMLqZIo5dQoVODtpGEhXZM4xFE06C4Fd { width:17.6875rem;height:17.375rem;top:18.72812461853rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cDDodsr2618xAKghzaSxvbOSUtADZ5 { width:13.625rem;height:7.3125rem;top:51.9375rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmwLSW8KXC236elibHCD6F9xIdJKpJT { width:12.6875rem;height:6.09375rem;top:63.25rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MHbFGNiNgxsOaaMWHJVLLQ9ISK29gq { width:15.1875rem;height:9.75rem;top:39.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQMaQk9MZ02TTpNCFsBX9mbm03BmDD4n { width:13.4375rem;height:7.3125rem;top:40.8125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnGhXpQrhTObB5mLOKORzldrKoAofCxc { width:12.75rem;height:6.09375rem;top:74.4375rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfVMqaT5TfUe5uFU7Ue4xqHPypyTAl2E { width:13.0625rem;height:6.09375rem;top:85.5rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbEDXLxEDaK5WK2k8MCATkNW2k79M5t5 { width:13.4375rem;height:3.65625rem;top:96.9375rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uOxu0HPRDrThg6WlOHiTSfw8zFU2xo { width:19.0625rem;height:3.25rem;top:107.28125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8feA6x52NDBTIDCJs2DabOne1Q7aq3 { display:block; }
 }@media only screen and (max-width: 763px) { #SgkhsOHdKUWIoW0FLl46tmTnZaCnTTOu { width:15.1875rem;height:9.75rem;top:50.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvbPCryX0Qsi7dZivpShHpCg9t5q7ghr { width:15.1875rem;height:9.75rem;top:61.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekFQMukT9H77coixaG3Tg0yHIDGk88w0 { width:15.1875rem;height:9.75rem;top:72.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUfcpcKQXpWwssdqE5kqhem1T8sdCJdM { width:15.1875rem;height:9.75rem;top:83.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWIf8ZuMxohiUJTKDL0EzAwI0O2K8A6U { width:15.1875rem;height:9.75rem;top:95.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNPSF52RV8igPge2Ln3ovOFQU7uAtL4 { width:20rem;height:3.7375rem;top:3.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #CbgTpucSAsTtRPZ2M1SaLHv9OfIsISTJ { width:20rem;height:8.53125rem;top:8.625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 { display:none; }#vcvN1dLC4WRcT1zFapXWn3MPfLtf5dd5 > .row .container { width:20rem;height:142.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R10k6VsO0UTUa2WkXId61rxWtbEgzOys { width:8.875rem;height:2.5996125rem;top:18.4375rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKvTIXiiazkVLTKXv1IG3qOELEQkiKE { width:20rem;height:3.375rem;top:21.125rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sk2pT8hoD0oBaoJ0ilVPFTgZgiR4dkz7 { width:11.8125rem;height:2.5996125rem;top:34.625rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eguGwv6J2BiBS7XDzBJ47nvmHl7S6s { width:20rem;height:5.0625rem;top:37.224609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIHBpoCMmKVh992Tih0W6mvPxAmg1eAx { width:11.8125rem;height:2.5996125rem;top:52.5rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8rbUTJ9gVzCuSFbalPKrU6yFwd4vmpR { width:20rem;height:5.0625rem;top:55.125rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lToLNLQ9mPbiHTcBTCKlStZtTmfo9K8K { width:20rem;height:8.125rem;top:3.03125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #N1QaAsbkfUTwzu7T7DM2oMzw54adahTU { width:11.8125rem;height:2.5996125rem;top:69.337890625rem;left:4.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge2XpLyTB8h1pdiTVMSRAOiC4C0ayOv7 { width:20rem;height:5.0625rem;top:71.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2mpeqm8tRUB2CgXzVAPwOiOcOcAECBc { width:13.625rem;height:10.625rem;top:60.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawHXAZb4u3TK1cVnJEUFsl6HUZzlzbD { width:12.9375rem;height:12.1875rem;top:42.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkUMMhc8Wp7hzwyXydzryWdqfMD3SOkP { width:13.125rem;height:11.875rem;top:25.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0DThZGACqlbnDoBoIaPZGUiud35nax7 { width:12.0625rem;height:12rem;top:9.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WIwzBTSMnqxe8TrHenI5m5ITi66EWH { width:20rem;height:3.25rem;top:81.435546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #km1wzTGWTdthUL16TFtcyu0mHC7tbXcN { width:15.9375rem;height:15.9375rem;top:97.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9kTHyM7uHwHZsWtHMpd62qglyOtsJmX { width:17.625rem;height:17.625rem;top:82.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDvpgu3b2qM9dBfHKUT5JL1Pmip8ADk { width:18.0625rem;height:18.0625rem;top:109.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuLuDkKIeqXKmbQypUIN7vOGq34DgtO8 { width:12.5rem;height:3.375rem;top:109.3125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii01I7rJ8aeXDRAxE5ScTvNulN45uPCC { width:14.9375rem;height:5.0625rem;top:95.3125rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT9toCmJtA2F7cqdO5qqrNhcT0x9KT1w { width:14.9375rem;height:3.375rem;top:122.5rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 { display:block; }#I9O8Mk3G1v9oMOSpEigRVFtc2iqxn3i3 > .row .container { width:20rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsg3L8dVTQHi7nKx0xnGfOfSqgxVeGv3 { width:8.875rem;height:2.6rem;top:18.4375rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2dLPwiBRuG8gr3925Ro4igHNLIqWrN1 { width:16.5625rem;height:2.4375rem;top:21.125rem;left:2.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWyboscdhope6pfDAxLR9cHzgJyJCUQd { width:11.8125rem;height:2.6rem;top:33.75rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyoXgoW7esFOJBNScgRc3cQXpsOXf7qQ { width:16.5rem;height:2.4375rem;top:36.375rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teK66w5HBilAUHU22v4Xing5DMy4TeFO { width:20rem;height:8.125rem;top:3.03125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #PP2PoTAQsQ3XxXrrOCxdMTTJUdVrFi2V { width:11.8125rem;height:2.6rem;top:47.9375rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVETmZPOur2KNyAJ5OkdN0mElCPC05zv { width:16.75rem;height:3.65625rem;top:50.5625rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg29bxMxvMthVd5fT5eTxQKkWOckVhnc { width:13.625rem;height:10.625rem;top:38.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNA7dZXC1ee2ivJpck9KTqCvw2fDksgA { width:12.9375rem;height:12.1875rem;top:23.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgzirUt8RaX4KmfTTpE6XziweN86N367 { width:12.0625rem;height:12rem;top:9.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mA9Z9n7SpTJL6Za7f2T6TTimG7i86e { width:20rem;height:3.25rem;top:58.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ebtcus2CJmIGntzO8hL53A8qHnoFeESy { width:12.25rem;height:12.25rem;top:59.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMRTDEdrOPlcoitEhA9hLfIiVQ7JJdhQ { width:12.6875rem;height:12.6875rem;top:81.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchm6i9b4c049wCTD5Mcbqr4kHRBkNT6 { width:12.5rem;height:2.4375rem;top:79.0625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4spDxsZ2xtM4TTg2Z0hzzkWwhTT95gd { width:14.9375rem;height:3.65625rem;top:68.1875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHkF8piCAbnGsT5cvUD7px9PHuzPQ043 { width:14.9375rem;height:2.4375rem;top:90.6875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdEs3HFJK1I7WsyyndWbypn0iAWHyQs4 { width:3.625rem;height:0.625rem;top:72.3125rem;left:8.1875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kXoiHQUqRzmnNIoxqG8Or8aw6bhkpZuI { width:15.9375rem;height:3rem;top:95.37496852875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF4MxPJPDrv5E4wOaZ6fXfl0Er7nnaTd { display:block; }
 }@media only screen and (max-width: 763px) { #s8yrSOM5PA0Jcdx3bFFZnqcqLktlNKnf { width:20rem;height:8.25rem;top:74.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Nu4q8fFg9BX99ntPyBu2Rua3vnyyQWM2 { width:7.1875rem;height:7.1875rem;top:99.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 { display:block; }#tTlTv0iKTdulI7yJ3e9tAAMdZmdRfcT8 > .row .container { width:20rem;height:134.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWAk1Ti3empicBXSesT3H6SrA5D3mIBw { width:8.9375rem;height:1.625rem;top:1.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAv5XbxexwP0VG7e65PnvWvXIe81Tvo { width:13rem;height:0.975rem;top:4rem;left:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxQkRoHKE4pweUGJSIcJlXULPM7u9g9 { width:3.6875rem;height:1.05625rem;top:6.9375rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilDZyfTfwAg2MITL9dNqbUWeuQhTBKc { width:3.6875rem;height:1.05625rem;top:8.5437507629394rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGlOxJTihPXmoFxTIn982U8pfsb8er1 { width:3.6875rem;height:1.05625rem;top:10.456249237061rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIm6zN1HN5ooDXJAkLtF7l5Q5dRPorH6 { width:7rem;height:1.05625rem;top:8.543749809265rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0i4An4TMSr1q3E8VK74tymztwHke1B { width:3.6875rem;height:1.05625rem;top:6.9375rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Kavy0vmJuG4Sba9mKWD4q2szagBXSf { width:7.5rem;height:1.05625rem;top:10.456250190735rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hirXT4WryLVSoRKf7ZvVR60cGno1y1Xb { width:4.8125rem;height:1.05625rem;top:12.137500762939rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTnkOBA4rbGLCSfZ22cGQwa4lRyb6rS { width:1.25rem;height:1.4375rem;top:15.46875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJOIpTerXTORmJnLkHgsw8MppiQh0puX { width:0.875rem;height:1.375rem;top:15.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCHUe3HLamqEP8Tc5ZyWkX8mpn952sO { width:3.6875rem;height:1.05625rem;top:10.456250190735rem;left:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weai6HBi86WDwbHAheiNTwgvhkrtvAqU { width:5rem;height:1.05625rem;top:8.543749809265rem;left:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAmTfAvNTRvK7TOHl68ACToy4vqH415Z { width:3.6875rem;height:1.05625rem;top:6.93124961853rem;left:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcxarNaARWcUuscXGcfTdhpSTDyPMT4 { width:20rem;height:6rem;top:128.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }