.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a2d4b;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;z-index:auto;display:block; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { background-color: transparent; background-image: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container > .video-iframe-container { display: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row > .video-iframe-container { display: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .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); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { border-width: 0; border-radius: 0; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { font-size:14px;font-family:arial;height:166px;width:960px;position:relative;display:block; }#pUxbvvsMwdDzsFUAWtk8hCPdBhXz4QKF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:245px;top:54px;left:15px;overflow:hidden;display:block; }
#BOUGEbCnizEwyzt4lqEeQqcJB1gmqdJS { z-index:15007;top:90px;left:640px;background-color:transparent;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z2ylaRHh2g6ZTtRVE991sCgaSCPGaKmW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bsO4KbTTmkAyJQFSMZLBQEvNDzwxE80h { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.3125px;left:662px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/uc/25503b61-e2e4-4de5-b850-511fa5eba8ef/AdobeStock_76302301.crop_1614x2641_1457,26.preview.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:960px;height:715px;font-size:14px;font-family:arial;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; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container.lazyloading { background-image: none; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:616px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:26px;left:18px;height:68.1875px;color:#1a2d4b;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:left;text-align-last:left;display:block; }
#LwkPLNxTzv5IqyBHmwmKQkxAdxeTaLId { background-color:#1a2d4b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312px;height:60px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:597.65625px;left:40px;display:block; }
#PsHaE70WIWmHyuTuOKyFeotF0SS0DWeo { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#UFRcfM1N2XzX7MstP4QIsTnVV03sfxxF { display:block;width:569px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:117.0625px;left:18px;height:81.5625px;color:#7392b7;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:left;text-align-last:left;display:block; }
#w0grIqa3fzGbrW2gewngwhWrpckaaq5W { display:block;width:534px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:550px;left:18px;height:19.1875px;color:#1a2d4b;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:left;text-align-last:left;display:block; }
#QifWHvzOVvK1I40bXSiGexPiTCSrLOzJ { color:#1a2d4b;display:block;width:258px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:225.796875px;left:18px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMZe6dblWcP7JzInm2JhSLOKMVSTLGbC { color:#7392b7;display:block;width:565px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:260px;left:18px;height:83.1875px;display:block; }
#G43n0FtDTBm4iaEQecnnHCkFEumAhvic { color:#000000;display:block;width:438px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:358px;left:18px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 { color:#7392b7;display:block;width:562px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:393px;left:18px;height:;display:block; }#TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 li:before{  }
#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { position:relative;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { border-width: 0; border-radius: 0; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff2;background-image:url("https://images.assets-landingi.com/uc/a21e5df2-6015-479a-9a9f-eae75f802547/shutterstock_45050107.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:641px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container.lazyloading { background-image: none; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { display:block;width:412px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:66px;left:490.5px;height:201.875px;color:#7392b7;font-style:normal;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { display:block;width:412px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:368.078125px;left:490.5px;height:183.688px;color:#7392b7;font-style:normal;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
#aJdry9dqDRlTzWlAdqQg3ZPEGAWZcayg { display:block;width:412px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:33.203125px;left:490.5px;height:23.3906px;font-style:normal;color:#1a2d4b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RdgbGA0SUmTx8KoPqRlpzi1HDqr3MvtX { display:block;width:455px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:298.203125px;left:490.5px;height:18px;font-style:normal;color:#1a2d4b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbGGnNe1irSPUGTVP8KHcJgKTWHNXUfl { color:#1a2d4b;display:block;width:405px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:328.8125px;left:494px;height:24.3906px;display:block; }
#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a2d4b;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; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { background-color: transparent; background-image: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container > .video-iframe-container { display: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row > .video-iframe-container { display: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .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); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { border-width: 0; border-radius: 0; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { font-size:14px;font-family:arial;height:126px;width:960px;position:relative;display:block; }#gFT3AdCcymU6yrVkN895sgTpgiLAevZG { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:85px;left:380px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#dTzEsrf3QXcpB8i0oGraTvBKvV77lFqF { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#1a2d4b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247px;height:59px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13px;left:356.5px;display:block; }
#Ay5LLc4eLp4iR9npZLBuZwlHTBVxCDsx { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { position:relative;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b83f96e0-4db4-4a2d-be85-70d1c5f6df0a/iStock_26251565_XXXLARGE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:644px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container.lazyloading { background-image: none; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:439px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:32px;left:16px;height:23.3906px;font-style:normal;color:#1a2d4b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbtnEuH5eLFOtARVu5cowUuP32TpAshn { display:block;width:427px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:72px;left:22px;height:178.688px;font-style:normal;color:#7392b7;text-align:left;text-align-last:left;display:block; }#vbtnEuH5eLFOtARVu5cowUuP32TpAshn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vbtnEuH5eLFOtARVu5cowUuP32TpAshn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
#T09Tmi6kwDnmgkgvs4ikI2aEvgFC4Tal { display:block;width:441px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:278px;left:16px;height:28.7969px;font-style:normal;color:#1a2d4b;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS { display:block;width:427px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:372.46875px;left:16px;height:160.5px;font-style:normal;color:#7392b7;text-align:left;text-align-last:left;display:block; }#WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e84b453f70ebb8d5b0c5eec934f824d8250f86da.svg); }
#z7dGZ9DMPC4EZEvcDw8rskfuc3nqevdX { color:#1a2d4b;display:block;width:470px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:319.09375px;left:16px;height:21.7969px;display:block; }
#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a2d4b;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; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { background-color: transparent; background-image: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container > .video-iframe-container { display: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row > .video-iframe-container { display: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .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); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { border-width: 0; border-radius: 0; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { font-size:14px;font-family:arial;height:127px;width:960px;position:relative;display:block; }#bFIA8g7mOPGLuebFmLIMiUWnT6kuUNBO { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:81.8125px;left:380px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#ArfIq8AzqnN65Aus5k3rFrbhReubF958 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#1a2d4b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247px;height:59px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11px;left:356.5px;display:block; }
#GuG8P2ZXOyTr1Kv6SyZ23BHqqWtHJXMa { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#yR3wThtWlte2fuW2Q31mvss10fsznpNm { 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; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { background-color: transparent; background-image: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container > .video-iframe-container { display: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row > .video-iframe-container { display: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .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); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { border-width: 0; border-radius: 0; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { font-size:14px;font-family:arial;height:510px;width:960px;position:relative;display:block; }#KaTKCpAHVRK0yeMMhMwo4hkHLwutCrD5 { display:block;width:522px;position:absolute;font-family:"open sans";font-size:19px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:75.15625px;left:438px;height:24.6875px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 { display:block;width:445px;position:absolute;font-family:"open sans";font-size:13px;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:131.46875px;left:488.5px;height:332px;font-style:normal;color:#1a2d4b;text-align:left;text-align-last:left;display:block; }#JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
#nA3LIG8P0voDFViG3ueHwNTqyU7Fhbw3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:436px;width:436px;top:40.96875px;left:28.5px;overflow:hidden;display:block; }
#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7392b7;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; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { background-color: transparent; background-image: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container > .video-iframe-container { display: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row > .video-iframe-container { display: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .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); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { border-width: 0; border-radius: 0; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { font-size:14px;font-family:arial;height:952px;width:960px;position:relative;display:block; }#MOEFzRn3dgVkXpWXuAgCqM9K9Apr02od { display:block;width:889px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:145.453125px;left:31px;height:72px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTB3Cn6amelukx7n01RUSOzFXXVkTQr0 { display:block;width:369px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:227.453125px;left:308.5px;height:24px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLdAgwxIMzhAvKGVoJNig0qCgA7HTfzt { display:block;width:953px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:22.453125px;left:0px;height:96px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ezMsVdqk0xipHNoNrBPWQ7HWF3u8bxro { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:321.453125px;left:30.5px;height:96px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rIOqGiPC00ESXkaO9ZhIcabXieBLx9cU { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:321.453125px;left:326.5px;height:96px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqC3TlydJz3JXIB0OdUfx2p5FdVnoc0y { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:321.453125px;left:630.5px;height:96px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RdCQPHQFTnN60nVmrJfXXB4y4IyFlHaB { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:500.453125px;left:30.5px;height:96px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yHVMMxacfwSacTk1mIgAWM6cXZ63FvKD { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:500.453125px;left:341px;height:96px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tXaAm3ihZMo0eQ6Eawe83VoD4fOTHH0K { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:500.453125px;left:630.5px;height:96px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MmV3kTkTVZyDUQCrmnM2iJAHrXbnk1Ol { display:block;width:313px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:271.453125px;left:308.5px;height:25.5px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cOwlatsuq12gcqglkqs9lkSH5UWOWSkz { display:block;width:313px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:459.453125px;left:308.5px;height:25.5px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zfQVDddT4UFKKzt5flaPfE7JlqDWOT7a { display:block;width:313px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:760.5px;left:323.5px;height:25.5px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIdy2oKXtIuPLXOQMvbzRXOTEnk177bZ { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:624px;left:351px;height:96px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P6DRMIe4A02afl5EbVQVom4VFGS5E7FR { display:block;width:292px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:806.453125px;left:211px;height:96px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgNsT2V4KF5B3oIHTep5xbwhpk7mdKe9 { display:block;width:278px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:806.453125px;left:524px;height:96px;font-style:normal;color:#161616;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a2d4b;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; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { background-color: transparent; background-image: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container > .video-iframe-container { display: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row > .video-iframe-container { display: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .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); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { border-width: 0; border-radius: 0; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { font-size:14px;font-family:arial;height:127px;width:960px;position:relative;display:block; }#rHLeZMmShqD5TJspkiXFy5errHAdncib { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:81.8125px;left:380px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#aaDoQkMWmwrqUBT89K4UZZ7xcBOQQg1q { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#1a2d4b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247px;height:59px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11px;left:356.5px;display:block; }
#ETkFVsXn2m8DDCrrfvCWIPZ328XBcKIq { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { position:relative;display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:109px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:960px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13px;left:0px;height:59.7969px;font-style:normal;color:#1a2d4b;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { position:relative;display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { background-color: transparent; background-image: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { border-width: 0; border-radius: 0; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:222px;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; }#WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { display:block;width:263px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:0px;left:27px;height:;text-align:center;text-align-last:center;color:#7392b7;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:195px;left:335px;height:27px;text-align:center;text-align-last:center;color:#1a2d4b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { display:block;width:245px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:342.5px;height:168px;text-align:center;text-align-last:center;color:#7392b7;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { display:block;width:245px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:195px;left:670.5px;height:27px;text-align:center;text-align-last:center;color:#1a2d4b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:0px;left:643px;height:189px;text-align:center;text-align-last:center;color:#7392b7;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9JJa5tppm3XetdmoSwV5EWR7W24vXa6 { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:195px;left:30px;height:27px;text-align:center;text-align-last:center;color:#1a2d4b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a2d4b;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; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { background-color: transparent; background-image: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container > .video-iframe-container { display: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row > .video-iframe-container { display: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .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); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { border-width: 0; border-radius: 0; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { font-size:14px;font-family:arial;height:211px;width:960px;position:relative;display:block; }#Sh04yfeG7vTIwCdHZEKRbhlyZVT50tsS { display:block;width:960px;position:absolute;font-family:"open sans";font-size:34px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11px;left:0px;height:44.1875px;font-style:normal;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ls7h1GG4ldKrDNPLrTgf6sBi2HCX2fWX { display:block;width:86px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:129.5px;left:484px;height:31.1875px;color:rgba(0,0,0,0);font-style:normal;display:block; }
#gSIgLL4CQiXWECe34fhENwAVtxxIV5IN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#1a2d4b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279px;height:60px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:78.5px;left:319px;display:block; }
#ovk9oTgkU03S24NXi6za08FTuDWel9dV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ETsrpTK8XzqttzGUQm6nIKPoxAnCwDCs { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:160.6875px;left:358.5px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { background-color: transparent; background-image: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container > .video-iframe-container { display: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row > .video-iframe-container { display: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .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); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { border-width: 0; border-radius: 0; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { font-size:14px;font-family:arial;height:202px;width:960px;position:relative;display:block; }#sw1fwCTER1hHCSxQuDP928zuidfT3AsK { display:block;width:897px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.1875px;left:17px;height:168.906px;font-style:normal;color:#1a2d4b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kO13FtrIRF103RK8lE0EEHkAEULGaR08 { display:block; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUxbvvsMwdDzsFUAWtk8hCPdBhXz4QKF { top:54px;left:0px;width:245px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #BOUGEbCnizEwyzt4lqEeQqcJB1gmqdJS { top:471px;left:364px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ylaRHh2g6ZTtRVE991sCgaSCPGaKmW { display:block; }
 }@media only screen and (max-width: 763px) { #bsO4KbTTmkAyJQFSMZLBQEvNDzwxE80h { top:30px;left:564px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:616px;height:68px;top:26px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LwkPLNxTzv5IqyBHmwmKQkxAdxeTaLId { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #PsHaE70WIWmHyuTuOKyFeotF0SS0DWeo { display:block; }
 }@media only screen and (max-width: 763px) { #UFRcfM1N2XzX7MstP4QIsTnVV03sfxxF { width:569px;height:;top:117px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #w0grIqa3fzGbrW2gewngwhWrpckaaq5W { width:534px;height:19px;top:550px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QifWHvzOVvK1I40bXSiGexPiTCSrLOzJ { top:225px;left:0px;width:258px;height:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zMZe6dblWcP7JzInm2JhSLOKMVSTLGbC { top:260px;left:0px;width:565px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G43n0FtDTBm4iaEQecnnHCkFEumAhvic { top:358px;left:0px;width:438px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 { top:393px;left:0px;width:562px;height:;font-size:15px;display:block; }#TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 li:before{  }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:400px;height:165px;top:47px;left:364px;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:400px;height:132px;top:240px;left:364px;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #aJdry9dqDRlTzWlAdqQg3ZPEGAWZcayg { width:412px;height:23px;top:33px;left:352px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RdgbGA0SUmTx8KoPqRlpzi1HDqr3MvtX { width:455px;height:18px;top:298px;left:309px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EbGGnNe1irSPUGTVP8KHcJgKTWHNXUfl { top:328px;left:359px;width:405px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn { display:block; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFT3AdCcymU6yrVkN895sgTpgiLAevZG { top:85px;left:282px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dTzEsrf3QXcpB8i0oGraTvBKvV77lFqF { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #Ay5LLc4eLp4iR9npZLBuZwlHTBVxCDsx { display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:439px;height:23px;top:32px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:427px;height:178px;top:72px;left:0px;font-size:14px;display:block; }#vbtnEuH5eLFOtARVu5cowUuP32TpAshn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #T09Tmi6kwDnmgkgvs4ikI2aEvgFC4Tal { width:441px;height:28px;top:278px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS { width:427px;height:160px;top:372px;left:0px;font-size:14px;display:block; }#WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e84b453f70ebb8d5b0c5eec934f824d8250f86da.svg); }
 }@media only screen and (max-width: 763px) { #z7dGZ9DMPC4EZEvcDw8rskfuc3nqevdX { top:319px;left:0px;width:470px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz { display:block; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFIA8g7mOPGLuebFmLIMiUWnT6kuUNBO { top:81px;left:282px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ArfIq8AzqnN65Aus5k3rFrbhReubF958 { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #GuG8P2ZXOyTr1Kv6SyZ23BHqqWtHJXMa { display:block; }
 }@media only screen and (max-width: 763px) { #yR3wThtWlte2fuW2Q31mvss10fsznpNm { display:block; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaTKCpAHVRK0yeMMhMwo4hkHLwutCrD5 { width:522px;height:24px;top:75px;left:242px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 { width:445px;height:332px;top:131px;left:319px;font-size:13px;display:block; }#JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #nA3LIG8P0voDFViG3ueHwNTqyU7Fhbw3 { top:40px;left:0px;width:436px;height:436px;display:block; }
 }@media only screen and (max-width: 763px) { #yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud { display:block; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOEFzRn3dgVkXpWXuAgCqM9K9Apr02od { width:764px;height:72px;top:145px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TTB3Cn6amelukx7n01RUSOzFXXVkTQr0 { width:369px;height:24px;top:227px;left:210.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LLdAgwxIMzhAvKGVoJNig0qCgA7HTfzt { width:764px;height:96px;top:22px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ezMsVdqk0xipHNoNrBPWQ7HWF3u8bxro { width:278px;height:96px;top:321px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rIOqGiPC00ESXkaO9ZhIcabXieBLx9cU { width:278px;height:96px;top:321px;left:228.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fqC3TlydJz3JXIB0OdUfx2p5FdVnoc0y { width:278px;height:96px;top:321px;left:486px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RdCQPHQFTnN60nVmrJfXXB4y4IyFlHaB { width:278px;height:96px;top:500px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yHVMMxacfwSacTk1mIgAWM6cXZ63FvKD { width:278px;height:96px;top:500px;left:243px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tXaAm3ihZMo0eQ6Eawe83VoD4fOTHH0K { width:278px;height:96px;top:500px;left:486px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MmV3kTkTVZyDUQCrmnM2iJAHrXbnk1Ol { width:313px;height:0;top:271px;left:210.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cOwlatsuq12gcqglkqs9lkSH5UWOWSkz { width:313px;height:25px;top:459px;left:210.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zfQVDddT4UFKKzt5flaPfE7JlqDWOT7a { width:313px;height:25px;top:760px;left:225.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NIdy2oKXtIuPLXOQMvbzRXOTEnk177bZ { width:278px;height:96px;top:624px;left:253px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #P6DRMIe4A02afl5EbVQVom4VFGS5E7FR { width:292px;height:96px;top:806px;left:113px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FgNsT2V4KF5B3oIHTep5xbwhpk7mdKe9 { width:278px;height:96px;top:806px;left:426px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ { display:block; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHLeZMmShqD5TJspkiXFy5errHAdncib { top:81px;left:282px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aaDoQkMWmwrqUBT89K4UZZ7xcBOQQg1q { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #ETkFVsXn2m8DDCrrfvCWIPZ328XBcKIq { display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:764px;height:59px;top:13px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:263px;height:;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:260px;height:27px;top:195px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:245px;height:;top:0px;left:254px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:245px;height:27px;top:195px;left:508px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:300px;height:189px;top:0px;left:464px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X9JJa5tppm3XetdmoSwV5EWR7W24vXa6 { width:260px;height:27px;top:195px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 { display:block; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh04yfeG7vTIwCdHZEKRbhlyZVT50tsS { width:764px;height:;top:11px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ls7h1GG4ldKrDNPLrTgf6sBi2HCX2fWX { width:52px;height:31px;top:409px;left:575px;display:block; }
 }@media only screen and (max-width: 763px) { #gSIgLL4CQiXWECe34fhENwAVtxxIV5IN { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #ovk9oTgkU03S24NXi6za08FTuDWel9dV { display:block; }
 }@media only screen and (max-width: 763px) { #ETsrpTK8XzqttzGUQm6nIKPoxAnCwDCs { top:160px;left:260.5px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 { display:block; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw1fwCTER1hHCSxQuDP928zuidfT3AsK { width:764px;height:152px;top:26px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kO13FtrIRF103RK8lE0EEHkAEULGaR08 { background-color:#1a2d4b;background-image:none;position:relative;z-index:auto;display:block; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { background-color: transparent; background-image: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container > .video-iframe-container { display: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row > .video-iframe-container { display: none; }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .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); }#kO13FtrIRF103RK8lE0EEHkAEULGaR08 > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUxbvvsMwdDzsFUAWtk8hCPdBhXz4QKF { width:245px;height:90px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #BOUGEbCnizEwyzt4lqEeQqcJB1gmqdJS { top:174.6875px;left:30px;width:260px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ylaRHh2g6ZTtRVE991sCgaSCPGaKmW { display:block; }
 }@media only screen and (max-width: 763px) { #bsO4KbTTmkAyJQFSMZLBQEvNDzwxE80h { width:200px;height:24.6875px;top:130px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:none;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:1003px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:296px;height:89.6719px;top:20px;left:16px;text-align:center;text-align-last:center;font-size:23px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LwkPLNxTzv5IqyBHmwmKQkxAdxeTaLId { width:312px;height:60px;top:923.7347px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #PsHaE70WIWmHyuTuOKyFeotF0SS0DWeo { display:block; }
 }@media only screen and (max-width: 763px) { #UFRcfM1N2XzX7MstP4QIsTnVV03sfxxF { width:303px;height:134.312px;top:120.9375px;left:8.5px;text-align:center;text-align-last:center;font-size:16px;line-height:1.2;color:#7392b7;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0grIqa3fzGbrW2gewngwhWrpckaaq5W { width:320px;height:18px;top:891.359375px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QifWHvzOVvK1I40bXSiGexPiTCSrLOzJ { width:258px;height:46.7812px;top:289.234375px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMZe6dblWcP7JzInm2JhSLOKMVSTLGbC { width:320px;height:145.578px;top:374.03125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G43n0FtDTBm4iaEQecnnHCkFEumAhvic { width:320px;height:41.5938px;top:561.59375px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 { width:267px;height:236px;top:626.1875px;left:26.5px;font-size:15px;line-height:1.6;text-align:left;text-align-last:left;display:block; }#TzFyy0McN5IoDqTmTUPGlyI9nm4imti7 li:before{  }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color:transparent;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eceff2; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eceff2; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:320px;height:999px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:307px;height:360px;top:102.375px;left:6px;text-align:left;text-align-last:left;font-size:15px;line-height:1.6;color:#7392b7;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw li:not(:first-child){ padding-top:6px;padding-right:0;padding-bottom:0;padding-left:0; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:298px;height:332px;top:636.8595px;left:11px;text-align:left;text-align-last:left;font-size:15px;line-height:1.6;color:#7392b7;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #aJdry9dqDRlTzWlAdqQg3ZPEGAWZcayg { width:295px;height:59.7812px;top:20px;left:25px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RdgbGA0SUmTx8KoPqRlpzi1HDqr3MvtX { width:307px;height:48px;top:504.672px;left:6px;text-align:center;text-align-last:center;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EbGGnNe1irSPUGTVP8KHcJgKTWHNXUfl { width:251px;height:44.1875px;top:572.672px;left:34px;font-size:17px;text-align:center;text-align-last:center;color:#1a2d4b;display:block; }
 }@media only screen and (max-width: 763px) { #PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn { background-color:#1a2d4b;background-image:none;display:block; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { background-color: transparent; background-image: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container > .video-iframe-container { display: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row > .video-iframe-container { display: none; }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .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); }#PGsVxLRALRa4kTmc5V3nKRVmSsnx6mUn > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFT3AdCcymU6yrVkN895sgTpgiLAevZG { width:200px;height:24.6875px;top:99px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTzEsrf3QXcpB8i0oGraTvBKvV77lFqF { width:247px;height:59px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Ay5LLc4eLp4iR9npZLBuZwlHTBVxCDsx { display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:transparent;background-image:url("https://images.assets-landingi.com/g3ASajfc/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:320px;height:972px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:320px;height:33.7969px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:292px;height:376.312px;top:73.7969px;left:14px;text-align:left;text-align-last:left;font-size:16px;line-height:1.6;color:#7392b7;display:block; }#vbtnEuH5eLFOtARVu5cowUuP32TpAshn li:not(:first-child){ padding-top:6px;padding-right:0;padding-bottom:0;padding-left:0; }#vbtnEuH5eLFOtARVu5cowUuP32TpAshn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #T09Tmi6kwDnmgkgvs4ikI2aEvgFC4Tal { width:320px;height:73.5938px;top:470.0939px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS { width:320px;height:322.125px;top:630.4533px;left:0px;text-align:left;text-align-last:left;font-size:16px;line-height:1.6;color:#7392b7;display:block; }#WwOMyHEAQZ5ygTRJ8ZUO3DhEvrg0JfHS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e84b453f70ebb8d5b0c5eec934f824d8250f86da.svg); }
 }@media only screen and (max-width: 763px) { #z7dGZ9DMPC4EZEvcDw8rskfuc3nqevdX { width:209px;height:46.7812px;top:563.6877px;left:55px;font-size:18px;text-align:center;text-align-last:center;color:#1a2d4b;display:block; }
 }@media only screen and (max-width: 763px) { #FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz { background-color:#1a2d4b;background-image:none;display:block; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { background-color: transparent; background-image: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container > .video-iframe-container { display: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row > .video-iframe-container { display: none; }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .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); }#FkJBhb1yNnG90vXfUrGmpzcMzfTULGgz > .row .container { width:320px;height:169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFIA8g7mOPGLuebFmLIMiUWnT6kuUNBO { width:200px;height:24.6875px;top:99px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArfIq8AzqnN65Aus5k3rFrbhReubF958 { width:247px;height:59px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #GuG8P2ZXOyTr1Kv6SyZ23BHqqWtHJXMa { display:block; }
 }@media only screen and (max-width: 763px) { #yR3wThtWlte2fuW2Q31mvss10fsznpNm { background-color:transparent;background-image:url("https://images.assets-landingi.com/g3ASajfc/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm.adaptive-delivery-prevent-bg, #yR3wThtWlte2fuW2Q31mvss10fsznpNm.lazyload, #yR3wThtWlte2fuW2Q31mvss10fsznpNm.lazyloading { background-image: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { background-color: transparent; background-image: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container > .video-iframe-container { display: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row > .video-iframe-container { display: none; }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .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); }#yR3wThtWlte2fuW2Q31mvss10fsznpNm > .row .container { width:320px;height:1106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaTKCpAHVRK0yeMMhMwo4hkHLwutCrD5 { width:320px;height:101.391px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 { width:320px;height:605px;top:141.391px;left:0px;text-align:left;text-align-last:left;font-size:15px;color:#7392b7;display:block; }#JL8gkXBcimKbckOdLy2v00TDT9O2NAG6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f57f6428e22cd54d53eb998be182f1df4850a854.svg); }
 }@media only screen and (max-width: 763px) { #nA3LIG8P0voDFViG3ueHwNTqyU7Fhbw3 { width:320px;height:320px;top:766.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud { background-color:transparent;background-image:url("https://images.assets-landingi.com/g3ASajfc/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud.adaptive-delivery-prevent-bg, #yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud.lazyload, #yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud.lazyloading { background-image: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { background-color: transparent; background-image: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container > .video-iframe-container { display: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row > .video-iframe-container { display: none; }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .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); }#yRDIhh4mzTxT2nm9OGSQTx0vM2kxA3ud > .row .container { width:320px;height:1670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOEFzRn3dgVkXpWXuAgCqM9K9Apr02od { width:320px;height:157.5px;top:310px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #TTB3Cn6amelukx7n01RUSOzFXXVkTQr0 { width:235px;height:45px;top:487.5px;left:42px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LLdAgwxIMzhAvKGVoJNig0qCgA7HTfzt { width:320px;height:270px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ezMsVdqk0xipHNoNrBPWQ7HWF3u8bxro { width:278px;height:90px;top:595px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #rIOqGiPC00ESXkaO9ZhIcabXieBLx9cU { width:278px;height:90px;top:705px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #fqC3TlydJz3JXIB0OdUfx2p5FdVnoc0y { width:278px;height:90px;top:815px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #RdCQPHQFTnN60nVmrJfXXB4y4IyFlHaB { width:278px;height:90px;top:967.5px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #yHVMMxacfwSacTk1mIgAWM6cXZ63FvKD { width:278px;height:90px;top:1077.5px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #tXaAm3ihZMo0eQ6Eawe83VoD4fOTHH0K { width:278px;height:90px;top:1187.5px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #MmV3kTkTVZyDUQCrmnM2iJAHrXbnk1Ol { width:313px;height:22.5px;top:552.5px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cOwlatsuq12gcqglkqs9lkSH5UWOWSkz { width:313px;height:22.5px;top:925px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zfQVDddT4UFKKzt5flaPfE7JlqDWOT7a { width:313px;height:22.5px;top:1407.5px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NIdy2oKXtIuPLXOQMvbzRXOTEnk177bZ { width:278px;height:90px;top:1297.5px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #P6DRMIe4A02afl5EbVQVom4VFGS5E7FR { width:278px;height:90px;top:1450px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #FgNsT2V4KF5B3oIHTep5xbwhpk7mdKe9 { width:278px;height:90px;top:1560px;left:21px;text-align:center;text-align-last:center;font-size:15px;color:#7392b7;display:block; }
 }@media only screen and (max-width: 763px) { #tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ { background-color:#1a2d4b;background-image:none;display:block; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { background-color: transparent; background-image: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container > .video-iframe-container { display: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row > .video-iframe-container { display: none; }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .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); }#tyb7lTlIO8iBCTpekPnBRZmbXhIRmKuJ > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHLeZMmShqD5TJspkiXFy5errHAdncib { width:200px;height:24.6875px;top:99px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaDoQkMWmwrqUBT89K4UZZ7xcBOQQg1q { width:247px;height:59px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ETkFVsXn2m8DDCrrfvCWIPZ328XBcKIq { display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:320px;height:72.7812px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:28px;z-index:15000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:320px;height:758px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:260px;height:168px;top:20px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:260px;height:24px;top:440px;left:30px;text-align:center;text-align-last:center;font-size:16px;color:#1a2d4b;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:257px;height:168px;top:252px;left:31px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:260px;height:24px;top:714px;left:30px;text-align:center;text-align-last:center;font-size:16px;color:#1a2d4b;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:260px;height:210px;top:484px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X9JJa5tppm3XetdmoSwV5EWR7W24vXa6 { width:260px;height:24px;top:208px;left:30px;text-align:center;text-align-last:center;font-size:16px;color:#1a2d4b;display:block; }
 }@media only screen and (max-width: 763px) { #PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 { background-color:#1a2d4b;background-image:none;display:block; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { background-color: transparent; background-image: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container > .video-iframe-container { display: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row > .video-iframe-container { display: none; }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .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); }#PcvonkpzOkVipPOb8M0gJmhQXdzTAxn5 > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh04yfeG7vTIwCdHZEKRbhlyZVT50tsS { width:320px;height:65px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ls7h1GG4ldKrDNPLrTgf6sBi2HCX2fWX { width:86px;height:31.1875px;top:185px;left:117px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gSIgLL4CQiXWECe34fhENwAVtxxIV5IN { width:312px;height:60px;top:105px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #ovk9oTgkU03S24NXi6za08FTuDWel9dV { display:block; }
 }@media only screen and (max-width: 763px) { #ETsrpTK8XzqttzGUQm6nIKPoxAnCwDCs { width:200px;height:24.6875px;top:236.1875px;left:60px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 { background-color:#ffffff;background-image:none;display:block; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { background-color: transparent; background-image: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container > .video-iframe-container { display: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row > .video-iframe-container { display: none; }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .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); }#qzpoJu88yu15yv6ay8ZVnSSI71eW2B54 > .row .container { width:320px;height:394px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw1fwCTER1hHCSxQuDP928zuidfT3AsK { width:320px;height:354.703px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:13px;z-index:14998;display:block; }
 }