.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14f89414-fe75-4731-a507-1cd5ec6f7059/BcakgroundLandingi.png");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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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:5.4375rem;width:22.5625rem;top:4.2109375rem;left:9.09375rem;overflow:hidden;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#f5f4f2;display:block;width:38.8125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:13.125rem;left:2.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#8fc2e1;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:50.25rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;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;width:17.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#7dbfe8;background-image:none;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:1rem;font-weight:bold;color:#ffffff;width:17.875rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:50.4375rem;top:21.125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:50.4375rem;top:21.125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(12,11,11,0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(119,103,127,0.5) ;height:26.8125rem;width:22.5rem;top:15.1875rem;left:49.25rem;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:#fefdff;display:block;width:29.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:1.25rem 0.0625rem 0.9375rem rgba(0,0,0,0);top:13.9375rem;left:6.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zEMQ7sdkxEGh2Ml5TFy5OtXWfGmTkdEb { color:#f5f4f2;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sH8S5K43iOFdp47xBcAXFHC8g4ekrH1G { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #469ace, #000000);background-image: -moz-linear-gradient(180deg, #469ace, #000000);background-image: -ms-linear-gradient(180deg, #469ace, #000000);background-image: -o-linear-gradient(180deg, #469ace, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#469ace', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#469ace', endColorstr='#000000' );";background-image: linear-gradient(180deg, #469ace, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:39.75rem;top:12.5625rem;left:2.5rem;display:block; }
#oOEQD5Z272UrVo37DQBmgpm7JTgLrvTN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:13.8125rem;top:19.375rem;left:15.4375rem;overflow:hidden;display:block; }
#Cemfbxn68KdGC1rIT9IisVOsMgl6DILv { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.625rem;left:3.46875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDiIJbfh8lg0kTBTMy5IPJakMgLph8KU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(314deg, #469ace, #000000);background-image: -moz-linear-gradient(314deg, #469ace, #000000);background-image: -ms-linear-gradient(314deg, #469ace, #000000);background-image: -o-linear-gradient(314deg, #469ace, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#469ace', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#469ace', endColorstr='#000000' );";background-image: linear-gradient(314deg, #469ace, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:35.8125rem;top:37.1875rem;left:4.4375rem;display:block; }
#OkssKF39534bVM95upp1kORFauoW0Ard { box-sizing:content-box;height:5.6875rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:37.25rem;left:19.75rem;display:block; }
#egJeXfJyDcCMzWzE0ewITKiFOzTApRTm { box-sizing:content-box;height:5.6875rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:37.25rem;left:12.9375rem;display:block; }
#bFCzwChuUhp8lh3LyNFDLzSyOnZvRedO { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.6875rem;left:5.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vg17UhcbOMZMDdnpLOy61uXFGx4R0xR3 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.625rem;left:12.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnMo7g7c89l1Uceh4yvmwrgpa2xEIzq0 { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.8125rem;left:20.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTDyTTtacTPmKTBnzTN07F0gCv9qhmG6 { box-sizing:content-box;height:5.6875rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:37.25rem;left:29.5625rem;display:block; }
#BvlQ6tPoCgnpAFk0FVgywq0uHOnszkOO { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:38.875rem;left:30rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fv5k0bsRrc6ES7OgdvumnufzAvnUaFeh { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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:43.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#dc720d;display:block;width:36.9365rem;position:absolute;font-family:neuton;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.5rem;left:38.0634765625rem;height:5.8125rem;font-style:normal;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:rgba(149,107,11,0.96);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:35.9375rem;top:8.3125rem;left:37.5rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#090909;display:block;width:36.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:10.03125rem;left:37.5rem;height:28.6875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrs511t9DOd8XfaJ9uX6bTSsytnKRqvd { position:absolute;display:block;z-index:15005;background-color:#ca900f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:35.9375rem;top:8rem;left:37.5rem;display:block; }
#ZkkZCrRfotnXpzr9iFCDHGiJPacqbXfM { position:absolute;display:block;z-index:15006;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:30.375rem;width:24.3125rem;top:2.4375rem;left:6.59375rem;overflow:hidden;display:block; }
#tB6ZVuSx1HLV7LK1CKceZGtkoFiw5nsW { background-color:#7dbfe8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3105625rem;height:2.93555rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.71875rem;left:44.8125rem;display:block; }
#wZz42euSNTnIUo8hHdMAzlBtkqSfnlwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB { 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:none; }#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB > .row .container { border-width: 0; border-radius: 0; }#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:none; }#o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { color:#050505;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:3.67513125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlcDRps8rGT2wwROVZu4hU5nuDntVUZm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:17.6871875rem;width:21.3745rem;top:26.998704910278rem;left:49.999999046326rem;overflow:hidden;display:block; }
#T98nRLcp21vdkEBd4QQSkdT9oo8NdnkM { position:absolute;display:block;z-index:15022;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.3125rem rgba(0,0,0,0.5) ;height:17.6875rem;width:21.375rem;top:6.875rem;left:3.6875rem;overflow:hidden;display:block; }
#E36QTQXFslbkFN1zkiyxTEnZbBBgfSTM { position:absolute;display:block;z-index:15023;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.3125rem rgba(0,0,0,0.5) ;height:17.6871875rem;width:21.3745rem;top:6.875rem;left:26.8125rem;overflow:hidden;display:block; }
#H9Ro6LhsNmAE1C3Z689tTloPIpCGwaAu { position:absolute;display:block;z-index:15024;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.3125rem rgba(0,0,0,0.5) ;height:17.6875rem;width:21.375rem;top:6.875rem;left:50rem;overflow:hidden;display:block; }
#zvVTGTXz8QsoEIbnM4Gbw0GGyTzcmR3U { position:absolute;display:block;z-index:15025;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.3125rem rgba(0,0,0,0.5) ;height:17.6875rem;width:21.375rem;top:27rem;left:3.625rem;overflow:hidden;display:block; }
#gl5aafIN7iXtcwpsmL4Aqfx1x0fRqfa6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:17.6875rem;width:21.375rem;top:27rem;left:26.75rem;overflow:hidden;display:block; }
#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#469ace;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; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container { background-color: transparent; background-image: none; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container > .video-iframe-container { display: none; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row > .video-iframe-container { display: none; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .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); }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container { border-width: 0; border-radius: 0; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#aPEBwkowJcZHJRdEGNPX3TVcCVs1NApu { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#TOCBIThPlKVKrPP969C3nxVcAh9GgEOL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:9.9375rem;left:9.375rem;overflow:hidden;display:block; }
#Vo8Lm0QNSvSemUG0y2ceIeeqfLBfX78x { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:9.9375rem;left:34.375rem;overflow:hidden;display:block; }
#FX9gaLDQcQTXhkMVTLL0O98ogZ76IevR { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:9.9375rem;left:59.375rem;overflow:hidden;display:block; }
#nwb7yO7l4ly0y8qzQ9mrAbk7RIzo1RhR { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.0625rem;left:4.75rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEssoTGOosTm4fiIfGRZK6A2SmtBL9xe { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.75rem;left:28.6875rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qbHO1bShqHzHRAR1rCJLGNCHFdQXBlNE { color:#ffffff;display:block;width:17.6871875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.75rem;left:53.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9eEF0wQhM8n9JZBFgtCGEsWIllSbgIg { color:#ffffff;display:block;width:16.624375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.1875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#VzkzBDew6KBMN47vGDo9QGREMGLqM8OD { color:#ffffff;display:block;width:18.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.375rem;left:28.3125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#sGMJTSbPkt95OW5WfMRJ2uQVC7JMOr7o { color:#ffffff;display:block;width:13.8745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.375rem;left:55.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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:50.4375rem;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; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.4375rem;left:1.11328125rem;overflow:hidden;display:block; }
#IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.437006473541rem;left:26.093749046326rem;overflow:hidden;display:block; }
#ubgzI4AT37skwxflPGqNmN03GLruLm9U { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:13.5625rem;width:22.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.540201663971rem;left:50.540362358093rem;overflow:hidden;display:block; }
#IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.145670175552rem;left:1.6658525466919rem;overflow:hidden;display:block; }
#c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.145668983459rem;left:50.499674797058rem;overflow:hidden;display:block; }
#db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { position:absolute;display:block;z-index:15003;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:22.8125rem;top:24.187005996704rem;left:1.11328125rem;display:block; }
#PSUcOOShErRggkFDLgaP4ubDK25AN5BL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:24.529622316361rem;left:6.2687177658081rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.654941558838rem;left:29.999999046326rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { position:absolute;display:block;z-index:15005;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:22.8125rem;top:24.187016487122rem;left:26.093749046326rem;display:block; }
#F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { color:#ffffff;display:block;width:16.7496875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.654946565628rem;left:53.530268669128rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { position:absolute;display:block;z-index:15007;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:22.625rem;top:24.187011003494rem;left:50.625rem;display:block; }
#lWPtH9opkHmm7ehqAflRob1NBztnXg8A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.364418029785rem;left:6.2687177658081rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { position:absolute;display:block;z-index:15009;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:22.8125rem;top:43.895669221878rem;left:1.6650390625rem;display:block; }
#SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44.364418029785rem;left:30.811358451843rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { position:absolute;display:block;z-index:15011;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:22.8125rem;top:43.895669221878rem;left:26.093749046326rem;display:block; }
#wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { color:#ffffff;display:block;width:13.3748125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.364418029785rem;left:55.217280387878rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { position:absolute;display:block;z-index:15013;background-color:rgba(70,154,206,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:43.895668029785rem;left:50.499674797058rem;display:block; }
#NTiv8TTny404nM53Z7nJ7JmyQHblxMLm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.145668983459rem;left:26.093749046326rem;overflow:hidden;display:block; }
#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#469ace;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; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container { background-color: transparent; background-image: none; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container > .video-iframe-container { display: none; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row > .video-iframe-container { display: none; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .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); }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container { border-width: 0; border-radius: 0; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#raTm1bPNkLH5A0HPKH4mLdUIvG9DMIA3 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#Xknba0TLQ3sK9oIA8EA1DITIBrPfyhxV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:32.5rem;top:10.0625rem;left:3.4375rem;display:block; }
#qwAWUAzlAg2s9cuOAIgPPuo2PrVvPpzT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:32.5rem;top:10.0625rem;left:39.0625rem;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#430d5e;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.25rem;height:1.38125rem;font-style:normal;display:block; }
#O18QvzT54nuCDmecPyQXMZWDJAOyZN4f { color:#430d5e;display:block;width:64.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:6rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5CtuLMd5qxvsNyiIraqebpN3ASfvamE { color:#143c54;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.25rem;height:1.38125rem;font-style:normal;display:block; }
#LEogzHT46hq3KC3s0XAFwqryNoguwL4d { color:#143c54;display:block;width:57.9375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.59375rem;left:9.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5EKHRKokZLuc9m69xD3u7G7XT2X6QEz { background-color:#7dbfe8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.311875rem;height:2.9370125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.125rem;left:26.843260765076rem;display:block; }
#kbmCyMtq5wagl6iRQwh7cU3Jpr4CgsQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#469ace;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; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container { background-color: transparent; background-image: none; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container > .video-iframe-container { display: none; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row > .video-iframe-container { display: none; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .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); }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container { border-width: 0; border-radius: 0; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#uKCJNVeXNfJyUsKF9kxB5U4IdhQTVhZi { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.9375rem;left:21.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkfUldcAEA1KHXFFy3UBio3eKr16Vs4p { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.125rem;left:19.6875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FC27SByHmbLyGrHVLX0TuWEiIOdWrel1 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a3b58;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:23.8745rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.66731643676756rem;left:25.562335014343rem;height:0.9749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:4.1875rem;left:0rem;width:22.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:13.125rem;left:0rem;width:38.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:16.3125rem;left:27rem;width:20.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17.875rem;height:17.25rem;top:21.125rem;left:27.375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17.875rem;height:17.25rem;top:21.125rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:15.1875rem;left:25.25rem;width:22.5rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:13.9375rem;left:0rem;width:29.25rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMQ7sdkxEGh2Ml5TFy5OtXWfGmTkdEb { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH8S5K43iOFdp47xBcAXFHC8g4ekrH1G { top:12.5625rem;left:0rem;width:39.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEQD5Z272UrVo37DQBmgpm7JTgLrvTN { top:19.375rem;left:1.8125rem;width:13.8125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cemfbxn68KdGC1rIT9IisVOsMgl6DILv { top:15.625rem;left:0rem;width:37.125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDiIJbfh8lg0kTBTMy5IPJakMgLph8KU { top:37.1875rem;left:0rem;width:35.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkssKF39534bVM95upp1kORFauoW0Ard { top:37.25rem;left:6.125rem;width:0.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJeXfJyDcCMzWzE0ewITKiFOzTApRTm { top:37.25rem;left:0rem;width:0.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCzwChuUhp8lh3LyNFDLzSyOnZvRedO { top:38.6875rem;left:0rem;width:6.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg17UhcbOMZMDdnpLOy61uXFGx4R0xR3 { top:38.625rem;left:0rem;width:6.875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMo7g7c89l1Uceh4yvmwrgpa2xEIzq0 { top:38.8125rem;left:6.625rem;width:8.6875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDyTTtacTPmKTBnzTN07F0gCv9qhmG6 { top:37.25rem;left:15.9375rem;width:0.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvlQ6tPoCgnpAFk0FVgywq0uHOnszkOO { top:38.875rem;left:16.375rem;width:9.6875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv5k0bsRrc6ES7OgdvumnufzAvnUaFeh { display:none; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:1.5rem;left:10.875rem;width:36.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:8.3125rem;left:11.8125rem;width:35.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:10rem;left:11.25rem;width:36.5rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrs511t9DOd8XfaJ9uX6bTSsytnKRqvd { top:8rem;left:11.8125rem;width:35.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkkZCrRfotnXpzr9iFCDHGiJPacqbXfM { top:2.4375rem;left:0rem;width:24.3125rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6ZVuSx1HLV7LK1CKceZGtkoFiw5nsW { width:21.25rem;height:2.875rem;top:38.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZz42euSNTnIUo8hHdMAzlBtkqSfnlwE { display:block; }
 }@media only screen and (max-width: 763px) { #IEWhKtz9b2kENqJU1hHh6MnR6iumydXB { display:block; }#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:47.75rem;height:3.625rem;top:2.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlcDRps8rGT2wwROVZu4hU5nuDntVUZm { width:21.3125rem;height:17.635883112763rem;top:26.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98nRLcp21vdkEBd4QQSkdT9oo8NdnkM { top:6.875rem;left:0rem;width:21.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36QTQXFslbkFN1zkiyxTEnZbBBgfSTM { top:6.875rem;left:10.4375rem;width:21.3125rem;height:17.635883112763rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Ro6LhsNmAE1C3Z689tTloPIpCGwaAu { top:6.875rem;left:26.25rem;width:21.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvVTGTXz8QsoEIbnM4Gbw0GGyTzcmR3U { top:27rem;left:0rem;width:21.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5aafIN7iXtcwpsmL4Aqfx1x0fRqfa6 { top:27rem;left:10.375rem;width:21.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv { display:block; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPEBwkowJcZHJRdEGNPX3TVcCVs1NApu { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCBIThPlKVKrPP969C3nxVcAh9GgEOL { top:9.9375rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Lm0QNSvSemUG0y2ceIeeqfLBfX78x { top:9.9375rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX9gaLDQcQTXhkMVTLL0O98ogZ76IevR { top:9.9375rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwb7yO7l4ly0y8qzQ9mrAbk7RIzo1RhR { top:18.0625rem;left:0.1875rem;width:15.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEssoTGOosTm4fiIfGRZK6A2SmtBL9xe { top:18.75rem;left:14.25rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHO1bShqHzHRAR1rCJLGNCHFdQXBlNE { top:18.75rem;left:30rem;width:17.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9eEF0wQhM8n9JZBFgtCGEsWIllSbgIg { top:22.375rem;left:0rem;width:16.5625rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzkzBDew6KBMN47vGDo9QGREMGLqM8OD { top:22.375rem;left:13.4375rem;width:18.3125rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGMJTSbPkt95OW5WfMRJ2uQVC7JMOr7o { top:22.375rem;left:32.75rem;width:13.8125rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:22.8125rem;height:13.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:22.8125rem;height:13.75rem;top:10.375rem;left:12.468749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:22.625rem;height:13.5625rem;top:10.5rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:22.8125rem;height:13.75rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { width:22.8125rem;height:13.75rem;top:30.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { top:24.125rem;left:0rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { top:24.5rem;left:0rem;width:12.5rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { top:24.625rem;left:16.374999046326rem;width:15rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { top:24.125rem;left:12.468749046326rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { top:24.625rem;left:31.0625rem;width:16.6875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { top:24.1875rem;left:24.9375rem;width:22.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { top:44.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { top:43.875rem;left:0rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { top:44.3125rem;left:17.186358451843rem;width:13.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { top:43.875rem;left:12.468749046326rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { top:44.3125rem;left:34.4375rem;width:13.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { top:43.875rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiv8TTny404nM53Z7nJ7JmyQHblxMLm { width:22.8125rem;height:13.75rem;top:30.125rem;left:12.468749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS { display:block; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raTm1bPNkLH5A0HPKH4mLdUIvG9DMIA3 { width:47.75rem;height:3.625rem;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xknba0TLQ3sK9oIA8EA1DITIBrPfyhxV { top:10.0625rem;left:0rem;width:32.5rem;height:18.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAWUAzlAg2s9cuOAIgPPuo2PrVvPpzT { top:10.0625rem;left:15.25rem;width:32.5rem;height:18.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:7.1875rem;left:4.625rem;width:40.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O18QvzT54nuCDmecPyQXMZWDJAOyZN4f { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5CtuLMd5qxvsNyiIraqebpN3ASfvamE { top:7.1875rem;left:4.625rem;width:37.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEogzHT46hq3KC3s0XAFwqryNoguwL4d { top:2.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EKHRKokZLuc9m69xD3u7G7XT2X6QEz { width:21.25rem;height:2.875rem;top:9.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbmCyMtq5wagl6iRQwh7cU3Jpr4CgsQz { display:block; }
 }@media only screen and (max-width: 763px) { #wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu { display:block; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKCJNVeXNfJyUsKF9kxB5U4IdhQTVhZi { top:2.9375rem;left:7.75rem;width:32.1875rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkfUldcAEA1KHXFFy3UBio3eKr16Vs4p { top:6.125rem;left:6.0625rem;width:35.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC27SByHmbLyGrHVLX0TuWEiIOdWrel1 { display:none; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.625rem;left:11.9365234375rem;width:23.8125rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14f89414-fe75-4731-a507-1cd5ec6f7059/BcakgroundLandingi.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:12.561875rem;height:2.9370125rem;top:2.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:17.625rem;height:1.23730625rem;top:7.9365234375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.4365rem;height:5.5234375rem;top:27.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:19.5rem;height:26rem;top:27.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:16.875rem;height:0;top:9.5621738433837rem;left:1.5624999403954rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEMQ7sdkxEGh2Ml5TFy5OtXWfGmTkdEb { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH8S5K43iOFdp47xBcAXFHC8g4ekrH1G { width:17.875rem;height:3.25rem;top:7.623046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOEQD5Z272UrVo37DQBmgpm7JTgLrvTN { width:6.5625rem;height:8.125rem;top:11.8125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cemfbxn68KdGC1rIT9IisVOsMgl6DILv { width:20rem;height:1.29980625rem;top:9.236328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDiIJbfh8lg0kTBTMy5IPJakMgLph8KU { width:19.3125rem;height:3.9375rem;top:20.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkssKF39534bVM95upp1kORFauoW0Ard { width:0.125rem;height:3.9375rem;top:20.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJeXfJyDcCMzWzE0ewITKiFOzTApRTm { width:4rem;height:1.3125rem;top:22.8125rem;left:2.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bFCzwChuUhp8lh3LyNFDLzSyOnZvRedO { width:4.75rem;height:1.94921875rem;top:21.9375rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg17UhcbOMZMDdnpLOy61uXFGx4R0xR3 { width:3.8125rem;height:1.94921875rem;top:21.9375rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMo7g7c89l1Uceh4yvmwrgpa2xEIzq0 { width:4.3125rem;height:2.923825rem;top:21.4375rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDyTTtacTPmKTBnzTN07F0gCv9qhmG6 { width:0.125rem;height:3.9375rem;top:20.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvlQ6tPoCgnpAFk0FVgywq0uHOnszkOO { width:4.5625rem;height:3.8984375rem;top:20.9375rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv5k0bsRrc6ES7OgdvumnufzAvnUaFeh { top:20.9375rem;left:15rem;width:0.125rem;height:3.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:17.8125rem;height:3rem;top:22.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:17.9375rem;height:0.3125rem;top:26.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:18.125rem;height:29.25rem;top:28.1875rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrs511t9DOd8XfaJ9uX6bTSsytnKRqvd { width:17.9375rem;height:0.3125rem;top:26.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkkZCrRfotnXpzr9iFCDHGiJPacqbXfM { width:15.9375rem;height:19.9375rem;top:2.2578125rem;left:2.03125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6ZVuSx1HLV7LK1CKceZGtkoFiw5nsW { width:17.75rem;height:2.5rem;top:57.4375rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZz42euSNTnIUo8hHdMAzlBtkqSfnlwE { display:block; }
 }@media only screen and (max-width: 763px) { #IEWhKtz9b2kENqJU1hHh6MnR6iumydXB { display:none; }#IEWhKtz9b2kENqJU1hHh6MnR6iumydXB > .row .container { width:20rem;height:103.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:20rem;height:2.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlcDRps8rGT2wwROVZu4hU5nuDntVUZm { width:18.625rem;height:15.0625rem;top:85.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98nRLcp21vdkEBd4QQSkdT9oo8NdnkM { width:18.6246875rem;height:15.4375rem;top:5.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36QTQXFslbkFN1zkiyxTEnZbBBgfSTM { width:18.625rem;height:14.9375rem;top:21.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Ro6LhsNmAE1C3Z689tTloPIpCGwaAu { width:18.625rem;height:15.0625rem;top:37.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvVTGTXz8QsoEIbnM4Gbw0GGyTzcmR3U { width:18.625rem;height:15.0625rem;top:53.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5aafIN7iXtcwpsmL4Aqfx1x0fRqfa6 { width:18.625rem;height:15.0625rem;top:69.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv { display:block; }#GVI2x99EfOQQXpTMHG4TZVUtMr9fuzQv > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPEBwkowJcZHJRdEGNPX3TVcCVs1NApu { width:20rem;height:5.19921875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCBIThPlKVKrPP969C3nxVcAh9GgEOL { width:6.25rem;height:6.25rem;top:11.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Lm0QNSvSemUG0y2ceIeeqfLBfX78x { width:5.625rem;height:5.625rem;top:30.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX9gaLDQcQTXhkMVTLL0O98ogZ76IevR { width:5.8748375rem;height:5.8748375rem;top:47.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwb7yO7l4ly0y8qzQ9mrAbk7RIzo1RhR { width:15.999375rem;height:2.76171875rem;top:19.75rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEssoTGOosTm4fiIfGRZK6A2SmtBL9xe { width:17.561875rem;height:1.38125rem;top:38.625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHO1bShqHzHRAR1rCJLGNCHFdQXBlNE { width:17.6871875rem;height:1.38125rem;top:55.25rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9eEF0wQhM8n9JZBFgtCGEsWIllSbgIg { width:15.625rem;height:5.27831875rem;top:23.0625rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzkzBDew6KBMN47vGDo9QGREMGLqM8OD { width:18.3748125rem;height:4.22265625rem;top:40.5625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGMJTSbPkt95OW5WfMRJ2uQVC7JMOr7o { width:13.8745rem;height:4.22265625rem;top:57.25rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:31.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.6001rem;top:1.8750147819519rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:8.75rem;height:5.25rem;top:5.875rem;left:0.8125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:8.75rem;height:5.375rem;top:5.875rem;left:10.4375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:8.5625rem;height:5.4375rem;top:13.875rem;left:0.875rem;overflow:hidden;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:8.75rem;height:5.375rem;top:13.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { width:8.75rem;height:5.375rem;top:22.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { width:8.75rem;height:1.62435rem;top:11.125rem;left:0.8125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { width:6.9995rem;height:1.40625rem;top:11.25rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { width:8.5625rem;height:1.21875rem;top:11.3125rem;left:10.5625rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { width:8.75rem;height:1.625rem;top:11.125rem;left:10.4375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { width:8.75rem;height:0.8125rem;top:19.75rem;left:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { width:8.75rem;height:1.625rem;top:19.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { width:6.625rem;height:1.40625rem;top:19.375rem;left:11.5rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { width:8.75rem;height:1.625rem;top:19.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { width:8.1875rem;height:1.40625rem;top:27.5625rem;left:10.75rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { width:8.75rem;height:1.625rem;top:27.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { width:7.1875rem;height:1.40625rem;top:27.5625rem;left:1.5625rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { width:8.75rem;height:1.625rem;top:27.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiv8TTny404nM53Z7nJ7JmyQHblxMLm { width:8.75rem;height:5.375rem;top:22.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS { display:block; }#dkJAbcMnQ2uUKTayTgCfV8PnR5JynOvS > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raTm1bPNkLH5A0HPKH4mLdUIvG9DMIA3 { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xknba0TLQ3sK9oIA8EA1DITIBrPfyhxV { height:11.230769230769rem;width:20rem;top:17.5801125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAWUAzlAg2s9cuOAIgPPuo2PrVvPpzT { height:11.230769230769rem;width:20rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:19.3125rem;height:0;top:19.667rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O18QvzT54nuCDmecPyQXMZWDJAOyZN4f { width:20rem;height:0;top:38.2383046875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5CtuLMd5qxvsNyiIraqebpN3ASfvamE { width:16.75rem;height:2.11198125rem;top:6.625rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEogzHT46hq3KC3s0XAFwqryNoguwL4d { width:20rem;height:3.57421875rem;top:1.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EKHRKokZLuc9m69xD3u7G7XT2X6QEz { width:17.5rem;height:2.5625rem;top:9.98535rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbmCyMtq5wagl6iRQwh7cU3Jpr4CgsQz { display:block; }
 }@media only screen and (max-width: 763px) { #wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu { display:block; }#wuSqyDPzRUrtKwNT6wxPM3OxA5SNgPHu > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKCJNVeXNfJyUsKF9kxB5U4IdhQTVhZi { width:19.6875rem;height:1.662325rem;top:1.8733720779419rem;left:0.15625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkfUldcAEA1KHXFFy3UBio3eKr16Vs4p { width:16.9995rem;height:2.44921875rem;top:18.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC27SByHmbLyGrHVLX0TuWEiIOdWrel1 { top:5.125rem;left:0.375rem;width:19.1861875rem;height:11.624375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.1875rem;height:2.11198125rem;top:0.359375rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }