.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:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/vDwTPHis/bg1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { 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:15.625rem;top:2.4663629531861rem;left:0rem;overflow:hidden;display:block; }
#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#313c34;display:block;width:28.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:25.749784469604rem;left:0rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"bebas neue";font-size:5.625rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:11.373046875rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:22.8125rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.999125rem;height:4.24913125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.997615814209rem;left:0rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiLiWhLy8veHOIyawO9NziV8kfEWyvo7 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5rem;left:66.000869750975rem;display:block; }
#lP3dL7htxyn62AL6RlHazizPUgONsbb9 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.4370660781861rem;left:68.374568939206rem;height:1.875rem;font-style:normal;display:block; }
#Jyg7czMe1r6b8RHOQedGtugPEK2LVqZb { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.4370660781861rem;left:52.689239501953rem;display:block; }
#SFu58vNW1THvmtNTHnPQM2rlz4NLiEqp { color:#000000;display:block;width:8.9995625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.4370660781861rem;left:55.751304626465rem;height:1.875rem;font-style:normal;display:block; }
#xiCgiXyRx1FUmuZSeEVuKarQwup9B48R { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.75rem;left:71.25rem;overflow:hidden;display:block; }
#GXPTR4gxTwuzv3rs8XhXUmE7QFmJ0wqi { position:absolute;display:block;z-index:15016;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:37rem;left:71.25rem;overflow:hidden;display:block; }
#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp { 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; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container { background-color: transparent; background-image: none; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container > .video-iframe-container { display: none; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row > .video-iframe-container { display: none; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .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); }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container { border-width: 0; border-radius: 0; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#kDtaPgLfChJv3AI0kWUMhv37w6Zb6hqv { color:#000000;display:block;width:35.7498125rem;position:absolute;font-family:"bebas neue";font-size:4.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0403652191162rem;left:19.624568939209rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDQVe1MgqT78zAiVXzA7AN7uwilackHl { 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; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container { background-color: transparent; background-image: none; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container > .video-iframe-container { display: none; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row > .video-iframe-container { display: none; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .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); }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container { border-width: 0; border-radius: 0; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#U4IqWNM1lCkTM4znkTmV7baXx0ucbhk7 { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.874569787644rem;left:4.3424491882324rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnFnwo9WT9Kmq7d8gwM2IalfozAcImTA { 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:23.75rem;width:23.75rem;top:0.060767068527639rem;left:0.62500190734863rem;overflow:hidden;display:block; }
#KeHUZDBMzvdZVTvvGQTKrypn7BGUB7ov { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.842015743256rem;left:29.343536376953rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prnoyVBl0ux5ukocXhNQTsTUJgSdR1Ed { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.75rem;top:0.1875rem;left:25.625rem;overflow:hidden;display:block; }
#MDXFJO0CypUEgbTOgQf8LX96IlyXXddR { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:26rem;left:54.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBVrKG0d3cx9itzCyE2L5ETwR20DKgAf { 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:23.75rem;width:23.75rem;top:0.1875rem;left:50.625rem;overflow:hidden;display:block; }
#BtNZ7XWIBmzsQfwFCoxsM6pTWcNQS9NU { color:#313c34;display:block;width:18.936625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:29.066843032837rem;left:3.0305995941162rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#etBvH6OUTB18Naogse3md95HeWJ49Fde { color:#313c34;display:block;width:18.9355625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:29.064672470092rem;left:28.031684875488rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#N8TKTN0bT5tGGNBfcriTnMTWi6ULNqkd { color:#313c34;display:block;width:18.9355625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:29.033205032349rem;left:53.031688690186rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#zebGXOQVwC10q6MgbtrLPTHPHiENU7zk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.194011688233rem;left:7.8125rem;display:block; }
#h7TvC7zC34HpQDZZONneFVQtiGR4aqBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5CvdW0UMFqOzaVLpCCc55IsdrJTram7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.74956875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.192928314209rem;left:32.812503814698rem;display:block; }
#q9AMvbNcmXVmK88vnf0Gz0zD3yQWFUeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmfwaG4oDXmUCzLVcKNd5hAuZIrWIbTl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.74956875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.192928314209rem;left:57.812503814698rem;display:block; }
#pp1NZoC3k10kfgvG56PsEOUGVynOyuy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp { 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; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container { background-color: transparent; background-image: none; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container > .video-iframe-container { display: none; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row > .video-iframe-container { display: none; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .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); }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container { border-width: 0; border-radius: 0; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#H2TWilp8dd6LDcWQes5eTPTHP5emgSzP { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.874569787644rem;left:4.3424491882324rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF6oxZhePBb6ReiAxJlZ7KcS19rzNOR9 { 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:23.75rem;width:23.75rem;top:0.060767068527639rem;left:0.62500190734863rem;overflow:hidden;display:block; }
#reTuVh8uVgwbgTqBPUP1E3gNfsTxftNV { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.842015743256rem;left:29.343536376953rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JByq0bMPbaeO2OQd2TOZk2J4XaTroPPu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.75rem;top:0.1875rem;left:25.625rem;overflow:hidden;display:block; }
#mnUIxVBOzsQ6fBWQJ7QJJb1qHKS5u628 { color:#000000;display:block;width:16.311875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:26rem;left:54.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5uLyilb0sP69TfswScJITeKOUlAZqS0 { 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:23.75rem;width:23.75rem;top:0.1875rem;left:50.625rem;overflow:hidden;display:block; }
#wv7L90D1gfwKi1rxTTtP3wANgnTE8hXn { color:#313c34;display:block;width:18.936625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:29.066843032837rem;left:3.0305995941162rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#CNTl6zk01O7oE42hz7NcOOmLll4WTVLN { color:#313c34;display:block;width:18.9355625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:29.064672470092rem;left:28.031684875488rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#xBZImh4ZC5ohsxULcl9ezRxMtZ5xXhcT { color:#313c34;display:block;width:18.9355625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:29.033205032349rem;left:53.031688690186rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#fwtoTpaDRhzNddcxw5b4Q4ooT33dO2FD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.694011688233rem;left:7.8125rem;display:block; }
#Ay0VEweNwCAV3HWW8QVhSnfwfeZyDxMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdrzPPIP17Z6bz2LABdMBl6wRhyHwtp4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.74956875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.692928314209rem;left:32.812503814698rem;display:block; }
#f8UBpNgncnyTU1wPcMcFA6sPGyJqphGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqUQ9wa44gVQhL318PTcTdBwTDf4EdEm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.74956875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.692928314209rem;left:57.812503814698rem;display:block; }
#ccffaCPUnAHtOdDhM3AQ6JpAHVxRdxJW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.adaptive-delivery-prevent-bg, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyload, #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl.lazyloading { background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { background-color: transparent; background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .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); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { border-width: 0; border-radius: 0; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { color:#000000;display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:4.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3118515014649rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:8.499351501465rem;left:7.5rem;overflow:hidden;display:block; }
#aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.6241340637206rem;left:12.749568939209rem;height:1.7871125rem;font-style:normal;display:block; }
#ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { color:#313c34;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.9375rem;left:12.749568939209rem;height:2.79948125rem;font-style:normal;display:block; }
#ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #000000;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:1.6875rem;width:3.4375rem;top:10.3125rem;left:23.499351501465rem;display:block; }
#KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { position:absolute;display:block;z-index:15015;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.875rem;width:3.875rem;top:8.5622825622556rem;left:30.061851501465rem;overflow:hidden;display:block; }
#pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6870689392087rem;left:35.312503814698rem;height:1.7871125rem;font-style:normal;display:block; }
#Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { color:#313c34;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.999351501465rem;left:35.312503814698rem;height:2.79948125rem;font-style:normal;display:block; }
#aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { color:#313c34;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:10.999351501465rem;left:57.812503814698rem;height:2.79948125rem;font-style:normal;display:block; }
#LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:8.5622825622556rem;left:52.561855316162rem;overflow:hidden;display:block; }
#n44zXLuMUN9X20EXQKbT5rddPe72KWKe { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #000000;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:1.6875rem;width:3.4375rem;top:10.3125rem;left:46.124134063721rem;display:block; }
#M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6870689392087rem;left:57.812503814698rem;height:1.7871125rem;font-style:normal;display:block; }
#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container { background-color: transparent; background-image: none; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container > .video-iframe-container { display: none; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row > .video-iframe-container { display: none; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .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); }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container { border-width: 0; border-radius: 0; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#000000;display:block;width:28.936625rem;position:absolute;font-family:"bebas neue";font-size:4.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.5rem;left:23.0625rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:#000000;display:block;width:15.186625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:29.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 { position:relative;display:block; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 { background-color: transparent; background-image: none; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container > .video-iframe-container { display: none; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row > .video-iframe-container { display: none; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .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); }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 { border-width: 0; border-radius: 0; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bcrg4vpN5HHo4TI5lZgHnhkIixqe8l6C { position:absolute;display:block;z-index:15027;height:12.6855625rem;width:60.3125rem;top:0.55880928039551rem;left:7.434898376465rem;display:block; }
#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container { background-color: transparent; background-image: none; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container > .video-iframe-container { display: none; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row > .video-iframe-container { display: none; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .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); }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container { border-width: 0; border-radius: 0; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#R0VnRbdNI8mBQ6TwdU7wLzuOJBN7W76K { 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:9.375rem;width:9.375rem;top:8.0913629233838rem;left:2.1245670318604rem;overflow:hidden;display:block; }
#ixIM6kFz1WTIu99sNTrHsR4LTedlt6gn { position:absolute;display:block;z-index:15001;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:9.375rem;width:9.375rem;top:8.0902778506281rem;left:16.672092437744rem;overflow:hidden;display:block; }
#L02fRnmbpaiAUvT7MQU6tWpKxUZh5zUy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:8.0902778506281rem;left:32.812503814698rem;overflow:hidden;display:block; }
#bJJ94fXZizTwT2c6XJ2LCOzLbHzZtJve { 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:9.375rem;width:9.375rem;top:8.0902778506281rem;left:48.109813690186rem;overflow:hidden;display:block; }
#ErDFPql7rl9feTxycOxTbsDoELLXoViX { 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:9.375rem;width:9.375rem;top:8.0902778506281rem;left:63.047962188719rem;overflow:hidden;display:block; }
#ihH9hIyEGii5Rr8eEPT4RSfPhoXvSJAe { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"bebas neue";font-size:4.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:2.0670576095581rem;left:25.625003814698rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QGAbAV05/bg2.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5611982345581rem;left:53.685985565186rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"bebas neue";font-size:4.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:10.474175453186rem;left:48.467884063721rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-form-header {  }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#000000;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:24.1875rem;box-sizing:border-box;height:3.25rem;color:#70182b;font-size:0.875rem;overflow:hidden;font-family:lato; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#70182b;font-size:0.875rem;overflow:hidden;font-family:lato; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.1875rem;box-sizing:border-box;height:3.25rem;color:#000000;font-family:lato;font-size:0.875rem;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #333333);background-image: -moz-linear-gradient(90deg, #000000, #333333);background-image: -ms-linear-gradient(90deg, #000000, #333333);background-image: -o-linear-gradient(90deg, #000000, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333' );";background-image: linear-gradient(90deg, #000000, #333333);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:10.9375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.25rem;height:3.25rem;font-family:lato;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]:-moz-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]::-moz-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]:-ms-input-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ [class*="-text"]::-webkit-input-placeholder { color:#70182b;font-family:lato;font-size:0.875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:300;color:#70182b;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .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:lato;font-size:0.75rem;font-weight:300;color:#70182b;overflow:hidden;font-style:normal;line-height:1.3; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container:first-of-type{padding-top:0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-container:last-of-type{padding-bottom:0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.248046875rem;left:46.998699188233rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#70182b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.248046875rem;left:46.998699188233rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr { position:relative;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW { position:relative;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG { position:relative;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa { position:relative;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc { position:relative; }
#lMuCySHiAbZurk7V8JKQ2KxVlLmhU5Ka { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:21.9375rem;left:26.9375rem;display:block; }
#Zkvs7smlusf6tLz3xRNLqmW5ho8dEJ0M { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:18.3125rem;left:26.9375rem;display:block; }
#MsfPEugmVftvpfzZNirosWbuvd3LnSLs { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:21.873916625976rem;left:29.749351501465rem;height:1.875rem;font-style:normal;display:block; }
#PSnbbtz1nFDSCeQVERc04BFTldKkp2S6 { color:#000000;display:block;width:8.9995625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:18.3125rem;left:30rem;height:1.875rem;font-style:normal;display:block; }
#WPN5fPeUfMuIJ08psCVUQwL7MAGHodVU { position:absolute;display:block;z-index:15001;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.2487rem;width:15.625rem;top:11.15993976593rem;left:26.936851501465rem;overflow:hidden;display:block; }
#SbGcqIqirE01S6yKIIwPdT8g4U7uhX3G { position:absolute;display:block;z-index:15015;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.4375rem;width:14.0625rem;top:25.875rem;left:25.625rem;overflow:hidden;display:block; }
#a0M2vv4ugBF129NnQR7uamfrvUltkxql { color:#000000;display:block;width:10.374375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:32.106122016907rem;left:26.936851501465rem;height:3.6002625rem;text-align:left;text-align-last:left;display:block; }
#Pw3OHSq0LGNl1lbkMtem7ZBrOPaOwcpB { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d6d6d6, rgba(207,207,207,0.5));background-image: -moz-linear-gradient(180deg, #d6d6d6, rgba(207,207,207,0.5));background-image: -ms-linear-gradient(180deg, #d6d6d6, rgba(207,207,207,0.5));background-image: -o-linear-gradient(180deg, #d6d6d6, rgba(207,207,207,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#7fcfcfcf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#7fcfcfcf' );";background-image: linear-gradient(180deg, #d6d6d6, rgba(207,207,207,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:38.8125rem;width:51.0625rem;top:4.8125rem;left:23.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:2.4375rem;left:0rem;width:15.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:25.6875rem;left:0rem;width:28.8125rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:11.3125rem;left:0rem;width:36.5rem;height:10.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:22.8125rem;left:0rem;width:24.0625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:12.9375rem;height:4.1875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #fiLiWhLy8veHOIyawO9NziV8kfEWyvo7 { top:2.5rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP3dL7htxyn62AL6RlHazizPUgONsbb9 { top:2.375rem;left:41.125rem;width:6.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyg7czMe1r6b8RHOQedGtugPEK2LVqZb { top:2.375rem;left:39.064239501953rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFu58vNW1THvmtNTHnPQM2rlz4NLiEqp { top:2.375rem;left:38.8125rem;width:8.9375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiCgiXyRx1FUmuZSeEVuKarQwup9B48R { top:42.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPTR4gxTwuzv3rs8XhXUmE7QFmJ0wqi { top:37rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp { display:block; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDtaPgLfChJv3AI0kWUMhv37w6Zb6hqv { top:3rem;left:5.999568939209rem;width:35.6875rem;height:5.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQVe1MgqT78zAiVXzA7AN7uwilackHl { display:block; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4IqWNM1lCkTM4znkTmV7baXx0ucbhk7 { top:25.8125rem;left:0rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnFnwo9WT9Kmq7d8gwM2IalfozAcImTA { top:0rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHUZDBMzvdZVTvvGQTKrypn7BGUB7ov { top:25.8125rem;left:15.5rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prnoyVBl0ux5ukocXhNQTsTUJgSdR1Ed { top:0.1875rem;left:8rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDXFJO0CypUEgbTOgQf8LX96IlyXXddR { top:26rem;left:31.375rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBVrKG0d3cx9itzCyE2L5ETwR20DKgAf { top:0.1875rem;left:23.875rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNZ7XWIBmzsQfwFCoxsM6pTWcNQS9NU { top:29.0625rem;left:0rem;width:18.875rem;height:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etBvH6OUTB18Naogse3md95HeWJ49Fde { top:29.0625rem;left:12.875rem;width:18.875rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TKTN0bT5tGGNBfcriTnMTWi6ULNqkd { top:29rem;left:28.75rem;width:18.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebGXOQVwC10q6MgbtrLPTHPHiENU7zk { width:9.375rem;height:2.75rem;top:37.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TvC7zC34HpQDZZONneFVQtiGR4aqBB { display:block; }
 }@media only screen and (max-width: 763px) { #Q5CvdW0UMFqOzaVLpCCc55IsdrJTram7 { width:9.375rem;height:2.6875rem;top:37.1875rem;left:19.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9AMvbNcmXVmK88vnf0Gz0zD3yQWFUeq { display:block; }
 }@media only screen and (max-width: 763px) { #rmfwaG4oDXmUCzLVcKNd5hAuZIrWIbTl { width:9.375rem;height:2.6875rem;top:37.1875rem;left:35.000003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp1NZoC3k10kfgvG56PsEOUGVynOyuy4 { display:block; }
 }@media only screen and (max-width: 763px) { #AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp { display:block; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2TWilp8dd6LDcWQes5eTPTHP5emgSzP { top:25.8125rem;left:0rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6oxZhePBb6ReiAxJlZ7KcS19rzNOR9 { top:0rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTuVh8uVgwbgTqBPUP1E3gNfsTxftNV { top:25.8125rem;left:15.5rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JByq0bMPbaeO2OQd2TOZk2J4XaTroPPu { top:0.1875rem;left:8rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUIxVBOzsQ6fBWQJ7QJJb1qHKS5u628 { top:25.9375rem;left:31.375rem;width:16.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uLyilb0sP69TfswScJITeKOUlAZqS0 { top:0.1875rem;left:23.875rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7L90D1gfwKi1rxTTtP3wANgnTE8hXn { top:29.0625rem;left:0rem;width:18.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTl6zk01O7oE42hz7NcOOmLll4WTVLN { top:29.0625rem;left:12.875rem;width:18.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBZImh4ZC5ohsxULcl9ezRxMtZ5xXhcT { top:29rem;left:28.75rem;width:18.875rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwtoTpaDRhzNddcxw5b4Q4ooT33dO2FD { width:9.375rem;height:2.75rem;top:39.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0VEweNwCAV3HWW8QVhSnfwfeZyDxMW { display:block; }
 }@media only screen and (max-width: 763px) { #xdrzPPIP17Z6bz2LABdMBl6wRhyHwtp4 { width:9.375rem;height:2.6875rem;top:39.6875rem;left:19.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8UBpNgncnyTU1wPcMcFA6sPGyJqphGE { display:block; }
 }@media only screen and (max-width: 763px) { #yqUQ9wa44gVQhL318PTcTdBwTDf4EdEm { width:9.375rem;height:2.6875rem;top:39.6875rem;left:35.000003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccffaCPUnAHtOdDhM3AQ6JpAHVxRdxJW { display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { top:1.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { top:8.4375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { top:8.5625rem;left:0rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { top:10.9375rem;left:0rem;width:8.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { top:10.3125rem;left:9.874351501465rem;width:3.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { top:8.5rem;left:16.436851501465rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { top:8.625rem;left:21.687503814698rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { top:10.9375rem;left:21.687503814698rem;width:8.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { top:10.9375rem;left:39.1875rem;width:8.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { top:8.5rem;left:38.936855316162rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44zXLuMUN9X20EXQKbT5rddPe72KWKe { top:10.3125rem;left:32.499134063721rem;width:3.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { top:8.625rem;left:38.0625rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi { display:block; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:6.5rem;left:9.4375rem;width:28.875rem;height:6.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:3.9375rem;left:16.3125rem;width:15.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 { display:block; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcrg4vpN5HHo4TI5lZgHnhkIixqe8l6C { top:0.5rem;left:0rem;width:47.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 { display:block; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0VnRbdNI8mBQ6TwdU7wLzuOJBN7W76K { top:8.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIM6kFz1WTIu99sNTrHsR4LTedlt6gn { top:8.0625rem;left:3.0470924377441rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L02fRnmbpaiAUvT7MQU6tWpKxUZh5zUy { top:8.0625rem;left:19.187503814698rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJJ94fXZizTwT2c6XJ2LCOzLbHzZtJve { top:8.0625rem;left:34.484813690186rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErDFPql7rl9feTxycOxTbsDoELLXoViX { top:8.0625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihH9hIyEGii5Rr8eEPT4RSfPhoXvSJAe { top:2.0625rem;left:12.000003814698rem;width:23.75rem;height:6.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { top:8.5rem;left:36.0625rem;width:11.6875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:10.4375rem;left:24rem;width:23.75rem;height:6.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-button { width:13.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { width:24.125rem;height:auto;top:14.1875rem;left:21.125rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { width:24.125rem;height:auto;top:14.1875rem;left:21.125rem; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #lMuCySHiAbZurk7V8JKQ2KxVlLmhU5Ka { top:21.9375rem;left:13.3125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkvs7smlusf6tLz3xRNLqmW5ho8dEJ0M { top:18.3125rem;left:13.3125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfPEugmVftvpfzZNirosWbuvd3LnSLs { top:21.8125rem;left:16.124351501465rem;width:7.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnbbtz1nFDSCeQVERc04BFTldKkp2S6 { top:18.25rem;left:16.375003814698rem;width:8.9375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPN5fPeUfMuIJ08psCVUQwL7MAGHodVU { top:11.125rem;left:13.311851501465rem;width:15.625rem;height:3.2487rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGcqIqirE01S6yKIIwPdT8g4U7uhX3G { top:25.875rem;left:12rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0M2vv4ugBF129NnQR7uamfrvUltkxql { top:32.0625rem;left:13.311851501465rem;width:10.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3OHSq0LGNl1lbkMtem7ZBrOPaOwcpB { top:4.8125rem;left:0rem;width:47.75rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/vDwTPHis/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:12.9373125rem;height:2.74956875rem;top:1.7491320371627rem;left:3.5308161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:16.124125rem;height:14.1699375rem;top:18.1875rem;left:1.9375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;line-height:1.4;color:#313c34;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:4.4987rem;top:12.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:20rem;height:2.0625rem;top:33.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:9.624rem;height:3.4375rem;top:37.5625rem;left:5.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #fiLiWhLy8veHOIyawO9NziV8kfEWyvo7 { width:2.1875rem;height:2.1875rem;top:8.4375rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP3dL7htxyn62AL6RlHazizPUgONsbb9 { width:9.9375rem;height:2.0625rem;top:8.56228351593rem;left:6.3747830986975rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jyg7czMe1r6b8RHOQedGtugPEK2LVqZb { width:2.1875rem;height:2.1875rem;top:6rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFu58vNW1THvmtNTHnPQM2rlz4NLiEqp { width:10.1875rem;height:2.0625rem;top:6rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiCgiXyRx1FUmuZSeEVuKarQwup9B48R { width:3.75rem;height:3.75rem;top:27.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPTR4gxTwuzv3rs8XhXUmE7QFmJ0wqi { width:3.75rem;height:3.75rem;top:22.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp { display:block; }#yDetTk8DyHzXTv4c9xE0FEeRFzeh4Jvp > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDtaPgLfChJv3AI0kWUMhv37w6Zb6hqv { width:20rem;height:3.3311625rem;top:1.25rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDQVe1MgqT78zAiVXzA7AN7uwilackHl { display:block; }#zDQVe1MgqT78zAiVXzA7AN7uwilackHl > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4IqWNM1lCkTM4znkTmV7baXx0ucbhk7 { width:16.25rem;height:2.25rem;top:21.779516220092rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnFnwo9WT9Kmq7d8gwM2IalfozAcImTA { width:20rem;height:20rem;top:0.96028709411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHUZDBMzvdZVTvvGQTKrypn7BGUB7ov { width:16.25rem;height:2.25rem;top:57.745227813721rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prnoyVBl0ux5ukocXhNQTsTUJgSdR1Ed { width:20rem;height:20rem;top:36.495227813721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDXFJO0CypUEgbTOgQf8LX96IlyXXddR { width:16.25rem;height:2.25rem;top:94.0918006897rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBVrKG0d3cx9itzCyE2L5ETwR20DKgAf { width:20rem;height:20rem;top:72.8418006897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNZ7XWIBmzsQfwFCoxsM6pTWcNQS9NU { width:18.8748125rem;height:4.72330625rem;top:24.710286140442rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etBvH6OUTB18Naogse3md95HeWJ49Fde { width:18.8748125rem;height:4.72330625rem;top:61.244579315186rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8TKTN0bT5tGGNBfcriTnMTWi6ULNqkd { width:18.8748125rem;height:6.29775rem;top:97.591152191162rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zebGXOQVwC10q6MgbtrLPTHPHiENU7zk { width:9.375rem;height:2.75rem;top:30.938585281372rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TvC7zC34HpQDZZONneFVQtiGR4aqBB { display:block; }
 }@media only screen and (max-width: 763px) { #Q5CvdW0UMFqOzaVLpCCc55IsdrJTram7 { width:9.375rem;height:2.6875rem;top:67.348094940187rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9AMvbNcmXVmK88vnf0Gz0zD3yQWFUeq { display:block; }
 }@media only screen and (max-width: 763px) { #rmfwaG4oDXmUCzLVcKNd5hAuZIrWIbTl { width:9.375rem;height:2.6875rem;top:105.2636756897rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp1NZoC3k10kfgvG56PsEOUGVynOyuy4 { display:block; }
 }@media only screen and (max-width: 763px) { #AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp { display:block; }#AuU6ND9BC3Ga7HTuodqv1Ky1JafKTAvp > .row .container { width:20rem;height:112.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2TWilp8dd6LDcWQes5eTPTHP5emgSzP { width:16.25rem;height:2.25rem;top:21.779516220092rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mF6oxZhePBb6ReiAxJlZ7KcS19rzNOR9 { width:20rem;height:20rem;top:0.96028709411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTuVh8uVgwbgTqBPUP1E3gNfsTxftNV { width:16.25rem;height:2.25rem;top:58.370231628418rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JByq0bMPbaeO2OQd2TOZk2J4XaTroPPu { width:20rem;height:20rem;top:37.120231628418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUIxVBOzsQ6fBWQJ7QJJb1qHKS5u628 { width:16.25rem;height:2.25rem;top:95.341804504394rem;left:1.8750000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5uLyilb0sP69TfswScJITeKOUlAZqS0 { width:20rem;height:20rem;top:74.091804504394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7L90D1gfwKi1rxTTtP3wANgnTE8hXn { width:18.8748125rem;height:6.29775rem;top:24.710286140442rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CNTl6zk01O7oE42hz7NcOOmLll4WTVLN { width:18.8748125rem;height:6.29775rem;top:61.869575500488rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xBZImh4ZC5ohsxULcl9ezRxMtZ5xXhcT { width:18.8748125rem;height:7.8721875rem;top:98.841148376462rem;left:0.56206601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fwtoTpaDRhzNddcxw5b4Q4ooT33dO2FD { width:9.375rem;height:2.74956875rem;top:32.000873565674rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay0VEweNwCAV3HWW8QVhSnfwfeZyDxMW { display:block; }
 }@media only screen and (max-width: 763px) { #xdrzPPIP17Z6bz2LABdMBl6wRhyHwtp4 { width:9.375rem;height:2.68663125rem;top:69.0331993103rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8UBpNgncnyTU1wPcMcFA6sPGyJqphGE { display:block; }
 }@media only screen and (max-width: 763px) { #yqUQ9wa44gVQhL318PTcTdBwTDf4EdEm { width:9.375rem;height:2.68663125rem;top:107.88738250733rem;left:5.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccffaCPUnAHtOdDhM3AQ6JpAHVxRdxJW { display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { width:20rem;height:3.8444rem;top:0.99934577941894rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { width:3.875rem;height:3.875rem;top:6.9997830390931rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { width:9.6875rem;height:1.7871125rem;top:7.1875004768369rem;left:8.874783575535rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { width:8.625rem;height:2.79948125rem;top:8.9995660781863rem;left:8.9366322159769rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { width:3.4375rem;height:3.4375rem;top:13.836806297303rem;left:9.968533575535rem;border-top:0;border-left:0.0625rem dashed #000000;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { width:3.875rem;height:3.875rem;top:19.024523735046rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { width:9.6875rem;height:1.7871125rem;top:18.811850547791rem;left:8.9366322159769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { width:8.625rem;height:2.79948125rem;top:20.625000953674rem;left:8.9366322159769rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { width:8.625rem;height:2.79948125rem;top:32.624785423279rem;left:8.9366322159769rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { width:3.875rem;height:3.875rem;top:30.861546516419rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44zXLuMUN9X20EXQKbT5rddPe72KWKe { width:3.4375rem;height:3.4375rem;top:25.674914360046rem;left:9.968533575535rem;border-top:0;border-left:0.0625rem dashed #000000;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { width:9.6875rem;height:1.7871125rem;top:30.874567985534rem;left:8.9366322159769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi { display:block; }#Bs7M8MaK86WSCtHQH2h9BksNtsBo15Hi > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:20rem;height:3.8444rem;top:3.623046875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 { display:block; }#U3o4m0SH0cHt0lXVUZCBwAtlCOQohno0 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcrg4vpN5HHo4TI5lZgHnhkIixqe8l6C { width:20rem;height:12.6248125rem;top:0.061851501464844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 { display:block; }#OILJyRD25yh2dcmh1zhX9ByckDqx7ZW9 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0VnRbdNI8mBQ6TwdU7wLzuOJBN7W76K { width:6.25rem;height:6.25rem;top:6.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIM6kFz1WTIu99sNTrHsR4LTedlt6gn { width:6.25rem;height:6.25rem;top:6.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L02fRnmbpaiAUvT7MQU6tWpKxUZh5zUy { width:6.25rem;height:6.25rem;top:12.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJJ94fXZizTwT2c6XJ2LCOzLbHzZtJve { width:6.25rem;height:6.25rem;top:12.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErDFPql7rl9feTxycOxTbsDoELLXoViX { width:6.25rem;height:6.25rem;top:19.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihH9hIyEGii5Rr8eEPT4RSfPhoXvSJAe { width:20rem;height:3.8444rem;top:1.9368486404419rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QGAbAV05/bg2.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:2.11263125rem;top:7.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:3rem;top:9.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { width:17.5rem;height:auto;top:11.936841964722rem;left:0rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { width:17.5rem;height:auto;top:11.936841964722rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #MITRVCcUSaBaGUFbP0pGLnRN1oyIKAKH {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #e99nuWFZluoS0UtOTsxEXS4N0vda91Sr { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FaU1uhCyEZzlufCQluV7VvDOyZL5yowa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RhNaaEr88znhJafVx6ORMOu09Jm37I7K {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #wonV6dA9TCAp5GGXHyrK1cByrqotVNnW { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #df8hF34oeT9N46Hbg7mMUqgLJnNy0Jwa {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #PohHhb5uZbcPrskCWh5CaIRM1S9wstoQ {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #iEWRnQzAMVV0JasKoHXGDJHaqODAcluG { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #SPhCFuCf3GiIEDoBXqRNZg7piT6nvang {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #RTcL9QwvsMJQWkZIBBbFw6l3ukxRbFap {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #xTTMNFJiOIoSLPtaHJugneXg9hpaICDa { display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #FQAcO9NxBN1Ebn1IMmu8TFscFyer4SFh {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #lMuCySHiAbZurk7V8JKQ2KxVlLmhU5Ka { width:2.1875rem;height:2.1875rem;top:41.5rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkvs7smlusf6tLz3xRNLqmW5ho8dEJ0M { width:2.1875rem;height:2.1875rem;top:38.5rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfPEugmVftvpfzZNirosWbuvd3LnSLs { width:8.75rem;height:2.0625rem;top:41.625rem;left:5.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PSnbbtz1nFDSCeQVERc04BFTldKkp2S6 { width:10.625rem;height:2.0625rem;top:38.625rem;left:5.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WPN5fPeUfMuIJ08psCVUQwL7MAGHodVU { width:15.625rem;height:3.2487rem;top:1.8760871887207rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGcqIqirE01S6yKIIwPdT8g4U7uhX3G { width:9.8730625rem;height:2.37305rem;top:46.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0M2vv4ugBF129NnQR7uamfrvUltkxql { width:18.8748125rem;height:1.2246125rem;top:50.555557012558rem;left:0.56206601858139rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3OHSq0LGNl1lbkMtem7ZBrOPaOwcpB { width:20rem;height:46.8125rem;top:6.715485572815rem;left:0rem;display:block; }
 }