.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4d6d9;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; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container { background-color: transparent; background-image: none; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container > .video-iframe-container { display: none; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row > .video-iframe-container { display: none; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .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); }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container { border-width: 0; border-radius: 0; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#SgGPw1WBwucZfBZbvn5kVQlmULOIugp5 { display:block;width:333px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:46.09375px;left:590px;height:37.7969px;color:#ffffff;font-style:normal;display:block; }
#spgz2wcLfsTxZaeMPgtTVCHyXC4MKoBs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:177px;top:25px;left:24.734375px;overflow:hidden;display:block; }
#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I { background-color:#a493c2;background-image:url("https://images.assets-landingi.com/uc/dd905073-4453-4893-bfea-6fa4297935b6/Final14.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.adaptive-delivery-prevent-bg, #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.lazyload, #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.lazyloading { background-image: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { background-color: transparent; background-image: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container > .video-iframe-container { display: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row > .video-iframe-container { display: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .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); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { border-width: 0; border-radius: 0; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { font-size:14px;font-family:arial;height:779px;width:960px;overflow:visible;position:relative;display:block; }#hPif0E2Pl1lKibC1THrMPOhhWmUkJnkh { display:block;width:544px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:219px;left:31px;height:171.562px;color:#ffffff;font-style:normal;display:block; }
#wTCFqEDHc68MMB2bACZSzwK0QXw9TpTW { display:block;width:580px;position:absolute;font-family:lato;font-size:35px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:160px;left:31px;height:45.5px;color:#ffffff;font-style:normal;display:block; }
#GPnC5CNSNPvQ4FeVsggXRmckSDreX0ea { box-sizing:content-box;height:357px;width:642px;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0.5);background-image:none;top:123px;left:0px;display:block; }
#ZaHafBA8gtOlCU0OQ2FKlLOxT87aPcaD { background-color:#007b44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:304px;height:40px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:390px;left:31px;display:block; }
#cSxrsWHtpzdEKPgJ1QAM9RsIL0wXSsgl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container { background-color: transparent; background-image: none; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container > .video-iframe-container { display: none; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row > .video-iframe-container { display: none; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .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); }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container { border-width: 0; border-radius: 0; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container { font-size:14px;font-family:arial;height:95px;width:960px;position:relative;display:block; }#XntvE4OM0HvnmkbVB69UncZmTUzwZGQv { display:block;width:960px;position:absolute;font-family:lato;font-size:42px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:20.1953125px;left:0px;height:54.5938px;text-align:center;text-align-last:center;color:#2b3a67;font-style:normal;display:block; }
#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container { background-color: transparent; background-image: none; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container > .video-iframe-container { display: none; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row > .video-iframe-container { display: none; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .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); }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container { border-width: 0; border-radius: 0; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container { font-size:14px;font-family:arial;height:533px;width:960px;position:relative;display:block; }#CCiUS7cdlcSrAqO0Vzsb2KhQLr0kCcwU { display:block;width:218px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:67.609375px;left:11px;height:304.18px;color:#2f3061;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmCoXT4utG0EWRS4dFfJqIuMFbFdrXzl { display:block;width:215px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:67.609375px;left:252.5px;height:444.57px;color:#2f3061;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJSkeUoDzaeQTwbnxTi8Jn7B2bJSPghy { display:block;width:225px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:67.609375px;left:487.5px;height:374.375px;color:#2f3061;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tz9TnCs683x6acpHrVzTtmUiOSbhxfUb { display:block;width:219px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:63px;left:730.5px;height:327.578px;color:#2f3061;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZDP8OP8yTOiFxWEf3KNI4u0Sk8F30U6 { 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;height:54px;width:188px;top:0px;left:23px;overflow:hidden;display:block; }
#V77QshDvIJQHgq3gg2sR6cKItP0mFWlh { 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;height:54px;width:188px;top:0px;left:263px;overflow:hidden;display:block; }
#Fkc1ikNNExum3t4xWtXd3GggOLv5NrzO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:54px;width:188px;top:0px;left:510px;overflow:hidden;display:block; }
#DnM2IdqfNm6w6L4wlTmTlqhmsrwuMA0e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:54px;width:188px;top:0px;left:750px;overflow:hidden;display:block; }
#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd905073-4453-4893-bfea-6fa4297935b6/Final14.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.adaptive-delivery-prevent-bg, #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.lazyload, #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.lazyloading { background-image: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { background-color: transparent; background-image: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container > .video-iframe-container { display: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row > .video-iframe-container { display: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .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); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { border-width: 0; border-radius: 0; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { font-size:14px;font-family:arial;height:649px;width:960px;overflow:visible;position:relative;display:block; }#wp9JorwRiZwm2gQWuMnCRqRlTrW86Mxu { display:block;width:496px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:189.34375px;left:31px;height:400.312px;color:#ffffff;font-style:normal;display:block; }
#se67J4yFpGBAXddQcIPxaPNMo6ugczIE { display:block;width:467px;position:absolute;font-family:lato;font-size:35px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:82px;left:31px;height:91px;color:#ffffff;font-style:normal;display:block; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-form-header {  }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-regular-label { height:auto;display:block;font-family:lato;font-size:15px;font-weight:300;color:rgba(255,255,255,0.5);width:352px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:352px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .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; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#c71b00;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:24px;font-weight:700;color:#f2f9ff;width:352px;height:60px;font-family:lato;overflow:hidden;font-style:normal; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .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:lato;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:336px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .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; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-container:first-of-type{padding-top:0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-container:last-of-type{padding-bottom:0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:201px;left:561px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:352px;display:block;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl {display:block;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:352px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:201px;left:561px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #dq7ffZyahulqDxXEW3ASp1XhKDoUx5ZE { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #olXQhy9r5HtkrEwsZxo3HWbDCBPXF8MD { position:relative;display:none; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #HqtxTD4d6yQ0TGVLh5kTxL5SFuIbBM7i { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #nnXyo4UbyOaoPxxsPh72hkzJCt5hAPaD { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #LQl4fhHBu4ysONMP7LFs1AZPWul9HlMZ { position:relative;display:none; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #KhKP7zU1g1pv3EQFBIoC9TWQkTDdT5r2 { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #D2zhaxk37rt2WqiFgin0a23RBMApfGTO { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #M94B50P2xbVrgDAC0Qx4NhHZFvkEEIX7 { position:relative;display:none; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #ffiEqX17LNBcB5eDkycLS5KI79No7waQ { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #Uzhc1Fe5lTAiVw7ETfqBuhnB6dRMvvzp { position:relative; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #pfVonTgbgabhMkoX2JTzzzkUU0K1wNZM { position:relative; }
#cr65cEAOSZUVXT9Qc6zQEPtHySw0BGkD { box-sizing:content-box;height:291px;width:406px;position:absolute;display:block;z-index:15016;background-color:#007b44;background-image:none;top:189px;left:554px;display:block; }
#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container { background-color: transparent; background-image: none; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container > .video-iframe-container { display: none; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row > .video-iframe-container { display: none; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .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); }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container { border-width: 0; border-radius: 0; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container { font-size:14px;font-family:arial;height:162px;width:960px;position:relative;display:block; }#Jke1wuD4rvJzay7JPLhsDUPcXEr1vQl3 { display:block;width:573px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:93px;left:193.5px;height:18.1953px;color:#2b3a67;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXOzBssBlcdTSfPvNikAZXB61DOs3vpd { 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;height:64px;width:140px;top:19px;left:410px;overflow:hidden;display:block; }
#Vq1DvoK4awK4RyrVLeWcOPGysIGAaAVE { position:absolute;display:block;z-index:15009;height:31px;width:129px;top:131px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV { display:block; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgGPw1WBwucZfBZbvn5kVQlmULOIugp5 { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #spgz2wcLfsTxZaeMPgtTVCHyXC4MKoBs { top:25px;left:0px;width:177px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I { display:block; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPif0E2Pl1lKibC1THrMPOhhWmUkJnkh { width:300px;height:46px;top:181px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wTCFqEDHc68MMB2bACZSzwK0QXw9TpTW { width:365px;height:46px;top:15px;left:399px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #GPnC5CNSNPvQ4FeVsggXRmckSDreX0ea { top:123px;left:0px;width:642px;height:357px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaHafBA8gtOlCU0OQ2FKlLOxT87aPcaD { width:304px;height:40px;top:390px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cSxrsWHtpzdEKPgJ1QAM9RsIL0wXSsgl { display:block; }
 }@media only screen and (max-width: 763px) { #teMSTORENL0oNVqwUT7BrQHgF5apb7Nx { display:block; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XntvE4OM0HvnmkbVB69UncZmTUzwZGQv { width:764px;height:54px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy { display:block; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCiUS7cdlcSrAqO0Vzsb2KhQLr0kCcwU { width:218px;height:280px;top:67px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lmCoXT4utG0EWRS4dFfJqIuMFbFdrXzl { width:215px;height:397px;top:67px;left:167px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TJSkeUoDzaeQTwbnxTi8Jn7B2bJSPghy { width:225px;height:327px;top:67px;left:348px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9TnCs683x6acpHrVzTtmUiOSbhxfUb { width:219px;height:304px;top:63px;left:545px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDP8OP8yTOiFxWEf3KNI4u0Sk8F30U6 { top:0px;left:0px;width:188px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #V77QshDvIJQHgq3gg2sR6cKItP0mFWlh { top:0px;left:191px;width:188px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Fkc1ikNNExum3t4xWtXd3GggOLv5NrzO { top:0px;left:385px;width:188px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #DnM2IdqfNm6w6L4wlTmTlqhmsrwuMA0e { top:0px;left:576px;width:188px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw { display:block; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp9JorwRiZwm2gQWuMnCRqRlTrW86Mxu { width:300px;height:46px;top:181px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #se67J4yFpGBAXddQcIPxaPNMo6ugczIE { width:365px;height:46px;top:15px;left:399px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-regular-label { width:320px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-textarea { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-button { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-checkbox-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl  { width:320px;height:auto;top:-40px;left:0px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .radio-container { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl {display:block;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl { width:320px;height:auto;top:-40px;left:0px; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #dq7ffZyahulqDxXEW3ASp1XhKDoUx5ZE {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #olXQhy9r5HtkrEwsZxo3HWbDCBPXF8MD { display:block; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #HqtxTD4d6yQ0TGVLh5kTxL5SFuIbBM7i {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #nnXyo4UbyOaoPxxsPh72hkzJCt5hAPaD {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #LQl4fhHBu4ysONMP7LFs1AZPWul9HlMZ {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #KhKP7zU1g1pv3EQFBIoC9TWQkTDdT5r2 {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #D2zhaxk37rt2WqiFgin0a23RBMApfGTO {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #M94B50P2xbVrgDAC0Qx4NhHZFvkEEIX7 { display:block; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #ffiEqX17LNBcB5eDkycLS5KI79No7waQ {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #Uzhc1Fe5lTAiVw7ETfqBuhnB6dRMvvzp {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #pfVonTgbgabhMkoX2JTzzzkUU0K1wNZM {  }
 }@media only screen and (max-width: 763px) { #cr65cEAOSZUVXT9Qc6zQEPtHySw0BGkD { top:189px;left:358px;width:406px;height:291px;display:block; }
 }@media only screen and (max-width: 763px) { #yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv { display:block; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jke1wuD4rvJzay7JPLhsDUPcXEr1vQl3 { width:365px;height:46px;top:15px;left:399px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #rXOzBssBlcdTSfPvNikAZXB61DOs3vpd { top:19px;left:312px;width:140px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1DvoK4awK4RyrVLeWcOPGysIGAaAVE { top:131px;left:0px;width:129px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV { display:block; }#ImUwx6FSvCNUSg3VWFgK0bp2cFzPEIOV > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgGPw1WBwucZfBZbvn5kVQlmULOIugp5 { width:224px;height:25.1953px;top:35px;left:48px;text-align:center;text-align-last:center;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #spgz2wcLfsTxZaeMPgtTVCHyXC4MKoBs { width:177px;height:80px;top:73.375px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd905073-4453-4893-bfea-6fa4297935b6/Final14.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.adaptive-delivery-prevent-bg, #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.lazyload, #gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I.lazyloading { background-image: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { background-color: transparent; background-image: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container > .video-iframe-container { display: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row > .video-iframe-container { display: none; }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .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); }#gOn7TgqDsiWLHUw8AiLXZw7eRCGCGc3I > .row .container { height:427px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPif0E2Pl1lKibC1THrMPOhhWmUkJnkh { width:294px;height:187.125px;top:136.453125px;left:13px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wTCFqEDHc68MMB2bACZSzwK0QXw9TpTW { width:293px;height:83.1875px;top:26.890625px;left:13.5px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GPnC5CNSNPvQ4FeVsggXRmckSDreX0ea { width:320px;height:425px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaHafBA8gtOlCU0OQ2FKlLOxT87aPcaD { width:304px;height:40px;top:353px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #cSxrsWHtpzdEKPgJ1QAM9RsIL0wXSsgl { display:block; }
 }@media only screen and (max-width: 763px) { #teMSTORENL0oNVqwUT7BrQHgF5apb7Nx { display:block; }#teMSTORENL0oNVqwUT7BrQHgF5apb7Nx > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XntvE4OM0HvnmkbVB69UncZmTUzwZGQv { width:290px;height:83.1875px;top:26px;left:15px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy { display:block; }#sfvSQUJI7JW3UqUogKnzR3R40C4DVcVy > .row .container { width:320px;height:1661px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCiUS7cdlcSrAqO0Vzsb2KhQLr0kCcwU { width:284px;height:286px;top:70px;left:18px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lmCoXT4utG0EWRS4dFfJqIuMFbFdrXzl { width:280px;height:390px;top:451px;left:20px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TJSkeUoDzaeQTwbnxTi8Jn7B2bJSPghy { width:286px;height:338px;top:936px;left:17px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9TnCs683x6acpHrVzTtmUiOSbhxfUb { width:294px;height:260px;top:1366px;left:13px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDP8OP8yTOiFxWEf3KNI4u0Sk8F30U6 { width:188px;height:54px;top:13px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #V77QshDvIJQHgq3gg2sR6cKItP0mFWlh { width:188px;height:54px;top:394px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #Fkc1ikNNExum3t4xWtXd3GggOLv5NrzO { width:188px;height:54px;top:878px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #DnM2IdqfNm6w6L4wlTmTlqhmsrwuMA0e { width:188px;height:54px;top:1308px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd905073-4453-4893-bfea-6fa4297935b6/Final14.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.adaptive-delivery-prevent-bg, #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.lazyload, #Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw.lazyloading { background-image: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { background-color: transparent; background-image: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,10,13,0.52); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container > .video-iframe-container { display: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,10,13,0.52); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row > .video-iframe-container { display: none; }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .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); }#Rsb98xA2Uldqp4XsvSDgbAenLNX7Aftw > .row .container { height:902px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp9JorwRiZwm2gQWuMnCRqRlTrW86Mxu { width:294px;height:374.25px;top:171.766px;left:13px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #se67J4yFpGBAXddQcIPxaPNMo6ugczIE { width:293px;height:124.781px;top:27px;left:13px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl  { width:280px;height:auto;top:582.015625px;left:0px; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl {display:block;}#Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl { width:280px;height:auto;top:582.015625px;left:0px; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #dq7ffZyahulqDxXEW3ASp1XhKDoUx5ZE {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #olXQhy9r5HtkrEwsZxo3HWbDCBPXF8MD { display:none; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #HqtxTD4d6yQ0TGVLh5kTxL5SFuIbBM7i {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #nnXyo4UbyOaoPxxsPh72hkzJCt5hAPaD {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #LQl4fhHBu4ysONMP7LFs1AZPWul9HlMZ { display:none; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #KhKP7zU1g1pv3EQFBIoC9TWQkTDdT5r2 {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #D2zhaxk37rt2WqiFgin0a23RBMApfGTO {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #M94B50P2xbVrgDAC0Qx4NhHZFvkEEIX7 { display:none; }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #ffiEqX17LNBcB5eDkycLS5KI79No7waQ {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #Uzhc1Fe5lTAiVw7ETfqBuhnB6dRMvvzp {  }
 }@media only screen and (max-width: 763px) { #Kn5wtVN6ol0rSdtp2w6IsStw521dNeKl #pfVonTgbgabhMkoX2JTzzzkUU0K1wNZM {  }
 }@media only screen and (max-width: 763px) { #cr65cEAOSZUVXT9Qc6zQEPtHySw0BGkD { width:320px;height:301px;top:570.016px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv { display:block; }#yVw06v8NRR1h8iBe6c5i46CvXRuCQOgv > .row .container { width:320px;height:251px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jke1wuD4rvJzay7JPLhsDUPcXEr1vQl3 { width:314px;height:36.3906px;top:104px;left:3px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rXOzBssBlcdTSfPvNikAZXB61DOs3vpd { width:140px;height:64px;top:20px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1DvoK4awK4RyrVLeWcOPGysIGAaAVE { width:129px;height:31px;top:160.3828px;left:95px;display:block; }
 }