.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/O5KpG0yB/1.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { position:relative;display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { background-color: transparent; background-image: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .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); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { border-width: 0; border-radius: 0; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .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; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.39);background-image:none;font-size:14px;font-family:arial;height:502px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#riG24iNDdxGdxWSJPFORmKyV0xVShl1b { color:#fdfdfd;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { color:#040404;display:block;width:1200px;position:absolute;font-family:oswald;font-size:32px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:71.365745544434px;left:0px;height:48px;text-align:center;text-align-last:center;display:block; }
#toRozymL97IUVEeLwT19gihgMXihQwO8 { color:#ca44bb;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:433px;left:0px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { position:absolute;display:block;z-index:15002;border-top:1px solid #060707;border-left:1px solid #060707;border-right:1px solid #060707;border-bottom:1px solid #060707;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:326px;width:866px;top:98px;left:130px;overflow:hidden;display:block; }
#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { position:relative;display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { background-color: transparent; background-image: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .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); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { border-width: 0; border-radius: 0; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .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; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { border-top:5px solid #ca44bb;border-left:0;border-right:0;border-bottom:0 solid #ca44bb;background-color:#262626;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; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { background-color: transparent; background-image: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .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); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { border-width: 0; border-radius: 0; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { color:#fbfbfb;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.49072265625px;left:0px;height:67.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:360px;width:230px;top:9.2625122070312px;left:30px;overflow:hidden;display:block; }
#Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:288px;width:160px;top:24.487510681152px;left:1039.9999694824px;overflow:hidden;display:block; }
#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { position:relative;display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { background-color: transparent; background-image: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .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); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { border-width: 0; border-radius: 0; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .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; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { border-top:5px solid #ca44bb;border-left:0;border-right:0;border-bottom:0 solid #ca44bb;background-color:#262626;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; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { background-color: transparent; background-image: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .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); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { border-width: 0; border-radius: 0; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { color:#fbfbfb;display:block;width:536px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.5px;left:332px;height:67.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { color:#fbfbfb;display:block;width:901px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.62939453125E-6px;left:139px;height:88.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { position:relative;display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { background-color: transparent; background-image: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .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); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { border-width: 0; border-radius: 0; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .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; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { color:#000000;display:block;width:234px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:38.999980926514px;left:965.99996948242px;height:41.6px;display:block; }
#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { position:relative;display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { background-color: transparent; background-image: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .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); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { border-width: 0; border-radius: 0; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .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; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { position:relative;display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { background-color: transparent; background-image: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .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); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { border-width: 0; border-radius: 0; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .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; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:39px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { position:relative;display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { background-color: transparent; background-image: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container > .video-iframe-container { display: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row > .video-iframe-container { display: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .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); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { border-width: 0; border-radius: 0; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .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; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(7,7,7,0.39);background-image:none;font-size:14px;font-family:arial;height:684px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { color:#000000;display:block;width:846.985px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:57.44482421875px;left:130px;height:24.7px;display:block; }
#JktAnm9L0BMOAETLxur7U5TuGCBEl4TB { z-index:15003;top:633.99999237061px;left:189px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;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:237px;height:41px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ra9LVTBcyhOH77fQGq7AVsGo6XklVk3y { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { z-index:15002;top:634.99999237061px;left:496.98751831055px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;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:240px;height:39px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JLJnFwWDsiyzEtS1FZeOtuDhP9acE1nx { z-index:15004;top:635px;left:811.77499389648px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;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:226px;height:39px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TkaJLxJZfKpl4HdTVy4DtJ1hk5ZuIun4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NItTiI67G0vfUqcDei6HNb5PcvkwoffU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:603px;width:1085px;top:12.437511444092px;left:74.487503051758px;overflow:hidden;display:block; }
#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { position:relative;display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { background-color: transparent; background-image: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .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); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { border-width: 0; border-radius: 0; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .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; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:144px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bBKGJpo5urwvxLAorqTE1Spyly56SQNz { color:#fafafa;display:block;width:333px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:32px;left:433px;height:104.2px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { top:29px;left:0px;width:764px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { top:71px;left:0px;width:764px;height:48px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { top:433px;left:0px;width:764px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { top:98px;left:0px;width:762px;height:286.84988452656px;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { top:24px;left:0px;width:764px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { top:9px;left:0px;width:230px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { top:24px;left:604px;width:160px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { top:24px;left:114px;width:536px;height:67px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { top:0px;left:0px;width:764px;height:88px;font-size:68px;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { top:38px;left:530px;width:234px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8Kr0W94z1QSTAWSq2behXlF94CSSfam { display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { top:57px;left:0px;width:764px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JktAnm9L0BMOAETLxur7U5TuGCBEl4TB { top:633px;left:0px;width:237px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9LVTBcyhOH77fQGq7AVsGo6XklVk3y { display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { top:634px;left:278.98751831055px;width:240px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block; }
 }@media only screen and (max-width: 763px) { #JLJnFwWDsiyzEtS1FZeOtuDhP9acE1nx { top:635px;left:538px;width:226px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #TkaJLxJZfKpl4HdTVy4DtJ1hk5ZuIun4 { display:block; }
 }@media only screen and (max-width: 763px) { #NItTiI67G0vfUqcDei6HNb5PcvkwoffU { top:12px;left:0px;width:764px;height:424.60092165899px;display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { top:32px;left:215px;width:333px;height:80px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c8d8a63-a42d-4ae6-b2b2-9379fc075d85/haitibeforeandafter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #755d63; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #755d63; }#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); } }@media only screen and (max-width: 763px) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { width:300px;height:26px;top:20px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { width:299.975px;height:36px;top:66px;left:10px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { width:299.975px;height:52px;top:261.6px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { width:319px;height:118px;top:122px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:320px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:320px;height:939px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { width:320px;height:67.6px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { width:191px;height:299px;top:107.6px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { width:113px;height:204px;top:734.58752441406px;left:207.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:320px;height:12px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { width:300px;height:31.2px;top:71.2px;left:10px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { width:300px;height:31.2px;top:20px;left:10px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { width:234px;height:41.6px;top:20px;left:43px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:320px;height:12px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8Kr0W94z1QSTAWSq2behXlF94CSSfam { display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { width:309px;height:20.8px;top:65.000019073486px;left:11px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JktAnm9L0BMOAETLxur7U5TuGCBEl4TB { top:217.837px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9LVTBcyhOH77fQGq7AVsGo6XklVk3y { display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { top:292.837px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block; }
 }@media only screen and (max-width: 763px) { #JLJnFwWDsiyzEtS1FZeOtuDhP9acE1nx { top:367.837px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TkaJLxJZfKpl4HdTVy4DtJ1hk5ZuIun4 { display:block; }
 }@media only screen and (max-width: 763px) { #NItTiI67G0vfUqcDei6HNb5PcvkwoffU { width:320px;height:177.84331797235px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { width:320px;height:90.8px;top:20px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }