.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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:transparent;background-image:url("https://images.assets-landingi.com/uc/8adb58c2-fbc7-4d51-bd53-b17f5c7ddcaa/Screenshot20251005at133740.png");background-position:top 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; }#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:60rem;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:12.75rem;width:12.75rem;top:0.59375rem;left:25.3125rem;overflow:hidden;display:block; }
#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#cc2f00;display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.8125rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#6c1023;display:block;width:37.0625rem;position:absolute;font-family:lato;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#cc2f00;display:block;width:29.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:28.3125rem;left:0rem;height:3.75rem;display:block; }
#IyDmfnsXsFvFv4u51SN3fP6dVetaHFSr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:0.75rem;display:block; }
#f932ZWO8asnsK1J3Nusz51vPgs5NOPUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e8245eb-7f21-4f27-802e-979054a8183f/Screenshot20250704at140123.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW.adaptive-delivery-prevent-bg, #dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW.lazyload, #dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW.lazyloading { background-image: none; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container { background-color: transparent; background-image: none; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container > .video-iframe-container { display: none; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row > .video-iframe-container { display: none; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .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); }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container { border-width: 0; border-radius: 0; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { 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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#6c1023;display:block;width:9.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:8rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#6c1023;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.9375rem;left:8rem;height:8.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { 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:45.0625rem;left:14.968751907349rem;overflow:hidden;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#6c1023;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5625rem;left:5.375rem;height:5.25rem;font-style:normal;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:#6c1023;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:35.5625rem;left:5.5625rem;height:8.25rem;font-style:normal;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#6c1023;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.0625rem;left:19.9375rem;height:1.75rem;font-style:normal;display:block; }
#kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { color:#6c1023;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:46.90625rem;left:19.875rem;height:6.875rem;font-style:normal;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.1875rem;top:27.44375038147rem;left:39.187501907349rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:44.625rem;height:3.5rem;font-style:normal;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:#6c1023;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:18.9375rem;left:44.5625rem;height:5.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:42rem;left:35.312501907349rem;overflow:hidden;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#6c1023;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.46875rem;left:45.34375rem;height:1.75rem;font-style:normal;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:#6c1023;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:30.0625rem;left:45.65625rem;height:11rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#6c1023;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42rem;left:39.9375rem;height:1.75rem;font-style:normal;display:block; }
#E6NoOZKbsA1zW6habFebEufUwCqlEqnm { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:44.5rem;left:40.21875rem;height:6.875rem;font-style:normal;display:block; }
#PUc2qIsRTLgQtUfAIGlnbAdc6by8edL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.999216079712rem;left:39.937501907349rem; }
#irgtpH0QxzW0zvt3muaOt8w9Kh6xsf7d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.067969322204rem;left:3.0750007629394rem; }
#QdedSDEPnWTxHMSsmiFQqJRP9S69S6Tc { position:absolute;display:block;z-index:15026;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:29.1875rem;width:32.6875rem;top:13.75rem;left:14.28125rem;overflow:hidden;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/39b9e6a1-68ff-4e3e-a173-46b7f458397f/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:239.8125rem;width:60rem;position:relative;display:block; }#mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { color:#c1272d;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:4.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);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:13rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:230.375rem;left:21.6875rem;display:block; }
#c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grFXFwmwQWpzG68JbOKetnmDf77kC3zI { color:#cc2f00;display:block;width:10.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:102.6875rem;left:33.0625rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oNcE55a1gfxpTkOt1boTz62F9T88cZNq { color:#70182b;display:block;width:17.25rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:89.75rem;left:9.5rem;height:3.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRpIAStC88p1vLUlns191pLAFCGRSW9w { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:111.25rem;left:34.625rem;height:0;font-style:normal;display:block; }
#bGXfm8iFTPLbKtKczblZkNuxvyy70Qtc { color:#70182b;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:136.5rem;left:34.625rem;height:0;font-style:normal;display:block; }
#RXTlOwQTDXXeTbl2zAzltipwPz1gRgmr { position:absolute;display:block;z-index:15047;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:22.875rem;width:23.6875rem;top:10.65625rem;left:3.25rem;overflow:hidden;display:block; }
#mhFvnaXBspDx2IkCp4v0gHlRLLhd5CMm { position:absolute;display:block;z-index:15048;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:22.25rem;width:25rem;top:10.96875rem;left:29.4375rem;overflow:hidden;display:block; }
#TDAwlXRafVRwW8e1Z0HE1J0TsKmy7lRN { position:absolute;display:block;z-index:15053;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.625rem;width:20.6875rem;top:33.53125rem;left:31.375rem;overflow:hidden;display:block; }
#JsKIZz2xnPIWKpBS050NxcRTEa7v6pun { position:absolute;display:block;z-index:15028;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.8125rem;width:29.5625rem;top:36.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk { color:#70182b;display:block;width:24.5rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:44.375rem;left:8.4375rem;height:7.1875rem;font-style:normal;display:block; }#rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk li:before{  }
#k7LoBf18Zh5oaWgaS6uVzDsc7gn6V17J { position:absolute;display:block;z-index:15038;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:26.625rem;width:26.625rem;top:55.375rem;left:1.625rem;overflow:hidden;display:block; }
#DV1BHdM583OziRRiXme4Weus6gKNHXea { position:absolute;display:block;z-index:15042;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.8125rem;width:29.5625rem;top:57.4375rem;left:27.4375rem;overflow:hidden;display:block; }
#Bh1KeB4gorh7razv1isUktzHHdgLusru { color:#70182b;display:block;width:21.3125rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:63.40625rem;left:31.28125rem;height:11.875rem;font-style:normal;display:block; }#Bh1KeB4gorh7razv1isUktzHHdgLusru li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bh1KeB4gorh7razv1isUktzHHdgLusru li:before{  }
#aG2bw3htt3Itt5fPImftJZWLc38eRTGT { color:#cc2f00;display:block;width:10.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:71.9375rem;left:30.25rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P4F33o86TDm1pGi2gnRdQ1uFScQLbPZd { position:absolute;display:block;z-index:15042;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.8125rem;width:29.5625rem;top:80rem;left:3.3125rem;overflow:hidden;display:block; }
#pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W { color:#70182b;display:block;width:22.9375rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:87.90625rem;left:7.375rem;height:9.375rem;font-style:normal;display:block; }#pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W li:before{  }
#GXeKpX7726bqMM2pxSqI2D6mlHm7TRhH { position:absolute;display:block;z-index:15056;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.125rem;width:23.5rem;top:79.375rem;left:33.1875rem;overflow:hidden;display:block; }
#oMANLhav47nRWLQaCmhnxuEw8m2MW07K { position:absolute;display:block;z-index:15057;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:25.9375rem;width:24.875rem;top:103.8125rem;left:3.6875rem;overflow:hidden;display:block; }
#Eszu6PT4eniuoqOfzztaXTdRcJV67NQt { position:absolute;display:block;z-index:15045;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.8125rem;width:29.5625rem;top:104.875rem;left:28.25rem;overflow:hidden;display:block; }
#J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb { color:#70182b;display:block;width:21.875rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:110.5rem;left:32.0625rem;height:13.75rem;font-style:normal;display:block; }#J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb li:before{  }
#XAuUpX9MFir0SbyHDP363tpylSab4664 { position:absolute;display:block;z-index:15046;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.8125rem;width:29.5625rem;top:129.6875rem;left:3.5625rem;overflow:hidden;display:block; }
#nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh { color:#70182b;display:block;width:24.5rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:137.4375rem;left:7.5rem;height:9.6875rem;font-style:normal;display:block; }#nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh li:before{  }
#iWUU3nyqyL3NfZkcolZvNhdEtVZd6U4H { position:absolute;display:block;z-index:15058;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:39.5rem;width:34.125rem;top:119.9249997139rem;left:30.500001907349rem;overflow:hidden;display:block; }
#MnLuziE8xtzZh4oEJ8gJTcMRRwxH191p { position:absolute;display:block;z-index:15059;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:27.5rem;width:22.9375rem;top:150.3125rem;left:1.625rem;overflow:hidden;display:block; }
#BnDO77ZPzDIqzLDJI23uhJyJ7Tyi06VX { position:absolute;display:block;z-index:15047;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:24.1875rem;width:30.0625rem;top:153.1875rem;left:26.25rem;overflow:hidden;display:block; }
#xTDKyRTMW0liT6cU49X6cSKTgPmPol6X { color:#70182b;display:block;width:24.5rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:159.375rem;left:30.75rem;height:11.875rem;font-style:normal;display:block; }#xTDKyRTMW0liT6cU49X6cSKTgPmPol6X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTDKyRTMW0liT6cU49X6cSKTgPmPol6X li:before{  }
#NtChi5DlTJWyFq0gpQ5WyeXx7TuwxJo8 { position:absolute;display:block;z-index:15051;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:24.1875rem;width:30.0625rem;top:180.3125rem;left:0rem;overflow:hidden;display:block; }
#ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB { color:#70182b;display:block;width:23.25rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:186.1875rem;left:3.5625rem;height:;font-style:normal;display:block; }#ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB li:before{  }
#h3B7lD5MnCsU6TOVzKOWCeKSvdsH2Vtg { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:25.6875rem;top:172.4375rem;left:28.250001907349rem;overflow:hidden;display:block; }
#PcngPoLVXG05JKmTUzks7UveUw3fZqqh { color:#70182b;display:block;width:23.875rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:210.125rem;left:30.3125rem;height:;font-style:normal;display:block; }#PcngPoLVXG05JKmTUzks7UveUw3fZqqh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PcngPoLVXG05JKmTUzks7UveUw3fZqqh li:before{  }
#p70LM2LE8psJVzhZsyAmiKHhrlZTTK1n { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:33.53125rem;left:11.875rem;height:1.375rem;display:block; }
#vEEbneVfn4XTfCK2L7lUpNrFLEBlyUJw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:33.53125rem;left:37.875rem;height:1.375rem;display:block; }
#LPHPD7n2ZZpRSk8JLUWtAh8cWdvKh7QK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:56.125rem;left:38.6875rem;height:1.375rem;display:block; }
#bvCC2ym4idxJn146MD3Se7ePifA69Fpy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:78.625rem;left:12.375rem;height:1.4375rem;display:block; }
#vwlZSTKANb0xuq0fPa7TP84AO3M4Jklo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:101.3125rem;left:42rem;height:1.4375rem;display:block; }
#utS0EXP35XNGLIy9UVVe3DOKMN6SAeql { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:128.375rem;left:13.15625rem;height:1.4375rem;display:block; }
#HlPDBqEiUdmuhbZDT53OIoUTM8fapR9b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:152.125rem;left:43.5rem;height:1.4375rem;display:block; }
#z5cJGGJaXHzbntloSZcPKMPvIdzXoT3l { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:177.375rem;left:10.75rem;height:1.4375rem;display:block; }
#aXkPWp4aC00TnOVVE9IaOyOJ1qkI8J7g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:202.5625rem;left:38.6875rem;height:1.4375rem;display:block; }
#mreINTMC1MFK39ZCCUeKwaE8CyRn95TV { position:absolute;display:block;z-index:15052;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:24.1875rem;width:30.0625rem;top:204.5rem;left:26.75rem;overflow:hidden;display:block; }
#rEQzmJArNFxweK4ozJBQJL7hR0pnTUq9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:229rem;left:11.0625rem;height:1.4375rem;display:block; }
#xwMdV13OQz2BBnazKyVATuJTAF7nQhWF { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:29.25rem;top:198.28125rem;left:0rem;overflow:hidden;display:block; }
#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4da67a27-f2e9-4f03-be62-74ad5d10bf1f/Screenshot20250704at140245.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc.adaptive-delivery-prevent-bg, #PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc.lazyload, #PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc.lazyloading { background-image: none; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container { background-color: transparent; background-image: none; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container > .video-iframe-container { display: none; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row > .video-iframe-container { display: none; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .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); }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container { border-width: 0; border-radius: 0; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top 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; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:#c1272d;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#9d0470;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9.71875rem;left:1.0625rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.1875rem;left:5.625rem;height:1.3125rem;font-style:normal;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:5.625rem;height:;font-style:normal;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.625rem;left:26.1875rem;height:1.3125rem;font-style:normal;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.875rem;left:26.6875rem;height:;font-style:normal;display:block; }
#NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { color:#c1272d;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:17.1875rem;left:47.5625rem;height:1.3125rem;font-style:normal;display:block; }
#U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.875rem;left:47.5625rem;height:1.75rem;font-style:normal;display:block; }
#JN3QxrrbgT1AOAfGncKHymrMOR1aoKdF { color:rgba(193,39,45,0.95);display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem #000000;top:12.6875rem;left:40.625001907349rem;height:18.75rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#VdTNWloMNqiiiLOezyToVzo4yO7yh5as { color:#c1272d;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:12.6875rem;left:1.5500011444092rem;height:18.75rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#Ir8vJv0iqVWxnHG05dOJMbaVD5prEnaU { color:rgba(157,4,112,0.87);display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.71875rem;left:20.062501907349rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#uzBqwdgrVC1Cro84o2yQMoDkMXXtc45L { color:#9d0470;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:9.71875rem;left:41.250001907349rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eAvl9UbTcKNpfZVlw26x2s6ob7daRCSJ { color:#c1272d;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:12.6875rem;left:20.062501907349rem;height:17.1875rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#OBdMZoMUNGp8TwzFec3ZZRrkKCfTq9lq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:31.5625rem;top:15.375rem;left:28.437501907349rem;overflow:hidden;display:block; }
#NLChXNxCAXwN4xoW1PLst2UtK84aFTEg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:24.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dZ2O0IM0dmFggNoPynb8vxbizKkqRUK7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:25.125rem;top:12.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/40c8b813-e517-4e15-bc6c-db324057e952/Frtitlu1920x1080px3.png");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 > .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:53.5625rem;width:60rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2500009536743rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.8500013351441rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem dashed #ae1a51;border-left:0.125rem dashed #ae1a51;border-right:0.125rem dashed #ae1a51;border-bottom:0.125rem dashed #ae1a51;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:13.431250572204rem;left:3.0437507629394rem;display:block; }
#iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { color:#cc2f00;display:block;width:18rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.487500190735rem;left:7.59375rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#dBhzarwOln9ICfeSMTXifF049T8qCV32 { color:#cc2f00;display:block;width:18rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.267956733704rem;left:7.59375rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem dashed #ae1a51;border-left:0.125rem dashed #ae1a51;border-right:0.125rem dashed #ae1a51;border-bottom:0.125rem dashed #ae1a51;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:21.209376335144rem;left:3.0437507629394rem;display:block; }
#UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { color:#cc2f00;display:block;width:18rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:28.155456542969rem;left:7.59375rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem dashed #ae1a51;border-left:0.125rem dashed #ae1a51;border-right:0.125rem dashed #ae1a51;border-bottom:0.125rem dashed #ae1a51;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:30.242188453674rem;left:3.0437507629394rem;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-form-header {  }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#70182b;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:#70182b;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, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);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:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.875rem;left:28.90625rem; }
#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:13.875rem;left:28.90625rem; }
#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 #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g { position:relative; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc { position:relative; }
#mILTSwu04rq0yUSZn73h2Pek6JxuZSpg { background-color:#e1092d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.0302734375rem;left:30.34375rem;display:block; }
#ws8Bw1TcUqFJdLiBTpXEQPzuTdDLfwRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plH6hOeKnABTHZaldgCCr8ml9P1VtQ1u { color:#cc2f00;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.8994140625rem;left:3.98046875rem;height:2.4375rem;display:block; }
#X7VFAmdGBIEdS5N6R2IE3IvhrEZTCoXI { color:#cc2f00;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.677734375rem;left:4.28125rem;height:2.4375rem;display:block; }
#vMSlPJm0d1LBiIJSvKqb56zLWszE5Fgv { color:#cc2f00;display:block;width:2.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.6865234375rem;left:3.44921875rem;height:2.4375rem;text-align:center;text-align-last:center;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:0.5625rem;left:19.1875rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:14.25rem;left:0rem;width:30.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:16.1875rem;left:0rem;width:37.0625rem;height:11.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:28.3125rem;left:0rem;width:29.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyDmfnsXsFvFv4u51SN3fP6dVetaHFSr { width:13.1875rem;height:3.875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f932ZWO8asnsK1J3Nusz51vPgs5NOPUD { display:block; }
 }@media only screen and (max-width: 763px) { #dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW { display:block; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:14.4375rem;left:1.875rem;width:9.875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:17.9375rem;left:1.875rem;width:8.8125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:45.0625rem;left:8.8437519073488rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:29.5625rem;left:0rem;width:11.9375rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:35.5625rem;left:0rem;width:11.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:45.0625rem;left:13.8125rem;width:13.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { top:46.875rem;left:13.75rem;width:14.0625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:27.4375rem;left:33.062501907349rem;width:7.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:14.9375rem;left:35.1875rem;width:12.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:18.9375rem;left:35.4375rem;width:11.4375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:42rem;left:29.187501907349rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:27.4375rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:30.0625rem;left:34.625rem;width:13.125rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:42rem;left:33.8125rem;width:13.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { top:44.5rem;left:34.09375rem;width:12.5625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUc2qIsRTLgQtUfAIGlnbAdc6by8edL5 { top:14.9375rem;left:33.812501907349rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgtpH0QxzW0zvt3muaOt8w9Kh6xsf7d { top:14.0625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdedSDEPnWTxHMSsmiFQqJRP9S69S6Tc { top:13.75rem;left:8.15625rem;width:32.6875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { top:2.5rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:13rem;height:4.25rem;top:230.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #grFXFwmwQWpzG68JbOKetnmDf77kC3zI { top:102.6875rem;left:26.9375rem;width:10.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNcE55a1gfxpTkOt1boTz62F9T88cZNq { top:89.75rem;left:3.375rem;width:17.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpIAStC88p1vLUlns191pLAFCGRSW9w { top:111.25rem;left:28.5rem;width:17.375rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGXfm8iFTPLbKtKczblZkNuxvyy70Qtc { top:136.5rem;left:28.5rem;width:17.375rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTlOwQTDXXeTbl2zAzltipwPz1gRgmr { top:10.625rem;left:0rem;width:23.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhFvnaXBspDx2IkCp4v0gHlRLLhd5CMm { top:10.9375rem;left:22.75rem;width:25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAwlXRafVRwW8e1Z0HE1J0TsKmy7lRN { top:33.5rem;left:25.25rem;width:20.6875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKIZz2xnPIWKpBS050NxcRTEa7v6pun { top:36.4375rem;left:0rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk { top:44.375rem;left:2.3125rem;width:24.5rem;height:7.1875rem;font-size:0.9375rem;display:block; }#rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk li:before{  }
 }@media only screen and (max-width: 763px) { #k7LoBf18Zh5oaWgaS6uVzDsc7gn6V17J { top:55.375rem;left:0rem;width:26.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV1BHdM583OziRRiXme4Weus6gKNHXea { top:57.4375rem;left:18.1875rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1KeB4gorh7razv1isUktzHHdgLusru { top:63.375rem;left:25.15625rem;width:21.3125rem;height:11.875rem;font-size:0.9375rem;display:block; }#Bh1KeB4gorh7razv1isUktzHHdgLusru li:before{  }
 }@media only screen and (max-width: 763px) { #aG2bw3htt3Itt5fPImftJZWLc38eRTGT { top:71.9375rem;left:24.125rem;width:10.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4F33o86TDm1pGi2gnRdQ1uFScQLbPZd { top:80rem;left:0rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W { top:87.875rem;left:1.25rem;width:22.9375rem;height:9.375rem;font-size:0.9375rem;display:block; }#pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W li:before{  }
 }@media only screen and (max-width: 763px) { #GXeKpX7726bqMM2pxSqI2D6mlHm7TRhH { top:79.375rem;left:24.25rem;width:23.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMANLhav47nRWLQaCmhnxuEw8m2MW07K { top:103.8125rem;left:0rem;width:24.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eszu6PT4eniuoqOfzztaXTdRcJV67NQt { top:104.875rem;left:18.1875rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb { top:110.5rem;left:25.875rem;width:21.875rem;height:13.75rem;font-size:0.9375rem;display:block; }#J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb li:before{  }
 }@media only screen and (max-width: 763px) { #XAuUpX9MFir0SbyHDP363tpylSab4664 { top:129.6875rem;left:0rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh { top:137.4375rem;left:1.375rem;width:24.5rem;height:9.6875rem;font-size:0.9375rem;display:block; }#nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh li:before{  }
 }@media only screen and (max-width: 763px) { #iWUU3nyqyL3NfZkcolZvNhdEtVZd6U4H { top:119.875rem;left:13.625rem;width:34.125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnLuziE8xtzZh4oEJ8gJTcMRRwxH191p { top:150.3125rem;left:0rem;width:22.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnDO77ZPzDIqzLDJI23uhJyJ7Tyi06VX { top:153.1875rem;left:17.6875rem;width:30.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDKyRTMW0liT6cU49X6cSKTgPmPol6X { top:159.375rem;left:23.25rem;width:24.5rem;height:11.875rem;font-size:0.9375rem;display:block; }#xTDKyRTMW0liT6cU49X6cSKTgPmPol6X li:before{  }
 }@media only screen and (max-width: 763px) { #NtChi5DlTJWyFq0gpQ5WyeXx7TuwxJo8 { top:180.3125rem;left:0rem;width:30.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB { top:186.1875rem;left:0rem;width:23.25rem;height:;font-size:0.9375rem;display:block; }#ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB li:before{  }
 }@media only screen and (max-width: 763px) { #h3B7lD5MnCsU6TOVzKOWCeKSvdsH2Vtg { top:172.4375rem;left:22.0625rem;width:25.6875rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcngPoLVXG05JKmTUzks7UveUw3fZqqh { top:210.125rem;left:23.875rem;width:23.875rem;height:;font-size:0.9375rem;display:block; }#PcngPoLVXG05JKmTUzks7UveUw3fZqqh li:before{  }
 }@media only screen and (max-width: 763px) { #p70LM2LE8psJVzhZsyAmiKHhrlZTTK1n { top:33.5rem;left:5.75rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEbneVfn4XTfCK2L7lUpNrFLEBlyUJw { top:33.5rem;left:31.75rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHPD7n2ZZpRSk8JLUWtAh8cWdvKh7QK { top:56.125rem;left:32.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCC2ym4idxJn146MD3Se7ePifA69Fpy { top:78.625rem;left:6.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwlZSTKANb0xuq0fPa7TP84AO3M4Jklo { top:101.3125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utS0EXP35XNGLIy9UVVe3DOKMN6SAeql { top:128.375rem;left:7.03125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlPDBqEiUdmuhbZDT53OIoUTM8fapR9b { top:152.125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5cJGGJaXHzbntloSZcPKMPvIdzXoT3l { top:177.375rem;left:4.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXkPWp4aC00TnOVVE9IaOyOJ1qkI8J7g { top:202.5625rem;left:32.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreINTMC1MFK39ZCCUeKwaE8CyRn95TV { top:204.5rem;left:17.6875rem;width:30.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQzmJArNFxweK4ozJBQJL7hR0pnTUq9 { top:229rem;left:4.9375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMdV13OQz2BBnazKyVATuJTAF7nQhWF { top:198.25rem;left:0rem;width:29.25rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc { display:block; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:1.875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:9.6875rem;left:0rem;width:19rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:17.1875rem;left:0rem;width:12.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:14.875rem;left:0rem;width:11.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:17.625rem;left:20.0625rem;width:12.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:14.875rem;left:20.5625rem;width:11.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { top:17.1875rem;left:35.5rem;width:12.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { top:14.875rem;left:36.5rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN3QxrrbgT1AOAfGncKHymrMOR1aoKdF { top:12.6875rem;left:30.625rem;width:17.125rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTNWloMNqiiiLOezyToVzo4yO7yh5as { top:12.6875rem;left:0rem;width:15.375rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8vJv0iqVWxnHG05dOJMbaVD5prEnaU { top:9.6875rem;left:13.937501907349rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzBqwdgrVC1Cro84o2yQMoDkMXXtc45L { top:9.6875rem;left:31.875rem;width:15.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvl9UbTcKNpfZVlw26x2s6ob7daRCSJ { top:12.6875rem;left:13.9375rem;width:16.625rem;height:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdMZoMUNGp8TwzFec3ZZRrkKCfTq9lq { top:15.375rem;left:16.1875rem;width:31.5625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLChXNxCAXwN4xoW1PLst2UtK84aFTEg { top:0rem;left:0rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2O0IM0dmFggNoPynb8vxbizKkqRUK7 { top:12.6875rem;left:0rem;width:25.125rem;height:25.125rem;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:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:4.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { top:13.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { top:12.4375rem;left:1.46875rem;width:18rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { top:20.25rem;left:1.46875rem;width:18rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { top:21.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { top:28.125rem;left:1.46875rem;width:18rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { top:30.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-text { width:24.1875rem;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.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .widget-input-select { width:24.1875rem;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.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ  { width:24.1875rem;height:auto;top:13.875rem;left:21.0625rem; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ {display:block;}#BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ { width:24.1875rem;height:auto;top:13.875rem;left:21.0625rem; }
 }@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 #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #mILTSwu04rq0yUSZn73h2Pek6JxuZSpg { width:13.0625rem;height:3.125rem;top:32rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws8Bw1TcUqFJdLiBTpXEQPzuTdDLfwRJ { display:block; }
 }@media only screen and (max-width: 763px) { #plH6hOeKnABTHZaldgCCr8ml9P1VtQ1u { top:13.875rem;left:0rem;width:2.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7VFAmdGBIEdS5N6R2IE3IvhrEZTCoXI { top:21.625rem;left:0rem;width:3.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMSlPJm0d1LBiIJSvKqb56zLWszE5Fgv { top:30.625rem;left:0rem;width:2.5625rem;height:2.4375rem;font-size:1.875rem;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/uc/b570996e-0b52-4fa9-b477-4c7254fbbfc9/2.png");background-position:top 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:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:3.3125rem;height:3.3125rem;top:1.25rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:15.75rem;height:1.4rem;top:5.8125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:5.2rem;top:8.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:20rem;height:5.625rem;top:13.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyDmfnsXsFvFv4u51SN3fP6dVetaHFSr { width:13.1875rem;height:3.875rem;top:21.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f932ZWO8asnsK1J3Nusz51vPgs5NOPUD { display:block; }
 }@media only screen and (max-width: 763px) { #dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW { display:block; }#dTDQ7lKQhTOfOrVTiydHTgFezuf6pfFW > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:6rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:2.5625rem;height:2.5625rem;top:91.79296875rem;left:0.6435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:3.575rem;top:32.250000953674rem;left:3.7187500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:12.5625rem;height:5.6rem;top:36.873438835144rem;left:3.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:2.5rem;height:2.5rem;top:44.6748046875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:11.75rem;height:3.4125rem;top:91.368753433225rem;left:4.1250000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:12.5625rem;height:7rem;top:95.5000038147rem;left:3.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:3.575rem;top:44.175000190735rem;left:3.7187500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { width:12.5625rem;height:8.4rem;top:48.949996948243rem;left:3.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:4.3125rem;height:2.6875rem;top:72.330471038819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:12.5625rem;height:3.575rem;top:60.02499961853rem;left:3.7187500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:12.5625rem;height:5.6rem;top:64.312507629394rem;left:3.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:2.5rem;height:2.5rem;top:104.64375305176rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:11.6875rem;height:1.7875rem;top:72.78125190735rem;left:4.1562500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:11.6875rem;height:12.6rem;top:75.62499809265rem;left:4.1562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:1.7875rem;top:105.0000038147rem;left:3.7187500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { width:12.5625rem;height:7rem;top:107.43671798706rem;left:3.7187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUc2qIsRTLgQtUfAIGlnbAdc6by8edL5 { display:flex;width:2.375rem;height:2.375rem;top:60.0244140625rem;left:1.2060546875rem; }
 }@media only screen and (max-width: 763px) { #irgtpH0QxzW0zvt3muaOt8w9Kh6xsf7d { display:flex;width:3.1875rem;height:3.1875rem;top:32.40625rem;left:0.5185546875rem; }
 }@media only screen and (max-width: 763px) { #QdedSDEPnWTxHMSsmiFQqJRP9S69S6Tc { width:20rem;height:17.858508604206rem;top:10.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:353.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { width:20rem;height:6rem;top:3.7992191314698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:13rem;height:4.25rem;top:346.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #grFXFwmwQWpzG68JbOKetnmDf77kC3zI { width:10.4375rem;height:1.875rem;top:50.125rem;left:4.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNcE55a1gfxpTkOt1boTz62F9T88cZNq { width:13.75rem;height:0;top:274.6875rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rRpIAStC88p1vLUlns191pLAFCGRSW9w { width:17.375rem;height:1.05rem;top:57.875rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGXfm8iFTPLbKtKczblZkNuxvyy70Qtc { width:17.375rem;height:0;top:63.75rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXTlOwQTDXXeTbl2zAzltipwPz1gRgmr { width:20rem;height:19.313984168865rem;top:12.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhFvnaXBspDx2IkCp4v0gHlRLLhd5CMm { width:20rem;height:17.8rem;top:32.3876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAwlXRafVRwW8e1Z0HE1J0TsKmy7lRN { width:20rem;height:22.839879154079rem;top:85.796875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JsKIZz2xnPIWKpBS050NxcRTEa7v6pun { width:20rem;height:16.109936575053rem;top:72rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk { width:15.0625rem;height:5.40625rem;top:75.4375rem;left:2.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#rhVUwRwrbM25UxEXGDZpSZABy0RnbAWk li:before{  }
 }@media only screen and (max-width: 763px) { #k7LoBf18Zh5oaWgaS6uVzDsc7gn6V17J { width:20rem;height:20rem;top:52rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DV1BHdM583OziRRiXme4Weus6gKNHXea { width:20rem;height:16.109936575053rem;top:147.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1KeB4gorh7razv1isUktzHHdgLusru { width:20rem;height:7.3125rem;top:152.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#Bh1KeB4gorh7razv1isUktzHHdgLusru li:before{  }
 }@media only screen and (max-width: 763px) { #aG2bw3htt3Itt5fPImftJZWLc38eRTGT { width:10.4375rem;height:1.875rem;top:158.75rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4F33o86TDm1pGi2gnRdQ1uFScQLbPZd { width:20rem;height:16.109936575053rem;top:109.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W { width:16.375rem;height:7rem;top:113rem;left:2.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#pbKGwa4tIsTQlooMmBPaMfSaLt3nxJ6W li:before{  }
 }@media only screen and (max-width: 763px) { #GXeKpX7726bqMM2pxSqI2D6mlHm7TRhH { width:20rem;height:19.68085106383rem;top:124.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMANLhav47nRWLQaCmhnxuEw8m2MW07K { width:20rem;height:20.8539375rem;top:197.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eszu6PT4eniuoqOfzztaXTdRcJV67NQt { width:20rem;height:16.109936575053rem;top:221.166015625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb { width:20rem;height:8.59375rem;top:225.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#J7KIabdpUn27a1k6ZlGgkuUUdUxiXZcb li:before{  }
 }@media only screen and (max-width: 763px) { #XAuUpX9MFir0SbyHDP363tpylSab4664 { width:20rem;height:16.109936575053rem;top:181.6875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh { width:14.875rem;height:7.3125rem;top:186.125rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#nqECx4nDZJKu8LqcFD5oKJ4MwfFJIexh li:before{  }
 }@media only screen and (max-width: 763px) { #iWUU3nyqyL3NfZkcolZvNhdEtVZd6U4H { width:20rem;height:29.5rem;top:155.73750019074rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MnLuziE8xtzZh4oEJ8gJTcMRRwxH191p { width:20rem;height:23.978201634877rem;top:235.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BnDO77ZPzDIqzLDJI23uhJyJ7Tyi06VX { width:20rem;height:16.091476091476rem;top:259.1875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xTDKyRTMW0liT6cU49X6cSKTgPmPol6X { width:20rem;height:7.3125rem;top:263.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#xTDKyRTMW0liT6cU49X6cSKTgPmPol6X li:before{  }
 }@media only screen and (max-width: 763px) { #NtChi5DlTJWyFq0gpQ5WyeXx7TuwxJo8 { width:20rem;height:16.091476091476rem;top:293rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB { width:20rem;height:8.90625rem;top:296.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ihqvFn9XRlkE5atwF0NqzVycUmtKOvFB li:before{  }
 }@media only screen and (max-width: 763px) { #h3B7lD5MnCsU6TOVzKOWCeKSvdsH2Vtg { width:20rem;height:25.5rem;top:268.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcngPoLVXG05JKmTUzks7UveUw3fZqqh { width:16.1875rem;height:7rem;top:334.9375rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PcngPoLVXG05JKmTUzks7UveUw3fZqqh li:before{  }
 }@media only screen and (max-width: 763px) { #p70LM2LE8psJVzhZsyAmiKHhrlZTTK1n { width:12.5rem;height:1.38125rem;top:31.0751953125rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEbneVfn4XTfCK2L7lUpNrFLEBlyUJw { width:12.5rem;height:1.38125rem;top:50.375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHPD7n2ZZpRSk8JLUWtAh8cWdvKh7QK { width:12.5rem;height:1.38125rem;top:107.953125rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCC2ym4idxJn146MD3Se7ePifA69Fpy { width:12.5rem;height:1.4625rem;top:70.625rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwlZSTKANb0xuq0fPa7TP84AO3M4Jklo { width:12.5rem;height:1.4625rem;top:146.3125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utS0EXP35XNGLIy9UVVe3DOKMN6SAeql { width:12.5rem;height:1.4625rem;top:218.65078163147rem;left:7.5000005364419rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlPDBqEiUdmuhbZDT53OIoUTM8fapR9b { width:12.5rem;height:1.4625rem;top:179.4375rem;left:7.5000005364419rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5cJGGJaXHzbntloSZcPKMPvIdzXoT3l { width:12.5rem;height:1.4625rem;top:257.7900390625rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXkPWp4aC00TnOVVE9IaOyOJ1qkI8J7g { width:12.5rem;height:1.4625rem;top:291.5625rem;left:7.5000005364419rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreINTMC1MFK39ZCCUeKwaE8CyRn95TV { width:20rem;height:16.091476091476rem;top:330.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rEQzmJArNFxweK4ozJBQJL7hR0pnTUq9 { width:12.5rem;height:1.4625rem;top:328.0625rem;left:7.5000005364419rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMdV13OQz2BBnazKyVATuJTAF7nQhWF { width:20rem;height:25.9375rem;top:304.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc { display:block; }#PihsmCmmRPBTQ6OBmrLbk8psDeL0KIzc > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:2.35625rem;top:2.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:15.9375rem;height:1.6875rem;top:5.6242189407349rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:12.25rem;height:1.3125rem;top:16.3125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:11.25rem;height:0;top:14.5625rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:12.25rem;height:1.3125rem;top:39rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:0;top:59.25rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { width:12.25rem;height:1.3125rem;top:61.8125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { width:11.25rem;height:1.7875rem;top:36.4375rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JN3QxrrbgT1AOAfGncKHymrMOR1aoKdF { width:17.125rem;height:18rem;top:50.562500953674rem;left:1.4375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VdTNWloMNqiiiLOezyToVzo4yO7yh5as { width:16.8125rem;height:15rem;top:7.9687509536744rem;left:1.4375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8vJv0iqVWxnHG05dOJMbaVD5prEnaU { width:16.75rem;height:1.875rem;top:24.874985694885rem;left:1.2367187142372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzBqwdgrVC1Cro84o2yQMoDkMXXtc45L { width:15.875rem;height:1.875rem;top:48.050001144409rem;left:1.4375000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAvl9UbTcKNpfZVlw26x2s6ob7daRCSJ { width:16.625rem;height:15rem;top:27.581251144409rem;left:1.4375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OBdMZoMUNGp8TwzFec3ZZRrkKCfTq9lq { width:20rem;height:13.584158415842rem;top:15.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLChXNxCAXwN4xoW1PLst2UtK84aFTEg { width:20rem;height:20rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2O0IM0dmFggNoPynb8vxbizKkqRUK7 { width:20rem;height:20rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DJgrWaNk/bg5.jpg");background-position: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:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:3.1875rem;top:3.19921875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQhHqFEzXUMcJo20zJo9Z3zuZ5lNkmS0 { width:3.125rem;height:3.125rem;top:8.162499807775rem;left:8.3375001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { width:14.75rem;height:7.96875rem;top:12.493751525879rem;left:2.6250000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBhzarwOln9ICfeSMTXifF049T8qCV32 { width:15.9375rem;height:7.4375rem;top:26.825012207031rem;left:2.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wN3GZ0TNsshk7SBNGLhSrmetBbBd5EUc { width:3.125rem;height:3.125rem;top:22.975001096726rem;left:8.3375001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1lPoA3dwuIQl3P5AAVOC5TBGFo7tiQ { width:14.875rem;height:10.4125rem;top:40.075000286103rem;left:2.5625000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R0tPMRLnuUp0FJKiX62BVaSpnaaJJkJX { width:3rem;height:3rem;top:35.875rem;left:8.5rem;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.125rem;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:51.268744468689rem;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:51.268744468689rem;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 #ZpbqmbhgM6hTsRotL3gzeEPdF2oLDV8g {  }
 }@media only screen and (max-width: 763px) { #BwaA9RuRwOqleQUHbeKBTa5NbRlG4KoJ #ryJIIHDyyKlAmC2TNvmDZLLxQfMzAhDc {  }
 }@media only screen and (max-width: 763px) { #mILTSwu04rq0yUSZn73h2Pek6JxuZSpg { width:11.5rem;height:3.125rem;top:68.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws8Bw1TcUqFJdLiBTpXEQPzuTdDLfwRJ { display:block; }
 }@media only screen and (max-width: 763px) { #plH6hOeKnABTHZaldgCCr8ml9P1VtQ1u { width:3.125rem;height:2.4375rem;top:8.630859375rem;left:9.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7VFAmdGBIEdS5N6R2IE3IvhrEZTCoXI { width:3.3125rem;height:2.4375rem;top:23.443359375rem;left:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMSlPJm0d1LBiIJSvKqb56zLWszE5Fgv { width:2.6875rem;height:2.4375rem;top:36.3125rem;left:8.75rem;font-size:1.875rem;display:block; }
 }