.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container { background-color: transparent; background-image: none; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container > .video-iframe-container { display: none; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row > .video-iframe-container { display: none; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .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); }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container { border-width: 0; border-radius: 0; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#MBcRqnFBZqlfPW2eZd22IDTbcNnxx4br { 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:6.3125rem;width:12.75rem;top:0rem;left:31.125rem;overflow:hidden;display:block; }
#PIflcKQVEyX4GIlAsqxMHsBsPADtVFNa { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:59.3125rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#xL7E4T2UNbEh5VuJgTlwNc0odLwrfKvm { color:#000000;display:block;width:16.75rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:58.25rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#By3cUfPzaeVGsPr7mo2Zd2H0o7ClZ8TV { background-color:#9b2525;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.78125rem;left:0rem;display:block; }
#QmDMTSMFKt0BT2QMndld7conrIqXnJhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD > .row .container { border-width: 0; border-radius: 0; }#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#oW9HM2CXINa5dR1B7JQCGXKWqvq1mCQw { 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:6.3125rem;width:12.75rem;top:0rem;left:31.125rem;overflow:hidden;display:block; }
#HMiJCqpm1vleSoXXTqKQlvydrsFUkzLw { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:59.3125rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#SaUnpcXyb0e6SqMggPKNcmdp1Oe3caB2 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.02490234375rem;left:53.625rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GX5PS8zZi4zEkaPGi6N1iGxwq55FbMKT { background-color:#9b2525;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.78125rem;left:0rem;display:block; }
#hlMFeRSissX2N2RRiCaqb0h57mTxA70P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPlgtD0dxzOcIFAu8H1XwipXofKSnhqu { background-color:#9b2525;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.1875rem;left:6.75rem;display:none; }
#WhRARknTGsCl2CwCa1WkrkNAprJBWsAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container { background-color: transparent; background-image: none; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container > .video-iframe-container { display: none; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row > .video-iframe-container { display: none; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .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); }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container { border-width: 0; border-radius: 0; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL { position:relative;display:block; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL { background-color: transparent; background-image: none; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container > .video-iframe-container { display: none; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row > .video-iframe-container { display: none; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .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); }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL { border-width: 0; border-radius: 0; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tNZUWdP3EDC7JwsnIyBOcbKUlU53F5kH { color:#000000;display:block;width:75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3PZXW7SrOkgK4xpzQTk2LEcaSI1JDkI { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.84375rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bebebe);background-image: -moz-linear-gradient(180deg, #ffffff, #bebebe);background-image: -ms-linear-gradient(180deg, #ffffff, #bebebe);background-image: -o-linear-gradient(180deg, #ffffff, #bebebe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebebe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebebe' );";background-image: linear-gradient(180deg, #ffffff, #bebebe);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; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container { background-color: transparent; background-image: none; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container > .video-iframe-container { display: none; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row > .video-iframe-container { display: none; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .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); }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container { border-width: 0; border-radius: 0; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#gFrz83o8xF976suKbATi8icXKRG2VbQh { 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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:24.9375rem;width:24.5rem;top:18.125rem;left:4.25rem;overflow:hidden;display:block; }
#vgKsuukkkEf11XKg2FbEs5zJi2id2Ak6 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RPiCmEmOatLZt751zNp7H8wOCZJ9bOHM { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-form-header {  }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:32.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #7d7a7a;border-left:0.0625rem solid #7d7a7a;border-right:0.0625rem solid #7d7a7a;border-bottom:0.0625rem solid #7d7a7a;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:32.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #7d7a7a;border-left:0.0625rem solid #7d7a7a;border-right:0.0625rem solid #7d7a7a;border-bottom:0.0625rem solid #7d7a7a;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:32.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #7d7a7a;border-left:0.0625rem solid #7d7a7a;border-right:0.0625rem solid #7d7a7a;border-bottom:0.0625rem solid #7d7a7a;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:32.3125rem;box-sizing:border-box;height:2.5rem;color:#868080;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#9b2525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:32.3125rem;height:2.8125rem;font-family:arial;overflow:hidden; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ [class*="-text"]:-moz-placeholder { color:#868080;font-family:arial;font-size:0.875rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ [class*="-text"]::-moz-placeholder { color:#868080;font-family:arial;font-size:0.875rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ [class*="-text"]:-ms-input-placeholder { color:#868080;font-family:arial;font-size:0.875rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ [class*="-text"]::-webkit-input-placeholder { color:#868080;font-family:arial;font-size:0.875rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .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:arial;line-height:1.5;font-size:0.9375rem;font-weight:300;color:#000000;vertical-align:top;width:31.0625rem;overflow:hidden;font-style:normal;float:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .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; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-container:first-of-type{padding-top:0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-container:last-of-type{padding-bottom:0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.25rem;left:38.84375rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.3125rem;display:block;vertical-align:top; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ {display:block;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.25rem;left:38.84375rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #XP0oslfNvUey2XvBCnAziB9bBTVn2y59 { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #HOJ73x81hXzm7xu4nse1We9c80d1syQ2 { position:relative;display:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #J4p4Gw4aM7no2FNmCDhw3hWKJST6l4kP { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #ZdtcPB6ZPQXpsQH783pBQfJIyO6H1qC7 { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #LtTiZ6IRGTm9iLQx6BvCgkUefcZPPp9P { position:relative;display:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Uo1olulTlp0gcbkzF2DsOFSfNW2v2oX2 { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Csvk9SDBnnkVpJPUxKsTSmWifAgIWHLJ { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wPCvTkBK93RH1MXI5cb9Viw4ooWW9Ohp { position:relative;display:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #TKIWLHghDIZkS36MCiWEcU3TKR1AIwyT { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #DHgFHIdDiXAxTntUwpZiyqkSrkr76VzB { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #d8PfFaPkOTAcWDoLSNUOxuEgdAMTfhRP { position:relative;display:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #KdEcvuyoKK2PFGNLoHar3xLzMiUhem4W { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #t7ots9SZELpxtHSOmHoqrF068U7kNy3i { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #RgD8KSWapGsaqKUTN8Pq5ozorExUXbTa { position:relative;display:none; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #zI2rA2ewLfMT4n34SUNoDH7EWF9n4MU9 { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wqIW70BOW7qkkBJDL3WBkSPWwAtu6WVc { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #GtbmuS8879wnGwHuISIRAIvxmToVxmTo { position:relative;z-index:2; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #xKnPc4RGLva6kZvp2eXiRPi7hgiUDLDU { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #nxx7qd3s7HLEUppOtGHX97NIFLHsg3Q2 { position:relative; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #BnxS506k5Rl5VRRCbGXlM5PpKn8RvE0b { position:relative; }
#SZmHgARI8ErwCbcO5SnhxgfEpG1N1G7Q { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3974609375rem;left:39.78125rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.625rem;left:38.9375rem;height:8.964875rem;text-align:left;text-align-last:left;display:block; }#e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw li:before{  }
#uCvlbdEBNQ93sAKMOK4p1W1fftPvvELd { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.5625rem;width:36.75rem;top:2.25rem;left:37.8125rem;display:block; }
#IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:2.5rem;height:7.4375rem;text-align:left;text-align-last:left;display:block; }#IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu li:before{  }
#J2dAA42DVMn2e3IDnKIdfH634dwaEn3E { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.4375rem;left:39.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFyxKKqrXubuIVJEK6H6MTrHWm5eagCE { box-sizing:content-box;height:2.9375rem;width:36.75rem;position:absolute;display:block;z-index:14998;background-color:#f1f1f1;background-image:none;top:30rem;left:37.875rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bb7cdc7-7faf-4116-abe6-bb9a3149de38/03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;overflow:visible;position:relative;display:block; }#JRHPAfo9Z6C1oCiBeJCO1eEhDoOBxgiE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.5rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#nCyNSpCXkLWRq96cTpBvaciwzwWaR6Ds { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:25.25rem;width:68rem;top:4.875rem;left:4.25rem;display:block; }
#TwfWD8dXQKpPLPMFpv1PC1BNlynzD9wM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP { position:relative;display:block; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP { background-color: transparent; background-image: none; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container > .video-iframe-container { display: none; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row > .video-iframe-container { display: none; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .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); }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP { border-width: 0; border-radius: 0; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#moKRGclbgD6l4uTBA9sTHvvk8hIFXy8x { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.9375rem;left:27.125rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5MbnZxrfKTfKpRsLtDNZsqkAm7517ie { position:absolute;display:block;z-index:15005;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:18.875rem;width:18.5rem;top:6.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#IVV605Ia6mZQrneKNXsdJeiTVpoTpVP9 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.8125rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#v1vRmzKVnopBMoXuarnE8k1KLOxouqBV { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:27.125rem;height:3.33105625rem;text-align:left;text-align-last:left;display:block; }
#sq3dTSoQwsxKmoV4O110L8WQskrLQE16 { background-color:#9b2525;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.0625rem;left:7.625rem;display:none; }
#JMJ48X7EvJ5IrahhGhdtsht0iVUgy669 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg { position:relative;display:block; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg { background-color: transparent; background-image: none; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container > .video-iframe-container { display: none; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row > .video-iframe-container { display: none; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .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); }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg { border-width: 0; border-radius: 0; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIlhfrTwaO1xnIL22h0G6fuugzpMBZb3 { 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:7.875rem;width:7.875rem;top:0.5625rem;left:12.25rem;overflow:hidden;display:block; }
#J3o6HcyWsziev9xPLp2dc60bsTQ5aV62 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:0.5625rem;left:23.5625rem;overflow:hidden;display:block; }
#Cz0nEpN3gt25mtVmub4V2HisHAJpzkce { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:33.4375rem;overflow:hidden;display:block; }
#iDuMcA4qZogAZ8vbE4f4528TpaORLDmE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:0rem;left:45.0625rem;overflow:hidden;display:block; }
#lhiLE0ZrC7q1FyNVzVEKdMeD5O0uCHuS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:1.1875rem;left:56.0625rem;overflow:hidden;display:block; }
#MWq4clriUUyg58fPptg1SAhRiexFTpEL { position:relative;display:block; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL { background-color: transparent; background-image: none; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container > .video-iframe-container { display: none; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row > .video-iframe-container { display: none; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .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); }#MWq4clriUUyg58fPptg1SAhRiexFTpEL { border-width: 0; border-radius: 0; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBtREsCMQ5syGrN0UEmaH6pDhPlFvpe0 { 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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:34.8125rem;width:28.5625rem;top:11.25rem;left:43rem;overflow:hidden;display:block; }
#bq5WThZNUWL7ezatNeHmPwdrTVCWqvye { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.25rem;left:0rem;height:33.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBRTlHp2QFMsTFdMnO4xiIaZQkPDlM3k { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#LPgTs3bwDZ0VomsRrneuy6kwP377pq4Q { background-color:#9b2525;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.0625rem;left:7.625rem;display:block; }
#UK0cNFIJZJD4V9B0uoVA9ZyPKkniOHPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE { position:relative;display:block; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE { background-color: transparent; background-image: none; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container > .video-iframe-container { display: none; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row > .video-iframe-container { display: none; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .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); }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE { border-width: 0; border-radius: 0; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UT1SSK0dTH0IEtKbVwgF2x3vTsBJAcUs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:30.8125rem;width:27.75rem;top:5.3125rem;left:4.875rem;overflow:hidden;display:block; }
#dmOPU5IZiHAaMPhy6ut4T5itNfsqgXcG { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.6875rem;left:37.5rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cti23HhwwXudRWou4fPMlxkTGFwIrLzk { color:#000000;display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:37.5rem;height:3.8999rem;text-align:left;text-align-last:left;display:block; }
#HSykOFl6RNZWvtzVF7l8i28GANwB4VPN { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0859375rem;left:37.5rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#faIxcM7UdxEXvAQTS6Mx9CcBffFDqChI { background-color:#9b2525;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.0625rem;left:7.625rem;display:none; }
#BmeTfo43r0opkmhZVr6fJzG2uEVNcTwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/704827a4-1300-4a1c-90c4-2ee5dfe366c6/06.jpeg");background-position: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; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX.adaptive-delivery-prevent-bg, #K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX.lazyload, #K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX.lazyloading { background-image: none; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container { background-color: transparent; background-image: none; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container > .video-iframe-container { display: none; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row > .video-iframe-container { display: none; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .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); }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container { border-width: 0; border-radius: 0; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#QRyL0NyNUdIDhyke7iEONPglvBeV2xUA { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#PN6Vgfbc5dTRC1NDM5ywpy8LQLq31gru { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:24.9609375rem;left:27.9375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxDAAEDwaPtxkdAU5vZ7Dk6KcZ6xwbHU { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.9609375rem;left:53.75rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pnvaR8T0vnKRspKC8mK7FzmK4RTybs7S { color:#000000;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:24.9609375rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#amkKvdB912Gzqog95ZtAuI5mphxFVHQl { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.7734375rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqCuUGW4FlKKUheV3PMKL6XS1lkkuGNI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.5rem;top:8.4375rem;left:31.9375rem;overflow:hidden;display:block; }
#QCBzWo1dbpo08Pv7hziFJMXIg8kMif2b { 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:1.625rem;width:9.5rem;top:22.8125rem;left:5.5625rem;overflow:hidden;display:block; }
#gF2HggdA9wusa3aTEoNMd8EFOnF3Tlq1 { position:absolute;display:block;z-index:15013;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:1.625rem;width:9.5rem;top:22.8125rem;left:31.9375rem;overflow:hidden;display:block; }
#hnul9ZPTOwyXmIwHUoEHynretntVamK8 { position:absolute;display:block;z-index:15014;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:1.625rem;width:9.5rem;top:22.8125rem;left:58.5625rem;overflow:hidden;display:block; }
#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV { position:relative;display:block; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV { background-color: transparent; background-image: none; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container > .video-iframe-container { display: none; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row > .video-iframe-container { display: none; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .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); }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV { border-width: 0; border-radius: 0; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SWkWKSVLzNqun0kJLOMnP9AprSHawJVw { 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:40.1875rem;width:75rem;top:8.90625rem;left:0rem;overflow:hidden;display:block; }
#Kd6B9QdEfNPmrmwMJyVNCJaGeflh3tbN { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.875rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#o31GPklaZeygoB8lFo16hg0U3zPLfuZi { background-color:#9b2525;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.375rem;left:26.375rem;display:block; }
#pOwiioUAyqHt92lBckbp4NXVhudHIa6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pb6HvqefUNaqTRTJyQvRTerT6pbpDsvF { color:#000000;display:block;width:55.75rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.3125rem;left:9.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#kZsG1oGEFg9Zx51eJdS0itNbZNLMeG86 { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:10.25rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ys95Q2CgqdlXkZqZHtM0kw8Fk5bREkK8 { 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:32.1875rem;width:55.625rem;top:8.90625rem;left:0rem;overflow:hidden;display:none; }
#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container { background-color: transparent; background-image: none; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container > .video-iframe-container { display: none; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row > .video-iframe-container { display: none; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .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); }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container { border-width: 0; border-radius: 0; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#raMlSo9tqo0msQESK86JTiJeZbgaIAz6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:15.375rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#HRvUEGTpt3qUXg28dOEtVoDkeOfH9koP { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.5rem;left:25.78125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DgPBgOBx4KPfMXFRpTonlRPpgl5ritRn { color:#000000;display:block;width:40.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.625rem;left:0rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tD6DOagfOHlDZRdKqiebs3ARAtOSghuo { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:52.4375rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT { display:block; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBcRqnFBZqlfPW2eZd22IDTbcNnxx4br { top:0rem;left:17.5rem;width:12.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIflcKQVEyX4GIlAsqxMHsBsPADtVFNa { top:3.4375rem;left:32.0625rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL7E4T2UNbEh5VuJgTlwNc0odLwrfKvm { top:0.6875rem;left:31rem;width:16.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #By3cUfPzaeVGsPr7mo2Zd2H0o7ClZ8TV { width:17.6875rem;height:2.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDMTSMFKt0BT2QMndld7conrIqXnJhz { display:block; }
 }@media only screen and (max-width: 763px) { #q0VveOZzg0QMzCJczryuqgIMpZNoqtfD { display:none; }#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oW9HM2CXINa5dR1B7JQCGXKWqvq1mCQw { top:0rem;left:17.5rem;width:12.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMiJCqpm1vleSoXXTqKQlvydrsFUkzLw { top:2.75rem;left:32.0625rem;width:15.6875rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUnpcXyb0e6SqMggPKNcmdp1Oe3caB2 { top:0.125rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX5PS8zZi4zEkaPGi6N1iGxwq55FbMKT { width:17.6875rem;height:2.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlMFeRSissX2N2RRiCaqb0h57mTxA70P { display:block; }
 }@media only screen and (max-width: 763px) { #oPlgtD0dxzOcIFAu8H1XwipXofKSnhqu { width:22.25rem;height:3.0625rem;top:51.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhRARknTGsCl2CwCa1WkrkNAprJBWsAC { display:block; }
 }@media only screen and (max-width: 763px) { #GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ { display:block; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL { display:block; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNZUWdP3EDC7JwsnIyBOcbKUlU53F5kH { top:0.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3PZXW7SrOkgK4xpzQTk2LEcaSI1JDkI { top:6.1875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU { display:block; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFrz83o8xF976suKbATi8icXKRG2VbQh { top:18.125rem;left:0rem;width:24.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKsuukkkEf11XKg2FbEs5zJi2id2Ak6 { top:3.4375rem;left:0rem;width:28.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPiCmEmOatLZt751zNp7H8wOCZJ9bOHM { top:6.1875rem;left:0rem;width:31.5625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-regular-label { width:32.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text { width:32.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-textarea { width:32.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select { width:32.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-button { width:32.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-checkbox-label { width:31.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ  { width:32.3125rem;height:auto;top:5.25rem;left:12.9375rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .radio-container { width:32.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ {display:block;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ { width:32.3125rem;height:auto;top:5.25rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #XP0oslfNvUey2XvBCnAziB9bBTVn2y59 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #HOJ73x81hXzm7xu4nse1We9c80d1syQ2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #J4p4Gw4aM7no2FNmCDhw3hWKJST6l4kP {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #ZdtcPB6ZPQXpsQH783pBQfJIyO6H1qC7 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #LtTiZ6IRGTm9iLQx6BvCgkUefcZPPp9P {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Uo1olulTlp0gcbkzF2DsOFSfNW2v2oX2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Csvk9SDBnnkVpJPUxKsTSmWifAgIWHLJ {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wPCvTkBK93RH1MXI5cb9Viw4ooWW9Ohp {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #TKIWLHghDIZkS36MCiWEcU3TKR1AIwyT {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #DHgFHIdDiXAxTntUwpZiyqkSrkr76VzB {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #d8PfFaPkOTAcWDoLSNUOxuEgdAMTfhRP {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #KdEcvuyoKK2PFGNLoHar3xLzMiUhem4W {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #t7ots9SZELpxtHSOmHoqrF068U7kNy3i {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #RgD8KSWapGsaqKUTN8Pq5ozorExUXbTa {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #zI2rA2ewLfMT4n34SUNoDH7EWF9n4MU9 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wqIW70BOW7qkkBJDL3WBkSPWwAtu6WVc {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #GtbmuS8879wnGwHuISIRAIvxmToVxmTo {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #xKnPc4RGLva6kZvp2eXiRPi7hgiUDLDU {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #nxx7qd3s7HLEUppOtGHX97NIFLHsg3Q2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #BnxS506k5Rl5VRRCbGXlM5PpKn8RvE0b {  }
 }@media only screen and (max-width: 763px) { #SZmHgARI8ErwCbcO5SnhxgfEpG1N1G7Q { top:3.375rem;left:14.8125rem;width:32.9375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw { top:33.625rem;left:12.4375rem;width:35.3125rem;height:8.9375rem;font-size:1.1875rem;display:block; }#e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw li:before{  }
 }@media only screen and (max-width: 763px) { #uCvlbdEBNQ93sAKMOK4p1W1fftPvvELd { top:2.25rem;left:10.875rem;width:36.75rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu { top:9rem;left:0rem;width:32.5625rem;height:7.4375rem;font-size:1.0625rem;display:block; }#IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu li:before{  }
 }@media only screen and (max-width: 763px) { #J2dAA42DVMn2e3IDnKIdfH634dwaEn3E { top:30.4375rem;left:23.875rem;width:22.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFyxKKqrXubuIVJEK6H6MTrHWm5eagCE { top:30rem;left:11rem;width:36.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRHPAfo9Z6C1oCiBeJCO1eEhDoOBxgiE { top:12.9375rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCyNSpCXkLWRq96cTpBvaciwzwWaR6Ds { top:4.875rem;left:0rem;width:47.625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfWD8dXQKpPLPMFpv1PC1BNlynzD9wM { top:7.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP { display:block; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moKRGclbgD6l4uTBA9sTHvvk8hIFXy8x { top:8.9375rem;left:0rem;width:47.1875rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5MbnZxrfKTfKpRsLtDNZsqkAm7517ie { top:6.0625rem;left:0rem;width:18.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVV605Ia6mZQrneKNXsdJeiTVpoTpVP9 { top:26.1875rem;left:0rem;width:16.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1vRmzKVnopBMoXuarnE8k1KLOxouqBV { top:3.6875rem;left:0rem;width:26.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3dTSoQwsxKmoV4O110L8WQskrLQE16 { width:22.25rem;height:3.0625rem;top:49.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMJ48X7EvJ5IrahhGhdtsht0iVUgy669 { display:block; }
 }@media only screen and (max-width: 763px) { #VLS3BMc5JOADiJzPMWP44PcKfctFDlgg { display:block; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIlhfrTwaO1xnIL22h0G6fuugzpMBZb3 { top:0.5625rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3o6HcyWsziev9xPLp2dc60bsTQ5aV62 { top:0.5625rem;left:9.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz0nEpN3gt25mtVmub4V2HisHAJpzkce { top:0rem;left:19.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDuMcA4qZogAZ8vbE4f4528TpaORLDmE { top:0rem;left:31.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhiLE0ZrC7q1FyNVzVEKdMeD5O0uCHuS { top:1.1875rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq4clriUUyg58fPptg1SAhRiexFTpEL { display:block; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBtREsCMQ5syGrN0UEmaH6pDhPlFvpe0 { top:11.25rem;left:19.1875rem;width:28.5625rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq5WThZNUWL7ezatNeHmPwdrTVCWqvye { top:11.25rem;left:0rem;width:37.4375rem;height:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRTlHp2QFMsTFdMnO4xiIaZQkPDlM3k { top:4.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPgTs3bwDZ0VomsRrneuy6kwP377pq4Q { width:22.25rem;height:3.0625rem;top:49.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK0cNFIJZJD4V9B0uoVA9ZyPKkniOHPq { display:block; }
 }@media only screen and (max-width: 763px) { #RNmIIb7wqqqU9tdJyqhG63ovVewKpACE { display:block; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT1SSK0dTH0IEtKbVwgF2x3vTsBJAcUs { top:5.3125rem;left:0rem;width:27.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmOPU5IZiHAaMPhy6ut4T5itNfsqgXcG { top:14.6875rem;left:10.6875rem;width:37.0625rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cti23HhwwXudRWou4fPMlxkTGFwIrLzk { top:5.3125rem;left:9.875rem;width:37.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSykOFl6RNZWvtzVF7l8i28GANwB4VPN { top:10.0625rem;left:10.3125rem;width:37.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faIxcM7UdxEXvAQTS6Mx9CcBffFDqChI { width:22.25rem;height:3.0625rem;top:49.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmeTfo43r0opkmhZVr6fJzG2uEVNcTwW { display:block; }
 }@media only screen and (max-width: 763px) { #K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX { display:block; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRyL0NyNUdIDhyke7iEONPglvBeV2xUA { top:3.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6Vgfbc5dTRC1NDM5ywpy8LQLq31gru { top:24.9375rem;left:14.3125rem;width:21.25rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDAAEDwaPtxkdAU5vZ7Dk6KcZ6xwbHU { top:24.9375rem;left:26.5rem;width:21.25rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvaR8T0vnKRspKC8mK7FzmK4RTybs7S { top:24.9375rem;left:0rem;width:22.75rem;height:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amkKvdB912Gzqog95ZtAuI5mphxFVHQl { top:10.75rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqCuUGW4FlKKUheV3PMKL6XS1lkkuGNI { top:8.4375rem;left:18.3125rem;width:9.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBzWo1dbpo08Pv7hziFJMXIg8kMif2b { top:22.8125rem;left:0rem;width:9.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF2HggdA9wusa3aTEoNMd8EFOnF3Tlq1 { top:22.8125rem;left:18.3125rem;width:9.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnul9ZPTOwyXmIwHUoEHynretntVamK8 { top:22.8125rem;left:38.25rem;width:9.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV { display:block; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWkWKSVLzNqun0kJLOMnP9AprSHawJVw { top:8.875rem;left:0rem;width:47.75rem;height:25.586041666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd6B9QdEfNPmrmwMJyVNCJaGeflh3tbN { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31GPklaZeygoB8lFo16hg0U3zPLfuZi { width:22.25rem;height:3.0625rem;top:10.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwiioUAyqHt92lBckbp4NXVhudHIa6R { display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HvqefUNaqTRTJyQvRTerT6pbpDsvF { top:48.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsG1oGEFg9Zx51eJdS0itNbZNLMeG86 { top:6.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys95Q2CgqdlXkZqZHtM0kw8Fk5bREkK8 { top:8.875rem;left:0rem;width:47.75rem;height:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 { display:block; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raMlSo9tqo0msQESK86JTiJeZbgaIAz6 { top:1.5625rem;left:0rem;width:15.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvUEGTpt3qUXg28dOEtVoDkeOfH9koP { top:3.5rem;left:12.15625rem;width:25.5625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPBgOBx4KPfMXFRpTonlRPpgl5ritRn { top:11.625rem;left:0rem;width:40.125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD6DOagfOHlDZRdKqiebs3ARAtOSghuo { top:3.5rem;left:25.1875rem;width:22.5625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT { position:relative;z-index:auto;display:block; }#qdQt1czcvM1XQ8oTqxEnyTcwCzAnF0vT > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBcRqnFBZqlfPW2eZd22IDTbcNnxx4br { width:10.875rem;height:5.25rem;top:5.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIflcKQVEyX4GIlAsqxMHsBsPADtVFNa { width:15.6875rem;height:0;top:6.79296875rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xL7E4T2UNbEh5VuJgTlwNc0odLwrfKvm { width:20rem;height:0;top:5.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #By3cUfPzaeVGsPr7mo2Zd2H0o7ClZ8TV { width:17.6875rem;height:2.75rem;top:1.25rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmDMTSMFKt0BT2QMndld7conrIqXnJhz { display:block; }
 }@media only screen and (max-width: 763px) { #q0VveOZzg0QMzCJczryuqgIMpZNoqtfD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#q0VveOZzg0QMzCJczryuqgIMpZNoqtfD > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW9HM2CXINa5dR1B7JQCGXKWqvq1mCQw { width:10.875rem;height:5.25rem;top:0.0625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMiJCqpm1vleSoXXTqKQlvydrsFUkzLw { width:15.6875rem;height:0;top:6.25rem;left:2.15625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SaUnpcXyb0e6SqMggPKNcmdp1Oe3caB2 { width:20rem;height:2.19921875rem;top:0.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GX5PS8zZi4zEkaPGi6N1iGxwq55FbMKT { width:17.6875rem;height:2.75rem;top:1.25rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlMFeRSissX2N2RRiCaqb0h57mTxA70P { display:block; }
 }@media only screen and (max-width: 763px) { #oPlgtD0dxzOcIFAu8H1XwipXofKSnhqu { width:14.3125rem;height:2.4375rem;top:2.5rem;left:2.875rem;z-index:15009;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRARknTGsCl2CwCa1WkrkNAprJBWsAC { display:block; }
 }@media only screen and (max-width: 763px) { #GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ { display:none; }#GT7l9sgBMR9uuGA3GeFNvAWRObZhOeDJ > .row .container { width:20rem;height:16.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL { display:block; }#vWFZdkAwgAlPEDXNDqRtVTSBoIUxGNPL > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNZUWdP3EDC7JwsnIyBOcbKUlU53F5kH { width:18.625rem;height:4.94921875rem;top:1.0625rem;left:0.6875rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h3PZXW7SrOkgK4xpzQTk2LEcaSI1JDkI { width:20rem;height:8.125rem;top:6.7421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU { display:block; }#P1auvmi1KAlMuP93k8wmHtXxftZ8TMUU > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFrz83o8xF976suKbATi8icXKRG2VbQh { width:14.4375rem;height:14.6875rem;top:6.75rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKsuukkkEf11XKg2FbEs5zJi2id2Ak6 { width:20rem;height:1.7871125rem;top:0.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPiCmEmOatLZt751zNp7H8wOCZJ9bOHM { width:13.1875rem;height:2.76171875rem;top:2.599609375rem;left:3.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.4;overflow:hidden;height:auto;font-size:0.875rem; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ  { width:17.5rem;height:auto;top:35.6875rem;left:0rem;z-index:14996; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ {display:block;}#zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ { width:17.5rem;height:auto;top:35.6875rem;left:0rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #XP0oslfNvUey2XvBCnAziB9bBTVn2y59 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #HOJ73x81hXzm7xu4nse1We9c80d1syQ2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #J4p4Gw4aM7no2FNmCDhw3hWKJST6l4kP {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #ZdtcPB6ZPQXpsQH783pBQfJIyO6H1qC7 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #LtTiZ6IRGTm9iLQx6BvCgkUefcZPPp9P {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Uo1olulTlp0gcbkzF2DsOFSfNW2v2oX2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #Csvk9SDBnnkVpJPUxKsTSmWifAgIWHLJ {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wPCvTkBK93RH1MXI5cb9Viw4ooWW9Ohp {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #TKIWLHghDIZkS36MCiWEcU3TKR1AIwyT {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #DHgFHIdDiXAxTntUwpZiyqkSrkr76VzB {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #d8PfFaPkOTAcWDoLSNUOxuEgdAMTfhRP {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #KdEcvuyoKK2PFGNLoHar3xLzMiUhem4W {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #t7ots9SZELpxtHSOmHoqrF068U7kNy3i {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #RgD8KSWapGsaqKUTN8Pq5ozorExUXbTa {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #zI2rA2ewLfMT4n34SUNoDH7EWF9n4MU9 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #wqIW70BOW7qkkBJDL3WBkSPWwAtu6WVc {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #GtbmuS8879wnGwHuISIRAIvxmToVxmTo {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #xKnPc4RGLva6kZvp2eXiRPi7hgiUDLDU {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #nxx7qd3s7HLEUppOtGHX97NIFLHsg3Q2 {  }
 }@media only screen and (max-width: 763px) { #zTx7Rr1fr3L4ivwJbrxiwM6ee5RSGMCJ #BnxS506k5Rl5VRRCbGXlM5PpKn8RvE0b {  }
 }@media only screen and (max-width: 763px) { #SZmHgARI8ErwCbcO5SnhxgfEpG1N1G7Q { width:17.75rem;height:3.8994125rem;top:32.5625rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw { width:18.875rem;height:13.2421875rem;top:64.8125rem;left:0.5625rem;font-size:1rem;line-height:1.2;display:block; }#e2M6zalLvCDgaTL60UE9OyMpTmyVTKSw li:before{  }
 }@media only screen and (max-width: 763px) { #uCvlbdEBNQ93sAKMOK4p1W1fftPvvELd { width:19.875rem;height:47.4375rem;top:31.75rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu { width:20rem;height:7.8418125rem;top:22.7275390625rem;left:0rem;font-size:1.0625rem;display:block; }#IIiOEeBGUTQWd3XmEvip4HiJnBmv3abu li:before{  }
 }@media only screen and (max-width: 763px) { #J2dAA42DVMn2e3IDnKIdfH634dwaEn3E { width:20rem;height:1.625rem;top:62rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFyxKKqrXubuIVJEK6H6MTrHWm5eagCE { width:18.6875rem;height:2.375rem;top:61.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bb7cdc7-7faf-4116-abe6-bb9a3149de38/03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRHPAfo9Z6C1oCiBeJCO1eEhDoOBxgiE { width:20rem;height:24.6875rem;top:9.41796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCyNSpCXkLWRq96cTpBvaciwzwWaR6Ds { width:19.875rem;height:25.25rem;top:5.0234375rem;left:0rem;background-color:rgba(0,0,0,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TwfWD8dXQKpPLPMFpv1PC1BNlynzD9wM { width:20rem;height:5.19921875rem;top:2.46875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP { display:block; }#AumlJJ33lrWJdkJ2B1xzBBufzShSpXaP > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moKRGclbgD6l4uTBA9sTHvvk8hIFXy8x { width:20rem;height:39.3555rem;top:26.7822265625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M5MbnZxrfKTfKpRsLtDNZsqkAm7517ie { width:13.125rem;height:13.375rem;top:7.2626953125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVV605Ia6mZQrneKNXsdJeiTVpoTpVP9 { width:16.5625rem;height:2.9248rem;top:21.2998046875rem;left:1.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1vRmzKVnopBMoXuarnE8k1KLOxouqBV { width:20rem;height:2.5996125rem;top:3.3251953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sq3dTSoQwsxKmoV4O110L8WQskrLQE16 { width:16.8125rem;height:3.125rem;top:69rem;left:1.59375rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JMJ48X7EvJ5IrahhGhdtsht0iVUgy669 { display:block; }
 }@media only screen and (max-width: 763px) { #VLS3BMc5JOADiJzPMWP44PcKfctFDlgg { display:block; }#VLS3BMc5JOADiJzPMWP44PcKfctFDlgg > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIlhfrTwaO1xnIL22h0G6fuugzpMBZb3 { width:6.125rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3o6HcyWsziev9xPLp2dc60bsTQ5aV62 { width:5.8125rem;height:5.8125rem;top:0rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz0nEpN3gt25mtVmub4V2HisHAJpzkce { width:7.0625rem;height:7.0625rem;top:5.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDuMcA4qZogAZ8vbE4f4528TpaORLDmE { width:6rem;height:6rem;top:6rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhiLE0ZrC7q1FyNVzVEKdMeD5O0uCHuS { width:4rem;height:4rem;top:1.0625rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq4clriUUyg58fPptg1SAhRiexFTpEL { display:block; }#MWq4clriUUyg58fPptg1SAhRiexFTpEL > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBtREsCMQ5syGrN0UEmaH6pDhPlFvpe0 { width:16.625rem;height:20.3125rem;top:9.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq5WThZNUWL7ezatNeHmPwdrTVCWqvye { width:20rem;height:47.2265625rem;top:31.625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBRTlHp2QFMsTFdMnO4xiIaZQkPDlM3k { width:20rem;height:5.19921875rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPgTs3bwDZ0VomsRrneuy6kwP377pq4Q { width:16.8125rem;height:3.125rem;top:81.8125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK0cNFIJZJD4V9B0uoVA9ZyPKkniOHPq { display:block; }
 }@media only screen and (max-width: 763px) { #RNmIIb7wqqqU9tdJyqhG63ovVewKpACE { display:block; }#RNmIIb7wqqqU9tdJyqhG63ovVewKpACE > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT1SSK0dTH0IEtKbVwgF2x3vTsBJAcUs { width:17.0625rem;height:18.9375rem;top:10.75rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmOPU5IZiHAaMPhy6ut4T5itNfsqgXcG { width:20rem;height:26.76171875rem;top:31.515625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cti23HhwwXudRWou4fPMlxkTGFwIrLzk { width:17.625rem;height:5.19921875rem;top:1.55517578125rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSykOFl6RNZWvtzVF7l8i28GANwB4VPN { width:20rem;height:2.76171875rem;top:7.50390625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faIxcM7UdxEXvAQTS6Mx9CcBffFDqChI { width:16.8125rem;height:3.125rem;top:62.75rem;left:1.59375rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BmeTfo43r0opkmhZVr6fJzG2uEVNcTwW { display:block; }
 }@media only screen and (max-width: 763px) { #K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX { display:block; }#K1NAbytDyNNAvrr5ZSdclzPtvIcFUTrX > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRyL0NyNUdIDhyke7iEONPglvBeV2xUA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6Vgfbc5dTRC1NDM5ywpy8LQLq31gru { width:20rem;height:4.4619125rem;top:52.625rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TxDAAEDwaPtxkdAU5vZ7Dk6KcZ6xwbHU { width:20rem;height:5.94921875rem;top:61.5rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pnvaR8T0vnKRspKC8mK7FzmK4RTybs7S { width:20rem;height:8.9238125rem;top:39.6875rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #amkKvdB912Gzqog95ZtAuI5mphxFVHQl { width:20rem;height:26.7715rem;top:7.9746125rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FqCuUGW4FlKKUheV3PMKL6XS1lkkuGNI { width:9.5rem;height:1.625rem;top:5.0996125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBzWo1dbpo08Pv7hziFJMXIg8kMif2b { width:9.5rem;height:1.625rem;top:36.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF2HggdA9wusa3aTEoNMd8EFOnF3Tlq1 { width:9.5rem;height:1.625rem;top:50.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnul9ZPTOwyXmIwHUoEHynretntVamK8 { width:9.5rem;height:1.625rem;top:58.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV { display:block; }#JqJegdrzTTiF2zsoJ58pWzKVCT9EHyQV > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWkWKSVLzNqun0kJLOMnP9AprSHawJVw { width:20rem;height:10.716666666667rem;top:19.8916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd6B9QdEfNPmrmwMJyVNCJaGeflh3tbN { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31GPklaZeygoB8lFo16hg0U3zPLfuZi { width:17.125rem;height:3.125rem;top:16.9375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwiioUAyqHt92lBckbp4NXVhudHIa6R { display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HvqefUNaqTRTJyQvRTerT6pbpDsvF { width:20rem;height:2.5996125rem;top:13.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsG1oGEFg9Zx51eJdS0itNbZNLMeG86 { width:18.1875rem;height:3.57421875rem;top:8.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys95Q2CgqdlXkZqZHtM0kw8Fk5bREkK8 { width:20rem;height:11.5rem;top:22.9375rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 { display:block; }#umTKxTTrv4OQplqoL2FvaXRTIXEmNcR0 > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raMlSo9tqo0msQESK86JTiJeZbgaIAz6 { width:15.375rem;height:7.625rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvUEGTpt3qUXg28dOEtVoDkeOfH9koP { width:17rem;height:4.72265625rem;top:12.9814453125rem;left:1.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DgPBgOBx4KPfMXFRpTonlRPpgl5ritRn { width:20rem;height:1.21875rem;top:20.28125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD6DOagfOHlDZRdKqiebs3ARAtOSghuo { width:20rem;height:1.7871125rem;top:9.7939453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }