.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;
}
.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;
  }
}
@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:transparent;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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:14px;font-family:arial;height:61px;width:960px;position:relative;display:block; }#Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:155px;height:37px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:24.9943px;left:228px;display:block; }
#Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105px;height:35px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:24.9943px;left:363px;display:block; }
#AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:146.989px;height:35px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:24.9943px;left:449px;display:block; }
#xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:35px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:24.9943px;left:575px;display:block; }
#SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WlllGDMcLhwwL5uTUGpfteKqftfknyuU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:188px;height:35px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:24.9943px;left:676px;display:block; }
#RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#78959d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88px;height:35px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:24.9943px;left:865px;display:block; }
#TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { box-sizing:content-box;color:#47bdff;font-size:14px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:28.9943px;left:657px;display:block; }
#PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { box-sizing:content-box;color:#47bdff;font-size:14px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:28.9943px;left:854px;display:block; }
#xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { box-sizing:content-box;color:#47bdff;font-size:14px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:28.9943px;left:938px;display:block; }
#fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39px;width:163px;top:13.5px;left:0px;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FdGEM7Qw/Landing_Page_Banners.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,112,184,0.39); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,112,184,0.39); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:14px;font-family:arial;height:701px;width:960px;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:800px;position:absolute;font-family:montserrat;font-size:63px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:123.30965423584px;left:0px;height:245.6718px;font-style:normal;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:383.991px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:368.97727203369px;left:0px;height:86.6718px;font-style:normal;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:48px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:516.98859405518px;left:0px;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:14px;font-family:arial;height:232px;width:960px;position:relative;display:block; }#DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73.480117797852px;left:68.934631347656px;overflow:hidden;display:block; }
#wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { color:#124466;display:block;width:18.9915px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:180.01420593262px;left:452.96875px;height:52px;font-style:normal;display:block; }
#I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { color:#999999;display:block;width:18.9915px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:180.01420593262px;left:470.49713134766px;height:52px;font-style:normal;display:block; }
#TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { color:#999999;display:block;width:18.9915px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:180.01420593262px;left:489.47442626953px;height:52px;font-style:normal;display:block; }
#bRKH0y1QacHk2P8UHMMmxzGDNNa153CF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73px;left:191px;overflow:hidden;display:block; }
#JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73px;left:309px;overflow:hidden;display:block; }
#i0JPhoeqCxNt9XJEGoNW7iWneKgbs1dZ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73px;left:425px;overflow:hidden;display:block; }
#ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73px;left:541px;overflow:hidden;display:block; }
#SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73px;left:657px;overflow:hidden;display:block; }
#sB45FoQBg7rTaiVMZpFrtqLyDqW1uNSR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:73.480117797852px;left:768.99145507812px;overflow:hidden;display:block; }
#ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { color:#124466;display:block;width:42.9972px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:149.00282287598px;left:79.403381347656px;height:13px;font-style:normal;display:block; }
#bVqtvLBxCDT8wicnZeSR16ThIC2X5ldJ { color:#124466;display:block;width:42.9972px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:149.99714660645px;left:201.47723388672px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbglhMZtJbyAwRP00wCrKElKaePLn4UX { color:#124466;display:block;width:42.9972px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:149.99714660645px;left:319.98577880859px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVgvHpZpeURO7krleaBfuHXGTwU9Uezn { color:#124466;display:block;width:42.9972px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:149.99714660645px;left:440.95166015625px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { color:#124466;display:block;width:60px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:149.98579406738px;left:543.97442626953px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { color:#124466;display:block;width:42.9972px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:149.99714660645px;left:667.96875px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NixaLDerNCJ0ccyDeBhrx2rpIqrHLlzi { color:#124466;display:block;width:65px;position:absolute;font-family:montserrat;font-size:10px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:149.98579406738px;left:767.97155761719px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .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); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:14px;font-family:arial;height:813px;width:960px;position:relative;display:block; }#F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { position:absolute;display:block;z-index:100001;background-color:#78959d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:502px;width:312px;top:237px;left:0px;display:block; }
#cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { color:#ffffff;display:block;width:212.997px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:484.97158813477px;left:46.434631347656px;height:223.906px;font-style:normal;display:block; }
#H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { position:absolute;display:block;z-index:100005;background-color:#47bdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:502px;width:312px;top:237px;left:326px;display:block; }
#ch12ZVMIwOtHAzUoXEGeQM7SulHSvmIM { position:absolute;display:block;z-index:100009;background-color:#1b5c89;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:502px;width:312px;top:237px;left:648px;display:block; }
#Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { color:#124466;display:block;width:497.997px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:75.980110168457px;left:0px;height:104px;font-style:normal;display:block; }
#c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { color:#124466;display:block;width:400.994px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:42.230110168457px;left:557.99713134766px;height:155.6562px;font-style:normal;display:block; }
#D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { color:#ffffff;display:block;width:218.991px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:280.25283050537px;left:46.477264404297px;height:104px;font-style:normal;display:block; }
#ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { color:#ffffff;display:block;width:229px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:283.25283050537px;left:370.46875px;height:104px;font-style:normal;display:block; }
#bMaHmTOBVR1xu4wUToGS8B0H4BxXh472 { color:#ffffff;display:block;width:228.991px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:283.25283050537px;left:689.47436523438px;height:156px;font-style:normal;display:block; }
#CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { color:#ffffff;display:block;width:212.983px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:484.95736694336px;left:370.46875px;height:223.906px;font-style:normal;display:block; }
#CFCOf9yARJzs7EAdzitG0qyNqPWUm9Os { color:#ffffff;display:block;width:212.983px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:484.95736694336px;left:689.46020507812px;height:223.906px;font-style:normal;display:block; }
#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#47bdff;background-image:none;position:relative;display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { background-color: transparent; background-image: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .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); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { border-width: 0; border-radius: 0; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { font-size:14px;font-family:arial;height:616px;width:960px;position:relative;display:block; }#BBoWGOCt8UTNP4iV8J6VllacsF9615l7 { color:#ffffff;display:block;width:497.975px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:69.985778808594px;left:0px;height:104px;font-style:normal;display:block; }
#IIxfxhfDqxHFfwCV89TJTxPmlHPMxWuW { z-index:100002;top:319px;left:0px;background-color:#1b5c89;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 35px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:208px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VaUb7ITmQdIcXaKlsVgw66kySk9VX2yN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#eo5dBvPAzx0Jw4ENudxPXHgddy16TMTm { z-index:100001;top:321px;left:222px;background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:224px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r3XEoz4ykNIJKc495KkcGgy2UFXefoKl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HTaHJTg8B6qhgO8Wmx5tOvJL5LwGD9Ko { color:#ffffff;display:block;width:388px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:189px;left:0px;height:89.5625px;font-style:normal;display:block; }
#sxodIQ2tTGXgXV24wQAfXJtttwBpK5RA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:353px;width:353px;top:43.28125px;left:543.5px;overflow:hidden;display:block; }
#DTnRh1fQ2TI3NAEeNAmDNpBmvBpAHBlb { color:#ffffff;display:block;width:184px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:480px;left:0px;height:19.5px;font-style:normal;display:block; }
#FKxP1hbNBXIMrsBLh3Ua9UivAWiUh83J { color:#ffffff;display:block;width:241px;position:absolute;font-family:montserrat;font-size:11px;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:509.078125px;left:0px;height:56.0625px;font-style:normal;display:block; }
#xL1ZEgi9RFlNkTWrwaPRJysfLiPpVlZz { color:#ffffff;display:block;width:184px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:480px;left:314.96875px;height:19.5px;font-style:normal;display:block; }
#Fd945UMPxBtGOnHpu4ODSbr3ykd1IzmF { color:#ffffff;display:block;width:241px;position:absolute;font-family:montserrat;font-size:11px;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:509.078125px;left:314.96875px;height:56.0625px;font-style:normal;display:block; }
#WBdgMbHJWLpqiH8apGl0gH2SO21TGTVD { color:#ffffff;display:block;width:184px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:480px;left:604.96875px;height:19.5px;font-style:normal;display:block; }
#J1IALKsqrlCoiN0Hy8JP1GLUsTnzZypZ { color:#ffffff;display:block;width:241px;position:absolute;font-family:montserrat;font-size:11px;font-weight:300;z-index:100006;line-height:1.7;letter-spacing:0;top:509.078125px;left:604.96875px;height:56.0625px;font-style:normal;display:block; }
#mrvuEcHyDkeNrGO1eiyUq92sqnIAQ8TD { position:absolute;display:block;z-index:100007;background-color:#1b5c89;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;height:3px;width:212px;top:460.00001525879px;left:0px;display:block; }
#v70qSmhdv5wZ2EBn3U2OgTmIUxbZ1I7N { position:absolute;display:block;z-index:100008;background-color:#1b5c89;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;height:3px;width:212px;top:460.00001525879px;left:314.96875px;display:block; }
#ndkle9lG3xORQsRKMWHFQb53J1N1xRx7 { position:absolute;display:block;z-index:100009;background-color:#1b5c89;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;height:3px;width:212px;top:460.00001525879px;left:604.96878051758px;display:block; }
#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124466;background-image:none;position:relative;display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { background-color: transparent; background-image: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container > .video-iframe-container { display: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row > .video-iframe-container { display: none; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .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); }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { border-width: 0; border-radius: 0; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { font-size:14px;font-family:arial;height:272px;width:960px;position:relative;display:block; }#cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { color:#ffffff;display:block;width:282px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:25.296875px;left:0px;height:26px;font-style:normal;display:block; }
#A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { color:#ffffff;display:block;width:544px;position:absolute;font-family:montserrat;font-size:11px;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:63.078125px;left:0px;height:130.8125px;font-style:normal;display:block; }
#ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { color:#ffffff;display:block;width:544px;position:absolute;font-family:montserrat;font-size:11px;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:239.3125px;left:208px;height:18.6875px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:155px;height:36px;top:24px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { width:105px;height:35px;top:24px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block; }
 }@media only screen and (max-width: 763px) { #rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { width:146px;height:35px;top:24px;left:351px;display:block; }
 }@media only screen and (max-width: 763px) { #xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block; }
 }@media only screen and (max-width: 763px) { #NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { width:103px;height:35px;top:24px;left:477px;display:block; }
 }@media only screen and (max-width: 763px) { #SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block; }
 }@media only screen and (max-width: 763px) { #WlllGDMcLhwwL5uTUGpfteKqftfknyuU { width:187px;height:35px;top:24px;left:577px;display:block; }
 }@media only screen and (max-width: 763px) { #RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block; }
 }@media only screen and (max-width: 763px) { #ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { width:87px;height:35px;top:24px;left:677px;display:block; }
 }@media only screen and (max-width: 763px) { #TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block; }
 }@media only screen and (max-width: 763px) { #yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { top:28px;left:559px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { top:28px;left:744px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { top:28px;left:744px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { top:13px;left:0px;width:163px;height:38.992217648178px;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:123px;left:0px;width:764px;height:245px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:368px;left:0px;width:383px;height:86px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:211px;height:48px;top:516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { top:73px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { top:180px;left:354.96875px;width:18px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { top:180px;left:372.49713134766px;width:18px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { top:180px;left:391.47442626953px;width:18px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bRKH0y1QacHk2P8UHMMmxzGDNNa153CF { top:73px;left:93px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { top:73px;left:211px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #i0JPhoeqCxNt9XJEGoNW7iWneKgbs1dZ { top:73px;left:327px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { top:73px;left:443px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { top:73px;left:559px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #sB45FoQBg7rTaiVMZpFrtqLyDqW1uNSR { top:73px;left:670.99145507812px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { top:149px;left:0px;width:42px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #bVqtvLBxCDT8wicnZeSR16ThIC2X5ldJ { top:149px;left:103.47723388672px;width:42px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vbglhMZtJbyAwRP00wCrKElKaePLn4UX { top:149px;left:221.98577880859px;width:42px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TVgvHpZpeURO7krleaBfuHXGTwU9Uezn { top:149px;left:342.95166015625px;width:42px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { top:149px;left:445.97442626953px;width:60px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { top:149px;left:569.96875px;width:42px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NixaLDerNCJ0ccyDeBhrx2rpIqrHLlzi { top:149px;left:669.97155761719px;width:65px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { top:237px;left:0px;width:311px;height:501px;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { top:484px;left:0px;width:212px;height:224px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { top:237px;left:71px;width:311px;height:501px;display:block; }
 }@media only screen and (max-width: 763px) { #ch12ZVMIwOtHAzUoXEGeQM7SulHSvmIM { top:237px;left:453px;width:311px;height:501px;display:block; }
 }@media only screen and (max-width: 763px) { #Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { top:75px;left:0px;width:497px;height:103px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { top:42px;left:363px;width:400px;height:154px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { top:280px;left:0px;width:218px;height:103px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { top:283px;left:164px;width:229px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bMaHmTOBVR1xu4wUToGS8B0H4BxXh472 { top:283px;left:536px;width:228px;height:156px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { top:484px;left:170px;width:212px;height:224px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CFCOf9yARJzs7EAdzitG0qyNqPWUm9Os { top:484px;left:542.46020507812px;width:212px;height:224px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBoWGOCt8UTNP4iV8J6VllacsF9615l7 { top:69px;left:0px;width:497px;height:103px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #IIxfxhfDqxHFfwCV89TJTxPmlHPMxWuW { top:319px;left:0px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #VaUb7ITmQdIcXaKlsVgw66kySk9VX2yN { display:block; }
 }@media only screen and (max-width: 763px) { #eo5dBvPAzx0Jw4ENudxPXHgddy16TMTm { top:321px;left:158px;width:224px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #r3XEoz4ykNIJKc495KkcGgy2UFXefoKl { display:block; }
 }@media only screen and (max-width: 763px) { #HTaHJTg8B6qhgO8Wmx5tOvJL5LwGD9Ko { top:189px;left:0px;width:388px;height:89px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sxodIQ2tTGXgXV24wQAfXJtttwBpK5RA { top:43px;left:396.5px;width:353px;height:353px;display:block; }
 }@media only screen and (max-width: 763px) { #DTnRh1fQ2TI3NAEeNAmDNpBmvBpAHBlb { top:480px;left:0px;width:184px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FKxP1hbNBXIMrsBLh3Ua9UivAWiUh83J { top:509px;left:0px;width:241px;height:56px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xL1ZEgi9RFlNkTWrwaPRJysfLiPpVlZz { top:480px;left:198px;width:184px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd945UMPxBtGOnHpu4ODSbr3ykd1IzmF { top:509px;left:141px;width:241px;height:56px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WBdgMbHJWLpqiH8apGl0gH2SO21TGTVD { top:480px;left:457.96875px;width:184px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J1IALKsqrlCoiN0Hy8JP1GLUsTnzZypZ { top:509px;left:457.96875px;width:241px;height:56px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #mrvuEcHyDkeNrGO1eiyUq92sqnIAQ8TD { top:460px;left:0px;width:212px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #v70qSmhdv5wZ2EBn3U2OgTmIUxbZ1I7N { top:460px;left:170px;width:212px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #ndkle9lG3xORQsRKMWHFQb53J1N1xRx7 { top:460px;left:457.96878051758px;width:212px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { top:25px;left:0px;width:282px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { top:63px;left:0px;width:544px;height:130px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { top:239px;left:110px;width:544px;height:18px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:320px;height:656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:63px;height:35px;top:68px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #DJGuK9Db5cCt9lXNFlfB0mBsr7b4nEys { width:105px;height:35px;top:182px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #AReayJQx1q5nzrXb7y6wf2hFMSSzvpsU { display:block; }
 }@media only screen and (max-width: 763px) { #rBCor3qyI0nE62rcTtvSRfbS1a3MmHe3 { width:146px;height:35px;top:237px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #xE3IS3FV9ZUITzpySAuF2TyerSmpxOvy { display:block; }
 }@media only screen and (max-width: 763px) { #NHn4dzOyEUXHUaCVsCGDnTsFmTxbsyA7 { width:103px;height:35px;top:292px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #SU9DGhvxv198kqW8cZeaWm0tvulBggaa { display:block; }
 }@media only screen and (max-width: 763px) { #WlllGDMcLhwwL5uTUGpfteKqftfknyuU { width:187px;height:35px;top:387px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #RKToAV5xWKyPZOePuk2CWUJt7K6VwauZ { display:block; }
 }@media only screen and (max-width: 763px) { #ilJxA4ZLIDh2rJdtv97ISn6GtGxgOCEd { width:87px;height:35px;top:482px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #TyyPrX62BWmN7fqWNUGqwRz2mpgkcQla { display:block; }
 }@media only screen and (max-width: 763px) { #yUhAW0xHDHic4VzGzE7MW34XC6SqZhZX { width:20px;height:20px;top:347px;left:150px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PCEXcHPbhTtk0vME5sgXOkn0uHJkyEcq { width:20px;height:20px;top:442px;left:150px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xOfy1UVPVKrCh2VxVVxwq2bwlGo8S6mF { width:20px;height:20px;top:537px;left:150px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fUWgqCp9ORCpWVHJ0Qhp424yz7l3PxAb { width:163px;height:39px;top:123px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uxggADks/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,37,174,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:320px;height:559px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:320px;height:75.4px;top:53px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:314px;height:173.4px;top:188px;left:6px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:260px;height:61px;top:398px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:320px;height:1062px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxHKpa7C1z3DbuQ3mbmdwSKm7NoHJb3S { width:65px;height:65px;top:20px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #wgoGVNyhHG1ezMqghlLfKTcOQvzytCz2 { width:18px;height:0;top:846px;left:151px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5uEAF6dzmIWPhbJV1xSVC1tDrAAn9OV { width:18px;height:0;top:918px;left:151px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqRmqWS4yW8NR4RAeQhqdbEHySdNnJu1 { width:18px;height:0;top:990px;left:151px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRKH0y1QacHk2P8UHMMmxzGDNNa153CF { width:65px;height:65px;top:105px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #JEZT2PeqJiurNZKcdRSM26AeD3XkUVGE { width:65px;height:65px;top:190px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #i0JPhoeqCxNt9XJEGoNW7iWneKgbs1dZ { width:65px;height:65px;top:275px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ttprQHIXu0VCTRPeJwqeq3zOAeS3SCR2 { width:65px;height:65px;top:360px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #SPypk16sGuVTMzW5MHRKy7oQMLA5PaLT { width:65px;height:65px;top:445px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #sB45FoQBg7rTaiVMZpFrtqLyDqW1uNSR { width:65px;height:65px;top:530px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ZduhGrZ15ObaD0GAJKGqd2EftIPfelU0 { width:42px;height:0;top:615px;left:139px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVqtvLBxCDT8wicnZeSR16ThIC2X5ldJ { width:42px;height:0;top:648px;left:139px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbglhMZtJbyAwRP00wCrKElKaePLn4UX { width:42px;height:0;top:681px;left:139px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVgvHpZpeURO7krleaBfuHXGTwU9Uezn { width:42px;height:0;top:714px;left:139px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNiHHKtgwPMqgzwfvs66uZkp4hz5uT3F { width:60px;height:0;top:747px;left:130px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X06GZ5uzc5Wgdx0MO99qmPTvXoTGbxTH { width:42px;height:0;top:780px;left:139px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NixaLDerNCJ0ccyDeBhrx2rpIqrHLlzi { width:65px;height:0;top:813px;left:127px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:320px;height:2063px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { width:320px;height:319px;top:154px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { width:313px;height:83.2px;top:264px;left:6px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H0MSiL2HtF3TwCSS8KEJKVxEuWLU6oxi { width:311px;height:501px;top:741px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #ch12ZVMIwOtHAzUoXEGeQM7SulHSvmIM { width:311px;height:501px;top:1437.641px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Bvo9EtFTJrxyb0sTh9Mgb0dQEpCZEuVq { width:320px;height:0;top:493px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4x72nTPfgRQK3xaVhlK8VrJ72xGwVE9 { width:320px;height:0;top:1262px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D13FPm2PnluB5r1E4H0GmUrJo4sUQ3PH { width:218px;height:0;top:617px;left:51px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1HrJBwLTrrQFT5H2iHwCPxQA9M5ypS { width:229px;height:0;top:787.25px;left:48.46875px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMaHmTOBVR1xu4wUToGS8B0H4BxXh472 { width:228px;height:0;top:1483.891px;left:45.46875px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmkDObtxt8JCfOPub18kf6uXvzxdlJeO { width:212px;height:0;top:988.953125px;left:48.46875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CFCOf9yARJzs7EAdzitG0qyNqPWUm9Os { width:212px;height:0;top:1685.594125px;left:45.453125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:320px;height:1174.25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBoWGOCt8UTNP4iV8J6VllacsF9615l7 { width:320px;height:0;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIxfxhfDqxHFfwCV89TJTxPmlHPMxWuW { top:253.5625px;left:56px;width:208px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #VaUb7ITmQdIcXaKlsVgw66kySk9VX2yN { display:block; }
 }@media only screen and (max-width: 763px) { #eo5dBvPAzx0Jw4ENudxPXHgddy16TMTm { top:338.5625px;left:48px;width:224px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #r3XEoz4ykNIJKc495KkcGgy2UFXefoKl { display:block; }
 }@media only screen and (max-width: 763px) { #HTaHJTg8B6qhgO8Wmx5tOvJL5LwGD9Ko { width:320px;height:0;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sxodIQ2tTGXgXV24wQAfXJtttwBpK5RA { width:320px;height:320px;top:695.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DTnRh1fQ2TI3NAEeNAmDNpBmvBpAHBlb { width:184px;height:0;top:464.5625px;left:68px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKxP1hbNBXIMrsBLh3Ua9UivAWiUh83J { width:241px;height:0;top:543.5625px;left:39px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xL1ZEgi9RFlNkTWrwaPRJysfLiPpVlZz { width:184px;height:0;top:504.0625px;left:68px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fd945UMPxBtGOnHpu4ODSbr3ykd1IzmF { width:241px;height:0;top:619.625px;left:39px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBdgMbHJWLpqiH8apGl0gH2SO21TGTVD { width:184px;height:0;top:1058.6875px;left:68px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1IALKsqrlCoiN0Hy8JP1GLUsTnzZypZ { width:241px;height:0;top:1098.1875px;left:39px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrvuEcHyDkeNrGO1eiyUq92sqnIAQ8TD { width:212px;height:3px;top:418.5625px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #v70qSmhdv5wZ2EBn3U2OgTmIUxbZ1I7N { width:212px;height:3px;top:441.5625px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ndkle9lG3xORQsRKMWHFQb53J1N1xRx7 { width:212px;height:3px;top:1035.6875px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF { display:block; }#blLkcu2IzucH8TJ8kpOSWbSNPwiolPnF > .row .container { width:320px;height:255.4995px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWNk7M0o8LZs17UQf0z7Rlyu27PdtvRB { width:282px;height:0;top:20px;left:19px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5c5geBThHN5BI0WGgaAyF4lKfnq3xH4 { width:320px;height:0;top:66px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahlrf6wAKMzLENqT4QVrcVbUS4cnHMJH { width:320px;height:0;top:216.812px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }