.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:transparent;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 { border-top:3px solid #dedede;border-left:4px solid #dedede;border-right:4px solid #dedede;border-bottom:0;background-color:#19253d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container { background-color: transparent; background-image: none; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container > .video-iframe-container { display: none; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row > .video-iframe-container { display: none; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .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); }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container { border-width: 0; border-radius: 0; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container { font-size:14px;font-family:arial;height:64px;width:960px;position:relative;display:block; }#PEOsPbyOhShNQUoEPsHqKZT2T15iXRZ7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:88px;top:14px;left:0px;overflow:hidden;display:block; }
#ERFXx8qtgahxh31rNhUowJMuzfrlyVM2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:38px;top:14px;left:921.99996948242px;overflow:hidden;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:4px solid #dedede;border-right:4px solid #dedede;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd8c3ffd-8fb3-46fb-81e3-fc5f71c6d7c8/MicrosoftTeamsimage23.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:14px;font-family:arial;height:709px;width:960px;position:relative;display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { border-top:0;border-left:4px solid #efefef;border-right:4px solid #efefef;border-bottom:0;background-color:#14263f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { background-color: transparent; background-image: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .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); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { border-width: 0; border-radius: 0; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { color:#ffffff;display:block;width:211px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.28125px;left:14.5px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ozh1HeTMt0l9b05GRl5uEInvXwQU2lHD { color:#ffffff;display:block;width:197px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.28125px;left:261.5px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGP1oCMkbt6qA7EQCOET4rnaaWlo9hl5 { color:#ffffff;display:block;width:242px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.28125px;left:480px;height:20.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3Z9yPTfABOJ3szb58aHMIm9INimmdNS { color:#ffffff;display:block;width:209px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.28125px;left:735.5px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container { background-color: transparent; background-image: none; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container > .video-iframe-container { display: none; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row > .video-iframe-container { display: none; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .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); }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container { border-width: 0; border-radius: 0; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#gmP7mP8ymmuWu2tTxZSoR3vDWzPOwAS7 { color:#ffffff;display:block;width:609px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:79px;left:175px;height:81px;text-align:center;text-align-last:center;display:block; }
#feSPyzd17XuQKA7aOIdMITevM8NxVh1z { position:absolute;display:block;z-index:14999;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:225px;width:704px;top:37.5px;left:128px;display:block; }
#Gzoab72Xi8VqD8HNiAzFc87CFKRRDtyz { color:#ffffff;display:block;width:673px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:185px;left:144px;height:36.375px;text-align:center;text-align-last:center;display:block; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { font-size:14px;font-family:arial;height:104px;width:960px;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#14263f;display:block;width:960px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29.25px;left:0px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.2px;font-style:normal;display:block; }
#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { color:#ffffff;display:block;width:248px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:38.125px;left:660px;height:204.7503px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:332px;width:499px;top:13.5px;left:0px;overflow:hidden;display:block; }
#esQTv09m7sPlfAKt7SgBMQRGemnmr1Hb { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#QFNGrvafe9hlLBGggqstI1AViWX2dEwr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TRFrSfSx0V8UMIbZycNWkUBbTHVV66aW { position:absolute;display:block;z-index:15015;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:225px;width:264px;top:28px;left:658px;display:block; }
#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { position:relative;display:none; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { border-width: 0; border-radius: 0; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rEeARyi6QKbOZMA7Hka9lD14Mn9UNlJi { 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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#et3md5JtlgqhqmW8sRGyv289vCmJuQot { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#uMRvWHuPwXFd2GPPfybUR967v8c6CH0i { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.1875px;font-style:normal;display:block; }
#QasDuKhOUDGKAMOW9mIlLDEJa2a1pL9z { color:#ffffff;display:block;width:248px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:38.125px;left:660px;height:204.7503px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#D1CsIJU4OvBe8LTdFZPL9uQ9Fep1O9ly { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:262px;width:393px;top:48.5px;left:19.484375px;overflow:hidden;display:block; }
#O36d5c7CPphT95IswEpEgO9wFQKTe50k { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#TpdOcSxe3SM6XWovE3phQ9a9NUlx6gUR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JbgVl81dyusM31ViFJ9wR99SSHJlPFNv { position:absolute;display:block;z-index:15015;background-color:#14263f;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:225px;width:264px;top:28px;left:658px;display:block; }
#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { position:relative;display:none; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { border-width: 0; border-radius: 0; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MJ4TPSZ59bwfSpbzyOaoC4SapWy3tqyf { 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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#czzl8i1mnpTkms8uhz83MrfmMpOpJocA { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#G5Wx9gTLZt9Th5w393e9QLLNJGxpwheo { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.1875px;font-style:normal;display:block; }
#sd6sqbT0mJ7UkCykbF1vx7pJSZGHXc3x { color:#ffffff;display:block;width:248px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:38.125px;left:660px;height:204.7503px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#HU4pwEWw85Wr6sQZWuFTyATlBAA5UK4N { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:262px;width:393px;top:48.5px;left:19.484375px;overflow:hidden;display:block; }
#g8rWNncdObNDaqEqsm3TJoMt9XKHRR4s { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#ttDS1VqOCBofERXUTmUe7OJUiZzpWxUZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wpwphsiPToLpvBfzOnUzLEcfwErmGRnf { position:absolute;display:block;z-index:15015;background-color:#14263f;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:225px;width:264px;top:28px;left:658px;display:block; }
#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { position:relative;display:none; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { border-width: 0; border-radius: 0; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k7OqzbaEWzJ6kJJdiz55LBzWLX8ROXtD { 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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#zMNH498TZvtO6ukbfTXWlL78vaqSbeMK { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#NUv74Om7zGBa9hKsCq2pAxa4lI4Arx1t { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.1875px;font-style:normal;display:block; }
#HFZRQbVnt7EGNDK3IXnN8sbvl8NWsi2E { color:#ffffff;display:block;width:248px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:38.125px;left:660px;height:204.7503px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#CrKfrTK5x9sNqWa1ol5C8h3cG52opSnQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:262px;width:393px;top:48.5px;left:19.484375px;overflow:hidden;display:block; }
#sSTlKGbkBznCX8Lgu3dOqTqhaARCxiCF { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#GkkfWegbMU6EAfGOqbMg39UGzDGbazTk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uOh2sGr5JnDJaSd94o9J47PLt6xygEDZ { position:absolute;display:block;z-index:15015;background-color:#14263f;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:225px;width:264px;top:28px;left:658px;display:block; }
#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 { position:relative;display:block; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 { background-color: transparent; background-image: none; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container > .video-iframe-container { display: none; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row > .video-iframe-container { display: none; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .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); }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 { border-width: 0; border-radius: 0; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hbxC1X5QUASGRkvQ7cBVRTH7Tn6bBIA4 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#yGsElqafhMdDf6pmbwSzlxhIIZVLbZ3w { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#rV4zxQ07vy3qgcsfHH8yCiM8zoslsGsB { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.2px;font-style:normal;display:block; }
#vIm87V9nQSTxMIhk9GrST36NTyngVqok { color:#ffffff;display:block;width:222px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:43px;left:679px;height:179.1566px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#piDvMyBM0Se7LAKLJLEZtC0STuz3dGRX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:324px;width:487px;top:17.5px;left:9.4750061035156px;overflow:hidden;display:block; }
#pQEb2934JsQkxxaBlweo6652KbAOzL3u { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#cJmV7U4KskLUDf1tAgqkTBl0lGWmvHvb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ONgaTxQ4HHtSOI6z8G21ouMPW6bgBlFs { position:absolute;display:block;z-index:15015;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:210px;width:264px;top:28px;left:658px;display:block; }
#KlCrrNw9Q36tZtTQgBPb3156hAo2WkH4 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:350px;width:526px;top:341.50001525879px;left:0px;overflow:hidden;display:block; }
#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE { position:relative;display:block; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE { background-color: transparent; background-image: none; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container > .video-iframe-container { display: none; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row > .video-iframe-container { display: none; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .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); }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE { border-width: 0; border-radius: 0; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ab6ZysXTH0exCDamec9mZ8iuJcoGkU3u { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#IODH1whfao0X2q6AxT10b5Vo9i6X30dQ { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#rO3GJM7CUd3U1cEKTXMnQbyfDPpuDfTt { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.2px;font-style:normal;display:block; }
#kuIRf0Z1whJQUHi21CHzAulZF3g33VvA { color:#ffffff;display:block;width:222px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:43px;left:679px;height:179.1566px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TyPihXIVrRe0zJDMyPylVU91KtDe1LQd { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#VqxuuSLoAEcBftHheKC39t4PAuaZ1nft { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OWHSFUrnmet9UTWIhwXExHUlSK58glqo { position:absolute;display:block;z-index:15015;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:210px;width:264px;top:28px;left:658px;display:block; }
#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq { position:relative;display:block; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq { background-color: transparent; background-image: none; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container > .video-iframe-container { display: none; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row > .video-iframe-container { display: none; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .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); }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq { border-width: 0; border-radius: 0; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oQRWGtLbTisc5cbd3aod5fMkzSWESozT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:309px;width:817px;top:10px;left:90px;display:block; }
#heAf6HAsZCVTaXA77wS6pdKvqSuaL1VD { color:#000000;display:block;width:185px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28px;left:100px;height:39px;font-style:normal;display:block; }
#JQxA8M0VUg1KqFE3CHn4zW48Nq8UyK2G { color:#000000;display:block;width:169px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57px;left:108px;height:31.2px;font-style:normal;display:block; }
#Ci8wXdXy40WTKGGchmkIUCoLrl1t4ZRS { color:#ffffff;display:block;width:222px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:43px;left:679px;height:204.7503px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#oXooFUwplhdOzupxsRPtRTOpGEbB4ROT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:304px;width:457px;top:27.5px;left:15.475006103516px;overflow:hidden;display:block; }
#mruJImW4FNfbkhD4wGVEUwDwPUT51CtN { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;box-shadow: 1px 1px 17px #14263f ;box-sizing:border-box;color:#14263f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:99px;height:35px;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:264px;left:777px;display:block; }
#UgiqPSHVKHEvCpUGCwPivqq7KQNxWSCT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#spExnUKcT8PB9J6fvHriAVNwh8qKTm5p { position:absolute;display:block;z-index:15015;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:229px;width:264px;top:28px;left:658px;display:block; }
#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { background-color: transparent; background-image: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .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); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { border-width: 0; border-radius: 0; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { font-size:14px;font-family:arial;height:799px;width:960px;position:relative;display:block; }#nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { color:#ffffff;display:block;width:200px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46px;left:80px;height:39px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { color:#ffffff;display:block;width:329px;position:absolute;font-family:roboto;font-size:13px;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:94px;left:80px;height:110.469px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/996f549c-6a9a-4528-98fa-a01634212c9e/Capa_facebook_hendo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:548px;width:321px;top:242px;left:79.5px;display:block; }#EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V.adaptive-delivery-prevent-bg, #EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V.lazyload, #EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V.lazyloading { background-image: none; }
#bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c308ab78-c920-4545-a324-cc7aa3f730f0/MicrosoftTeamsimage19.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:596px;width:341px;top:46px;left:549.5px;display:block; }#bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.adaptive-delivery-prevent-bg, #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.lazyload, #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.lazyloading { background-image: none; }
#KQU7u0w46bM2QUufuOIhr27EW4ThHDz8 { position:absolute;display:block;z-index:15001;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px #14263f ;height:205px;width:364px;top:23px;left:58px;display:block; }
#KKg577STHgayqLdL6e4dv8bs7THr2g8z { position:absolute;display:block;z-index:15019;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.25) ;height:58px;width:223px;top:672px;left:609px;display:block; }
#baMHH0QZ2gwKiq6aFNKOJTTzUmVf7Fp0 { color:#ffffff;display:block;width:126px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:692px;left:626px;height:18.2px;display:block; }
#KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:692px;left:769px; }
#KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO > img { max-width: 100%;max-height:100%; }#VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:692px;left:798px; }
#VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa > img { max-width: 100%;max-height:100%; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.adaptive-delivery-prevent-bg, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyload, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyloading { background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;position:relative;display:block; }#WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { position:absolute;display:block;z-index:15006;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 38px rgba(168,168,168,0.26) ;height:345px;width:636px;top:101px;left:0px;display:block; }
#BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { color:#14263f;display:block;width:359px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:140px;left:61px;height:91px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { color:#14263f;display:block;width:369px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:254px;left:61px;height:168px;font-style:normal;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-form-header {  }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:12px;font-weight:400;color:#909090;width:333px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:333px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:333px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:333px;box-sizing:border-box;height:40px;color:#d6d4d4;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(135deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(135deg, #ffffff, #ffffff);background-image: -o-linear-gradient(135deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(135deg, #ffffff, #ffffff);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:5px;margin-bottom:4px;margin-left:5px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#14263f;width:323px;height:50px;font-family:"open sans";overflow:hidden;box-shadow: 1px 1px 10px #ffffff ; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#868686;vertical-align:top;width:314px;overflow:hidden;font-style:normal;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container { padding-top:12px;padding-right:0;padding-bottom:11px;padding-left:0;width:100%;font-size:0;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:first-of-type{padding-top:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:last-of-type{padding-bottom:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { background-color:#14263f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:333px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:539px;top:29.984375px;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:333px;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { background-color:#14263f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:333px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:539px;top:29.984375px;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #VgO3npXK5BroOyN5KvuifzgWuJT4qCaq { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IisRSJtPLVQMsT6MOsWkmFsbcPhtvQAN { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SQlx9whOPwuwNm0XIlclodoWm4Dmnvai { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #CpFSV3MVRWXuQ1UucicyrTXDhDSOABkL { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #asFTrUiDwKOORIkrr1rCWSZRi0QxRwgG { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #orfxGU2249zTTB2bidMzgX5o9BnWQoyK { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #qt4v79N7ZoZ8dHbuGT7HXO1tzodUmpnt { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #nrL3praArb88cmX8evHa6oApgghqR8XQ { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #owCWqDXpJaqCbgLFcLuQ5CR3REcao8kf { position:relative; }
#TZbvQgCmT99bsN5NEb0iETTTKGPcJOhT { position:relative;display:block;z-index:100000;display:block; }
#K4UpXUTSDoOLXslDyuxnnqwwTyzvPC9I { position:relative;display:block;z-index:100000;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr { position:relative; }
#HLJH313W0J9vP00hlWbRP5yoFvCQJXex { color:#000000;display:block;width:133px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:603px;left:195px;height:15.6px;display:block; }
#SLCWN4iqesPNqtASKEWuCWFJ0dyBKgtK { color:#000000;display:block;width:32px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:603px;left:164px;height:15.6px;display:block; }
#sH0WfyuDnzXiHQeub0k8eTiE2oVsvnqy { position:absolute;display:block;z-index:15023;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.25) ;height:58px;width:173px;top:490px;left:154px;display:block; }
#x8yh8zQSayrFCfCytA0Nh8VzNxFV3Zss { color:#ffffff;display:block;width:103px;position:absolute;font-family:roboto;font-size:17px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:508px;left:216px;height:22.1px;display:block; }
#NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:507px;left:176px; }
#NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ > img { max-width: 100%;max-height:100%; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container { background-color: transparent; background-image: none; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container > .video-iframe-container { display: none; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row > .video-iframe-container { display: none; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .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); }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container { border-width: 0; border-radius: 0; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#R4kgEs8OC48fg5c0I1NeBtuOFRhcbC3X { position:absolute;display:block;z-index:14999;background-color:#14263f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:252px;width:806px;top:24px;left:77px;display:block; }
#Gu1o742to0sERxfoeliU08VWRyTvZo7O { color:#ffffff;display:block;width:705px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:199px;left:128px;height:54.5625px;text-align:center;text-align-last:center;display:block; }
#qRThOM8aWez4wLFvW2H9KQquZT9Knn91 { color:#ffffff;display:block;width:650px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:47px;left:155px;height:127.5px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 { display:block; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEOsPbyOhShNQUoEPsHqKZT2T15iXRZ7 { top:14px;left:0px;width:88px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ERFXx8qtgahxh31rNhUowJMuzfrlyVM2 { top:14px;left:726px;width:38px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { top:23px;left:0px;width:211px;height:20px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozh1HeTMt0l9b05GRl5uEInvXwQU2lHD { top:23px;left:185px;width:197px;height:20px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #cGP1oCMkbt6qA7EQCOET4rnaaWlo9hl5 { top:23px;left:331px;width:242px;height:20px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #E3Z9yPTfABOJ3szb58aHMIm9INimmdNS { top:23px;left:555px;width:209px;height:20px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd { display:block; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmP7mP8ymmuWu2tTxZSoR3vDWzPOwAS7 { top:79px;left:77px;width:609px;height:81px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #feSPyzd17XuQKA7aOIdMITevM8NxVh1z { top:37px;left:30px;width:704px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #Gzoab72Xi8VqD8HNiAzFc87CFKRRDtyz { top:185px;left:46px;width:673px;height:36px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:29px;left:0px;width:764px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { top:28px;left:2px;width:185px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { top:57px;left:10px;width:169px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { top:38px;left:516px;width:248px;height:204px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { top:13px;left:0px;width:499px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #esQTv09m7sPlfAKt7SgBMQRGemnmr1Hb { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #QFNGrvafe9hlLBGggqstI1AViWX2dEwr { display:block; }
 }@media only screen and (max-width: 763px) { #TRFrSfSx0V8UMIbZycNWkUBbTHVV66aW { top:28px;left:500px;width:264px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { display:none; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rEeARyi6QKbOZMA7Hka9lD14Mn9UNlJi { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #et3md5JtlgqhqmW8sRGyv289vCmJuQot { top:28px;left:2px;width:185px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uMRvWHuPwXFd2GPPfybUR967v8c6CH0i { top:67px;left:0px;width:292px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QasDuKhOUDGKAMOW9mIlLDEJa2a1pL9z { top:222px;left:0px;width:204px;height:123px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #D1CsIJU4OvBe8LTdFZPL9uQ9Fep1O9ly { top:48px;left:0px;width:393px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #O36d5c7CPphT95IswEpEgO9wFQKTe50k { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #TpdOcSxe3SM6XWovE3phQ9a9NUlx6gUR { display:block; }
 }@media only screen and (max-width: 763px) { #JbgVl81dyusM31ViFJ9wR99SSHJlPFNv { top:28px;left:500px;width:264px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { display:none; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJ4TPSZ59bwfSpbzyOaoC4SapWy3tqyf { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #czzl8i1mnpTkms8uhz83MrfmMpOpJocA { top:28px;left:2px;width:185px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #G5Wx9gTLZt9Th5w393e9QLLNJGxpwheo { top:67px;left:0px;width:292px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sd6sqbT0mJ7UkCykbF1vx7pJSZGHXc3x { top:222px;left:0px;width:204px;height:123px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HU4pwEWw85Wr6sQZWuFTyATlBAA5UK4N { top:48px;left:0px;width:393px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #g8rWNncdObNDaqEqsm3TJoMt9XKHRR4s { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #ttDS1VqOCBofERXUTmUe7OJUiZzpWxUZ { display:block; }
 }@media only screen and (max-width: 763px) { #wpwphsiPToLpvBfzOnUzLEcfwErmGRnf { top:28px;left:500px;width:264px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { display:none; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k7OqzbaEWzJ6kJJdiz55LBzWLX8ROXtD { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #zMNH498TZvtO6ukbfTXWlL78vaqSbeMK { top:41px;left:0px;width:299px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NUv74Om7zGBa9hKsCq2pAxa4lI4Arx1t { top:67px;left:0px;width:292px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HFZRQbVnt7EGNDK3IXnN8sbvl8NWsi2E { top:222px;left:0px;width:204px;height:123px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #CrKfrTK5x9sNqWa1ol5C8h3cG52opSnQ { top:48px;left:0px;width:393px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #sSTlKGbkBznCX8Lgu3dOqTqhaARCxiCF { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #GkkfWegbMU6EAfGOqbMg39UGzDGbazTk { display:block; }
 }@media only screen and (max-width: 763px) { #uOh2sGr5JnDJaSd94o9J47PLt6xygEDZ { top:28px;left:500px;width:264px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 { display:block; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbxC1X5QUASGRkvQ7cBVRTH7Tn6bBIA4 { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #yGsElqafhMdDf6pmbwSzlxhIIZVLbZ3w { top:28px;left:2px;width:185px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rV4zxQ07vy3qgcsfHH8yCiM8zoslsGsB { top:57px;left:10px;width:169px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vIm87V9nQSTxMIhk9GrST36NTyngVqok { top:43px;left:542px;width:222px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #piDvMyBM0Se7LAKLJLEZtC0STuz3dGRX { top:17px;left:0px;width:487px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #pQEb2934JsQkxxaBlweo6652KbAOzL3u { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #cJmV7U4KskLUDf1tAgqkTBl0lGWmvHvb { display:block; }
 }@media only screen and (max-width: 763px) { #ONgaTxQ4HHtSOI6z8G21ouMPW6bgBlFs { top:28px;left:500px;width:264px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #KlCrrNw9Q36tZtTQgBPb3156hAo2WkH4 { top:341px;left:0px;width:526px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE { display:block; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ab6ZysXTH0exCDamec9mZ8iuJcoGkU3u { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #IODH1whfao0X2q6AxT10b5Vo9i6X30dQ { top:28px;left:2px;width:185px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rO3GJM7CUd3U1cEKTXMnQbyfDPpuDfTt { top:57px;left:10px;width:169px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kuIRf0Z1whJQUHi21CHzAulZF3g33VvA { top:43px;left:542px;width:222px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TyPihXIVrRe0zJDMyPylVU91KtDe1LQd { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #VqxuuSLoAEcBftHheKC39t4PAuaZ1nft { display:block; }
 }@media only screen and (max-width: 763px) { #OWHSFUrnmet9UTWIhwXExHUlSK58glqo { top:28px;left:500px;width:264px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq { display:block; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQRWGtLbTisc5cbd3aod5fMkzSWESozT { top:10px;left:0px;width:764px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #heAf6HAsZCVTaXA77wS6pdKvqSuaL1VD { top:28px;left:2px;width:185px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JQxA8M0VUg1KqFE3CHn4zW48Nq8UyK2G { top:57px;left:10px;width:169px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8wXdXy40WTKGGchmkIUCoLrl1t4ZRS { top:43px;left:542px;width:222px;height:204px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oXooFUwplhdOzupxsRPtRTOpGEbB4ROT { top:27px;left:0px;width:457px;height:304px;display:block; }
 }@media only screen and (max-width: 763px) { #mruJImW4FNfbkhD4wGVEUwDwPUT51CtN { width:99px;height:35px;top:264px;left:665px;display:block; }
 }@media only screen and (max-width: 763px) { #UgiqPSHVKHEvCpUGCwPivqq7KQNxWSCT { display:block; }
 }@media only screen and (max-width: 763px) { #spExnUKcT8PB9J6fvHriAVNwh8qKTm5p { top:28px;left:500px;width:264px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { top:46px;left:31px;width:200px;height:39px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { top:94px;left:31px;width:329px;height:110px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V { top:242px;left:30.5px;width:321px;height:548px;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { top:46px;left:402.5px;width:341px;height:596px;display:block; }
 }@media only screen and (max-width: 763px) { #KQU7u0w46bM2QUufuOIhr27EW4ThHDz8 { top:23px;left:9px;width:364px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #KKg577STHgayqLdL6e4dv8bs7THr2g8z { top:672px;left:462px;width:223px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #baMHH0QZ2gwKiq6aFNKOJTTzUmVf7Fp0 { top:692px;left:479px;width:126px;height:18px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO { width:18px;height:18px;top:692px;left:622px;display:block; }
#KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa { width:18px;height:18px;top:692px;left:651px;display:block; }
#VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { top:101px;left:0px;width:636px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { top:140px;left:0px;width:359px;height:91px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { top:254px;left:0px;width:369px;height:168px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { width:333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { width:333px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { width:333px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { width:333px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:5px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { width:314px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { width:333px;height:auto;top:29px;left:391px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { width:333px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { width:333px;height:auto;top:29px;left:391px; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #VgO3npXK5BroOyN5KvuifzgWuJT4qCaq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IisRSJtPLVQMsT6MOsWkmFsbcPhtvQAN {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SQlx9whOPwuwNm0XIlclodoWm4Dmnvai {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #CpFSV3MVRWXuQ1UucicyrTXDhDSOABkL {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #asFTrUiDwKOORIkrr1rCWSZRi0QxRwgG {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #orfxGU2249zTTB2bidMzgX5o9BnWQoyK {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #qt4v79N7ZoZ8dHbuGT7HXO1tzodUmpnt {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #nrL3praArb88cmX8evHa6oApgghqR8XQ {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #owCWqDXpJaqCbgLFcLuQ5CR3REcao8kf {  }
 }@media only screen and (max-width: 763px) { #TZbvQgCmT99bsN5NEb0iETTTKGPcJOhT { display:block; }
 }@media only screen and (max-width: 763px) { #K4UpXUTSDoOLXslDyuxnnqwwTyzvPC9I { display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #HLJH313W0J9vP00hlWbRP5yoFvCQJXex { top:603px;left:97px;width:133px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SLCWN4iqesPNqtASKEWuCWFJ0dyBKgtK { top:603px;left:66px;width:32px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sH0WfyuDnzXiHQeub0k8eTiE2oVsvnqy { top:490px;left:56px;width:173px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #x8yh8zQSayrFCfCytA0Nh8VzNxFV3Zss { top:508px;left:118px;width:103px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ { width:25px;height:25px;top:507px;left:78px;display:block; }
#NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WkNFdlGJR1baIh4pUmQGL537N6ePL3qm { display:block; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4kgEs8OC48fg5c0I1NeBtuOFRhcbC3X { top:24px;left:0px;width:764px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #Gu1o742to0sERxfoeliU08VWRyTvZo7O { top:199px;left:30px;width:705px;height:54px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qRThOM8aWez4wLFvW2H9KQquZT9Knn91 { top:47px;left:57px;width:650px;height:127px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 { display:block; }#nvZh6cd4JpRFNkaBT9Mi6XO54OxKfI67 > .row .container { width:320px;height:28px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEOsPbyOhShNQUoEPsHqKZT2T15iXRZ7 { width:31px;height:12px;top:8.4874997138977px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ERFXx8qtgahxh31rNhUowJMuzfrlyVM2 { width:14px;height:13px;top:7.9874997138977px;left:287.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:rgba(20,38,63,0.75);background-image:url("https://images.assets-landingi.com/uc/cd8c3ffd-8fb3-46fb-81e3-fc5f71c6d7c8/MicrosoftTeamsimage23.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:320px;height:141px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:320px;height:44px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { width:70px;height:20.7812px;top:11.59375px;left:0px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ozh1HeTMt0l9b05GRl5uEInvXwQU2lHD { width:57px;height:20.7812px;top:11.59375px;left:90.5px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGP1oCMkbt6qA7EQCOET4rnaaWlo9hl5 { width:80px;height:20.7812px;top:11.59375px;left:162px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3Z9yPTfABOJ3szb58aHMIm9INimmdNS { width:68px;height:20.7812px;top:11.59375px;left:252px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd { display:block; }#pqZc7bfhy3QXbT3qG19qNRw8tw1f54Wd > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmP7mP8ymmuWu2tTxZSoR3vDWzPOwAS7 { width:320px;height:45px;top:48px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #feSPyzd17XuQKA7aOIdMITevM8NxVh1z { width:320px;height:131px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Gzoab72Xi8VqD8HNiAzFc87CFKRRDtyz { width:320px;height:18.1875px;top:112px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:320px;height:48px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:320px;height:24.6875px;top:11.65625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:320px;height:454px;background-color:#f8f9fc;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container.adaptive-delivery-prevent-bg, #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container.lazyload, #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { width:320px;height:412px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { width:299px;height:26px;top:41px;left:21px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { width:292px;height:20.8px;top:67px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { width:204px;height:123.1566px;top:222px;left:54px;font-size:11px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { width:246px;height:164px;top:41px;left:37.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #esQTv09m7sPlfAKt7SgBMQRGemnmr1Hb { width:99px;height:35px;top:388px;left:110.5px;box-shadow: 1px 1px 17px #14263f ;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #QFNGrvafe9hlLBGggqstI1AViWX2dEwr { display:block; }
 }@media only screen and (max-width: 763px) { #TRFrSfSx0V8UMIbZycNWkUBbTHVV66aW { width:234px;height:168px;top:200px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { display:block; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { background-color: transparent; background-image: none; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container > .video-iframe-container { display: none; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row > .video-iframe-container { display: none; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .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); }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN { border-width: 0; border-radius: 0; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container { width:320px;height:454px;background-color:#f8f9fc;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container.adaptive-delivery-prevent-bg, #aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container.lazyload, #aUgAxPLGClRofngyS5Uc5IT2rdzl9uTN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rEeARyi6QKbOZMA7Hka9lD14Mn9UNlJi { width:320px;height:412px;top:27px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #et3md5JtlgqhqmW8sRGyv289vCmJuQot { width:299px;height:26px;top:41px;left:21px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uMRvWHuPwXFd2GPPfybUR967v8c6CH0i { width:292px;height:20.7969px;top:67px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QasDuKhOUDGKAMOW9mIlLDEJa2a1pL9z { width:204px;height:123.1566px;top:222px;left:54px;font-size:11px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1CsIJU4OvBe8LTdFZPL9uQ9Fep1O9ly { width:254px;height:169px;top:27px;left:33.000001907349px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O36d5c7CPphT95IswEpEgO9wFQKTe50k { width:99px;height:35px;top:388px;left:110.5px;box-shadow: 1px 1px 17px #14263f ;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TpdOcSxe3SM6XWovE3phQ9a9NUlx6gUR { display:block; }
 }@media only screen and (max-width: 763px) { #JbgVl81dyusM31ViFJ9wR99SSHJlPFNv { width:234px;height:168px;top:200px;left:43px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { display:block; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { background-color: transparent; background-image: none; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container > .video-iframe-container { display: none; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row > .video-iframe-container { display: none; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .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); }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt { border-width: 0; border-radius: 0; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container { width:320px;height:454px;background-color:#f8f9fc;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container.adaptive-delivery-prevent-bg, #Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container.lazyload, #Ditms6Tv20bTSPTvRIr7TGTkI3Q1TQVt > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MJ4TPSZ59bwfSpbzyOaoC4SapWy3tqyf { width:320px;height:412px;top:27px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #czzl8i1mnpTkms8uhz83MrfmMpOpJocA { width:299px;height:26px;top:41px;left:21px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5Wx9gTLZt9Th5w393e9QLLNJGxpwheo { width:292px;height:20.8px;top:67px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sd6sqbT0mJ7UkCykbF1vx7pJSZGHXc3x { width:204px;height:123.1566px;top:222px;left:54px;font-size:11px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HU4pwEWw85Wr6sQZWuFTyATlBAA5UK4N { width:266px;height:177px;top:27px;left:27.000001907349px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g8rWNncdObNDaqEqsm3TJoMt9XKHRR4s { width:99px;height:35px;top:388px;left:110.5px;box-shadow: 1px 1px 17px #14263f ;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #ttDS1VqOCBofERXUTmUe7OJUiZzpWxUZ { display:block; }
 }@media only screen and (max-width: 763px) { #wpwphsiPToLpvBfzOnUzLEcfwErmGRnf { width:234px;height:168px;top:200px;left:43px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { display:block; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { background-color: transparent; background-image: none; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container > .video-iframe-container { display: none; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row > .video-iframe-container { display: none; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .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); }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 { border-width: 0; border-radius: 0; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container { width:320px;height:454px;background-color:#f8f9fc;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container.adaptive-delivery-prevent-bg, #hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container.lazyload, #hxuQRuDVGtVNURgcBDrO0uDoXmbey3K8 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #k7OqzbaEWzJ6kJJdiz55LBzWLX8ROXtD { width:320px;height:412px;top:27px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zMNH498TZvtO6ukbfTXWlL78vaqSbeMK { width:299px;height:26px;top:41px;left:21px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUv74Om7zGBa9hKsCq2pAxa4lI4Arx1t { width:292px;height:20.8px;top:67px;left:27px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFZRQbVnt7EGNDK3IXnN8sbvl8NWsi2E { width:204px;height:123.1566px;top:222px;left:54px;font-size:11px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrKfrTK5x9sNqWa1ol5C8h3cG52opSnQ { width:247px;height:164px;top:45px;left:33.500001907349px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sSTlKGbkBznCX8Lgu3dOqTqhaARCxiCF { width:99px;height:35px;top:388px;left:110.5px;box-shadow: 1px 1px 17px #14263f ;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #GkkfWegbMU6EAfGOqbMg39UGzDGbazTk { display:block; }
 }@media only screen and (max-width: 763px) { #uOh2sGr5JnDJaSd94o9J47PLt6xygEDZ { width:234px;height:168px;top:200px;left:43px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 { display:none; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container { width:320px;height:950px;background-color:#f8f9fc;background-image:url("https://images.assets-landingi.com/uc/412e838c-ec54-4ed1-93fa-3fc2303caf34/rm222batch3kul13.crop_3334x1985_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container.adaptive-delivery-prevent-bg, #JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container.lazyload, #JuR31KILU1s2M9KKmJUCGaqDTu8q0g02 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hbxC1X5QUASGRkvQ7cBVRTH7Tn6bBIA4 { width:320px;height:564px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yGsElqafhMdDf6pmbwSzlxhIIZVLbZ3w { width:299px;height:39px;top:312.79165649414px;left:21.98611164093px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rV4zxQ07vy3qgcsfHH8yCiM8zoslsGsB { width:292px;height:31.1953px;top:350px;left:21px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIm87V9nQSTxMIhk9GrST36NTyngVqok { width:291px;height:168px;top:477px;left:22px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #piDvMyBM0Se7LAKLJLEZtC0STuz3dGRX { width:104px;height:69px;top:19px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pQEb2934JsQkxxaBlweo6652KbAOzL3u { width:99px;height:35px;top:895px;left:110px;box-shadow: 1px 1px 17px #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #cJmV7U4KskLUDf1tAgqkTBl0lGWmvHvb { display:block; }
 }@media only screen and (max-width: 763px) { #ONgaTxQ4HHtSOI6z8G21ouMPW6bgBlFs { width:264px;height:210px;top:665px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KlCrrNw9Q36tZtTQgBPb3156hAo2WkH4 { width:104px;height:69px;top:19px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE { display:none; }#w7pe1R0vNSkr1l51d1Qb4XLC0l3pKDxE > .row .container { width:320px;height:1085px;background-color:#f8f9fc;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ab6ZysXTH0exCDamec9mZ8iuJcoGkU3u { width:320px;height:564px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IODH1whfao0X2q6AxT10b5Vo9i6X30dQ { width:299px;height:39px;top:312.79165649414px;left:21.98611164093px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rO3GJM7CUd3U1cEKTXMnQbyfDPpuDfTt { width:292px;height:31.1953px;top:350px;left:21px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kuIRf0Z1whJQUHi21CHzAulZF3g33VvA { width:291px;height:168px;top:477px;left:22px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyPihXIVrRe0zJDMyPylVU91KtDe1LQd { width:99px;height:35px;top:895px;left:110px;box-shadow: 1px 1px 17px #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #VqxuuSLoAEcBftHheKC39t4PAuaZ1nft { display:block; }
 }@media only screen and (max-width: 763px) { #OWHSFUrnmet9UTWIhwXExHUlSK58glqo { width:264px;height:210px;top:665px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq { display:none; }#UWR03PufXiOLi8n4ULEx2kGWhc3UIGbq > .row .container { width:320px;height:950px;background-color:#f8f9fc;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oQRWGtLbTisc5cbd3aod5fMkzSWESozT { width:320px;height:564px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #heAf6HAsZCVTaXA77wS6pdKvqSuaL1VD { width:299px;height:39px;top:312.79165649414px;left:21.98611164093px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQxA8M0VUg1KqFE3CHn4zW48Nq8UyK2G { width:292px;height:31.1953px;top:350px;left:21px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8wXdXy40WTKGGchmkIUCoLrl1t4ZRS { width:291px;height:168px;top:477px;left:22px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXooFUwplhdOzupxsRPtRTOpGEbB4ROT { width:104px;height:69px;top:19px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mruJImW4FNfbkhD4wGVEUwDwPUT51CtN { width:99px;height:35px;top:895px;left:110px;box-shadow: 1px 1px 17px #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #UgiqPSHVKHEvCpUGCwPivqq7KQNxWSCT { display:block; }
 }@media only screen and (max-width: 763px) { #spExnUKcT8PB9J6fvHriAVNwh8qKTm5p { width:264px;height:210px;top:665px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { width:320px;height:32.5px;top:45px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { width:310px;height:101.953px;top:95.375px;left:5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmF4xIcLeSF2kqDgIEuCm3I2LSTgPc3V { width:145px;height:250px;top:352px;left:152px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { width:153px;height:253px;top:260px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KQU7u0w46bM2QUufuOIhr27EW4ThHDz8 { width:320px;height:205px;top:31.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KKg577STHgayqLdL6e4dv8bs7THr2g8z { width:156px;height:39px;top:627px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #baMHH0QZ2gwKiq6aFNKOJTTzUmVf7Fp0 { width:87px;height:13px;top:640px;left:94px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO { width:18px;height:18px;top:637px;left:192px;display:block; }
#KpiCppJUPKpkNxXVs1fxI9uU9yr1XypO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa { width:18px;height:18px;top:637px;left:216px;display:block; }
#VKwnzlM5qSwiU8CrsDuy1rphOHuqopsa > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:320px;height:1016px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGwoaHfpMQpL7E53sRTNk2G9cCn8gOpk { width:320px;height:596px;top:9.9861145019531px;left:0px;border-top-left-radius:33px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { width:320px;height:22.1px;top:46px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocpUz2VzqMDZqIVXkPo43P9zeTWVWVgm { width:291px;height:126px;top:93px;left:14.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-form-header {  }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:237px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:237px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 1px 1px 5px #14263f ; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:237px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 1px 1px 5px #14263f ; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:237px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:4px;margin-bottom:4px;margin-left:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#14263f;width:229px;height:55px;font-family:"open sans";overflow:hidden; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:218px;overflow:hidden;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container { padding-top:16px;padding-right:0;padding-bottom:15px;padding-left:0;width:100%;font-size:0;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:first-of-type{padding-top:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:last-of-type{padding-bottom:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { background-color:#14263f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:237px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:21.5px;top:242px;z-index:15002; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:237px;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:32px;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { background-color:#14263f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:237px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:21.5px;top:242px;z-index:15002; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #VgO3npXK5BroOyN5KvuifzgWuJT4qCaq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IisRSJtPLVQMsT6MOsWkmFsbcPhtvQAN {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SQlx9whOPwuwNm0XIlclodoWm4Dmnvai {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #CpFSV3MVRWXuQ1UucicyrTXDhDSOABkL {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #asFTrUiDwKOORIkrr1rCWSZRi0QxRwgG {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #orfxGU2249zTTB2bidMzgX5o9BnWQoyK {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #qt4v79N7ZoZ8dHbuGT7HXO1tzodUmpnt {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #nrL3praArb88cmX8evHa6oApgghqR8XQ {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #owCWqDXpJaqCbgLFcLuQ5CR3REcao8kf {  }
 }@media only screen and (max-width: 763px) { #TZbvQgCmT99bsN5NEb0iETTTKGPcJOhT { display:block; }
 }@media only screen and (max-width: 763px) { #K4UpXUTSDoOLXslDyuxnnqwwTyzvPC9I { display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #HLJH313W0J9vP00hlWbRP5yoFvCQJXex { width:133px;height:15.6px;top:983px;left:114px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SLCWN4iqesPNqtASKEWuCWFJ0dyBKgtK { width:32px;height:15.6px;top:983px;left:73px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sH0WfyuDnzXiHQeub0k8eTiE2oVsvnqy { width:173px;height:58px;top:891px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #x8yh8zQSayrFCfCytA0Nh8VzNxFV3Zss { width:103px;height:22.1px;top:909px;left:136px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ { width:25px;height:25px;top:908px;left:96px;display:block; }
#NCVcdz0lg1I1tkcwIcRbLm12rvp7q4uZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WkNFdlGJR1baIh4pUmQGL537N6ePL3qm { display:block; }#WkNFdlGJR1baIh4pUmQGL537N6ePL3qm > .row .container { width:320px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4kgEs8OC48fg5c0I1NeBtuOFRhcbC3X { width:320px;height:216px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Gu1o742to0sERxfoeliU08VWRyTvZo7O { width:292px;height:51.9531px;top:154px;left:14px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qRThOM8aWez4wLFvW2H9KQquZT9Knn91 { width:320px;height:82.5px;top:51px;left:0px;font-size:11px;display:block; }
 }