.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GZiRZ5g4/bg_main2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.adaptive-delivery-prevent-bg { background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { border-width: 0; border-radius: 0; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { font-size:14px;font-family:"open sans";height:889px;width:960px;overflow:visible;position:relative;display:block; }#XvtlnCpJDPbJca4PibZyxwDV4DX2l4A1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#531f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:421px;width:333px;position:absolute;display:block;z-index:100002;top:411px;left:627px;display:block; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-form-header {  }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:290px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text { 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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:290px;box-sizing:border-box;height:36px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-textarea { 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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:290px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:290px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f39200;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:400;color:#f2f9ff;width:290px;height:47px;font-family:din;overflow:hidden;line-height:1.2;font-style:normal;box-shadow: 5px 6px 6px rgba(0,0,0,0.5) ; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI [class*="-text"]:-moz-placeholder { color:#6e6e6e;font-family:ubuntu;font-size:13px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI [class*="-text"]::-moz-placeholder { color:#6e6e6e;font-family:ubuntu;font-size:13px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI [class*="-text"]:-ms-input-placeholder { color:#6e6e6e;font-family:ubuntu;font-size:13px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI [class*="-text"]::-webkit-input-placeholder { color:#6e6e6e;font-family:ubuntu;font-size:13px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:271px;overflow:hidden;font-style:normal; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-container:first-of-type{padding-top:0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-container:last-of-type{padding-bottom:0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:290px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:487px;left:630.00003051758px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:290px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI {display:block;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:290px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:487px;left:630.00003051758px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #IdPTw0lxHL2nDNs7usUfOcZWudWgfRKA { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #XgVykIfFesE7FzU0r4LJe95uA07e4r0q { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #Gg3CRpeo7uJWszz7EC3G7On1B9VXpaXo { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #RHiksgACmy3G3QCvh99CUlNpuvVwKcKi { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #lG98svuF6xwxXH81qPhblEKTmy23XAWB { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #c4JugGdD6AS80cSmfMLoxBLmsZTM6qyH { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #ZaM7Tih466EVPWTph61bpc25Mpv473VV { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #SDvUT70uPUD16l7TSBVm6i9gmhb5VD6Q { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #vaxwuwxJfpd2GhOIsK0dBMNcqUWER0Zb { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AD767u70d1a29Ei85XLbLryPSyoFwfkw { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AnaC8lxDKb8uI6HPro1PNrIh6Bfk1cs5 { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #pGh8gxwJM5VSfl0eUeQKI5vIDqQ4HOeJ { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #wgz7oDRXg3mlUnyx6PKUAraV19dg3fAD { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #o8uFDwOb06JIoyx7q4iiKmlkLkMh2HN9 { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #KFLhIAqBwo1qGbT3dVGiCkJChvRScxnk { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #v9mVnLWSETTwWtEhqyEwE6LzcTKTeemf { position:relative; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AZDL0S9OuX4okaxVhtZZLxDPOrBI5FNz { position:relative; }
#ImuvyNliWVziNf6ycqtWWRE8aZARJD5F { display:block;width:282px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:432px;left:653px;height:25.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#f39200;text-align:center;text-align-last:center;display:block; }
#q6MSFVJvztCxOEtp23nn4zJQqwcgWxeD { display:block;width:287px;position:absolute;font-family:din;font-size:16px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:467px;left:650px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLz8hZbgQ2pr0PliT1QeEwhhgLtKd6kw { position:absolute;display:block;z-index:100017;background-color:#f39200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:50px;height:106px;width:443px;top:327px;left:125px;display:block; }
#W6fxrwHdQbfVCFMBeHbDVS8SeWzSIrXM { color:#ffffff;display:block;width:315px;position:absolute;font-family:din;font-size:16px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:381.5px;left:230px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#ehiU90rn3Tb8130wbTwGcEoeNd27908k { position:absolute;display:block;z-index:100023;background-color:#ff9312;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:88px;width:335px;top:313px;left:625px;display:block; }
#X0xeJWJwz1SZGab9Ti0FEaUIqSvz75Ur { color:#ffffff;display:block;width:312px;position:absolute;font-family:din;font-size:20px;font-weight:700;z-index:100024;line-height:1.7;letter-spacing:0;top:323px;left:637.5px;height:67.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpDnSvt9GwfRMK2ucXheDvsZx341ZnGg { color:#531f75;display:block;width:430.984px;position:absolute;font-family:din;font-size:16px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:776px;left:28px;height:20.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { color:#ffffff;display:block;width:768px;position:absolute;font-family:din;font-size:39px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:155px;left:96px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsEA8mEcAHTbSkET64g8vTBQK4JOeokq { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:230px;top:280px;left:0px;overflow:hidden;display:block; }
#tMENdSCf2nklwStQNQkXwwOMKTEsXz5X { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:230px;top:501px;left:0px;overflow:hidden;display:block; }
#D3ss9RpibQayEcRS5AsSJzIBzHbTyUhV { color:#531f75;display:block;width:292px;position:absolute;font-family:din;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:123px;left:334px;height:23.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:207px;top:10.809659004211px;left:0px;overflow:hidden;display:none; }
#x1oRXIWZoBPom2TcCTIugDs3hZ4m6s3e { color:#ffffff;display:block;width:301.984px;position:absolute;font-family:din;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:39.359375px;left:658.015625px;height:46.4px;font-style:normal;display:block; }
#UOqF1OIwooTCOt9C1rwnUSOQU4NVGlJF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:195px;top:27.859375px;left:0px;overflow:hidden;display:block; }
#vtvUKIsJnZBBk4wQAnrDHNxvqo74Vb5G { color:#000000;display:block;width:430.994px;position:absolute;font-family:din;font-size:20px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:807.52838134766px;left:0px;height:25.4545px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sOaccfLFStvl7rOECmnBgQvB32RX346J { color:#ffffff;display:block;width:315px;position:absolute;font-family:din;font-size:20px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:344px;left:230px;height:25.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQXUB89spykwxLqJ7XCcCrrPNCCJindN { position:absolute;display:block;z-index:100020;background-color:#f39200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:50px;height:106px;width:443px;top:553px;left:126px;display:block; }
#O5SiMyk72lN0vs1oJgA69fdQ3GUxnUMW { color:#ffffff;display:block;width:315px;position:absolute;font-family:din;font-size:16px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:608px;left:231px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#kaBpFsPBuNFfnzHV2XdxNSEoIR55BeGE { color:#ffffff;display:block;width:315px;position:absolute;font-family:din;font-size:20px;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:570px;left:231px;height:25.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container { background-color: transparent; background-image: none; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container > .video-iframe-container { display: none; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row > .video-iframe-container { display: none; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .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); }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container { border-width: 0; border-radius: 0; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#wJ29nh0PKy2K8tDGv7cv4BVb92OEyZPv { color:#000000;display:block;width:430.994px;position:absolute;font-family:din;font-size:28px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:30px;left:25px;height:36px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n6Bo9BKhEq8kD3Wh065XAMJ4iIzcsFoJ { color:#531f75;display:block;width:430.98px;position:absolute;font-family:din;font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:69px;left:25px;height:38.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ReWTlyEqWSidySMJ6eAHSAGKLUuka71g { position:absolute;display:block;z-index:100009;background-color:#f39200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:10px;top:38px;left:0px;display:block; }
#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 { position:relative;display:block; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 { background-color: transparent; background-image: none; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row .container > .video-iframe-container { display: none; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row > .video-iframe-container { display: none; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .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); }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 { border-width: 0; border-radius: 0; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .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:564px;width:960px;position:relative;display:block; }#z3Jd6gqW3tkO1iThCrGr1b01hIrSgz0O { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:35.071022033691px;left:0.98295593261719px;height:20.8px;text-align:justify;text-align-last:initial;display:block; }
#W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:76.0625px;left:0px;height:275px;text-align:justify;text-align-last:initial;display:block; }#W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt li:before{  }
#HZQuQAziM0sqmrE4ZSnOy35ZDbCv5ltX { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:393.0625px;left:0px;height:20.8px;text-align:justify;text-align-last:initial;display:block; }
#SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC { color:#000000;display:block;width:959px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:434.0625px;left:0px;height:;text-align:justify;text-align-last:initial;display:block; }#SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC li:before{  }
#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { background-color: transparent; background-image: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container > .video-iframe-container { display: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row > .video-iframe-container { display: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .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); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { border-width: 0; border-radius: 0; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { font-size:14px;font-family:arial;height:51px;width:960px;position:relative;display:block; }#G0o6ZbCPA3KSyc46xAJpDc1TIn3it7qX { color:#2e2e2e;display:block;width:960px;position:absolute;font-family:din;font-size:14px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16px;left:0px;height:17.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { display:none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XvtlnCpJDPbJca4PibZyxwDV4DX2l4A1 { width:336px;height:511px;top:1px;left:0px;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-regular-label { width:290px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text { width:290px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-textarea { width:290px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-select { width:290px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-button { width:290px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-checkbox-label { width:271px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI  { width:290px;height:auto;top:487px;left:434px;background-color:rgba(0,0,0,0);background-image:none; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .radio-container { width:290px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI {display:block;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI { width:290px;height:auto;top:487px;left:434px;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #IdPTw0lxHL2nDNs7usUfOcZWudWgfRKA {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #XgVykIfFesE7FzU0r4LJe95uA07e4r0q {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #Gg3CRpeo7uJWszz7EC3G7On1B9VXpaXo {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #RHiksgACmy3G3QCvh99CUlNpuvVwKcKi {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #lG98svuF6xwxXH81qPhblEKTmy23XAWB {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #c4JugGdD6AS80cSmfMLoxBLmsZTM6qyH {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #ZaM7Tih466EVPWTph61bpc25Mpv473VV {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #SDvUT70uPUD16l7TSBVm6i9gmhb5VD6Q {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #vaxwuwxJfpd2GhOIsK0dBMNcqUWER0Zb {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AD767u70d1a29Ei85XLbLryPSyoFwfkw {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AnaC8lxDKb8uI6HPro1PNrIh6Bfk1cs5 {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #pGh8gxwJM5VSfl0eUeQKI5vIDqQ4HOeJ {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #wgz7oDRXg3mlUnyx6PKUAraV19dg3fAD {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #o8uFDwOb06JIoyx7q4iiKmlkLkMh2HN9 {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #KFLhIAqBwo1qGbT3dVGiCkJChvRScxnk {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #v9mVnLWSETTwWtEhqyEwE6LzcTKTeemf {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AZDL0S9OuX4okaxVhtZZLxDPOrBI5FNz {  }
 }@media only screen and (max-width: 763px) { #ImuvyNliWVziNf6ycqtWWRE8aZARJD5F { width:224px;height:46px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q6MSFVJvztCxOEtp23nn4zJQqwcgWxeD { width:273px;height:20px;top:77px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LLz8hZbgQ2pr0PliT1QeEwhhgLtKd6kw { width:443px;height:106px;top:327px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #W6fxrwHdQbfVCFMBeHbDVS8SeWzSIrXM { width:315px;height:40px;top:381px;left:132px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ehiU90rn3Tb8130wbTwGcEoeNd27908k { width:335px;height:87px;top:313px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #X0xeJWJwz1SZGab9Ti0FEaUIqSvz75Ur { width:312px;height:68px;top:323px;left:452px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hpDnSvt9GwfRMK2ucXheDvsZx341ZnGg { width:430px;height:20px;top:776px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { width:764px;height:104px;top:155px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #VsEA8mEcAHTbSkET64g8vTBQK4JOeokq { width:230px;height:210px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tMENdSCf2nklwStQNQkXwwOMKTEsXz5X { width:230px;height:210px;top:501px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D3ss9RpibQayEcRS5AsSJzIBzHbTyUhV { width:292px;height:23px;top:123px;left:236px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { width:210px;height:79px;top:10px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #x1oRXIWZoBPom2TcCTIugDs3hZ4m6s3e { width:301px;height:46px;top:39px;left:463px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UOqF1OIwooTCOt9C1rwnUSOQU4NVGlJF { width:195px;height:69px;top:27px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vtvUKIsJnZBBk4wQAnrDHNxvqo74Vb5G { width:430px;height:25px;top:807px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #sOaccfLFStvl7rOECmnBgQvB32RX346J { width:315px;height:26px;top:344px;left:132px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uQXUB89spykwxLqJ7XCcCrrPNCCJindN { width:443px;height:106px;top:553px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #O5SiMyk72lN0vs1oJgA69fdQ3GUxnUMW { width:315px;height:40px;top:608px;left:133px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kaBpFsPBuNFfnzHV2XdxNSEoIR55BeGE { width:315px;height:26px;top:570px;left:133px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL { display:block; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ29nh0PKy2K8tDGv7cv4BVb92OEyZPv { width:430px;height:37px;top:30px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bo9BKhEq8kD3Wh065XAMJ4iIzcsFoJ { width:430px;height:39px;top:69px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ReWTlyEqWSidySMJ6eAHSAGKLUuka71g { width:10px;height:67px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 { display:block; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Jd6gqW3tkO1iThCrGr1b01hIrSgz0O { width:764px;height:20px;top:35px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt { width:764px;height:;top:76px;left:0px;font-size:14px;display:block; }#W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt li:before{  }
 }@media only screen and (max-width: 763px) { #HZQuQAziM0sqmrE4ZSnOy35ZDbCv5ltX { width:764px;height:20px;top:393px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC { width:764px;height:;top:434px;left:0px;font-size:14px;display:block; }#SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC li:before{  }
 }@media only screen and (max-width: 763px) { #C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0o6ZbCPA3KSyc46xAJpDc1TIn3it7qX { width:764px;height:18px;top:15px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jxEYGeDt/bg_main.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }
#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.adaptive-delivery-prevent-bg { background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:320px;height:1623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvtlnCpJDPbJca4PibZyxwDV4DX2l4A1 { width:320px;height:421px;top:1134px;left:0px;background-color:#531f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-text {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-select {padding-top: 0; padding-bottom: 0;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI  { width:280px;height:304px;top:1210px;left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI {display:block;}#dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI { width:280px;height:304px;top:1210px;left:0px; }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #IdPTw0lxHL2nDNs7usUfOcZWudWgfRKA {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #XgVykIfFesE7FzU0r4LJe95uA07e4r0q {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #Gg3CRpeo7uJWszz7EC3G7On1B9VXpaXo {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #RHiksgACmy3G3QCvh99CUlNpuvVwKcKi {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #lG98svuF6xwxXH81qPhblEKTmy23XAWB {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #c4JugGdD6AS80cSmfMLoxBLmsZTM6qyH {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #ZaM7Tih466EVPWTph61bpc25Mpv473VV {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #SDvUT70uPUD16l7TSBVm6i9gmhb5VD6Q {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #vaxwuwxJfpd2GhOIsK0dBMNcqUWER0Zb {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AD767u70d1a29Ei85XLbLryPSyoFwfkw {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AnaC8lxDKb8uI6HPro1PNrIh6Bfk1cs5 {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #pGh8gxwJM5VSfl0eUeQKI5vIDqQ4HOeJ {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #wgz7oDRXg3mlUnyx6PKUAraV19dg3fAD {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #o8uFDwOb06JIoyx7q4iiKmlkLkMh2HN9 {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #KFLhIAqBwo1qGbT3dVGiCkJChvRScxnk {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #v9mVnLWSETTwWtEhqyEwE6LzcTKTeemf {  }
 }@media only screen and (max-width: 763px) { #dXBuhNz1aZru0W2ToPuT4rRv6vV6fJdI #AZDL0S9OuX4okaxVhtZZLxDPOrBI5FNz {  }
 }@media only screen and (max-width: 763px) { #ImuvyNliWVziNf6ycqtWWRE8aZARJD5F { width:282px;height:26px;top:1155px;left:26px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q6MSFVJvztCxOEtp23nn4zJQqwcgWxeD { width:287px;height:19px;top:1190px;left:23px;text-align:center;text-align-last:center;font-size:15px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LLz8hZbgQ2pr0PliT1QeEwhhgLtKd6kw { width:320px;height:156px;top:519px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W6fxrwHdQbfVCFMBeHbDVS8SeWzSIrXM { width:274px;height:60px;top:603.5px;left:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ehiU90rn3Tb8130wbTwGcEoeNd27908k { width:320px;height:84px;top:1027px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X0xeJWJwz1SZGab9Ti0FEaUIqSvz75Ur { width:262.984px;height:60px;top:1039px;left:29px;font-size:18px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hpDnSvt9GwfRMK2ucXheDvsZx341ZnGg { width:320px;height:0;top:1439.971496582px;left:0px;font-size:14px;color:#1c2124;display:none; }
 }@media only screen and (max-width: 763px) { #TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { width:320px;height:120px;top:225px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VsEA8mEcAHTbSkET64g8vTBQK4JOeokq { width:216px;height:197px;top:372px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tMENdSCf2nklwStQNQkXwwOMKTEsXz5X { width:216px;height:196px;top:698px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #D3ss9RpibQayEcRS5AsSJzIBzHbTyUhV { width:162.984px;height:18px;top:198px;left:79px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { width:208px;height:77px;top:16px;left:56px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x1oRXIWZoBPom2TcCTIugDs3hZ4m6s3e { width:320px;height:46px;top:109px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UOqF1OIwooTCOt9C1rwnUSOQU4NVGlJF { width:195px;height:69px;top:27px;left:62px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vtvUKIsJnZBBk4wQAnrDHNxvqo74Vb5G { width:320px;height:18px;top:1572px;left:0px;font-size:14px;color:#f0f0f0;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #sOaccfLFStvl7rOECmnBgQvB32RX346J { width:315px;height:26px;top:569px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uQXUB89spykwxLqJ7XCcCrrPNCCJindN { width:320px;height:156px;top:833px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O5SiMyk72lN0vs1oJgA69fdQ3GUxnUMW { width:315px;height:40px;top:936px;left:5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kaBpFsPBuNFfnzHV2XdxNSEoIR55BeGE { width:315px;height:26px;top:898px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL { display:block; }#S9aXV1wOT3AtUHRDsmJNePdUqEJcsMAL > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJ29nh0PKy2K8tDGv7cv4BVb92OEyZPv { width:100px;height:37px;top:40px;left:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bo9BKhEq8kD3Wh065XAMJ4iIzcsFoJ { width:236px;height:39px;top:76px;left:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ReWTlyEqWSidySMJ6eAHSAGKLUuka71g { width:10px;height:68px;top:45px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 { display:block; }#sCGeThFzqGpy6RTTcak7hWiVRNuqbQd7 > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Jd6gqW3tkO1iThCrGr1b01hIrSgz0O { width:293px;height:18px;top:20px;left:15px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt { width:320px;height:476px;top:58px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }#W9I1KCKV5fZLg56eFNPVHCzsCVoJwuOt li:before{  }
 }@media only screen and (max-width: 763px) { #HZQuQAziM0sqmrE4ZSnOy35ZDbCv5ltX { width:320px;height:18px;top:554px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC { width:320px;height:152px;top:592px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }#SUlm9uEzPKdp8VRFX8MwsuUiNREnIsnC li:before{  }
 }@media only screen and (max-width: 763px) { #C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0o6ZbCPA3KSyc46xAJpDc1TIn3it7qX { width:320px;height:15px;top:21px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }