.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { background-color: transparent; background-image: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container > .video-iframe-container { display: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container { display: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .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); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { border-width: 0; border-radius: 0; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#cuOkGZyEHcF5rq8BKsCBgkfwuiZtskMo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:128px;top:6px;left:8px;overflow:hidden;display:block; }
#vc90L5xuAAyTki5uMHrITXoPHzQ0q8oO { color:#000000;display:block;width:729px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5px;left:135.5px;height:130px;font-style:normal;display:block; }
#UUEb7U5tw1mKfXWayTIEB7Hh3QTQshK0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:129px;top:6px;left:8px;overflow:hidden;display:none; }
#AlnD3bm0ZFxO8z4gN44LO6E8DavXIV4O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:129px;top:6px;left:8px;overflow:hidden;display:none; }
#kn75PfSnR5ANX4tiXbtLuuaxZNVcxB1L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1041px;width:960px;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/bIJ4cAe4/day_1_dino_work_016.JPG");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:665px;width:960px;overflow:visible;position:relative;display:block; }#GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { position:absolute;display:block;z-index:15000;background-color:#2b323a;background-image:none;background-position:top left !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 10px 13px 32px rgba(0,0,0,0.21) ;height:624px;width:432px;top:14px;left:0px;display:block; }
#GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { position:absolute;display:block;z-index:15001;background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:00;border-bottom-right-radius:0;box-shadow: none;height:96px;width:432px;top:14px;left:0px;display:block; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-form-header {  }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:331px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text { border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;background-color:transparent;background-image:none;border-top:2px solid #53585e;border-left:2px solid #53585e;border-right:2px solid #53585e;border-bottom:2px solid #53585e;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:331px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-textarea { border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;background-color:transparent;background-image:none;border-top:2px solid #53585e;border-left:2px solid #53585e;border-right:2px solid #53585e;border-bottom:2px solid #53585e;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:331px;box-sizing:border-box;height:94px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:331px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-button { border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#f2f9ff;width:331px;height:45px;font-family:raleway;overflow:hidden; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW [class*="-text"]:-moz-placeholder { color:#cbcaca;font-family:raleway;font-size:14px;text-align:justify;text-align-last:initial;line-height:1.2; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW [class*="-text"]::-moz-placeholder { color:#cbcaca;font-family:raleway;font-size:14px;text-align:justify;text-align-last:initial;line-height:1.2; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW [class*="-text"]:-ms-input-placeholder { color:#cbcaca;font-family:raleway;font-size:14px;text-align:justify;text-align-last:initial;line-height:1.2; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW [class*="-text"]::-webkit-input-placeholder { color:#cbcaca;font-family:raleway;font-size:14px;text-align:justify;text-align-last:initial;line-height:1.2; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:315px;overflow:hidden;font-style:normal; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;width:100%;font-size:0;height:auto; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-container:first-of-type{padding-top:0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-container:last-of-type{padding-bottom:0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:331px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:226px;left:32px; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:331px;display:block;vertical-align:top; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW {display:block;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:331px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:182px;left:31px; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cAcxxlgnTZ2cBISin3NWt6WxaVEpBEcu { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cRtho7xk38e2dKRxJN8sq2X0psh3x4xW { position:relative;display:none; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #MVZ0RmyUmaEp5qt3yc045W0XlnyFFXdr { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #SBh165nswTtUJpVh3QXH83XtPAJnQIyE { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cImupN9I0sWNOX5WKpKx5OLoMuOHP1y2 { position:relative;display:none; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #uRkWbNO2yZI7NsotRnRkgDFaKQpbkGGD { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #TmsbFUNGyV7dVERbh6daJe2GrLSnTT3h { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #UEGGLmxf9SWUmtWcqOsxTaAIK2ybsMaP { position:relative;display:none; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #wiMMameVU5AEIvQ1H9ZQG7toIxPzddXk { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #JWwgipJfg8u5x3RtQ3q0Qdigi7twcEvL { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #oTqDyTbTXrzrnfgQZUBoiCeMwS6LWAJb { position:relative;display:none; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #AomUtmnrixZXh4h7mzkfkexTBgobGJlW { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #q1qxc8e4PFL2hAbwai5vcB3a12D5txpZ { position:relative; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #Ul35ETu76dG6B8P8eEcOfHoQdVLsm1ft { position:relative; }
#MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { color:#ffffff;display:block;width:423px;position:absolute;font-family:raleway;font-size:28px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31px;left:5px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { color:#ffffff;display:block;width:330px;position:absolute;font-family:raleway;font-size:21px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:143px;left:61px;height:27.2969px;font-style:normal;display:block; }
#bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { position:absolute;display:block;z-index:15007;background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:42px;top:268px;left:688px;display:block; }
#Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { color:#2d3238;display:block;width:448px;position:absolute;font-family:raleway;font-size:27px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77px;left:503px;height:35.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { color:#2d3238;display:block;width:408px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:285px;left:516px;height:34.1875px;font-style:normal;display:block; }
#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { color:#2d3238;display:block;width:410px;position:absolute;font-family:raleway;font-size:34px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:123px;left:522px;height:132.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ik94zp8miyPBKNiRhAgw4q6UTybGpRcW { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:368px;width:481px;top:58px;left:479px;display:block; }
#zwizUFdvXLZm7ZunPKhUed2FvPhmk3ea { color:#000000;display:block;width:441px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:347px;left:507px;height:39px;font-style:normal;display:block; }
#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre { position:relative;display:block; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre { background-color: transparent; background-image: none; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row .container > .video-iframe-container { display: none; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row > .video-iframe-container { display: none; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .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); }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre { border-width: 0; border-radius: 0; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .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; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .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:150px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NSooXOfNmMTsOLhDG0BVWHTu5QuEuTTA { color:#000000;display:block;width:901px;position:absolute;font-family:"open sans";font-size:34px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0px;left:29.5px;height:132.562px;text-align:center;text-align-last:center;display:block; }
#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container { background-color: transparent; background-image: none; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container > .video-iframe-container { display: none; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row > .video-iframe-container { display: none; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .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); }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container { border-width: 0; border-radius: 0; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container { font-size:14px;font-family:arial;height:525px;width:960px;position:relative;display:block; }#RD6mTPTt6qgze2VLsq5XTT3wxTUVrmiU { color:rgba(0,0,0,0.7);display:block;width:186px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:91px;left:120px;height:39.1875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mW61CT0a6T2ErgPMCcUEyebIHyWSG9IM { position:absolute;display:block;z-index:15007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:100px;top:100px;left:0px;display:block; }
#is69Q88ls85zQCt0M9xZi5gJlDbBt5OD { color:#000000;display:block;width:333px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:135px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gJcfCdhBsKxTFgXDVG8IAf0u0wa0CqIo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:287px;width:279px;top:222px;left:0px;overflow:hidden;display:block; }
#FhXDU8ePqbJTaLNEGD7fuaxd74HvX9wg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:92.5px;left:320px;overflow:hidden;display:block; }
#bVTLTuaxzkftw5QEkh59CoMMbrpfpVvE { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:121px;left:359.5px;height:84px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UfBuf8M2u3ba9maEPmQzwe4fuK1xpC8w { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:94px;left:359.5px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CuHwhHko6Iz9rplIwQE7LNBwCew2ArTM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:223px;left:320px;overflow:hidden;display:block; }
#yTEPgVvvPMbLqMA9XDE4tCUekIlGVF1Z { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:225px;left:360px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Th0l7sgBnPmfLXsTdrc0APq1KelvXHvM { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:256px;left:359.5px;height:63px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zk7BM3yaMdwP2lxquu5Ur3C1uTLTIFnN { color:rgba(0,0,0,0.5);display:block;width:224px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:309px;left:695px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zo8Wi48rQzBiqHJ9lD1hOpOEFklA2VwD { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:129px;left:695px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#frx0AmUFFUuJJ0xP3VyfdUAw712zAvvh { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:94px;left:694.5px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QiaVgQkzimdc0XF4kWUFrBaJrJ5TNtem { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:225px;left:695px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R4ey3QlCwmtyi40G2OUEkH6xhhABdTBV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:92.5px;left:655px;overflow:hidden;display:block; }
#hqb159xvaC54egm5g28rG3JdzuDOONGF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:223px;left:655px;overflow:hidden;display:block; }
#CiDfdbnV9TcpncMCUoFKQilxwdLsZ7G1 { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:273px;left:695px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container { background-color: transparent; background-image: none; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container > .video-iframe-container { display: none; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row > .video-iframe-container { display: none; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .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); }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container { border-width: 0; border-radius: 0; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container { font-size:14px;font-family:arial;height:2288px;width:960px;position:relative;display:block; }#mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/a53d4dd4-cb2a-4556-b9c1-0b10d5ec9695/9.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15000;top:501px;left:510px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.adaptive-delivery-prevent-bg, #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.lazyload, #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.lazyloading { background-image: none; }
#Fd41Knsr6uuyoTht20J4AzO2EPZ6pgn1 { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:538px;left:0px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#ebRB5TRV6NcNW2gR5hMxsiguOGTxGTno { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:610px;left:0px;height:54px;color:#333333;display:block; }
#TZvISHcMI5uwQInp4PQItbwAMkhwToiw { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:58px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2220px;left:331px;display:block; }
#hDxd7V82u50bfFzlqPyF5rUrV5oMKwDc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8bf0cd9f-4795-449f-82d8-99d1ceadaa26/IMG_1247.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15000;top:157.5px;left:0px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.adaptive-delivery-prevent-bg, #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.lazyload, #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.lazyloading { background-image: none; }
#ZBFKJGfX7tvprx4B0HVtK5Nhbn35doqF { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:176px;left:480px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#nnZaRduuy7ycAC4Hsn9poCUhQDmguHHW { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:241px;left:480px;height:54px;color:#333333;display:block; }
#zPOdAQwulKWMM4Q4pA4kpyqgwqIPBBtu { display:block;width:960px;position:absolute;font-family:raleway;font-size:48px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:124.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/46b86795-0b14-496d-9cc5-fe8c71c05038/IMG_3202.JPG");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15003;top:830px;left:0px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.adaptive-delivery-prevent-bg, #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.lazyload, #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.lazyloading { background-image: none; }
#wAfy8ksxXbb0LKNqbLoTK0QC8CpPOZy5 { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:914px;left:480px;height:54px;color:#333333;display:block; }
#ibhXUKOOcLXCT5JCrwis53WV2v8AEVTs { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:849px;left:480px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#cxXzzMVd8NMVhz2oBhaw77pUd9KbFFS3 { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1163px;left:0px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/d13781df-2fd5-4b98-ab5b-e020464bf13e/IMG_3253.JPG");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15003;top:1126px;left:510px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.adaptive-delivery-prevent-bg, #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.lazyload, #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.lazyloading { background-image: none; }
#nft79TsDmZxrJpDnlCTtJtcQSW8b6ukl { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1235px;left:0px;height:54px;color:#333333;display:block; }
#IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/28cecb39-47e5-4cdf-8d24-c246abef0ba1/IMG_3325.JPG");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15006;top:1466px;left:5px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.adaptive-delivery-prevent-bg, #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.lazyload, #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.lazyloading { background-image: none; }
#TiPZgxKoHT0G66WP7qODtQDEf05fyv3a { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1550px;left:485px;height:27px;color:#333333;display:block; }
#zRDzq0scsGwCzfQhWEJ9MMMw37TSt0x0 { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1485px;left:485px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#XTpO6ZxT11z1KggEU9tPQJi2RHAXCCaG { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1821px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e6d4fc9f-7bbe-4e08-9da6-8f0c088abea3/IMG_3364.JPG");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15006;top:1784px;left:510px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.adaptive-delivery-prevent-bg, #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.lazyload, #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.lazyloading { background-image: none; }
#TNxTdO3nUPNyWo6unWvv081UxZf0iwNh { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1893px;left:0px;height:54px;color:#333333;display:block; }
#HOf8Jp1UMwC0n2iHKPEtDQ0JgWXST2N1 { display:block;width:960px;position:absolute;font-family:raleway;font-size:38px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2112px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP { position:relative;display:block; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP { background-color: transparent; background-image: none; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row .container > .video-iframe-container { display: none; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row > .video-iframe-container { display: none; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .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); }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP { border-width: 0; border-radius: 0; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .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; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .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:850px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HEEJmyROvGvBX6ZHIF2snIqDKiJ9STCM { position:absolute;display:block;z-index:15000;height:788px;width:840px;top:0px;left:0px;display:block; }
#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { background-color: transparent; background-image: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container > .video-iframe-container { display: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container { display: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .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); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { border-width: 0; border-radius: 0; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { font-size:14px;font-family:arial;height:98px;width:960px;position:relative;display:block; }#J4IBpspsqFvvEhwzICf6LAruFnklWhiW { color:#2d3238;display:block;width:686px;position:absolute;font-family:raleway;font-size:47px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5px;left:0px;height:61.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container { background-color: transparent; background-image: none; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container > .video-iframe-container { display: none; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row > .video-iframe-container { display: none; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .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); }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container { border-width: 0; border-radius: 0; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container { font-size:14px;font-family:arial;height:609px;width:960px;position:relative;display:block; }#ONW2fapPwd5T3bi0GIUwvQcV3MZhMAyP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 10px 13px 32px rgba(0,0,0,0.21) ;height:529px;width:304px;top:80px;left:8px;display:block; }
#bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/sFAR0dNb/cache_896589593.png");background-position:center !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:196px;width:304px;top:80px;left:8px;display:block; }#bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO.adaptive-delivery-prevent-bg, #bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO.lazyload, #bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO.lazyloading { background-image: none; }
#ei6z6TUHbqiR5x6zyZzSMMpvVQFUxOGo { color:#2d3238;display:block;width:243px;position:absolute;font-family:raleway;font-size:16px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:358px;left:39px;height:103.984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTySIomngvg0TmhVdS1a7CH6rWfEw7XH { color:#5e93f6;display:block;width:201px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:314px;left:59.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqhhENoDGqTpPJOy3oZVHutaM07ZDVFc { background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat: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:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow: 4px 10px 32px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:56px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:513px;left:66px;display:block; }
#TMdMyrXBZ2FkbwP8sAy5FSNtJR8pOwOu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Db9BqZhX7LCvRWp16mBMA8ZNUC56p5FL { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 10px 13px 32px rgba(0,0,0,0.21) ;height:529px;width:304px;top:80px;left:328px;display:block; }
#unKNutH2eHKLiib1yiWttxXWLRmiLEfT { background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat: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:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow: 4px 10px 32px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:56px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:513px;left:386px;display:block; }
#di4TGvHBHG4k71Vs9gH5hxCnMcPcnmlg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WIuN3y9A9tfuLoXuBV3bqGv2G3MG6doe { color:#2d3238;display:block;width:243px;position:absolute;font-family:raleway;font-size:16px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:347.5px;left:358.5px;height:145.578px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGuL8eZ4CcJawVN46fsGacmFw1FRobl3 { color:#5e93f6;display:block;width:219px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:314px;left:370.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dCaE2bbf/cache_896589594.png");background-position:center !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:196px;width:304px;top:80px;left:328px;display:block; }#TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51.adaptive-delivery-prevent-bg, #TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51.lazyload, #TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51.lazyloading { background-image: none; }
#qFeavnnafETvkSzzuz1fTJTgLeG4sHfd { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 10px 13px 32px rgba(0,0,0,0.21) ;height:529px;width:304px;top:80px;left:648px;display:block; }
#sTqzn06aRE3r1Qf2OxROJTmyDIockquW { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1280/hands-people-woman-working.jpg");background-position:center !important;background-repeat: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:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:196px;width:304px;top:80px;left:648px;display:block; }#sTqzn06aRE3r1Qf2OxROJTmyDIockquW.adaptive-delivery-prevent-bg, #sTqzn06aRE3r1Qf2OxROJTmyDIockquW.lazyload, #sTqzn06aRE3r1Qf2OxROJTmyDIockquW.lazyloading { background-image: none; }
#BLLzQaAUNbT0N5q6E40Zo9CXKQ2ZVscN { color:#5e93f6;display:block;width:219px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:289px;left:690.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 { color:#2d3238;display:block;width:282px;position:absolute;font-family:raleway;font-size:16px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:348px;left:659px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 li:before{  }
#WW0Ze318ZmXGokPsQL10biwLPdNZasX6 { background-color:#5e93f6;background-image:none;background-position:top left !important;background-repeat: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:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow: 4px 10px 32px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:189px;height:56px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:528px;left:706px;display:block; }
#NP9kfSVGaTGqknV4qAZsdgBkbmmRM1PT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Rpguad81N02oK4Q4UQLWuax39986GoJk { color:#000000;display:block;width:355px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:603px;left:87px;height:65px;display:block; }
#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Kcd6Ns5d/03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.adaptive-delivery-prevent-bg, #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.lazyload, #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.lazyloading { background-image: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { background-color: transparent; background-image: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .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); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { border-width: 0; border-radius: 0; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#diygT3XxRrmP1fzLdiKtc29TPksid7Gd { color:#000000;display:block;width:398px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:64px;left:301.5px;height:27.2969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { display:block; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuOkGZyEHcF5rq8BKsCBgkfwuiZtskMo { width:128px;height:143px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vc90L5xuAAyTki5uMHrITXoPHzQ0q8oO { top:17px;left:0px;width:729px;height:130px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UUEb7U5tw1mKfXWayTIEB7Hh3QTQshK0 { width:129px;height:143px;top:6px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AlnD3bm0ZFxO8z4gN44LO6E8DavXIV4O { width:129px;height:143px;top:6px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kn75PfSnR5ANX4tiXbtLuuaxZNVcxB1L { width:764px;height:829px;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:432px;height:624px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:432px;height:96px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-regular-label { width:331px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-textarea { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-button { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-checkbox-label { width:315px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW  { width:331px;height:auto;top:226px;left:0px; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .radio-container { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW {display:block;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW { width:331px;height:394px;top:182px;left:0px; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cAcxxlgnTZ2cBISin3NWt6WxaVEpBEcu {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cRtho7xk38e2dKRxJN8sq2X0psh3x4xW { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #MVZ0RmyUmaEp5qt3yc045W0XlnyFFXdr {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #SBh165nswTtUJpVh3QXH83XtPAJnQIyE {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cImupN9I0sWNOX5WKpKx5OLoMuOHP1y2 { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #uRkWbNO2yZI7NsotRnRkgDFaKQpbkGGD {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #TmsbFUNGyV7dVERbh6daJe2GrLSnTT3h {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #UEGGLmxf9SWUmtWcqOsxTaAIK2ybsMaP { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #wiMMameVU5AEIvQ1H9ZQG7toIxPzddXk {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #JWwgipJfg8u5x3RtQ3q0Qdigi7twcEvL {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #oTqDyTbTXrzrnfgQZUBoiCeMwS6LWAJb { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #AomUtmnrixZXh4h7mzkfkexTBgobGJlW {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #q1qxc8e4PFL2hAbwai5vcB3a12D5txpZ {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #Ul35ETu76dG6B8P8eEcOfHoQdVLsm1ft {  }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:423px;height:36px;top:31px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { width:330px;height:27px;top:143px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { width:42px;height:2px;top:268px;left:590px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:448px;height:35px;top:77px;left:316px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:408px;height:34px;top:285px;left:356px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { width:410px;height:132px;top:123px;left:354px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ik94zp8miyPBKNiRhAgw4q6UTybGpRcW { top:58px;left:283px;width:481px;height:368px;display:block; }
 }@media only screen and (max-width: 763px) { #zwizUFdvXLZm7ZunPKhUed2FvPhmk3ea { top:347px;left:323px;width:441px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qioy8cqZNdHfVZf1dcLlFVJeU2usLFre { display:block; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSooXOfNmMTsOLhDG0BVWHTu5QuEuTTA { top:0px;left:0px;width:764px;height:132px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm { display:block; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD6mTPTt6qgze2VLsq5XTT3wxTUVrmiU { width:186px;height:40px;top:91px;left:68px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mW61CT0a6T2ErgPMCcUEyebIHyWSG9IM { width:100px;height:1px;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #is69Q88ls85zQCt0M9xZi5gJlDbBt5OD { width:333px;height:;top:135px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gJcfCdhBsKxTFgXDVG8IAf0u0wa0CqIo { width:279px;height:287px;top:222px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FhXDU8ePqbJTaLNEGD7fuaxd74HvX9wg { width:30px;height:30px;top:92px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #bVTLTuaxzkftw5QEkh59CoMMbrpfpVvE { width:265px;height:84px;top:121px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UfBuf8M2u3ba9maEPmQzwe4fuK1xpC8w { width:250px;height:27px;top:94px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #CuHwhHko6Iz9rplIwQE7LNBwCew2ArTM { width:30px;height:30px;top:223px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #yTEPgVvvPMbLqMA9XDE4tCUekIlGVF1Z { width:250px;height:0;top:225px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #Th0l7sgBnPmfLXsTdrc0APq1KelvXHvM { width:265px;height:63px;top:256px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zk7BM3yaMdwP2lxquu5Ur3C1uTLTIFnN { width:224px;height:21px;top:309px;left:530px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zo8Wi48rQzBiqHJ9lD1hOpOEFklA2VwD { width:265px;height:21px;top:129px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #frx0AmUFFUuJJ0xP3VyfdUAw712zAvvh { width:250px;height:0;top:94px;left:497px;display:block; }
 }@media only screen and (max-width: 763px) { #QiaVgQkzimdc0XF4kWUFrBaJrJ5TNtem { width:250px;height:0;top:225px;left:497px;display:block; }
 }@media only screen and (max-width: 763px) { #R4ey3QlCwmtyi40G2OUEkH6xhhABdTBV { width:30px;height:30px;top:92px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #hqb159xvaC54egm5g28rG3JdzuDOONGF { width:30px;height:30px;top:223px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #CiDfdbnV9TcpncMCUoFKQilxwdLsZ7G1 { width:265px;height:21px;top:273px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ganhzcSNTIyPxGECguD5L3DC7Ik7le6z { display:block; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container { width:764px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm { width:361px;height:239px;top:0px;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.adaptive-delivery-prevent-bg, #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.lazyload, #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fd41Knsr6uuyoTht20J4AzO2EPZ6pgn1 { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ebRB5TRV6NcNW2gR5hMxsiguOGTxGTno { width:372px;height:108px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TZvISHcMI5uwQInp4PQItbwAMkhwToiw { width:257px;height:58px;top:0px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #hDxd7V82u50bfFzlqPyF5rUrV5oMKwDc { display:block; }
 }@media only screen and (max-width: 763px) { #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m { width:361px;height:239px;top:0px;left:0px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.adaptive-delivery-prevent-bg, #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.lazyload, #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZBFKJGfX7tvprx4B0HVtK5Nhbn35doqF { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #nnZaRduuy7ycAC4Hsn9poCUhQDmguHHW { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #zPOdAQwulKWMM4Q4pA4kpyqgwqIPBBtu { width:764px;height:124px;top:0px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy { width:361px;height:239px;top:0px;left:0px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.adaptive-delivery-prevent-bg, #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.lazyload, #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wAfy8ksxXbb0LKNqbLoTK0QC8CpPOZy5 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ibhXUKOOcLXCT5JCrwis53WV2v8AEVTs { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #cxXzzMVd8NMVhz2oBhaw77pUd9KbFFS3 { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg { width:361px;height:239px;top:0px;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.adaptive-delivery-prevent-bg, #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.lazyload, #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nft79TsDmZxrJpDnlCTtJtcQSW8b6ukl { width:372px;height:108px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ { width:361px;height:239px;top:0px;left:0px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.adaptive-delivery-prevent-bg, #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.lazyload, #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TiPZgxKoHT0G66WP7qODtQDEf05fyv3a { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #zRDzq0scsGwCzfQhWEJ9MMMw37TSt0x0 { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #XTpO6ZxT11z1KggEU9tPQJi2RHAXCCaG { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI { width:361px;height:239px;top:0px;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.adaptive-delivery-prevent-bg, #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.lazyload, #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TNxTdO3nUPNyWo6unWvv081UxZf0iwNh { width:372px;height:108px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HOf8Jp1UMwC0n2iHKPEtDQ0JgWXST2N1 { width:764px;height:;top:2112px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP { display:block; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEEJmyROvGvBX6ZHIF2snIqDKiJ9STCM { top:0px;left:0px;width:764px;height:788px;display:block; }
 }@media only screen and (max-width: 763px) { #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { display:block; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IBpspsqFvvEhwzICf6LAruFnklWhiW { width:686px;height:61px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U { display:block; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONW2fapPwd5T3bi0GIUwvQcV3MZhMAyP { width:304px;height:529px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO { width:304px;height:196px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ei6z6TUHbqiR5x6zyZzSMMpvVQFUxOGo { width:243px;height:125px;top:358px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #HTySIomngvg0TmhVdS1a7CH6rWfEw7XH { width:201px;height:26px;top:314px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hqhhENoDGqTpPJOy3oZVHutaM07ZDVFc { width:189px;height:56px;top:513px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #TMdMyrXBZ2FkbwP8sAy5FSNtJR8pOwOu { display:block; }
 }@media only screen and (max-width: 763px) { #Db9BqZhX7LCvRWp16mBMA8ZNUC56p5FL { width:304px;height:529px;top:80px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #unKNutH2eHKLiib1yiWttxXWLRmiLEfT { width:189px;height:56px;top:513px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #di4TGvHBHG4k71Vs9gH5hxCnMcPcnmlg { display:block; }
 }@media only screen and (max-width: 763px) { #WIuN3y9A9tfuLoXuBV3bqGv2G3MG6doe { width:243px;height:146px;top:347px;left:259.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DGuL8eZ4CcJawVN46fsGacmFw1FRobl3 { width:219px;height:26px;top:314px;left:271.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51 { width:304px;height:196px;top:80px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #qFeavnnafETvkSzzuz1fTJTgLeG4sHfd { width:304px;height:529px;top:80px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #sTqzn06aRE3r1Qf2OxROJTmyDIockquW { width:304px;height:196px;top:80px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #BLLzQaAUNbT0N5q6E40Zo9CXKQ2ZVscN { width:219px;height:52px;top:289px;left:525.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 { width:282px;height:;top:348px;left:480px;display:block; }#GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 li:before{  }
 }@media only screen and (max-width: 763px) { #WW0Ze318ZmXGokPsQL10biwLPdNZasX6 { width:189px;height:56px;top:528px;left:541px;display:block; }
 }@media only screen and (max-width: 763px) { #NP9kfSVGaTGqknV4qAZsdgBkbmmRM1PT { display:block; }
 }@media only screen and (max-width: 763px) { #Rpguad81N02oK4Q4UQLWuax39986GoJk { top:603px;left:0px;width:355px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { display:block; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diygT3XxRrmP1fzLdiKtc29TPksid7Gd { top:64px;left:203.5px;width:398px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { display:block; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuOkGZyEHcF5rq8BKsCBgkfwuiZtskMo { width:35px;height:40px;top:28px;left:7px;display:none; }
 }@media only screen and (max-width: 763px) { #vc90L5xuAAyTki5uMHrITXoPHzQ0q8oO { width:320px;height:20.7969px;top:201px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UUEb7U5tw1mKfXWayTIEB7Hh3QTQshK0 { width:37px;height:40px;top:133px;left:268.5px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #AlnD3bm0ZFxO8z4gN44LO6E8DavXIV4O { width:37px;height:40px;top:90px;left:85.5px;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #kn75PfSnR5ANX4tiXbtLuuaxZNVcxB1L { top:0px;left:68px;width:184px;height:201px;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:687px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:320px;height:611px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:320px;height:96px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW  { width:280px;height:auto;top:215px;left:0px; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW {display:block;}#rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW { width:280px;height:auto;top:215px;left:0px; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cAcxxlgnTZ2cBISin3NWt6WxaVEpBEcu {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cRtho7xk38e2dKRxJN8sq2X0psh3x4xW { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #MVZ0RmyUmaEp5qt3yc045W0XlnyFFXdr {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #SBh165nswTtUJpVh3QXH83XtPAJnQIyE {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #cImupN9I0sWNOX5WKpKx5OLoMuOHP1y2 { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #uRkWbNO2yZI7NsotRnRkgDFaKQpbkGGD {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #TmsbFUNGyV7dVERbh6daJe2GrLSnTT3h {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #UEGGLmxf9SWUmtWcqOsxTaAIK2ybsMaP { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #wiMMameVU5AEIvQ1H9ZQG7toIxPzddXk {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #JWwgipJfg8u5x3RtQ3q0Qdigi7twcEvL {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #oTqDyTbTXrzrnfgQZUBoiCeMwS6LWAJb { display:none; }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #AomUtmnrixZXh4h7mzkfkexTBgobGJlW {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #q1qxc8e4PFL2hAbwai5vcB3a12D5txpZ {  }
 }@media only screen and (max-width: 763px) { #rxXU4GTeQWt2iBDrKeLmU64AfuwsIVcW #Ul35ETu76dG6B8P8eEcOfHoQdVLsm1ft {  }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:320px;height:20.7969px;top:50px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { width:194px;height:41.5938px;top:147px;left:63px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { width:42px;height:2px;top:874px;left:182px;display:none; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:305px;height:66px;top:910px;left:8px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:267px;height:20px;top:945px;left:26px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { width:320px;height:90px;top:985px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #ik94zp8miyPBKNiRhAgw4q6UTybGpRcW { width:320px;height:368px;top:58px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zwizUFdvXLZm7ZunPKhUed2FvPhmk3ea { width:320px;height:auto;top:347px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #qioy8cqZNdHfVZf1dcLlFVJeU2usLFre { display:block; }#qioy8cqZNdHfVZf1dcLlFVJeU2usLFre > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSooXOfNmMTsOLhDG0BVWHTu5QuEuTTA { width:320px;height:291.156px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm { display:block; }#UxpEsOw6UdKfiZUI6cQaipTRLFNyGUNm > .row .container { width:320px;height:1550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD6mTPTt6qgze2VLsq5XTT3wxTUVrmiU { width:153px;height:44.7812px;top:77px;left:124px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mW61CT0a6T2ErgPMCcUEyebIHyWSG9IM { width:100px;height:1px;top:86px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #is69Q88ls85zQCt0M9xZi5gJlDbBt5OD { width:234px;height:46.7812px;top:153px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJcfCdhBsKxTFgXDVG8IAf0u0wa0CqIo { width:279px;height:287px;top:208px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FhXDU8ePqbJTaLNEGD7fuaxd74HvX9wg { width:30px;height:30px;top:565px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #bVTLTuaxzkftw5QEkh59CoMMbrpfpVvE { width:265px;height:96px;top:662px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfBuf8M2u3ba9maEPmQzwe4fuK1xpC8w { width:250px;height:27px;top:615px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHwhHko6Iz9rplIwQE7LNBwCew2ArTM { width:30px;height:30px;top:772.5px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #yTEPgVvvPMbLqMA9XDE4tCUekIlGVF1Z { width:250px;height:27px;top:774px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Th0l7sgBnPmfLXsTdrc0APq1KelvXHvM { width:265px;height:72px;top:821px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zk7BM3yaMdwP2lxquu5Ur3C1uTLTIFnN { width:265px;height:24px;top:980px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zo8Wi48rQzBiqHJ9lD1hOpOEFklA2VwD { width:265px;height:48px;top:1139px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frx0AmUFFUuJJ0xP3VyfdUAw712zAvvh { width:250px;height:27px;top:1092px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiaVgQkzimdc0XF4kWUFrBaJrJ5TNtem { width:250px;height:27px;top:1251px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4ey3QlCwmtyi40G2OUEkH6xhhABdTBV { width:30px;height:30px;top:1042px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #hqb159xvaC54egm5g28rG3JdzuDOONGF { width:30px;height:30px;top:1201px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #CiDfdbnV9TcpncMCUoFKQilxwdLsZ7G1 { width:265px;height:48px;top:1298px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ganhzcSNTIyPxGECguD5L3DC7Ik7le6z { display:block; }#ganhzcSNTIyPxGECguD5L3DC7Ik7le6z > .row .container { width:320px;height:2899px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSaJrTaSXc8OqIUtQXb8sJ5oymFodPbm { width:300px;height:157px;top:541px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd41Knsr6uuyoTht20J4AzO2EPZ6pgn1 { width:300px;height:31.1875px;top:720px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ebRB5TRV6NcNW2gR5hMxsiguOGTxGTno { width:300px;height:67.5px;top:755px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TZvISHcMI5uwQInp4PQItbwAMkhwToiw { width:257px;height:58px;top:871px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hDxd7V82u50bfFzlqPyF5rUrV5oMKwDc { display:block; }
 }@media only screen and (max-width: 763px) { #M1sPB7deesSoTfAwaoaTuCcntuy6Lg1m { width:300px;height:157px;top:201px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBFKJGfX7tvprx4B0HVtK5Nhbn35doqF { width:300px;height:31.1875px;top:380px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nnZaRduuy7ycAC4Hsn9poCUhQDmguHHW { width:300px;height:67.5px;top:414px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zPOdAQwulKWMM4Q4pA4kpyqgwqIPBBtu { width:300px;height:168px;top:32px;left:10px;text-align:center;text-align-last:center;font-size:35px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eCd2nTAuVqavfb3DrJZDvZsXNhr6fUIy { width:320px;height:300px;top:949px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wAfy8ksxXbb0LKNqbLoTK0QC8CpPOZy5 { width:320px;height:45px;top:1320px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ibhXUKOOcLXCT5JCrwis53WV2v8AEVTs { width:320px;height:31.1875px;top:1269px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cxXzzMVd8NMVhz2oBhaw77pUd9KbFFS3 { width:320px;height:31.1875px;top:1384px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OyFWtdEN7TU3XJTHpykKJaoLX62bWJeg { width:320px;height:300px;top:1499px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nft79TsDmZxrJpDnlCTtJtcQSW8b6ukl { width:320px;height:45px;top:1435px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IKOV4zwfuzelBDxBQ9A6TJltpTzkB9kJ { width:320px;height:300px;top:1819px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TiPZgxKoHT0G66WP7qODtQDEf05fyv3a { width:320px;height:45px;top:2190px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zRDzq0scsGwCzfQhWEJ9MMMw37TSt0x0 { width:320px;height:31.1875px;top:2139px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XTpO6ZxT11z1KggEU9tPQJi2RHAXCCaG { width:320px;height:31.1875px;top:2254px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wtyDLXbiBP6ZMPTu3PlasbfKAzmtMWcI { width:320px;height:300px;top:2369px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TNxTdO3nUPNyWo6unWvv081UxZf0iwNh { width:320px;height:45px;top:2305px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HOf8Jp1UMwC0n2iHKPEtDQ0JgWXST2N1 { width:320px;height:191.953px;top:2689px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP { display:block; }#VAJW7f08LP4c9Toy1BLBbRlAtCB1nGhP > .row .container { width:320px;height:940px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEEJmyROvGvBX6ZHIF2snIqDKiJ9STCM { width:320px;height:788px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { display:block; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IBpspsqFvvEhwzICf6LAruFnklWhiW { width:320px;height:78px;top:16.5px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U { display:block; }#pHNoTmZHvHzooZ6mfNaTdz7czGisgv6U > .row .container { width:320px;height:1743px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONW2fapPwd5T3bi0GIUwvQcV3MZhMAyP { width:304px;height:529px;top:48px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #bsi6vC7AhEvk4cBUf2lUU3vbLL7FH0SO { width:304px;height:196px;top:48px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ei6z6TUHbqiR5x6zyZzSMMpvVQFUxOGo { width:243px;height:103.984px;top:329px;left:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTySIomngvg0TmhVdS1a7CH6rWfEw7XH { width:96px;height:52px;top:283px;left:113px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqhhENoDGqTpPJOy3oZVHutaM07ZDVFc { width:189px;height:56px;top:481px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #TMdMyrXBZ2FkbwP8sAy5FSNtJR8pOwOu { display:block; }
 }@media only screen and (max-width: 763px) { #Db9BqZhX7LCvRWp16mBMA8ZNUC56p5FL { width:304px;height:529px;top:607px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #unKNutH2eHKLiib1yiWttxXWLRmiLEfT { width:189px;height:56px;top:1038px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #di4TGvHBHG4k71Vs9gH5hxCnMcPcnmlg { display:block; }
 }@media only screen and (max-width: 763px) { #WIuN3y9A9tfuLoXuBV3bqGv2G3MG6doe { width:243px;height:145.578px;top:886px;left:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGuL8eZ4CcJawVN46fsGacmFw1FRobl3 { width:96px;height:52px;top:840px;left:113px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKGZXlIeUGsxQLcIspZQ0W62FTZyqC51 { width:304px;height:196px;top:607px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #qFeavnnafETvkSzzuz1fTJTgLeG4sHfd { width:304px;height:364px;top:1358px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #sTqzn06aRE3r1Qf2OxROJTmyDIockquW { width:304px;height:196px;top:1162px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #BLLzQaAUNbT0N5q6E40Zo9CXKQ2ZVscN { width:219px;height:41.5938px;top:1390px;left:50px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 { width:282px;height:165.578px;top:1445px;left:15px;text-align:center;text-align-last:center;font-size:16px;display:block; }#GRWSmRd2ipGAZANBzGo5wkN3b1yWf8G1 li:before{  }
 }@media only screen and (max-width: 763px) { #WW0Ze318ZmXGokPsQL10biwLPdNZasX6 { width:189px;height:56px;top:1625px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #NP9kfSVGaTGqknV4qAZsdgBkbmmRM1PT { display:block; }
 }@media only screen and (max-width: 763px) { #Rpguad81N02oK4Q4UQLWuax39986GoJk { width:320px;height:65px;top:1810px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { display:block; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { width:320px;height:5px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diygT3XxRrmP1fzLdiKtc29TPksid7Gd { width:320px;height:27px;top:20px;left:0px;text-align:center;text-align-last:center;display:none; }
 }