.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#USnUy2VVcG1PcX0FaDE0p8e8X43FodvN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.4375rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#xMnx0s1GanPnDWKysUVIyPHu8BSZyVyM { background-color:#1188cc;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:60.9375rem;display:block; }
#rVNntdEzC4C9z17msRKOxT5DxpxGhDmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Agv7Tm2b25g5wRs4t9E2vumehDNRdtFB { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.009765625rem;left:45.25rem;height:1.3808625rem;font-style:normal;display:block; }
#izIMIE27zppXewqsJFlfKCBzmn4W4paW { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.009765625rem;left:32.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#ScQsg4zNX3GpiXTvGwCyZmQQICJJ3hC3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2rem;left:30.6875rem; }
#WpRCF6xd1miT5A2qTHN0I8lOVgA4vNfE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2rem;left:42.78125rem; }
#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bb26a6;background-image:url("https://images.assets-landingi.com/uc/dad4b10e-ed7e-42a1-a953-2727c98ccda7/main3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.adaptive-delivery-prevent-bg, #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.lazyload, #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.lazyloading { background-image: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { background-color: transparent; background-image: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container > .video-iframe-container { display: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row > .video-iframe-container { display: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .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); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { border-width: 0; border-radius: 0; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#HuDEUorTAAx8Q6126FQqxAUNyHr6lqpt { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:hatton;font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:10.722625rem;display:block; }
#q7t2DWkUz88nsAuT59x0Pf8xvVlK53wO { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:24.5rem;left:0rem;height:3.32421875rem;display:block; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-form-header {  }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text { 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-top:0.0625rem solid #6a6a6a;border-left:0.0625rem solid #6a6a6a;border-right:0.0625rem solid #6a6a6a;border-bottom:0.0625rem solid #6a6a6a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-textarea { 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-top:0.0625rem solid #6a6a6a;border-left:0.0625rem solid #6a6a6a;border-right:0.0625rem solid #6a6a6a;border-bottom:0.0625rem solid #6a6a6a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1188cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ [class*="-text"]:-moz-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ [class*="-text"]::-moz-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ [class*="-text"]:-ms-input-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ [class*="-text"]::-webkit-input-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-container:first-of-type{padding-top:0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-container:last-of-type{padding-bottom:0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:32.0625rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ {display:block;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:32.0625rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #mTcX3my2fk9wUxnv7gULAwwPvTwJqUZv { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #sTDFonS6PPoAGgMzWpJ2bTQaVRfI8ofH { position:relative;display:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #vZUhlw8oUAaVF2Tw9h1UyGIexARwkRMa { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #nbEo5UhbKSGweo5Cqlm13uBCDesDLNT5 { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #VRF7KS26mkgFobITgK7H2BUvUlzJmoEN { position:relative;display:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #bTiUlFamDybwLmvNF30UiHqipA37TeFd { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #N9W3zgAsdgSa5IFnJkZmW9JdvNkDm0eQ { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #M3ppHbpMoka1xGVQ5gtr7zXx3As4sIwN { position:relative;display:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #Q7sN1wK07ydoZPpB7vwhhH93hfT6O1oy { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #OKi60899VKIdZF2Fr0NKU9eOCZD8MTI2 { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #K40lH6yN0WT87XUprAsUr5hTnQkPkKDR { position:relative;display:none; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #UpBHvFoRCgsecDoy7FgG9Gl1TKUP5Ach { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #RxRokfOHExQimJUR8kHVxwiefMnmaWTn { position:relative; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #LTnXiOCzptZB0LQo8Dp3Q0Dv0GDDSg99 { position:relative; }
#hsvBKtrxxKSpyxdVy2DXqMgeuzbSOvkr { position:absolute;display:block;z-index:15001;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:26.0625rem;left:31.25rem;display:block; }
#wFB7MS2zXRinzL5bd7L6x0mFmIrSmEzJ { position:absolute;display:block;z-index:14999;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:7.875rem;left:40.46875rem;display:block; }
#SwRVuEOfCJtTU9dM31PoyNgQIVWJuVrf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.125rem;left:66rem;overflow:hidden;display:block; }
#Bk1aMST281AJnKouc0zFTenDX0AFdXIB { 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;box-shadow: none;height:3.125rem;width:3.125rem;top:1.0625rem;left:70rem;overflow:hidden;display:block; }
#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container { background-color: transparent; background-image: none; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container > .video-iframe-container { display: none; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row > .video-iframe-container { display: none; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .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); }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container { border-width: 0; border-radius: 0; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#qUDmKxg14ZlAO52AEe7fwZWpbF1f4TS9 { color:#1188cc;display:block;width:30.875rem;position:absolute;font-family:hatton;font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.244140625rem;left:22.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container { background-color: transparent; background-image: none; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container > .video-iframe-container { display: none; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row > .video-iframe-container { display: none; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .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); }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container { border-width: 0; border-radius: 0; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/962bb14e-1e18-4c15-b436-02fd9c8505d4/004.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG.adaptive-delivery-prevent-bg, #VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG.lazyload, #VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG.lazyloading { background-image: none; }
#stpAytqcBkTe9m6pAF72RzursCqtleRI { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.96875rem;left:0.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rOkaWbENWfeglCB6W4dAcUs0teAhx4dJ { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.6875rem;left:3.125rem;display:block; }
#KzWoe70F6PovqqT0A2RiZgRL3rz3x1E1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f311d4e1-d980-4fcf-a625-8a84f43b374d/10.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ.adaptive-delivery-prevent-bg, #I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ.lazyload, #I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ.lazyloading { background-image: none; }
#U6r9HL8EhFi61MJZLncUARJrcc1K8Ase { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81321e7a-4881-402a-a09e-732df02c7e20/11.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:18.125rem;top:0rem;left:37.8125rem;display:block; }#U6r9HL8EhFi61MJZLncUARJrcc1K8Ase.adaptive-delivery-prevent-bg, #U6r9HL8EhFi61MJZLncUARJrcc1K8Ase.lazyload, #U6r9HL8EhFi61MJZLncUARJrcc1K8Ase.lazyloading { background-image: none; }
#AicWbx6QxwFtvfWygi2Wtv3vCg1ehdRS { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.6875rem;left:21.875rem;display:block; }
#vMtygfD1A7UcOII0UFKaZWQVW8bMvTrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwK4v9RRRJ93ZuZQVTWzLWfbBUkA7Q3P { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:19.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AAgelztyHIBnweTV6iMRy8sIBuuQwAOV { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24rem;left:38.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#s4CmrbGXdI8df65OAFEg6oDtoiAsewzz { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.75rem;left:40.9375rem;display:block; }
#UoCicWTT8Lg48TTPeTTD52Fi95NUIqRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZpLoV2H4hF9xz8407DZcU8x2Z7Egri0 { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.75rem;left:59.6875rem;display:block; }
#b46oy7BemEBgMXlobpAT7dNwZfeEnSyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEu3m67E1bdH5lqRzkdBASwLKTM3TqiU { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24rem;left:56.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5aa46216-94dc-47cb-996b-8b5a9914dc01/12.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:18.125rem;top:0rem;left:56.5625rem;display:block; }#XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw.adaptive-delivery-prevent-bg, #XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw.lazyload, #XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw.lazyloading { background-image: none; }
#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container { background-color: transparent; background-image: none; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container > .video-iframe-container { display: none; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row > .video-iframe-container { display: none; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .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); }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container { border-width: 0; border-radius: 0; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#kTO4KSiMXDIAQDfoIzvEPh6ztJEem2h8 { color:#1188cc;display:block;width:30.875rem;position:absolute;font-family:hatton;font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:41rem;height:3.57421875rem;display:block; }
#u7lMXThiDL6vToyMtbvvhWLO3t5o6WzG { color:rgba(0,0,0,0.55);display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:41rem;height:2.84375rem;font-style:normal;display:block; }
#JF1Z5xrKqSbWDghN9JdOkyxXCK27yRTn { color:rgba(0,0,0,0.55);display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.8125rem;left:40.9375rem;height:19.125rem;text-align:left;text-align-last:left;display:block; }
#dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/901afb4d-f1f1-4739-82f3-f0312a331146/about.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:37.5rem;top:-0.0625rem;left:0rem;display:block; }#dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf.adaptive-delivery-prevent-bg, #dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf.lazyload, #dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf.lazyloading { background-image: none; }
#gQtB4c2zkTIdNqWbvFf6XNVIssWegt9V { position:absolute;display:block;z-index:15000;background-color:#1188cc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:12.5rem;top:4.6875rem;left:26.53125rem;display:block; }
#BW4ml691msR0NPfuoT3LhTdXGS0TPQU1 { position:absolute;display:block;z-index:15002;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0rem;left:71.25rem;display:block; }
#rFr55C1ah3QrS87KwAsZxTf7cpaf4A2K { position:absolute;display:block;z-index:15003;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.6875rem;left:0rem;display:block; }
#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container { background-color: transparent; background-image: none; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container > .video-iframe-container { display: none; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row > .video-iframe-container { display: none; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .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); }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container { border-width: 0; border-radius: 0; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#TaK3JkIrvfGvevmfSf4zUPQ1Sp88QtaO { color:#808080;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eT07MLUy0eNtCchnVRDiszd0iFBMfVFL { position:absolute;display:block;z-index:15011;background-color:#bb26a6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.375rem;width:5rem;top:13.5625rem;left:36.8125rem;display:block; }
#FC2L4m3TFkQ5OnX7ApcZxmsp0otrTibP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:14.1875rem;width:18.9375rem;top:17.5625rem;left:7.5rem;display:block; }
#hFOHL25FCHxFMgEKNd3CBxPTTCMTqJVl { color:#808080;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:21.53125rem;left:8.59375rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFcuKTy61y5a305BmqnwQDiMPS1UaIxU { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.125rem;left:11.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQWFy3VznXUQ3L0r6vlc61yUd3Qyv2Mp { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.125rem;left:31.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2b8QfLfmrJRmFmard4TbTCqK1A3Ztmg { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:14.1875rem;width:18.9375rem;top:17.5625rem;left:28.0625rem;display:block; }
#aQ95hf3OpQvaxrTEgVbN6RbyseZoxCId { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:20.65625rem;left:28.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jpa2vWkWMKPBUqp3Bnmo1sQQbTOf5h57 { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.125rem;left:52.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8AU9Q0TQGMHNOtlgfI5Bv7DJvAqkGUd { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:14.1875rem;width:18.9375rem;top:17.5625rem;left:48.5625rem;display:block; }
#rOZXyl4Vpuz65dTdVdTKcJZ6nGoTgt78 { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:18.6875rem;left:49.28125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKSvdMih6mlWr3TTPCVrUGUE7qGKgNmg { color:#1188cc;display:block;width:30.875rem;position:absolute;font-family:hatton;font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1188cc;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; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container { background-color: transparent; background-image: none; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container > .video-iframe-container { display: none; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row > .video-iframe-container { display: none; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .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); }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container { border-width: 0; border-radius: 0; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-form-header {  }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text { 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-top:0.0625rem solid #6a6a6a;border-left:0.0625rem solid #6a6a6a;border-right:0.0625rem solid #6a6a6a;border-bottom:0.0625rem solid #6a6a6a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-textarea { 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-top:0.0625rem solid #6a6a6a;border-left:0.0625rem solid #6a6a6a;border-right:0.0625rem solid #6a6a6a;border-bottom:0.0625rem solid #6a6a6a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1188cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H [class*="-text"]:-moz-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H [class*="-text"]::-moz-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H [class*="-text"]:-ms-input-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H [class*="-text"]::-webkit-input-placeholder { color:#6f6f6f;font-family:"open sans";font-size:0.875rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-container:first-of-type{padding-top:0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-container:last-of-type{padding-bottom:0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.25rem;left:50.8125rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H {display:block;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.25rem;left:50.8125rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #vsVVPDRAmFQ1yPIGTzB4aTBTJ2LnAD69 { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pl5g0vaPgeh4xJxi8PB0CJLJb9wS94Oc { position:relative;display:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pIzsbnh6TPE69BerIS78F4XT2uOaNJSK { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wTooL755wLzlQapcPM3JCiWxt5rNsTw2 { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #iSPIfFuRtryTff9ILM1UGFDtaBwNFMvC { position:relative;display:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wh4MJqmPIVUDUbzFBEffVpAO2rVIxmpl { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fXT4qvdRCyfiLEqqI0hx1MdUtQQ5R2mK { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #g79O4sKOekQER1wIixrwqgJgkngJcqom { position:relative;display:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Bn7nnReMMPaeEeUwNU4B254khrKQtxtd { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #A5NeTpwy4amkmGt7rVrTR41x4sBsaok8 { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #zoKdDV7dGDonmhkxIAkRq5pIF788EltJ { position:relative;display:none; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #yga1JEKvu8xPhf5kLKRZmXFlLGiTezUE { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fySBPrWmJFZdDNTw9PTTXLfOrPcO0o4a { position:relative; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Us8Ku2lwsQdIEp8viU9GRTMptX8nNJHP { position:relative; }
#p78vIA460TI7JAqrKooFF2NElZT9H1rT { position:absolute;display:block;z-index:15004;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:23.375rem;left:50.3125rem;display:none; }
#EfGNAQVExOzTxumPpTbNRF4JX1A8bfXb { position:absolute;display:block;z-index:15009;height:18rem;width:43.125rem;top:11.6875rem;left:3.0625rem;display:block; }
#WcF0mnBbb9F34NI764zJHk6xinrrTmyK { position:absolute;display:block;z-index:15002;background-color:#bb26a6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:5.25rem;left:59.375rem;display:none; }
#Pkl1DUu5Eqd2gkvSzoLf8stb5hdcNU72 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.625rem;left:9.875rem; }
#brEouX2Od7TPoqAWwrlVLN3IXy2Ifqym { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.625rem;left:21.9375rem; }
#wGpuMBVOg683uGAnMufvXVVbHARHgUEI { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#u6eLKIbMSTOcHgSXK35p97GxxbCRdWTr { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:12rem;height:1.3808625rem;font-style:normal;display:block; }
#R3DzdmDGFAmLzzo5dyME5AEoy7NhZphz { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.68359375rem;left:5.125rem;height:1.3808625rem;font-style:normal;display:block; }
#G6ln0ABOumRJS9nAIdUc8Zt6QXkctAte { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.59375rem;left:3.0625rem; }
#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0acfc5;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; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container { background-color: transparent; background-image: none; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container > .video-iframe-container { display: none; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row > .video-iframe-container { display: none; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .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); }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container { border-width: 0; border-radius: 0; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#d9c66PN98yozy3nSs1LOehSgwysZKTlN { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.12109375rem;left:18.03125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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:none; }#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh > .row .container { border-width: 0; border-radius: 0; }#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:none; }#SggQDMKfDkvByzuyBWD5afxkrIUD4ep8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2645e6e7-5f45-46e9-a4e4-224f09ba94cc/001.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:0rem;display:block; }#SggQDMKfDkvByzuyBWD5afxkrIUD4ep8.adaptive-delivery-prevent-bg, #SggQDMKfDkvByzuyBWD5afxkrIUD4ep8.lazyload, #SggQDMKfDkvByzuyBWD5afxkrIUD4ep8.lazyloading { background-image: none; }
#aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7892f6ec-913f-4a75-9d21-7a65d80d1f8c/002.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz.adaptive-delivery-prevent-bg, #aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz.lazyload, #aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz.lazyloading { background-image: none; }
#xMAhAUtCU0amdkAzNBFmBT05VuldrHnD { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74f52cf0-cb67-47e6-b010-1443e6687cf5/003.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }#xMAhAUtCU0amdkAzNBFmBT05VuldrHnD.adaptive-delivery-prevent-bg, #xMAhAUtCU0amdkAzNBFmBT05VuldrHnD.lazyload, #xMAhAUtCU0amdkAzNBFmBT05VuldrHnD.lazyloading { background-image: none; }
#vJwHenItVLKtdhXv4cq1Kv72JpIgTSkC { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zKerBp5gfqtWGWrpvcP6LfynCC2il1uW { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:28.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yFsux7kVLJzOT7e4WwGUp6Jaeva8Tmgd { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5625rem;left:53.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#PHigFnrcXDbOK4inCgBGQaqJTvm2w3ar { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.0625rem;left:5.9375rem;display:block; }
#aBfBl72JodAXCd0FT3pyAGRLiVCCgoFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM9InQZ30dirbw8M2XcIckEVx7oHaVGC { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.0625rem;left:31.25rem;display:block; }
#gcqTXLwUhqLTLANNm9wzqaAcTRaQG9hQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgXQTPkVpZLxhohiUoogsuw0TihLkNgI { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.0625rem;left:56.25rem;display:block; }
#EJpt3NDPbZoZeGITPzBdUFR3i7ArimoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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:none; }#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB > .row .container { border-width: 0; border-radius: 0; }#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d948ced7-528f-41b8-a6cb-63bf9bbfa1df/007.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:0rem;display:block; }#P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3.adaptive-delivery-prevent-bg, #P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3.lazyload, #P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3.lazyloading { background-image: none; }
#axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ae01d7c-39d1-4311-8bf7-c79c7dc29728/008.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi.adaptive-delivery-prevent-bg, #axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi.lazyload, #axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi.lazyloading { background-image: none; }
#h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36840a3d-a429-4fba-9c1e-310910ceed9e/009.jpg");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }#h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb.adaptive-delivery-prevent-bg, #h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb.lazyload, #h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb.lazyloading { background-image: none; }
#eXExeZWXWxLC2CLC2esHFJ0NpoStG2dt { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5rem;left:3.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#VtTuPlivxTivXgOAu0QE61S2q71UpCDq { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.5625rem;left:28.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HwmnbfnzqiavcBk56HlK3kF0eMrlt7qf { color:#1188cc;display:block;width:17.625rem;position:absolute;font-family:hatton;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:53.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HN8A35lBzbfcArsHZIXoE9QvQ4Le246V { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.8125rem;left:6.25rem;display:block; }
#bf1TmewedpT2FWv5AZypr1sHfX3ZbfN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3PKCRs9F54UaTZgnLkenV9eZfav9BRc { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.8125rem;left:31.25rem;display:block; }
#MA6KEn1WCDK0bUHNXL1IeQVsreyyvn0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6Gw1qXxxAdgvvhn1yumcCg2FwI9MJ4O { background-color:#0acfc5;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.875rem;left:56.25rem;display:block; }
#swOwzqKRAIseuX6Ngr1gfl5pewEb46MI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USnUy2VVcG1PcX0FaDE0p8e8X43FodvN { top:1.125rem;left:0rem;width:13.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMnx0s1GanPnDWKysUVIyPHu8BSZyVyM { width:14.0625rem;height:5.5625rem;top:0rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVNntdEzC4C9z17msRKOxT5DxpxGhDmS { display:block; }
 }@media only screen and (max-width: 763px) { #Agv7Tm2b25g5wRs4t9E2vumehDNRdtFB { top:2rem;left:31.625rem;width:14.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izIMIE27zppXewqsJFlfKCBzmn4W4paW { top:2rem;left:19.1875rem;width:8.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQsg4zNX3GpiXTvGwCyZmQQICJJ3hC3 { top:2rem;left:17.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpRCF6xd1miT5A2qTHN0I8lOVgA4vNfE { top:2rem;left:29.15625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I { display:block; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuDEUorTAAx8Q6126FQqxAUNyHr6lqpt { top:12.8125rem;left:0rem;width:30.875rem;height:10.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7t2DWkUz88nsAuT59x0Pf8xvVlK53wO { top:24.5rem;left:0rem;width:27.5rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ  { width:17.5rem;height:auto;top:8.875rem;left:18.4375rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ {display:block;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ { width:17.5rem;height:auto;top:8.875rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #mTcX3my2fk9wUxnv7gULAwwPvTwJqUZv {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #sTDFonS6PPoAGgMzWpJ2bTQaVRfI8ofH {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #vZUhlw8oUAaVF2Tw9h1UyGIexARwkRMa {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #nbEo5UhbKSGweo5Cqlm13uBCDesDLNT5 {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #VRF7KS26mkgFobITgK7H2BUvUlzJmoEN {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #bTiUlFamDybwLmvNF30UiHqipA37TeFd {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #N9W3zgAsdgSa5IFnJkZmW9JdvNkDm0eQ {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #M3ppHbpMoka1xGVQ5gtr7zXx3As4sIwN {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #Q7sN1wK07ydoZPpB7vwhhH93hfT6O1oy {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #OKi60899VKIdZF2Fr0NKU9eOCZD8MTI2 {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #K40lH6yN0WT87XUprAsUr5hTnQkPkKDR {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #UpBHvFoRCgsecDoy7FgG9Gl1TKUP5Ach {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #RxRokfOHExQimJUR8kHVxwiefMnmaWTn {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #LTnXiOCzptZB0LQo8Dp3Q0Dv0GDDSg99 {  }
 }@media only screen and (max-width: 763px) { #hsvBKtrxxKSpyxdVy2DXqMgeuzbSOvkr { top:26.0625rem;left:17.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFB7MS2zXRinzL5bd7L6x0mFmIrSmEzJ { top:7.875rem;left:26.84375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRVuEOfCJtTU9dM31PoyNgQIVWJuVrf { top:1.125rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1aMST281AJnKouc0zFTenDX0AFdXIB { top:1.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByihwA3pg5TB4GRvyJSXHJkRabuCFvN { display:block; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUDmKxg14ZlAO52AEe7fwZWpbF1f4TS9 { top:3.1875rem;left:8.4375rem;width:30.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g { display:block; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG { top:0rem;left:0rem;width:18.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpAytqcBkTe9m6pAF72RzursCqtleRI { top:23.9375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkaWbENWfeglCB6W4dAcUs0teAhx4dJ { width:12.5rem;height:3.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWoe70F6PovqqT0A2RiZgRL3rz3x1E1 { display:block; }
 }@media only screen and (max-width: 763px) { #I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ { top:0rem;left:5.75rem;width:18.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6r9HL8EhFi61MJZLncUARJrcc1K8Ase { top:0rem;left:17.6875rem;width:18.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AicWbx6QxwFtvfWygi2Wtv3vCg1ehdRS { width:12.5rem;height:3.4375rem;top:29.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMtygfD1A7UcOII0UFKaZWQVW8bMvTrP { display:block; }
 }@media only screen and (max-width: 763px) { #JwK4v9RRRJ93ZuZQVTWzLWfbBUkA7Q3P { top:24rem;left:6.25rem;width:17.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgelztyHIBnweTV6iMRy8sIBuuQwAOV { top:24rem;left:18.1875rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CmrbGXdI8df65OAFEg6oDtoiAsewzz { width:12.5rem;height:3.4375rem;top:29.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoCicWTT8Lg48TTPeTTD52Fi95NUIqRq { display:block; }
 }@media only screen and (max-width: 763px) { #RZpLoV2H4hF9xz8407DZcU8x2Z7Egri0 { width:12.5rem;height:3.4375rem;top:29.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46oy7BemEBgMXlobpAT7dNwZfeEnSyi { display:block; }
 }@media only screen and (max-width: 763px) { #mEu3m67E1bdH5lqRzkdBASwLKTM3TqiU { top:24rem;left:30.125rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw { top:0rem;left:29.625rem;width:18.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 { display:block; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTO4KSiMXDIAQDfoIzvEPh6ztJEem2h8 { top:6.9375rem;left:16.875rem;width:30.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7lMXThiDL6vToyMtbvvhWLO3t5o6WzG { top:4.125rem;left:27.375rem;width:7.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF1Z5xrKqSbWDghN9JdOkyxXCK27yRTn { top:11.8125rem;left:16.75rem;width:31rem;height:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf { top:-0.0625rem;left:0rem;width:37.5rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtB4c2zkTIdNqWbvFf6XNVIssWegt9V { top:4.6875rem;left:12.90625rem;width:12.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW4ml691msR0NPfuoT3LhTdXGS0TPQU1 { top:0rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFr55C1ah3QrS87KwAsZxTf7cpaf4A2K { top:30.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI { display:block; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaK3JkIrvfGvevmfSf4zUPQ1Sp88QtaO { width:47.75rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT07MLUy0eNtCchnVRDiszd0iFBMfVFL { width:5rem;height:0.375rem;top:13.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC2L4m3TFkQ5OnX7ApcZxmsp0otrTibP { width:18.9375rem;height:14.1875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOHL25FCHxFMgEKNd3CBxPTTCMTqJVl { width:16.75rem;height:8rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFcuKTy61y5a305BmqnwQDiMPS1UaIxU { width:11.25rem;height:1.625rem;top:33.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQWFy3VznXUQ3L0r6vlc61yUd3Qyv2Mp { width:11.25rem;height:1.625rem;top:33.125rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2b8QfLfmrJRmFmard4TbTCqK1A3Ztmg { width:18.9375rem;height:14.1875rem;top:17.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ95hf3OpQvaxrTEgVbN6RbyseZoxCId { width:17.5rem;height:8rem;top:20.625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpa2vWkWMKPBUqp3Bnmo1sQQbTOf5h57 { width:11.25rem;height:1.625rem;top:33.125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8AU9Q0TQGMHNOtlgfI5Bv7DJvAqkGUd { width:18.9375rem;height:14.1875rem;top:17.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOZXyl4Vpuz65dTdVdTKcJZ6nGoTgt78 { width:17.5rem;height:12rem;top:18.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSvdMih6mlWr3TTPCVrUGUE7qGKgNmg { top:6.25rem;left:10.25rem;width:30.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDcTHMwNoeRHHQcri8aATBHDXdZibWu { display:block; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H  { width:17.5rem;height:auto;top:7.25rem;left:27.75rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H {display:block;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H { width:17.5rem;height:auto;top:7.25rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #vsVVPDRAmFQ1yPIGTzB4aTBTJ2LnAD69 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pl5g0vaPgeh4xJxi8PB0CJLJb9wS94Oc {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pIzsbnh6TPE69BerIS78F4XT2uOaNJSK {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wTooL755wLzlQapcPM3JCiWxt5rNsTw2 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #iSPIfFuRtryTff9ILM1UGFDtaBwNFMvC {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wh4MJqmPIVUDUbzFBEffVpAO2rVIxmpl {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fXT4qvdRCyfiLEqqI0hx1MdUtQQ5R2mK {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #g79O4sKOekQER1wIixrwqgJgkngJcqom {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Bn7nnReMMPaeEeUwNU4B254khrKQtxtd {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #A5NeTpwy4amkmGt7rVrTR41x4sBsaok8 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #zoKdDV7dGDonmhkxIAkRq5pIF788EltJ {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #yga1JEKvu8xPhf5kLKRZmXFlLGiTezUE {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fySBPrWmJFZdDNTw9PTTXLfOrPcO0o4a {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Us8Ku2lwsQdIEp8viU9GRTMptX8nNJHP {  }
 }@media only screen and (max-width: 763px) { #p78vIA460TI7JAqrKooFF2NElZT9H1rT { top:23.375rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfGNAQVExOzTxumPpTbNRF4JX1A8bfXb { top:11.6875rem;left:0rem;width:43.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcF0mnBbb9F34NI764zJHk6xinrrTmyK { top:5.25rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkl1DUu5Eqd2gkvSzoLf8stb5hdcNU72 { top:4.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEouX2Od7TPoqAWwrlVLN3IXy2Ifqym { top:4.625rem;left:8.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGpuMBVOg683uGAnMufvXVVbHARHgUEI { top:4.625rem;left:10.8125rem;width:14.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6eLKIbMSTOcHgSXK35p97GxxbCRdWTr { top:4.625rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DzdmDGFAmLzzo5dyME5AEoy7NhZphz { top:7.625rem;left:0rem;width:38.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ln0ABOumRJS9nAIdUc8Zt6QXkctAte { top:7.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 { display:block; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9c66PN98yozy3nSs1LOehSgwysZKTlN { top:1.0625rem;left:4.40625rem;width:38.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh { display:block; }#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SggQDMKfDkvByzuyBWD5afxkrIUD4ep8 { top:0rem;left:0rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz { top:0rem;left:7.375rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAhAUtCU0amdkAzNBFmBT05VuldrHnD { top:0rem;left:23.25rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJwHenItVLKtdhXv4cq1Kv72JpIgTSkC { top:23.5625rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKerBp5gfqtWGWrpvcP6LfynCC2il1uW { top:23.5625rem;left:14.125rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFsux7kVLJzOT7e4WwGUp6Jaeva8Tmgd { top:23.5625rem;left:30rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHigFnrcXDbOK4inCgBGQaqJTvm2w3ar { width:12.5rem;height:3.4375rem;top:27.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBfBl72JodAXCd0FT3pyAGRLiVCCgoFC { display:block; }
 }@media only screen and (max-width: 763px) { #mM9InQZ30dirbw8M2XcIckEVx7oHaVGC { width:12.5rem;height:3.4375rem;top:27.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqTXLwUhqLTLANNm9wzqaAcTRaQG9hQ { display:block; }
 }@media only screen and (max-width: 763px) { #AgXQTPkVpZLxhohiUoogsuw0TihLkNgI { width:12.5rem;height:3.4375rem;top:27.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJpt3NDPbZoZeGITPzBdUFR3i7ArimoC { display:block; }
 }@media only screen and (max-width: 763px) { #kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB { display:block; }#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3 { top:0rem;left:0rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi { top:0rem;left:7.375rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb { top:0rem;left:23.25rem;width:24.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXExeZWXWxLC2CLC2esHFJ0NpoStG2dt { top:24.5rem;left:0rem;width:17.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTuPlivxTivXgOAu0QE61S2q71UpCDq { top:24.5625rem;left:14.125rem;width:17.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwmnbfnzqiavcBk56HlK3kF0eMrlt7qf { top:24.5rem;left:30rem;width:17.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN8A35lBzbfcArsHZIXoE9QvQ4Le246V { width:12.5rem;height:3.4375rem;top:30.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf1TmewedpT2FWv5AZypr1sHfX3ZbfN4 { display:block; }
 }@media only screen and (max-width: 763px) { #R3PKCRs9F54UaTZgnLkenV9eZfav9BRc { width:12.5rem;height:3.4375rem;top:30.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6KEn1WCDK0bUHNXL1IeQVsreyyvn0H { display:block; }
 }@media only screen and (max-width: 763px) { #m6Gw1qXxxAdgvvhn1yumcCg2FwI9MJ4O { width:12.5rem;height:3.4375rem;top:30.875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOwzqKRAIseuX6Ngr1gfl5pewEb46MI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USnUy2VVcG1PcX0FaDE0p8e8X43FodvN { width:13.4375rem;height:3.25rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMnx0s1GanPnDWKysUVIyPHu8BSZyVyM { width:16.625rem;height:3.25rem;top:11.69921875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVNntdEzC4C9z17msRKOxT5DxpxGhDmS { display:block; }
 }@media only screen and (max-width: 763px) { #Agv7Tm2b25g5wRs4t9E2vumehDNRdtFB { width:14.9375rem;height:1.3808625rem;top:8.625rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izIMIE27zppXewqsJFlfKCBzmn4W4paW { width:8.3125rem;height:1.3808625rem;top:6.125rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQsg4zNX3GpiXTvGwCyZmQQICJJ3hC3 { width:1.5625rem;height:1.5625rem;top:6.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpRCF6xd1miT5A2qTHN0I8lOVgA4vNfE { width:1.5625rem;height:1.5625rem;top:8.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I { background-color:#bb26a6;background-image:url("https://images.assets-landingi.com/uc/dad4b10e-ed7e-42a1-a953-2727c98ccda7/main3.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.adaptive-delivery-prevent-bg, #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.lazyload, #LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I.lazyloading { background-image: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { background-color: transparent; background-image: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container > .video-iframe-container { display: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row > .video-iframe-container { display: none; }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .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); }#LrQ8kv0KtcfKyGyfO7gLWuswr9pfUu0I > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuDEUorTAAx8Q6126FQqxAUNyHr6lqpt { width:20rem;height:7.066375rem;top:2.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7t2DWkUz88nsAuT59x0Pf8xvVlK53wO { width:20rem;height:4.986325rem;top:10.4609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ  { width:17.5rem;height:auto;top:17.21875rem;left:0rem; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ {display:block;}#q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ { width:17.5rem;height:auto;top:17.21875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #mTcX3my2fk9wUxnv7gULAwwPvTwJqUZv {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #sTDFonS6PPoAGgMzWpJ2bTQaVRfI8ofH {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #vZUhlw8oUAaVF2Tw9h1UyGIexARwkRMa {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #nbEo5UhbKSGweo5Cqlm13uBCDesDLNT5 {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #VRF7KS26mkgFobITgK7H2BUvUlzJmoEN {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #bTiUlFamDybwLmvNF30UiHqipA37TeFd {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #N9W3zgAsdgSa5IFnJkZmW9JdvNkDm0eQ {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #M3ppHbpMoka1xGVQ5gtr7zXx3As4sIwN {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #Q7sN1wK07ydoZPpB7vwhhH93hfT6O1oy {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #OKi60899VKIdZF2Fr0NKU9eOCZD8MTI2 {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #K40lH6yN0WT87XUprAsUr5hTnQkPkKDR {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #UpBHvFoRCgsecDoy7FgG9Gl1TKUP5Ach {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #RxRokfOHExQimJUR8kHVxwiefMnmaWTn {  }
 }@media only screen and (max-width: 763px) { #q59Dedw2yWftfBWE7iEWoHukTFPfbwEQ #LTnXiOCzptZB0LQo8Dp3Q0Dv0GDDSg99 {  }
 }@media only screen and (max-width: 763px) { #hsvBKtrxxKSpyxdVy2DXqMgeuzbSOvkr { width:12.5rem;height:6.25rem;top:34.0703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFB7MS2zXRinzL5bd7L6x0mFmIrSmEzJ { width:5rem;height:0.9375rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRVuEOfCJtTU9dM31PoyNgQIVWJuVrf { width:3rem;height:3rem;top:0.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1aMST281AJnKouc0zFTenDX0AFdXIB { width:3.125rem;height:3.125rem;top:5.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByihwA3pg5TB4GRvyJSXHJkRabuCFvN { display:block; }#RByihwA3pg5TB4GRvyJSXHJkRabuCFvN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUDmKxg14ZlAO52AEe7fwZWpbF1f4TS9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g { display:block; }#tvIUOBEnFxrgwXTWQF4reWWzrIvt6O1g > .row .container { width:20rem;height:129.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpuqitUVlT5xnX13lrgOyrmq9G9XbEoG { width:18.125rem;height:21.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpAytqcBkTe9m6pAF72RzursCqtleRI { width:17.625rem;height:2.4375rem;top:24.375rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkaWbENWfeglCB6W4dAcUs0teAhx4dJ { width:12.5rem;height:3.4375rem;top:28.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWoe70F6PovqqT0A2RiZgRL3rz3x1E1 { display:block; }
 }@media only screen and (max-width: 763px) { #I2BHoBEABKmCFRnIZH2gZoaNUd21MrSQ { width:18.125rem;height:21.875rem;top:32.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6r9HL8EhFi61MJZLncUARJrcc1K8Ase { width:18.125rem;height:21.875rem;top:67.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AicWbx6QxwFtvfWygi2Wtv3vCg1ehdRS { width:12.5rem;height:3.4375rem;top:62rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMtygfD1A7UcOII0UFKaZWQVW8bMvTrP { display:block; }
 }@media only screen and (max-width: 763px) { #JwK4v9RRRJ93ZuZQVTWzLWfbBUkA7Q3P { width:17.625rem;height:4.875rem;top:55.875rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgelztyHIBnweTV6iMRy8sIBuuQwAOV { width:17.625rem;height:2.4375rem;top:89.8125rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4CmrbGXdI8df65OAFEg6oDtoiAsewzz { width:12.5rem;height:3.4375rem;top:93rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoCicWTT8Lg48TTPeTTD52Fi95NUIqRq { display:block; }
 }@media only screen and (max-width: 763px) { #RZpLoV2H4hF9xz8407DZcU8x2Z7Egri0 { width:12.5rem;height:3.4375rem;top:124.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46oy7BemEBgMXlobpAT7dNwZfeEnSyi { display:block; }
 }@media only screen and (max-width: 763px) { #mEu3m67E1bdH5lqRzkdBASwLKTM3TqiU { width:17.625rem;height:2.4375rem;top:121.3125rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqffOTMUe9KKcZFWU8eQimfrT39ZZsw { width:18.125rem;height:21.875rem;top:98.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 { display:block; }#TmczFvcNiNzNmB2JrqTXbMDaD79qfbN4 > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTO4KSiMXDIAQDfoIzvEPh6ztJEem2h8 { width:20rem;height:5.19921875rem;top:39.6748046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7lMXThiDL6vToyMtbvvhWLO3t5o6WzG { width:7.25rem;height:2.5996125rem;top:37.0751953125rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF1Z5xrKqSbWDghN9JdOkyxXCK27yRTn { width:18.6875rem;height:28.792925rem;top:45.986328125rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dzHNKoHklKDzrP7Mbq2mrIniUF83qhKf { width:20rem;height:34.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtB4c2zkTIdNqWbvFf6XNVIssWegt9V { width:12.5rem;height:5.0625rem;top:7.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW4ml691msR0NPfuoT3LhTdXGS0TPQU1 { width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFr55C1ah3QrS87KwAsZxTf7cpaf4A2K { width:2.5rem;height:2.5rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI { display:block; }#MbWy24tN2EWzeVFqWMKwvr5T9nOGeceI > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaK3JkIrvfGvevmfSf4zUPQ1Sp88QtaO { width:20rem;height:2.4375rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT07MLUy0eNtCchnVRDiszd0iFBMfVFL { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC2L4m3TFkQ5OnX7ApcZxmsp0otrTibP { width:18.9375rem;height:8.125rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOHL25FCHxFMgEKNd3CBxPTTCMTqJVl { width:17.5rem;height:6rem;top:14.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFcuKTy61y5a305BmqnwQDiMPS1UaIxU { width:13.8125rem;height:1.625rem;top:23.0625rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQWFy3VznXUQ3L0r6vlc61yUd3Qyv2Mp { width:13.1875rem;height:1.625rem;top:37.6875rem;left:3.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2b8QfLfmrJRmFmard4TbTCqK1A3Ztmg { width:18.9375rem;height:9.375rem;top:26.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ95hf3OpQvaxrTEgVbN6RbyseZoxCId { width:17.5rem;height:8rem;top:27.0625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpa2vWkWMKPBUqp3Bnmo1sQQbTOf5h57 { width:12.75rem;height:1.625rem;top:55.9375rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8AU9Q0TQGMHNOtlgfI5Bv7DJvAqkGUd { width:18.9375rem;height:13.75rem;top:40.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOZXyl4Vpuz65dTdVdTKcJZ6nGoTgt78 { width:17.5rem;height:12rem;top:41.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKSvdMih6mlWr3TTPCVrUGUE7qGKgNmg { width:20rem;height:2.5996125rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiDcTHMwNoeRHHQcri8aATBHDXdZibWu { display:block; }#QiDcTHMwNoeRHHQcri8aATBHDXdZibWu > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H  { width:17.5rem;height:auto;top:32.0234375rem;left:0rem; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H {display:block;}#lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H { width:17.5rem;height:auto;top:32.0234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #vsVVPDRAmFQ1yPIGTzB4aTBTJ2LnAD69 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pl5g0vaPgeh4xJxi8PB0CJLJb9wS94Oc {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #pIzsbnh6TPE69BerIS78F4XT2uOaNJSK {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wTooL755wLzlQapcPM3JCiWxt5rNsTw2 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #iSPIfFuRtryTff9ILM1UGFDtaBwNFMvC {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #wh4MJqmPIVUDUbzFBEffVpAO2rVIxmpl {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fXT4qvdRCyfiLEqqI0hx1MdUtQQ5R2mK {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #g79O4sKOekQER1wIixrwqgJgkngJcqom {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Bn7nnReMMPaeEeUwNU4B254khrKQtxtd {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #A5NeTpwy4amkmGt7rVrTR41x4sBsaok8 {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #zoKdDV7dGDonmhkxIAkRq5pIF788EltJ {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #yga1JEKvu8xPhf5kLKRZmXFlLGiTezUE {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #fySBPrWmJFZdDNTw9PTTXLfOrPcO0o4a {  }
 }@media only screen and (max-width: 763px) { #lzcNXfywJVlxBFFKtLhCXt1sriPTqL5H #Us8Ku2lwsQdIEp8viU9GRTMptX8nNJHP {  }
 }@media only screen and (max-width: 763px) { #p78vIA460TI7JAqrKooFF2NElZT9H1rT { width:12.5rem;height:6.25rem;top:69.46094375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfGNAQVExOzTxumPpTbNRF4JX1A8bfXb { width:20rem;height:18rem;top:13.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcF0mnBbb9F34NI764zJHk6xinrrTmyK { width:12.5rem;height:6.25rem;top:61.96094375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pkl1DUu5Eqd2gkvSzoLf8stb5hdcNU72 { width:1.5625rem;height:1.5625rem;top:1.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEouX2Od7TPoqAWwrlVLN3IXy2Ifqym { width:1.5625rem;height:1.5625rem;top:4.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGpuMBVOg683uGAnMufvXVVbHARHgUEI { width:14.9375rem;height:1.3808625rem;top:4.3125rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6eLKIbMSTOcHgSXK35p97GxxbCRdWTr { width:8.3125rem;height:1.3808625rem;top:1.5625rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DzdmDGFAmLzzo5dyME5AEoy7NhZphz { width:16.5625rem;height:4.142575rem;top:7.908203125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ln0ABOumRJS9nAIdUc8Zt6QXkctAte { width:1.5625rem;height:1.5625rem;top:7.908203125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 { display:block; }#V2AxqTuZaxg7Jr6iUHwbuZEzNscduT55 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9c66PN98yozy3nSs1LOehSgwysZKTlN { width:15.1875rem;height:2.76171875rem;top:1.244140625rem;left:2.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh { display:none; }#IXzTcqlzLhJHl4VFR7TvoB2TwTHS1Syh > .row .container { width:20rem;height:95.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SggQDMKfDkvByzuyBWD5afxkrIUD4ep8 { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5NAl0UGEEsmhqwJeD8y6CEAOzT1tCz { width:20rem;height:21.875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAhAUtCU0amdkAzNBFmBT05VuldrHnD { width:20rem;height:21.875rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJwHenItVLKtdhXv4cq1Kv72JpIgTSkC { width:17.625rem;height:0;top:24.375rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKerBp5gfqtWGWrpvcP6LfynCC2il1uW { width:17.625rem;height:0;top:55.875rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFsux7kVLJzOT7e4WwGUp6Jaeva8Tmgd { width:17.625rem;height:0;top:87.375rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHigFnrcXDbOK4inCgBGQaqJTvm2w3ar { width:12.5rem;height:3.4375rem;top:28.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBfBl72JodAXCd0FT3pyAGRLiVCCgoFC { display:block; }
 }@media only screen and (max-width: 763px) { #mM9InQZ30dirbw8M2XcIckEVx7oHaVGC { width:12.5rem;height:3.4375rem;top:59.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqTXLwUhqLTLANNm9wzqaAcTRaQG9hQ { display:block; }
 }@media only screen and (max-width: 763px) { #AgXQTPkVpZLxhohiUoogsuw0TihLkNgI { width:12.5rem;height:3.4375rem;top:91.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJpt3NDPbZoZeGITPzBdUFR3i7ArimoC { display:block; }
 }@media only screen and (max-width: 763px) { #kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB { display:none; }#kMw3rJWyfb9c9FT3KAA4A2oC1zbkJkzB > .row .container { width:20rem;height:103.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P3OewxZf0WcsCK3PpO0gdaKHlOHhTtq3 { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axC35gHg9iIoPAZiwOI2uLTAQvOkIkVi { width:20rem;height:21.875rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ZrfPzMp2CbPOnXVpCKWXmM5UtTTEgb { width:20rem;height:21.875rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXExeZWXWxLC2CLC2esHFJ0NpoStG2dt { width:17.625rem;height:0;top:24.375rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTuPlivxTivXgOAu0QE61S2q71UpCDq { width:17.625rem;height:0;top:58.3125rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwmnbfnzqiavcBk56HlK3kF0eMrlt7qf { width:17.625rem;height:0;top:92.25rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN8A35lBzbfcArsHZIXoE9QvQ4Le246V { width:12.5rem;height:3.4375rem;top:30.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf1TmewedpT2FWv5AZypr1sHfX3ZbfN4 { display:block; }
 }@media only screen and (max-width: 763px) { #R3PKCRs9F54UaTZgnLkenV9eZfav9BRc { width:12.5rem;height:3.4375rem;top:64.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6KEn1WCDK0bUHNXL1IeQVsreyyvn0H { display:block; }
 }@media only screen and (max-width: 763px) { #m6Gw1qXxxAdgvvhn1yumcCg2FwI9MJ4O { width:12.5rem;height:3.4375rem;top:98.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOwzqKRAIseuX6Ngr1gfl5pewEb46MI { display:block; }
 }