.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR { background-color:transparent;background-image:url("https://images.assets-landingi.com/5pD3YJ1n/17.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR.adaptive-delivery-prevent-bg { background-image: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { background-color: transparent; background-image: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container > .video-iframe-container { display: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row > .video-iframe-container { display: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .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); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { border-width: 0; border-radius: 0; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { font-size:14px;font-family:arial;height:675px;width:1200px;overflow:visible;position:relative;display:block; }#tD0AlNpHprAMNe7QzRTxVWTIHdIQCqKd { color:#ffffff;display:block;width:898px;position:absolute;font-family:"titillium web";font-size:52px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(8,8,9,0.96);top:146.80000305176px;left:153.5px;height:134.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGB8ZD2OVhdmyntewvxo7041Z917T3QM { color:#ffffff;display:block;width:445px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 5px #000000;top:307px;left:377.50003051758px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AmPbmPnPnxOrLpyGcdr3T5KGwsZecWXB { background-color:#1374b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:55px;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:565.90007019043px;left:434.00003051758px;display:block; }
#c9bZCEpMbsmnmlNvf3u3VyXD7DkGxSF5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR { position:relative;display:block; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR { background-color: transparent; background-image: none; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row .container > .video-iframe-container { display: none; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row > .video-iframe-container { display: none; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .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); }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR { border-width: 0; border-radius: 0; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .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:635px;width:1200px;position:relative;display:block; }#xwQkRc1wMKBhMT5Q3KTdx0yM0SPPgpoB { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:48.000022888184px;left:106px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3Hf1DwiCHfuIg0QacBxuHAsvCSyzOMo { color:#000000;display:block;width:453px;position:absolute;font-family:"source sans pro";font-size:21px;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:134.28750610352px;left:62px;height:345.6px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8aMU4WMNxVAxw8obsUO4CLT7Wc41twF { position:absolute;display:block;z-index:100013;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:200px;top:117.00003051758px;left:106px;display:block; }
#OpxhoqTBRq5MnWmamyXxzAWby7MWtVlX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 30px rgba(51,59,76,0.15) ;height:499px;width:432px;top:44.000003814697px;left:680.00003051758px;overflow:hidden;display:block; }
#fUd06Gu1sFXH2Gwp28DMJk17XIW7ZgwH { background-color:#1374b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:55px;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:527.39993286133px;left:62px;display:block; }
#X1XId6W36BPSaPRor8voo5CHIVtIz23a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Jt6T9FIz9MKaLyEW83pTmhT6JmWU339B { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:550.00006103516px;left:644.00003051758px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container { background-color: transparent; background-image: none; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container > .video-iframe-container { display: none; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row > .video-iframe-container { display: none; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .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); }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container { border-width: 0; border-radius: 0; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container { font-size:14px;font-family:arial;height:759px;width:1200px;position:relative;display:block; }#M5veXPNlEs31MroKqIaDoJhf6pvZxcCt { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:45.587501525879px;left:120px;height:36.8px;font-style:normal;display:block; }
#szHvBeZUVVUPy8xWamg5TigoWsRUDgUu { position:absolute;display:block;z-index:100008;background-color:#0dbbeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:119.00000286102px;left:221px;display:block; }
#xbnzaSSXJ2VmOJGnOJ36Jf5I18LC6VNd { color:#ffffff;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:135.00000333786px;left:248px;height:44px;font-style:normal;display:block; }
#hPw2zH3cimDJrUT0p34CCEJ4NOAwHHoO { position:absolute;display:block;z-index:100015;background-color:#0dbbeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:263px;left:221px;display:block; }
#lRgNMTI1kzE1B2I1Q0qgqNDx3cOHsJRQ { color:#ffffff;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:279px;left:248px;height:44px;font-style:normal;display:block; }
#NJsTWvk5ldWmho0hS3IvtOFskZGBBDws { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:138.98750305176px;left:315.5px;height:36px;font-style:normal;display:block; }
#ngUoeyVO5AuhxNl0pqqluAfTDsNidEr8 { color:#000000;display:block;width:710px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:178.97500228882px;left:317.5px;height:46.4px;font-style:normal;display:block; }
#LpBCm80tnwK5hp0VfNXS8sKinToeBDHb { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:284px;left:316px;height:36px;font-style:normal;display:block; }
#JisNbMZbLVoPq9aUkLwtaBpZhzP5werT { position:absolute;display:block;z-index:100012;background-color:#0dbbeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:417.00001525879px;left:221px;display:block; }
#C8HiechEc8iAPAsugW2FPGUBmAOhPNAf { color:#ffffff;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:430.00001525879px;left:248px;height:44px;font-style:normal;display:block; }
#QKM3fTHn6n8olg77kTwyCywuAOC8ZUon { color:#000000;display:block;width:710px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:339px;left:315.5px;height:46.4px;font-style:normal;display:block; }
#TAeKxBh7X6ZLI49ILpGgrMV2hFyydGfM { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:437.00001525879px;left:316px;height:36px;font-style:normal;display:block; }
#GnBxlE3NZaB9TnVrLuHutr5OwKFdbPa9 { color:#000000;display:block;width:710px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:492.00001525879px;left:316px;height:46.4px;font-style:normal;display:block; }
#LrW5ebsLxCEXcPODhVL33Urrd7A04Wrg { color:#000000;display:block;width:710px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:654.00001525879px;left:316px;height:46.4px;font-style:normal;display:block; }
#mIvWVOZ5lcsTZl337Z7IcXNgQ3AbAwaD { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:599.00001525879px;left:316px;height:36px;font-style:normal;display:block; }
#nsrHAkAXxHgeLWpFnkzvgtITCWhpGgc2 { position:absolute;display:block;z-index:100016;background-color:#0dbbeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:579.00001525879px;left:221px;display:block; }
#ORxPE6sBTwtFwJy6X4SSawkNz5Tc64op { color:#ffffff;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:592.00001525879px;left:248px;height:44px;font-style:normal;display:block; }
#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0dbbeb;background-image:none;position:relative;display:block; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container { background-color: transparent; background-image: none; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container > .video-iframe-container { display: none; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row > .video-iframe-container { display: none; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .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); }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container { border-width: 0; border-radius: 0; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container { font-size:14px;font-family:arial;height:546px;width:1200px;position:relative;display:block; }#udQtIcd5U7QOsoSqwQgvZ1Rpt1x1DDsP { position:absolute;display:block;z-index:100063;background-color:#00aeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:165px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:61px;width:61px;top:37px;left:60px;display:block; }
#UMysC0RWdQMkw2cTL6v9GiDrPT59XoAN { position:absolute;display:block;z-index:100096;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:71px;left:88px;display:block; }
#byCQ5RfABhig1KtrbggKr8Iq76BIN5eR { position:absolute;display:block;z-index:100097;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:81px;left:98px;display:block; }
#IVpWJIq2KNTVDogIsBOByuwzpqetdSon { position:absolute;display:block;z-index:100098;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:91px;left:108px;display:block; }
#Fvr1ynCWUrML4xX8AsfBnKJHfzgsK4xf { position:absolute;display:block;z-index:100097;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:62px;left:98px;display:block; }
#bMLigxRMvLUIyvwy71lCU1qUiqTqCSnB { position:absolute;display:block;z-index:100098;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:72px;left:108px;display:block; }
#CgVfyOBCooNX99zocKuGkVPDWoNMLGFQ { position:absolute;display:block;z-index:100099;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:82px;left:118px;display:block; }
#hpk77LUrk4eTX5yvHOmu7SIEbdF5MZvo { position:absolute;display:block;z-index:100100;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:92px;left:128px;display:block; }
#UstirSTmRaaTK6myxKWHzVs19AXBgcD9 { color:#000000;display:block;width:478.984px;position:absolute;font-family:"source sans pro";font-size:21px;font-weight:normal;z-index:100043;line-height:2.1;letter-spacing:0;top:125.234375px;left:60.5078125px;height:264px;display:block; }
#ee4zhNNAfGxAGAxwUiZTcizyN84tbkr2 { position:absolute;display:block;z-index:100099;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:98px;left:117px;display:block; }
#NipDSQRz9eTeWktUTi8t4I86r5lTe9Kn { position:absolute;display:block;z-index:100045;background-color:#8390fa;background-image:url("https://images.assets-landingi.com/uz3rae5x/Untitled_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:165px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:361px;width:361px;top:76px;left:751px;display:block; }
#NipDSQRz9eTeWktUTi8t4I86r5lTe9Kn.adaptive-delivery-prevent-bg { background-image: none; }
#NkU7spD0ZoKXVeKQm3WTpR9obfd7oTwU { position:absolute;display:block;z-index:100102;background-color:#ef6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;height:107px;width:107px;top:363px;left:709px;display:block; }
#MJeV7MGDAnUmEm2rEGeEXaGTKTfw3MSX { background-color:#1374b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:55px;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:425px;left:60.5px;display:block; }
#NOBbKtBChP7ryWtOZNhkWk2uUWIfZeME { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Rv2E6hylGlF3I732RniOhmilxER5b5AK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container { background-color: transparent; background-image: none; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container > .video-iframe-container { display: none; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row > .video-iframe-container { display: none; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .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); }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container { border-width: 0; border-radius: 0; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container { font-size:14px;font-family:arial;height:371px;width:1200px;position:relative;display:block; }#q0SGXevT7tezqCHrP2FcJ47d8DeoeFtD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:48px;left:204px;overflow:hidden;display:block; }
#DHETqCBD4IxSzzdrc0VNhTEMSgaHdXVZ { color:#000000;display:block;width:204px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:100013;line-height:1.7;letter-spacing:0;top:118px;left:137px;height:30.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bI5GBLPk9fznrFinsUJ3PB3w1EIig7H7 { color:#000000;display:block;width:273px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100014;line-height:2.1;letter-spacing:0;top:158px;left:102.5px;height:134.4px;text-align:center;text-align-last:center;display:block; }
#OZxPBhr0yRxWsUsGrvufLmQ0Zig1zntz { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:80px;top:56px;left:560px;overflow:hidden;display:block; }
#L9d6chppzg0mTCKH5KCUa5Etb5PIkVM8 { color:#000000;display:block;width:216px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:100014;line-height:1.7;letter-spacing:0;top:118px;left:492px;height:30.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8DELFa3q6PDpaNmaFLQReX39522bl7H { color:#000000;display:block;width:273px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100015;line-height:2.1;letter-spacing:0;top:158px;left:463.5px;height:100.8px;text-align:center;text-align-last:center;display:block; }
#MnfAVT7mQ6qGEH2IKMUaDemi1Z3pn2mp { color:#000000;display:block;width:273px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100016;line-height:2.1;letter-spacing:0;top:158px;left:849px;height:134.4px;text-align:center;text-align-last:center;display:block; }
#ZZKSxCqewqc4GagdNkPJC3V3OQOdTy1D { color:#000000;display:block;width:150px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:700;z-index:100015;line-height:1.7;letter-spacing:0;top:118px;left:910.5px;height:30.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBHstK9IZ09snGZzqBVTVXRaEVRMHOr4 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:41px;left:954.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR { display:block; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD0AlNpHprAMNe7QzRTxVWTIHdIQCqKd { width:764px;height:134px;top:146px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #UGB8ZD2OVhdmyntewvxo7041Z917T3QM { width:445px;height:;top:307px;left:159.50003051758px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AmPbmPnPnxOrLpyGcdr3T5KGwsZecWXB { width:332px;height:55px;top:565px;left:216.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #c9bZCEpMbsmnmlNvf3u3VyXD7DkGxSF5 { display:block; }
 }@media only screen and (max-width: 763px) { #vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR { display:block; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQkRc1wMKBhMT5Q3KTdx0yM0SPPgpoB { width:504px;height:36px;top:48px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #T3Hf1DwiCHfuIg0QacBxuHAsvCSyzOMo { width:453px;height:374px;top:134px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #K8aMU4WMNxVAxw8obsUO4CLT7Wc41twF { top:117px;left:0px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #OpxhoqTBRq5MnWmamyXxzAWby7MWtVlX { top:44px;left:332px;width:432px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #fUd06Gu1sFXH2Gwp28DMJk17XIW7ZgwH { width:332px;height:55px;top:527px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X1XId6W36BPSaPRor8voo5CHIVtIz23a { display:block; }
 }@media only screen and (max-width: 763px) { #Jt6T9FIz9MKaLyEW83pTmhT6JmWU339B { width:504px;height:52px;top:550px;left:260px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dkDTWOXWiKO73DHpmT3TffHciUfbBxEe { display:block; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5veXPNlEs31MroKqIaDoJhf6pvZxcCt { top:45px;left:0px;width:504px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #szHvBeZUVVUPy8xWamg5TigoWsRUDgUu { top:119px;left:3px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #xbnzaSSXJ2VmOJGnOJ36Jf5I18LC6VNd { top:135px;left:30px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #hPw2zH3cimDJrUT0p34CCEJ4NOAwHHoO { top:263px;left:3px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #lRgNMTI1kzE1B2I1Q0qgqNDx3cOHsJRQ { top:279px;left:30px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NJsTWvk5ldWmho0hS3IvtOFskZGBBDws { top:138px;left:97.5px;width:504px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ngUoeyVO5AuhxNl0pqqluAfTDsNidEr8 { top:178px;left:54px;width:710px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LpBCm80tnwK5hp0VfNXS8sKinToeBDHb { top:284px;left:98px;width:504px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JisNbMZbLVoPq9aUkLwtaBpZhzP5werT { top:417px;left:3px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #C8HiechEc8iAPAsugW2FPGUBmAOhPNAf { top:430px;left:30px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #QKM3fTHn6n8olg77kTwyCywuAOC8ZUon { top:339px;left:54px;width:710px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TAeKxBh7X6ZLI49ILpGgrMV2hFyydGfM { top:437px;left:98px;width:504px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GnBxlE3NZaB9TnVrLuHutr5OwKFdbPa9 { top:492px;left:54px;width:710px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LrW5ebsLxCEXcPODhVL33Urrd7A04Wrg { top:654px;left:54px;width:710px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mIvWVOZ5lcsTZl337Z7IcXNgQ3AbAwaD { top:599px;left:98px;width:504px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nsrHAkAXxHgeLWpFnkzvgtITCWhpGgc2 { top:579px;left:3px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #ORxPE6sBTwtFwJy6X4SSawkNz5Tc64op { top:592px;left:30px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx { display:block; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udQtIcd5U7QOsoSqwQgvZ1Rpt1x1DDsP { top:37px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UMysC0RWdQMkw2cTL6v9GiDrPT59XoAN { top:71px;left:0px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #byCQ5RfABhig1KtrbggKr8Iq76BIN5eR { top:81px;left:0px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #IVpWJIq2KNTVDogIsBOByuwzpqetdSon { top:91px;left:0px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Fvr1ynCWUrML4xX8AsfBnKJHfzgsK4xf { top:62px;left:0px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #bMLigxRMvLUIyvwy71lCU1qUiqTqCSnB { top:72px;left:0px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #CgVfyOBCooNX99zocKuGkVPDWoNMLGFQ { top:82px;left:9px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #hpk77LUrk4eTX5yvHOmu7SIEbdF5MZvo { top:92px;left:19px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #UstirSTmRaaTK6myxKWHzVs19AXBgcD9 { top:125px;left:0px;width:478px;height:264px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ee4zhNNAfGxAGAxwUiZTcizyN84tbkr2 { top:98px;left:8px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NipDSQRz9eTeWktUTi8t4I86r5lTe9Kn { top:76px;left:403px;width:361px;height:361px;display:block; }
 }@media only screen and (max-width: 763px) { #NkU7spD0ZoKXVeKQm3WTpR9obfd7oTwU { top:363px;left:382px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #MJeV7MGDAnUmEm2rEGeEXaGTKTfw3MSX { width:332px;height:55px;top:425px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NOBbKtBChP7ryWtOZNhkWk2uUWIfZeME { display:block; }
 }@media only screen and (max-width: 763px) { #Rv2E6hylGlF3I732RniOhmilxER5b5AK { display:block; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SGXevT7tezqCHrP2FcJ47d8DeoeFtD { width:70px;height:70px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DHETqCBD4IxSzzdrc0VNhTEMSgaHdXVZ { top:117px;left:0px;width:203px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bI5GBLPk9fznrFinsUJ3PB3w1EIig7H7 { top:157px;left:0px;width:272px;height:130px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OZxPBhr0yRxWsUsGrvufLmQ0Zig1zntz { width:80px;height:54px;top:56px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #L9d6chppzg0mTCKH5KCUa5Etb5PIkVM8 { top:118px;left:274.00003051758px;width:216px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #O8DELFa3q6PDpaNmaFLQReX39522bl7H { top:158px;left:245.50003051758px;width:273px;height:100px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MnfAVT7mQ6qGEH2IKMUaDemi1Z3pn2mp { top:158px;left:491px;width:273px;height:134px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKSxCqewqc4GagdNkPJC3V3OQOdTy1D { top:118px;left:614px;width:150px;height:30px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cBHstK9IZ09snGZzqBVTVXRaEVRMHOr4 { width:62px;height:62px;top:41px;left:702px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR { background-color:transparent;background-image:url("https://images.assets-landingi.com/5pD3YJ1n/17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR.adaptive-delivery-prevent-bg { background-image: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { background-color: transparent; background-image: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container > .video-iframe-container { display: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row > .video-iframe-container { display: none; }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .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); }#ZMKrLba0GtX8glorNTvRoGi9KIbJZEnR > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD0AlNpHprAMNe7QzRTxVWTIHdIQCqKd { width:320px;height:59.2px;top:24.000000953674px;left:0px;text-align:center;text-align-last:center;font-size:27px;font-family:"pt sans narrow";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UGB8ZD2OVhdmyntewvxo7041Z917T3QM { width:320px;height:148.8px;top:110.5px;left:0px;text-align:center;text-align-last:center;font-size:18px;font-family:"pt sans narrow";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AmPbmPnPnxOrLpyGcdr3T5KGwsZecWXB { width:304px;height:55px;top:287.30001831055px;left:8px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #c9bZCEpMbsmnmlNvf3u3VyXD7DkGxSF5 { display:block; }
 }@media only screen and (max-width: 763px) { #vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR { display:block; }#vdoISTU0B9pKM3wqPaAKV0HaJOLEwRHR > .row .container { width:320px;height:1035px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQkRc1wMKBhMT5Q3KTdx0yM0SPPgpoB { width:320px;height:27.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #T3Hf1DwiCHfuIg0QacBxuHAsvCSyzOMo { width:320px;height:403.2px;top:522.62503051758px;left:0px;text-align:center;text-align-last:center;font-size:21px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #K8aMU4WMNxVAxw8obsUO4CLT7Wc41twF { width:200px;height:2px;top:62px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #OpxhoqTBRq5MnWmamyXxzAWby7MWtVlX { width:320px;height:369.625px;top:84.000004574656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fUd06Gu1sFXH2Gwp28DMJk17XIW7ZgwH { width:304px;height:55px;top:948.45004272461px;left:8px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #X1XId6W36BPSaPRor8voo5CHIVtIz23a { display:block; }
 }@media only screen and (max-width: 763px) { #Jt6T9FIz9MKaLyEW83pTmhT6JmWU339B { width:320px;height:52.8px;top:459.625px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #dkDTWOXWiKO73DHpmT3TffHciUfbBxEe { display:block; }#dkDTWOXWiKO73DHpmT3TffHciUfbBxEe > .row .container { width:320px;height:1096px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5veXPNlEs31MroKqIaDoJhf6pvZxcCt { width:320px;height:27.2px;top:43px;left:0px;font-size:25px;text-align:center;text-align-last:center;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #szHvBeZUVVUPy8xWamg5TigoWsRUDgUu { width:50px;height:50px;top:85px;left:135.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #xbnzaSSXJ2VmOJGnOJ36Jf5I18LC6VNd { width:22px;height:41.6px;top:89.199996948242px;left:151.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hPw2zH3cimDJrUT0p34CCEJ4NOAwHHoO { width:48px;height:50px;top:319px;left:136.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #lRgNMTI1kzE1B2I1Q0qgqNDx3cOHsJRQ { width:22px;height:41.6px;top:322.20001220703px;left:152.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NJsTWvk5ldWmho0hS3IvtOFskZGBBDws { width:320px;height:26.4px;top:146.00001525879px;left:0px;font-size:24px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ngUoeyVO5AuhxNl0pqqluAfTDsNidEr8 { width:299px;height:115.2px;top:182.99998474121px;left:10.5px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LpBCm80tnwK5hp0VfNXS8sKinToeBDHb { width:320px;height:49.6px;top:381.79995727539px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JisNbMZbLVoPq9aUkLwtaBpZhzP5werT { width:50px;height:50px;top:559.99998807907px;left:135.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #C8HiechEc8iAPAsugW2FPGUBmAOhPNAf { width:22px;height:41.6px;top:564.2000002861px;left:152.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QKM3fTHn6n8olg77kTwyCywuAOC8ZUon { width:320px;height:86.4px;top:448.99995803833px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TAeKxBh7X6ZLI49ILpGgrMV2hFyydGfM { width:320px;height:52.8px;top:618.59985351562px;left:0px;font-size:24px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GnBxlE3NZaB9TnVrLuHutr5OwKFdbPa9 { width:320px;height:115.2px;top:679.60000610352px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LrW5ebsLxCEXcPODhVL33Urrd7A04Wrg { width:320px;height:144px;top:927.00003051758px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mIvWVOZ5lcsTZl337Z7IcXNgQ3AbAwaD { width:320px;height:26.4px;top:889px;left:0px;font-size:24px;text-align:center;text-align-last:center;font-family:"pt sans narrow";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nsrHAkAXxHgeLWpFnkzvgtITCWhpGgc2 { width:53px;height:51px;top:823.00003051758px;left:133.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #ORxPE6sBTwtFwJy6X4SSawkNz5Tc64op { width:22px;height:41.6px;top:827.70001220703px;left:151.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx { display:block; }#lt4xB6M70xtsSXz5PsQPXaEPMFVUPIGx > .row .container { width:320px;height:845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udQtIcd5U7QOsoSqwQgvZ1Rpt1x1DDsP { width:61px;height:61px;top:18px;left:252.00000572205px;background-color:#bec9ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UMysC0RWdQMkw2cTL6v9GiDrPT59XoAN { width:5px;height:5px;top:27px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #byCQ5RfABhig1KtrbggKr8Iq76BIN5eR { width:5px;height:5px;top:37px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #IVpWJIq2KNTVDogIsBOByuwzpqetdSon { width:5px;height:5px;top:47px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #Fvr1ynCWUrML4xX8AsfBnKJHfzgsK4xf { width:5px;height:5px;top:18px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #bMLigxRMvLUIyvwy71lCU1qUiqTqCSnB { width:5px;height:5px;top:28px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #CgVfyOBCooNX99zocKuGkVPDWoNMLGFQ { width:5px;height:5px;top:38px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #hpk77LUrk4eTX5yvHOmu7SIEbdF5MZvo { width:5px;height:5px;top:297px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #UstirSTmRaaTK6myxKWHzVs19AXBgcD9 { width:320px;height:308px;top:394.453125px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #ee4zhNNAfGxAGAxwUiZTcizyN84tbkr2 { width:5px;height:5px;top:322px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #NipDSQRz9eTeWktUTi8t4I86r5lTe9Kn { width:279px;height:315px;top:27px;left:27.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #NkU7spD0ZoKXVeKQm3WTpR9obfd7oTwU { width:84px;height:84px;top:282.5px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #MJeV7MGDAnUmEm2rEGeEXaGTKTfw3MSX { width:303.965px;height:55px;top:743.9453125px;left:8.0078125px;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #NOBbKtBChP7ryWtOZNhkWk2uUWIfZeME { display:block; }
 }@media only screen and (max-width: 763px) { #Rv2E6hylGlF3I732RniOhmilxER5b5AK { display:block; }#Rv2E6hylGlF3I732RniOhmilxER5b5AK > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SGXevT7tezqCHrP2FcJ47d8DeoeFtD { width:70px;height:70px;top:20px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #DHETqCBD4IxSzzdrc0VNhTEMSgaHdXVZ { width:204px;height:35.2px;top:94px;left:58px;font-size:21px;text-align:center;text-align-last:center;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #bI5GBLPk9fznrFinsUJ3PB3w1EIig7H7 { width:272.988px;height:156.8px;top:137.96875px;left:23.49609375px;font-size:19px;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #OZxPBhr0yRxWsUsGrvufLmQ0Zig1zntz { width:80px;height:53.975px;top:324.81254577637px;left:120.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #L9d6chppzg0mTCKH5KCUa5Etb5PIkVM8 { width:253px;height:35.2px;top:385.7875213623px;left:33.500001907349px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8DELFa3q6PDpaNmaFLQReX39522bl7H { width:272.987px;height:117.6px;top:419.98765563965px;left:22.987501144409px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnfAVT7mQ6qGEH2IKMUaDemi1Z3pn2mp { width:272.987px;height:156.8px;top:688.2250213623px;left:22.987501144409px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKSxCqewqc4GagdNkPJC3V3OQOdTy1D { width:150px;height:32px;top:642.97481536865px;left:84.999998092651px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBHstK9IZ09snGZzqBVTVXRaEVRMHOr4 { width:61.9875px;height:61.9875px;top:568.98749390244px;left:129.00000572205px;display:block; }
 }