.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e2e2e2;background-image:url("https://images.assets-landingi.com/uc/67b56c7f-9a85-4f93-b143-9b70113aef52/51.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.5625rem;width:28.125rem;top:17.75rem;left:41.843751907349rem;overflow:hidden;display:block; }
#e1Ly4NaUFifkH45NRTX6bhlScohTXHhB { color:#4f4f4f;display:block;width:41.625rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:10.362500190735rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIsdKuMMLZAPOeKAqcZg2t290Jqnd2Ce { color:#000000;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:20.0625rem;left:5.625rem;height:1.86875rem;font-style:normal;display:block; }
#FcBrz6aiHnOJLyxMkImWIAGaP51re5hk { position:absolute;display:block;z-index:100028;background-color:#000000;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;height:0.125rem;width:41.8125rem;top:9.78750038147rem;left:4.3125rem;display:block; }
#Pu8z6Px1uk3XcOLQcT6pymBecD6Mle9m { position:absolute;display:block;z-index:100029;background-color:#000000;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;height:0.125rem;width:41.125rem;top:22.125rem;left:4.3125rem;display:block; }
#Fzo2XDKBl2JBg16z7wbSSJQrS5vt5pw3 { position:absolute;display:block;z-index:100030;background-color:#000000;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;height:11.25rem;width:0.125rem;top:10.3125rem;left:3.5rem;display:block; }
#dhR7ub6VGtCEIZiKqSX1e3TxfJAXTyM0 { position:absolute;display:block;z-index:100031;background-color:#000000;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;height:9.125rem;width:0.125rem;top:10.5rem;left:46.562501907349rem;display:block; }
#e8RQPrH2v7vPy1SiZtUsr0cL0xtoLB81 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:23.875rem;top:1.9375rem;left:6.5625rem;overflow:hidden;display:block; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-form-header {  }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:21.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ff0055;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:20.8125rem;height:3.125rem;font-family:"open sans";overflow:hidden; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .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; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-container:first-of-type{padding-top:0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-container:last-of-type{padding-bottom:0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100033;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:25.03671836853rem;left:8.125rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-info-text { display:block;height:auto;font-family:"poppins extra bold";font-size:1.9375rem;line-height:1.6;font-weight:700;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce {display:block;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100033;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:25.03671836853rem;left:8.125rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fM3VcMDnXWTaoB9wDWSTqnCgGbH9fO9T { position:relative;display:block;z-index:100000; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FvKC5s9tAtViqvwe9Cgy5f6itb8cGS9N { position:relative;display:block;z-index:100000; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #EIyt4J45h5hG5cwpVp2zogtRRomy5ziT { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #pWchdzv0UZaH2aDHVpbbD0NWNptuha5t { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #bQcItEfdzuclNHTz7pKUPK5e0T4Px6Ar { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #JuHTcnT2TrZzUPTM8I0JgDJipX1pt1Ww { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #lP8HLqnsb1vEdHeNJTLQXGDQyMwBaIJK { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #xrXrtmq4LL00MqWbpXQhxw8GlwkxrchS { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #IZKBblMtmCAxCZHGkLoNOCgGbhRomnHT { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FUW6hMywyDtfBXKz9lHxZzPBXuLOR14c { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #yIEa8MK30SC3HaqydPJy3g3x7MJdpIMG { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #ygAJFpPCSLNoOhdo5R9XgV15moN3Qd3D { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #urSBapSwPvRqKELg0fF4h6D9eHIN4erm { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #KgdWb0iFL0x0ty35XPsoLAgBD0wdu3ar { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #dZBfMoxkpc58p2VeInNqEmEHrEfps3CR { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #DAzT3ibpNGaxadfth8M7dNGA1Trluo74 { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #OMGPd59Jz1qVo1wNWQuBZdVoscXiaSJL { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fCNUlqvMTPAvT4QMZwGOaN0rMFK0cef9 { position:relative; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #Je7KgDaOCEZT77PPM7FuedB9hJpFCERn { position:relative; }
#UUbH5aepG5OM6sdeVLIKqHT82l27gI8R { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.67);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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:12.5rem;width:24.4375rem;top:35.6875rem;left:41.875rem;display:block; }
#T6771n5sc2wfucGItwELx0GKoGEd9G4R { color:#4f4f4f;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.46);top:36.125rem;left:43.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cqJbJvHIytBx5NWrzr8WH4Eqns603G9C { box-sizing:content-box;color:#00b21b;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:40.3125rem;left:44rem;display:block; }
#dJiIAiBrXgOmtsG7Dkdg0MWlhsGy8HZ5 { color:#4f4f4f;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.125rem 0.375rem rgba(0,0,0,0.63);top:40.1875rem;left:47.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PIZWs2v0RWK4xe4vgTB4s2a3lZkJduip { box-sizing:content-box;color:#00b21b;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:43rem;left:44rem;display:block; }
#H4W6rEK33BBUCFE0BMhfmabsQAiKLFmI { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.8125rem;top:40.0625rem;left:60.25rem;overflow:hidden;display:block; }
#lb7wuJGM95lP8Jnftzmtf36dD8ax5eUR { color:#4f4f4f;display:block;width:41.625rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:10.362500190735rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container { background-color: transparent; background-image: none; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container > .video-iframe-container { display: none; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row > .video-iframe-container { display: none; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .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); }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container { border-width: 0; border-radius: 0; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row > .video-iframe-container {  }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#Jy7fTadzD58185E3pm0vyTppZaQVXoTq { color:#790a27;display:block;width:63.125rem;position:absolute;font-family:"poppins extra bold";font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9125003814698rem;left:5.9375rem;height:7.15rem;font-style:normal;display:block; }
#xGS4RQnp1iSyT5hxJbZoJJeIU0DipkDL { color:#790a27;display:block;width:63.125rem;position:absolute;font-family:"poppins extra bold";font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9125003814698rem;left:5.9375rem;height:3.55rem;font-style:normal;display:none; }
#cdOt9E129vE54rHocW2Zw9O5uDbWqkao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container { background-color: transparent; background-image: none; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container > .video-iframe-container { display: none; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row > .video-iframe-container { display: none; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .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); }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container { border-width: 0; border-radius: 0; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row > .video-iframe-container {  }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#kAHmGTCdPWq81JHKTPdwK7mxziuAG4n6 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.6875rem;height:1.4625rem;font-style:normal;display:block; }
#EyGVzBOWixP9kKgTkF56bN9rOETLyOKP { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:5.6875rem;left:14.6875rem;height:2.275rem;display:block; }
#meoBDgmkLicnQ782JQ2AOozaZSDm66Xa { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:4.25rem;left:11rem;display:block; }
#bKotOqrqLvAaAPFggQ1VTru1VDbg7B1h { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:6.0500001907349rem;left:42.062501907349rem;height:2.275rem;display:block; }
#KqVtErizAaBO28CKrNCa1oPdvpSwbLSO { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:2.8375005722046rem;left:42.062501907349rem;height:2.925rem;font-style:normal;display:block; }
#TTwN1iM46r63oJTfZO0SSDvi4VKIAOaq { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:4.25rem;left:38.937501907349rem;display:block; }
#OgHJpXea6I0pqSn5fno4mMeuIAtZOwbP { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:15.75rem;left:14.25rem;height:2.275rem;display:block; }
#JSLn6rUQWoA8zkqh9T6yGBfTpefKKGG1 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:14.3125rem;left:14.25rem;height:1.4625rem;font-style:normal;display:block; }
#UXDcwITSbxfNcC4hT0GHUK47mEDNNC4A { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:14.125rem;left:10.5rem;display:block; }
#IKi3VcIxf2GVwvxvLgAF3QV1K08Ja6IU { color:#000000;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:14.4375rem;left:42.062501907349rem;height:5.6875rem;display:block; }
#ZZzUAeQ76kkrUbbDLlDidWmFeaCPr0XB { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:12.737501144409rem;left:42.062501907349rem;height:1.4625rem;font-style:normal;display:block; }
#bCV85fBB0uWZPnn2NhiCtOqFdz4RdA4E { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:14.25rem;left:38.875rem;display:block; }
#wBz7EbRTkBqAQUPM7FTkI64wDTN1H0Sx { z-index:100009;top:33.25rem;left:27.0625rem;background-color:#ff0055;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.6875rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wCpNqAZtTnskgVqgUtS79oXiieTpTITk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LP17E4SneKnZs2tfKSEVwg0TsECuAo24 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:25.6875rem;left:14.1875rem;height:2.275rem;display:block; }
#DdoG5RgX17oGS4OuTSwtNrS7HXQ95Pl7 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:24rem;left:14.125rem;height:1.4625rem;display:block; }
#yUTESot0yhbLFO4K7MuiTwZGF8xxGTaM { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:24.25rem;left:10.5rem;display:block; }
#OLrhhrfXcbO8Qe9T1PUSfiMHvaSDrlmq { position:absolute;display:block;z-index:100008;background-color:rgba(213,219,255,0.79);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:8.5625rem;width:25.625rem;top:1.9375rem;left:9.125rem;display:block; }
#zvFFlOaXMXKa17l1Uy7wNVa2n0TMfSTu { position:absolute;display:block;z-index:100009;background-color:rgba(213,219,255,0.77);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:8.5625rem;width:25.625rem;top:11.8125rem;left:9.125rem;display:block; }
#pxRZ5GgKa69WWO4QCGLlQlonU9b7miDk { position:absolute;display:block;z-index:100010;background-color:rgba(213,219,255,0.77);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:8.5625rem;width:25.625rem;top:22.125rem;left:9.125rem;display:block; }
#m7Hd8K5grzETJGzZVms6TgBBBaZCzLeg { position:absolute;display:block;z-index:100010;background-color:rgba(213,219,255,0.77);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:9.8125rem;width:25.625rem;top:11.25rem;left:38.25rem;display:block; }
#MBLbS0MhrM0Hcauu7hN5JWmLhU9E3BMF { position:absolute;display:block;z-index:100009;background-color:rgba(213,219,255,0.79);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:8.5625rem;width:25.625rem;top:1.5rem;left:38.000001907349rem;display:block; }
#q0niDe3AiVUKKk5CuTPDKvRPngeKD3rc { position:absolute;display:block;z-index:100014;background-color:rgba(213,219,255,0.77);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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:8.5625rem;width:25.625rem;top:22.125rem;left:38rem;display:block; }
#h362m5fi4PxvZQqnSlGt9eWbaC8itKa0 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:24.9375rem;left:42rem;height:4.525rem;display:block; }
#xND9zEuIV0I2FxTmAJllIo0fB7MVHR3h { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:23.4375rem;left:41.9375rem;height:1.4625rem;display:block; }
#tl4k02k86ZiTegBA5B4zSPWGMi4I8mPw { box-sizing:content-box;color:#00297d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:24.875rem;left:38.875rem;display:block; }
#rUr041oepwNmeW3P3sE1n39fmKLeavpo { position:relative;display:none; }#rUr041oepwNmeW3P3sE1n39fmKLeavpo { border-width: 0; border-radius: 0; }#rUr041oepwNmeW3P3sE1n39fmKLeavpo > .row .container > .video-iframe-container {  }#rUr041oepwNmeW3P3sE1n39fmKLeavpo > .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:7.0625rem;width:75rem;position:relative;display:none; }#G9pyXr8P4sLE79tWAgGkmSRtQr6Mfo1V { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"poppins extra bold";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:23.187501907349rem;height:2.9rem;font-style:normal;display:block; }
#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq { position:relative;display:none; }#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq { border-width: 0; border-radius: 0; }#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq > .row .container > .video-iframe-container {  }#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq > .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:18.75rem;width:75rem;position:relative;display:none; }#DBX0akqFPFfmRNmNlMSISXyvxxBtw4Uq { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:9rem;top:3.75rem;left:4.875rem;overflow:hidden;display:block; }
#D6rIl54rLuuLwfHkkocS1CTFkzX77fVJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"poppins extra bold";font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.125rem;height:1.7rem;font-style:normal;display:block; }
#m8NO57RKCAeMVlk1QDXxyRhD6y1H7aGV { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:1.375rem;left:21.1875rem;overflow:hidden;display:block; }
#rZn9rytGXUKJWu24VTxBC674uoTKRd13 { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.375rem;left:24.125rem;height:1.7rem;font-style:normal;display:block; }
#AkoS8mLia7z5tB6y73nITpWgtQ7lrTgz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:13.25rem;top:1.5625rem;left:39.5rem;overflow:hidden;display:block; }
#vXG1lWSy9X1ZkSq2yrb3tZw05DUAA2kE { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"poppins extra bold";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:14.375rem;left:40.125rem;height:1.7rem;font-style:normal;display:block; }
#hwG1n7UeFB5Bv1CoHIrPEl7EJyJe4wII { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:12.75rem;top:2.4375rem;left:59.3125rem;overflow:hidden;display:block; }
#TAaS48UOcW7lJ8a2lJCpfSIrN9NCv7A7 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:56.375rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container { background-color: transparent; background-image: none; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container > .video-iframe-container { display: none; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row > .video-iframe-container { display: none; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .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); }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container { border-width: 0; border-radius: 0; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row > .video-iframe-container {  }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#xkiCS5uI1fLznOB4R8pT3GN45IJrwcUA { position:absolute;display:block;z-index:100000;background-color:#000000;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;height:0.125rem;width:75rem;top:1.6875rem;left:0rem;display:block; }
#yyMCZLywkrLZrgbunv16DF2dma43MaC3 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0rem;left:35.75rem;display:block; }
#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container { background-color: transparent; background-image: none; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container > .video-iframe-container { display: none; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row > .video-iframe-container { display: none; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .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); }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container { border-width: 0; border-radius: 0; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row > .video-iframe-container {  }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#skLT3qF5a99nffeGqyLo53Pq7iq1C7Rh { color:#790a27;display:block;width:34.125rem;position:absolute;font-family:"poppins extra bold";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4117188453674rem;left:20.4375rem;height:2.925rem;font-style:normal;display:block; }
#egDgWdvdVElodNdG5mnuRqtM6yG1lRc5 { color:#790a27;display:block;width:34.125rem;position:absolute;font-family:"poppins extra bold";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4117188453674rem;left:20.4375rem;height:2.9rem;font-style:normal;display:none; }
#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container { background-color: transparent; background-image: none; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container > .video-iframe-container { display: none; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row > .video-iframe-container { display: none; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .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); }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container { border-width: 0; border-radius: 0; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row > .video-iframe-container {  }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#T4bTot8lDobFUA1kfXp3A6f2vygDDASm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.798611164093rem;left:2.4375rem;overflow:hidden;display:block; }
#AAxLa6ToQqBIwMJpoOwtTTrmFAInE8fU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.798611164093rem;left:21.1875rem;overflow:hidden;display:block; }
#IUTcPdggdFZdnNtqCsDXDkbkezk2rPw6 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.798611164093rem;left:39.9375rem;overflow:hidden;display:block; }
#sGEOOL6PJH1cPJgSLJixeUpCgxXH7zKy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.798611164093rem;left:58.6875rem;overflow:hidden;display:block; }
#BpC7MVnX7OVye2alw0bdszHgfGSxqPWW { z-index:100000;top:14.201388835907rem;left:2.4375rem;background-color:#ff004c;background-image:none;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-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:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gM9Fwx812q4o8z6nfbNaQuRSHlVTifOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T0xF6bMnIigr7bJ1HNQHERhfXEHKaIKT { z-index:100001;top:14.26388835907rem;left:21.0625rem;background-color:#ff004c;background-image:none;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-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:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E9tKiP8J7m5KcONfK6yK1GXXTX7Cq4EO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kJQTEbTqBrqAzBWzobeg4sbHxQk3ry3q { z-index:100002;top:14.200520515442rem;left:39.8125rem;background-color:#ff004c;background-image:none;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-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:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#meEiFTQTZor6QN8IOa66wbJsktJHbTM5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xtmZVBnDVvNtQQsVXRUftKsK6JinvpoG { z-index:100003;top:14.200520515442rem;left:58.5625rem;background-color:#ff004c;background-image:none;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-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:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E8Wr2Tb4wW9Mv2I9rxtQZo3dqcE1tv9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container { background-color: transparent; background-image: none; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container > .video-iframe-container { display: none; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row > .video-iframe-container { display: none; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .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); }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container { border-width: 0; border-radius: 0; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row > .video-iframe-container {  }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#t1m1zezznMabqDXx8B9c0hhs9DskJg4M { position:absolute;display:block;z-index:100000;background-color:#000000;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;height:0.125rem;width:75rem;top:1.6875rem;left:0rem;display:block; }
#WABasBeQk7X912BX9EeTK9FM0zGL0p4W { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0rem;left:35.75rem;display:block; }
#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container { background-color: transparent; background-image: none; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container > .video-iframe-container { display: none; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row > .video-iframe-container { display: none; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .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); }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container { border-width: 0; border-radius: 0; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row > .video-iframe-container {  }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#L81zTbF8AIOdgqzMPq9irTk4RxdygwsT { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"poppins extra bold";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.685161113739rem;left:2.7734375rem;height:2.4375rem;font-style:normal;display:block; }
#MHzfl0yIImsm02yfsw6fdQTPSx8nISTk { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.25rem;left:13.5625rem;display:block; }
#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container { background-color: transparent; background-image: none; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container > .video-iframe-container { display: none; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row > .video-iframe-container { display: none; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .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); }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container { border-width: 0; border-radius: 0; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row > .video-iframe-container {  }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#iK6WJBDQeVPSOKEBGNT1TL5MHZ3AmkIX { color:#000000;display:block;width:61rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.3367185592651rem;height:2.6rem;font-style:normal;display:block; }
#ZB4TuqcBvNoSwDlPC9nQ4x3uPo4GCnRE { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.3359375rem;height:1.54375rem;font-style:normal;display:block; }
#T6KkgaZDiRBeFcLHhNboLpZcXqvgzp7C { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.625rem;left:4.3367185592651rem;height:1.54375rem;font-style:normal;display:block; }
#CZMVItosXNnaXLC0SN8giIIhuZybfEH0 { color:#000000;display:block;width:61rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.3367185592651rem;height:1.3rem;font-style:normal;display:block; }
#gioIt80OxoktVy8S5F87Z3Re0HOMVkxl { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:13.875rem;left:4.3359375rem;height:1.54375rem;font-style:normal;display:block; }
#VqZQLQKgJQ0SyrucAo8EyvuwquKebkva { color:#000000;display:block;width:61rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:16rem;left:4.3367185592651rem;height:2.6rem;font-style:normal;display:block; }
#DyvWs0hV8CFO9dwIeidqtHzHTq4sZFML { color:#000000;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.3359375rem;height:1.54375rem;font-style:normal;display:block; }
#nV7lpVmDs42KLxIRPiEMuAN6ucrbFuhX { color:#000000;display:block;width:61rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:22.0625rem;left:4.3359375rem;height:2.6rem;font-style:normal;display:block; }
#msMZH7q4mEITNuKrmCr8TWbZtbX9HopM { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.3359375rem;height:1.54375rem;font-style:normal;display:block; }
#GKXNxGXhSS8Pet3CyPZ4PIy7l6Xs1Mo8 { color:#000000;display:block;width:61rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:27.625rem;left:4.3359375rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container { background-color: transparent; background-image: none; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container > .video-iframe-container { display: none; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row > .video-iframe-container { display: none; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .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); }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container { border-width: 0; border-radius: 0; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row > .video-iframe-container {  }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#qsWrm5Dq9TScMuZ21HmvdaZthPai41nk { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6851558685302rem;left:2.7734375rem;height:2.4375rem;font-style:normal;display:block; }
#UHoOcMXXdfB9r5OFINGxOTroZdPGLaI0 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.375rem;left:11.6875rem;display:block; }
#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container { background-color: transparent; background-image: none; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container > .video-iframe-container { display: none; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row > .video-iframe-container { display: none; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .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); }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container { border-width: 0; border-radius: 0; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row > .video-iframe-container {  }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#noqK4bFT23ufdRGf4vTdfHv82Nqm3As7 { color:#000000;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:2.5625rem;left:4.2109375rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wwGbgcowTiexfTrss8yaRES1mVOEK4Wd { z-index:100010;top:13.91250038147rem;left:27.062501907349rem;background-color:#ff0055;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.6875rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x0UDMNBnSbLAPWyTfpcvhPk2K0BWa6Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container { background-color: transparent; background-image: none; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container > .video-iframe-container { display: none; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row > .video-iframe-container { display: none; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .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); }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container { border-width: 0; border-radius: 0; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row > .video-iframe-container {  }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);background-image:none;position:relative;display:block; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container { background-color: transparent; background-image: none; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container > .video-iframe-container { display: none; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row > .video-iframe-container { display: none; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .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); }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container { border-width: 0; border-radius: 0; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row > .video-iframe-container {  }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { background-color: transparent; background-image: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container > .video-iframe-container { display: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row > .video-iframe-container { display: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .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); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { border-width: 0; border-radius: 0; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row > .video-iframe-container {  }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#xQvhdshWBEc8MKmum4MTwBPZro8sZb7G { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:11.625rem;top:1.8125rem;left:31.687501907349rem;overflow:hidden;display:block; }
#W3OMGRO7oe6lG61zt8ZOcgIT2gJgTmf1 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:4.9367189407349rem;left:22.750001907349rem;height:6.4rem;text-align:center;text-align-last:center;display:block; }
#VdlQLGnuR3nT4VM5CwEZ7CoTByLmQQU3 { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:12.374218940735rem;left:9.0625rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container { background-color: transparent; background-image: none; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container > .video-iframe-container { display: none; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row > .video-iframe-container { display: none; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .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); }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container { border-width: 0; border-radius: 0; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row > .video-iframe-container {  }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#a9xm26ZqsgxIiV4grZgwJJZOy9QywQrC { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:32.500001907349rem;height:2.4375rem;font-style:normal;display:block; }
#QF6tQ9TerrSTuo9qRU6eLQ0Gp0oSAZ1t { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:12.5rem;top:7.375rem;left:9.4375rem;overflow:hidden;display:block; }
#ipiW3i2r6vaIC4L3ieUuH7CaQuH0KUkP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:14.5rem;top:7.3125rem;left:20.9375rem;overflow:hidden;display:block; }
#LTpTiqrTT9GLbkWBZqdlwnsy6v67VTPq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:8.875rem;top:7.6875rem;left:34rem;overflow:hidden;display:block; }
#zinhdSf8AdeSSi2zcoJ0XgsIo3CufIaw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:10.125rem;top:7.375rem;left:43.5rem;overflow:hidden;display:block; }
#g2QTxwTsKs75IyMnxGirIuc9UT0AtKJC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:10.75rem;top:7.5625rem;left:54.8125rem;overflow:hidden;display:block; }
#Ne3vveiCJv9y1HAodZBR0PqTyvtXtDhc { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.0625rem;top:14.8125rem;left:14.0625rem;overflow:hidden;display:block; }
#wuseZHRLJfcvAZvMT7zw617I6HvNZqLt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:6.5625rem;top:16.3125rem;left:24.5rem;overflow:hidden;display:block; }
#qN6bPNfd6Bh2zSbgxXZ5ldekLRxFDriZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.25rem;top:13.6875rem;left:32.875rem;overflow:hidden;display:block; }
#fwNpoUWuCotlgi2rhzNnKWi4aFCu68LK { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:10.125rem;top:15.875rem;left:44.3125rem;overflow:hidden;display:block; }
#aBf6QEmvHdducNcuXNBwOxzEBd63wcLt { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:7.9375rem;top:16.75rem;left:55.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { width:28.125rem;height:42.5625rem;top:17.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ly4NaUFifkH45NRTX6bhlScohTXHhB { width:41.625rem;height:9.6875rem;top:10.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIsdKuMMLZAPOeKAqcZg2t290Jqnd2Ce { top:20.0625rem;left:0rem;width:18rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcBrz6aiHnOJLyxMkImWIAGaP51re5hk { top:9.75rem;left:0rem;width:41.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8z6Px1uk3XcOLQcT6pymBecD6Mle9m { top:22.125rem;left:0rem;width:41.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzo2XDKBl2JBg16z7wbSSJQrS5vt5pw3 { top:10.3125rem;left:0rem;width:0.125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhR7ub6VGtCEIZiKqSX1e3TxfJAXTyM0 { top:10.5rem;left:32.9375rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RQPrH2v7vPy1SiZtUsr0cL0xtoLB81 { top:1.9375rem;left:0rem;width:23.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce  { width:21.25rem;height:auto;top:25rem;left:0rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce {display:block;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce { width:21.25rem;height:auto;top:25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fM3VcMDnXWTaoB9wDWSTqnCgGbH9fO9T {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FvKC5s9tAtViqvwe9Cgy5f6itb8cGS9N {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #EIyt4J45h5hG5cwpVp2zogtRRomy5ziT {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #pWchdzv0UZaH2aDHVpbbD0NWNptuha5t {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #bQcItEfdzuclNHTz7pKUPK5e0T4Px6Ar {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #JuHTcnT2TrZzUPTM8I0JgDJipX1pt1Ww {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #lP8HLqnsb1vEdHeNJTLQXGDQyMwBaIJK {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #xrXrtmq4LL00MqWbpXQhxw8GlwkxrchS {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #IZKBblMtmCAxCZHGkLoNOCgGbhRomnHT {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FUW6hMywyDtfBXKz9lHxZzPBXuLOR14c {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #yIEa8MK30SC3HaqydPJy3g3x7MJdpIMG {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #ygAJFpPCSLNoOhdo5R9XgV15moN3Qd3D {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #urSBapSwPvRqKELg0fF4h6D9eHIN4erm {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #KgdWb0iFL0x0ty35XPsoLAgBD0wdu3ar {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #dZBfMoxkpc58p2VeInNqEmEHrEfps3CR {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #DAzT3ibpNGaxadfth8M7dNGA1Trluo74 {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #OMGPd59Jz1qVo1wNWQuBZdVoscXiaSJL {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fCNUlqvMTPAvT4QMZwGOaN0rMFK0cef9 {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #Je7KgDaOCEZT77PPM7FuedB9hJpFCERn {  }
 }@media only screen and (max-width: 763px) { #UUbH5aepG5OM6sdeVLIKqHT82l27gI8R { top:35.6875rem;left:23.3125rem;width:24.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6771n5sc2wfucGItwELx0GKoGEd9G4R { width:20.5625rem;height:3.875rem;top:36.125rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJbJvHIytBx5NWrzr8WH4Eqns603G9C { top:40.3125rem;left:30.375rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiIAiBrXgOmtsG7Dkdg0MWlhsGy8HZ5 { width:14.25rem;height:6.25rem;top:40.1875rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZWs2v0RWK4xe4vgTB4s2a3lZkJduip { top:43rem;left:30.375rem;width:3.375rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W6rEK33BBUCFE0BMhfmabsQAiKLFmI { top:40.0625rem;left:43.9375rem;width:3.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb7wuJGM95lP8Jnftzmtf36dD8ax5eUR { width:9.875rem;height:;top:14.4375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q { display:block; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy7fTadzD58185E3pm0vyTppZaQVXoTq { top:2.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGS4RQnp1iSyT5hxJbZoJJeIU0DipkDL { top:4.0625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdOt9E129vE54rHocW2Zw9O5uDbWqkao { display:block; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAHmGTCdPWq81JHKTPdwK7mxziuAG4n6 { top:4.25rem;left:1.0625rem;width:17.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyGVzBOWixP9kKgTkF56bN9rOETLyOKP { top:5.6875rem;left:1.0625rem;width:17.875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoBDgmkLicnQ782JQ2AOozaZSDm66Xa { top:4.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKotOqrqLvAaAPFggQ1VTru1VDbg7B1h { top:6rem;left:28.437501907349rem;width:17.5rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVtErizAaBO28CKrNCa1oPdvpSwbLSO { top:2.8125rem;left:26.625rem;width:21.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwN1iM46r63oJTfZO0SSDvi4VKIAOaq { top:4.25rem;left:25.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgHJpXea6I0pqSn5fno4mMeuIAtZOwbP { top:15.75rem;left:0.625rem;width:18.0625rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLn6rUQWoA8zkqh9T6yGBfTpefKKGG1 { top:14.3125rem;left:0.625rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDcwITSbxfNcC4hT0GHUK47mEDNNC4A { top:14.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKi3VcIxf2GVwvxvLgAF3QV1K08Ja6IU { top:14.4375rem;left:28.25rem;width:19.5rem;height:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzUAeQ76kkrUbbDLlDidWmFeaCPr0XB { top:12.6875rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCV85fBB0uWZPnn2NhiCtOqFdz4RdA4E { top:14.25rem;left:25.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBz7EbRTkBqAQUPM7FTkI64wDTN1H0Sx { top:33.25rem;left:13.4375rem;width:20.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpNqAZtTnskgVqgUtS79oXiieTpTITk { display:block; }
 }@media only screen and (max-width: 763px) { #LP17E4SneKnZs2tfKSEVwg0TsECuAo24 { top:25.6875rem;left:0.5625rem;width:18.5625rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoG5RgX17oGS4OuTSwtNrS7HXQ95Pl7 { top:24rem;left:0.5rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTESot0yhbLFO4K7MuiTwZGF8xxGTaM { top:24.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLrhhrfXcbO8Qe9T1PUSfiMHvaSDrlmq { top:1.9375rem;left:0rem;width:25.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFFlOaXMXKa17l1Uy7wNVa2n0TMfSTu { top:11.8125rem;left:0rem;width:25.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxRZ5GgKa69WWO4QCGLlQlonU9b7miDk { top:22.125rem;left:0rem;width:25.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Hd8K5grzETJGzZVms6TgBBBaZCzLeg { top:11.25rem;left:22.125rem;width:25.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLbS0MhrM0Hcauu7hN5JWmLhU9E3BMF { top:1.5rem;left:22.125rem;width:25.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0niDe3AiVUKKk5CuTPDKvRPngeKD3rc { top:22.125rem;left:22.125rem;width:25.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h362m5fi4PxvZQqnSlGt9eWbaC8itKa0 { top:24.9375rem;left:27.5rem;width:20.25rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xND9zEuIV0I2FxTmAJllIo0fB7MVHR3h { top:23.4375rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl4k02k86ZiTegBA5B4zSPWGMi4I8mPw { top:24.875rem;left:25.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUr041oepwNmeW3P3sE1n39fmKLeavpo { display:block; }#rUr041oepwNmeW3P3sE1n39fmKLeavpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9pyXr8P4sLE79tWAgGkmSRtQr6Mfo1V { top:3.3125rem;left:9.5625019073488rem;width:28.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq { display:block; }#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBX0akqFPFfmRNmNlMSISXyvxxBtw4Uq { top:3.75rem;left:1.46875rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rIl54rLuuLwfHkkocS1CTFkzX77fVJ { top:14.3125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NO57RKCAeMVlk1QDXxyRhD6y1H7aGV { top:1.375rem;left:10rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZn9rytGXUKJWu24VTxBC674uoTKRd13 { top:14.375rem;left:13.90625rem;width:8.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkoS8mLia7z5tB6y73nITpWgtQ7lrTgz { top:1.5625rem;left:22.5625rem;width:13.25rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXG1lWSy9X1ZkSq2yrb3tZw05DUAA2kE { top:14.375rem;left:21.6875rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwG1n7UeFB5Bv1CoHIrPEl7EJyJe4wII { top:2.4375rem;left:35rem;width:12.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaS48UOcW7lJ8a2lJCpfSIrN9NCv7A7 { top:14.3125rem;left:29.125rem;width:18.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP { display:block; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkiCS5uI1fLznOB4R8pT3GN45IJrwcUA { top:1.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMCZLywkrLZrgbunv16DF2dma43MaC3 { top:0rem;left:22.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw { display:block; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skLT3qF5a99nffeGqyLo53Pq7iq1C7Rh { top:2.375rem;left:6.8125rem;width:34.125rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDgWdvdVElodNdG5mnuRqtM6yG1lRc5 { top:2.5625rem;left:0rem;width:20rem;height:4.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy { display:block; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4bTot8lDobFUA1kfXp3A6f2vygDDASm { top:2.75rem;left:0rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAxLa6ToQqBIwMJpoOwtTTrmFAInE8fU { top:2.75rem;left:10.0625rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTcPdggdFZdnNtqCsDXDkbkezk2rPw6 { top:2.75rem;left:22rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGEOOL6PJH1cPJgSLJixeUpCgxXH7zKy { top:2.75rem;left:33.9375rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC7MVnX7OVye2alw0bdszHgfGSxqPWW { top:14.1875rem;left:0rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM9Fwx812q4o8z6nfbNaQuRSHlVTifOP { display:block; }
 }@media only screen and (max-width: 763px) { #T0xF6bMnIigr7bJ1HNQHERhfXEHKaIKT { top:14.25rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9tKiP8J7m5KcONfK6yK1GXXTX7Cq4EO { display:block; }
 }@media only screen and (max-width: 763px) { #kJQTEbTqBrqAzBWzobeg4sbHxQk3ry3q { top:14.1875rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meEiFTQTZor6QN8IOa66wbJsktJHbTM5 { display:block; }
 }@media only screen and (max-width: 763px) { #xtmZVBnDVvNtQQsVXRUftKsK6JinvpoG { top:14.1875rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Wr2Tb4wW9Mv2I9rxtQZo3dqcE1tv9B { display:block; }
 }@media only screen and (max-width: 763px) { #AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 { display:block; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1m1zezznMabqDXx8B9c0hhs9DskJg4M { top:1.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABasBeQk7X912BX9EeTK9FM0zGL0p4W { top:0rem;left:22.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U { display:block; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L81zTbF8AIOdgqzMPq9irTk4RxdygwsT { top:1.625rem;left:0rem;width:13.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzfl0yIImsm02yfsw6fdQTPSx8nISTk { top:1.25rem;left:0rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 { display:block; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iK6WJBDQeVPSOKEBGNT1TL5MHZ3AmkIX { top:3.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4TuqcBvNoSwDlPC9nQ4x3uPo4GCnRE { top:2.125rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KkgaZDiRBeFcLHhNboLpZcXqvgzp7C { top:8.625rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZMVItosXNnaXLC0SN8giIIhuZybfEH0 { top:10.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gioIt80OxoktVy8S5F87Z3Re0HOMVkxl { top:13.875rem;left:0rem;width:18.1875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqZQLQKgJQ0SyrucAo8EyvuwquKebkva { top:16rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyvWs0hV8CFO9dwIeidqtHzHTq4sZFML { top:20.5625rem;left:0rem;width:19.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7lpVmDs42KLxIRPiEMuAN6ucrbFuhX { top:22.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msMZH7q4mEITNuKrmCr8TWbZtbX9HopM { top:26.125rem;left:0rem;width:45.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKXNxGXhSS8Pet3CyPZ4PIy7l6Xs1Mo8 { top:27.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu { display:block; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsWrm5Dq9TScMuZ21HmvdaZthPai41nk { top:1.625rem;left:0rem;width:11.625rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHoOcMXXdfB9r5OFINGxOTroZdPGLaI0 { top:1.375rem;left:0rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs { display:block; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noqK4bFT23ufdRGf4vTdfHv82Nqm3As7 { top:2.5625rem;left:0rem;width:40.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGbgcowTiexfTrss8yaRES1mVOEK4Wd { top:13.875rem;left:13.437501907349rem;width:20.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0UDMNBnSbLAPWyTfpcvhPk2K0BWa6Wy { display:block; }
 }@media only screen and (max-width: 763px) { #KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK { display:block; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdqVq41qJPglCMLoxzEOUqpK5k8oORCT { display:block; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 { display:block; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQvhdshWBEc8MKmum4MTwBPZro8sZb7G { width:11.625rem;height:2.1875rem;top:1.8125rem;left:18.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3OMGRO7oe6lG61zt8ZOcgIT2gJgTmf1 { top:4.875rem;left:9.1250019073488rem;width:29.5rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdlQLGnuR3nT4VM5CwEZ7CoTByLmQQU3 { top:12.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA { display:block; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9xm26ZqsgxIiV4grZgwJJZOy9QywQrC { top:2.25rem;left:18.875001907349rem;width:10rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6tQ9TerrSTuo9qRU6eLQ0Gp0oSAZ1t { top:7.375rem;left:0rem;width:12.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiW3i2r6vaIC4L3ieUuH7CaQuH0KUkP { top:7.3125rem;left:7.3125rem;width:14.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTiqrTT9GLbkWBZqdlwnsy6v67VTPq { top:7.6875rem;left:20.375rem;width:8.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zinhdSf8AdeSSi2zcoJ0XgsIo3CufIaw { top:7.375rem;left:29.875rem;width:10.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QTxwTsKs75IyMnxGirIuc9UT0AtKJC { top:7.5625rem;left:37rem;width:10.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3vveiCJv9y1HAodZBR0PqTyvtXtDhc { top:14.8125rem;left:0.4375rem;width:8.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuseZHRLJfcvAZvMT7zw617I6HvNZqLt { top:16.3125rem;left:10.875rem;width:6.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN6bPNfd6Bh2zSbgxXZ5ldekLRxFDriZ { top:13.6875rem;left:19.25rem;width:9.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwNpoUWuCotlgi2rhzNnKWi4aFCu68LK { top:15.875rem;left:30.6875rem;width:10.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBf6QEmvHdducNcuXNBwOxzEBd63wcLt { top:16.75rem;left:39.8125rem;width:7.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { width:12rem;height:18.0625rem;top:10.375rem;left:8.0000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ly4NaUFifkH45NRTX6bhlScohTXHhB { width:17.125rem;height:0;top:8.311718940735rem;left:1rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIsdKuMMLZAPOeKAqcZg2t290Jqnd2Ce { width:7.625rem;height:1.05625rem;top:12.575000286102rem;left:1.3125001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcBrz6aiHnOJLyxMkImWIAGaP51re5hk { width:8.25rem;height:0.125rem;top:13.837500572204rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8z6Px1uk3XcOLQcT6pymBecD6Mle9m { width:12.5rem;height:0.125rem;top:5.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzo2XDKBl2JBg16z7wbSSJQrS5vt5pw3 { width:0.125rem;height:7.125rem;top:6.2000002861023rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhR7ub6VGtCEIZiKqSX1e3TxfJAXTyM0 { width:0.125rem;height:4.9375rem;top:6.3250002861025rem;left:14.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RQPrH2v7vPy1SiZtUsr0cL0xtoLB81 { width:14.5rem;height:2.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-regular-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-text {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-select {padding-top: 0; padding-bottom: 0;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.125rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce  { width:15.375rem;height:auto;top:29.391406059265rem;left:1.0625rem; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce .widget-info-text { font-size:1.3125rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce {display:block;}#ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce { width:15.375rem;height:auto;top:29.391406059265rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fM3VcMDnXWTaoB9wDWSTqnCgGbH9fO9T {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FvKC5s9tAtViqvwe9Cgy5f6itb8cGS9N {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #EIyt4J45h5hG5cwpVp2zogtRRomy5ziT {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #pWchdzv0UZaH2aDHVpbbD0NWNptuha5t {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #bQcItEfdzuclNHTz7pKUPK5e0T4Px6Ar {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #JuHTcnT2TrZzUPTM8I0JgDJipX1pt1Ww {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #lP8HLqnsb1vEdHeNJTLQXGDQyMwBaIJK {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #xrXrtmq4LL00MqWbpXQhxw8GlwkxrchS {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #IZKBblMtmCAxCZHGkLoNOCgGbhRomnHT {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #FUW6hMywyDtfBXKz9lHxZzPBXuLOR14c {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #yIEa8MK30SC3HaqydPJy3g3x7MJdpIMG {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #ygAJFpPCSLNoOhdo5R9XgV15moN3Qd3D {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #urSBapSwPvRqKELg0fF4h6D9eHIN4erm {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #KgdWb0iFL0x0ty35XPsoLAgBD0wdu3ar {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #dZBfMoxkpc58p2VeInNqEmEHrEfps3CR {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #DAzT3ibpNGaxadfth8M7dNGA1Trluo74 {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #OMGPd59Jz1qVo1wNWQuBZdVoscXiaSJL {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #fCNUlqvMTPAvT4QMZwGOaN0rMFK0cef9 {  }
 }@media only screen and (max-width: 763px) { #ntwoeVGBtxZzu51BG1AlDKCEc4Abb4Ce #Je7KgDaOCEZT77PPM7FuedB9hJpFCERn {  }
 }@media only screen and (max-width: 763px) { #UUbH5aepG5OM6sdeVLIKqHT82l27gI8R { width:11.625rem;height:6.1875rem;top:17.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6771n5sc2wfucGItwELx0GKoGEd9G4R { width:8.9375rem;height:1.54375rem;top:17.9375rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.46);display:block; }
 }@media only screen and (max-width: 763px) { #cqJbJvHIytBx5NWrzr8WH4Eqns603G9C { width:1.6875rem;height:1.6875rem;top:19.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiIAiBrXgOmtsG7Dkdg0MWlhsGy8HZ5 { width:9.5rem;height:3rem;top:19.625rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PIZWs2v0RWK4xe4vgTB4s2a3lZkJduip { width:1.625rem;height:1.625rem;top:21.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W6rEK33BBUCFE0BMhfmabsQAiKLFmI { width:2.125rem;height:2.125rem;top:19.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb7wuJGM95lP8Jnftzmtf36dD8ax5eUR { width:13.3125rem;height:6.5875rem;top:6rem;left:1rem;text-align:left;text-align-last:left;font-size:1.8125rem;z-index:100023;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q { display:block; }#gkIwo8kcbP7D9Deet1ob8pmD4ewpbe6Q > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy7fTadzD58185E3pm0vyTppZaQVXoTq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xGS4RQnp1iSyT5hxJbZoJJeIU0DipkDL { width:20rem;height:4.0625rem;top:1.1500000953674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #cdOt9E129vE54rHocW2Zw9O5uDbWqkao { display:block; }#cdOt9E129vE54rHocW2Zw9O5uDbWqkao > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAHmGTCdPWq81JHKTPdwK7mxziuAG4n6 { width:17.875rem;height:1.4625rem;top:4.375rem;left:1.0616319775581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyGVzBOWixP9kKgTkF56bN9rOETLyOKP { width:18.0625rem;height:2.4375rem;top:6.1293392181396rem;left:0.96788197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meoBDgmkLicnQ782JQ2AOozaZSDm66Xa { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKotOqrqLvAaAPFggQ1VTru1VDbg7B1h { width:19.25rem;height:2.4375rem;top:16.874219059944rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqVtErizAaBO28CKrNCa1oPdvpSwbLSO { width:13.6875rem;height:2.9875rem;top:13.63671875rem;left:3.1562501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTwN1iM46r63oJTfZO0SSDvi4VKIAOaq { width:3.125rem;height:3.125rem;top:10.512151718139rem;left:8.4375002980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgHJpXea6I0pqSn5fno4mMeuIAtZOwbP { width:18.6875rem;height:2.4375rem;top:25.98281288147rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSLn6rUQWoA8zkqh9T6yGBfTpefKKGG1 { width:20rem;height:1.4625rem;top:23.928819656372rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXDcwITSbxfNcC4hT0GHUK47mEDNNC4A { width:3.125rem;height:3.125rem;top:20.741319656372rem;left:8.4375002980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKi3VcIxf2GVwvxvLgAF3QV1K08Ja6IU { width:17.8125rem;height:6.09375rem;top:36.125rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzUAeQ76kkrUbbDLlDidWmFeaCPr0XB { width:9.3125rem;height:1.4625rem;top:33.9375rem;left:5.3437498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCV85fBB0uWZPnn2NhiCtOqFdz4RdA4E { width:3.125rem;height:3.125rem;top:30.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBz7EbRTkBqAQUPM7FTkI64wDTN1H0Sx { top:66.626564025881rem;left:0.5rem;width:19rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpNqAZtTnskgVqgUtS79oXiieTpTITk { display:block; }
 }@media only screen and (max-width: 763px) { #LP17E4SneKnZs2tfKSEVwg0TsECuAo24 { width:18.6875rem;height:2.4375rem;top:49.75rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdoG5RgX17oGS4OuTSwtNrS7HXQ95Pl7 { width:20rem;height:1.4625rem;top:47.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUTESot0yhbLFO4K7MuiTwZGF8xxGTaM { width:3.125rem;height:3.125rem;top:44.687500381842rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLrhhrfXcbO8Qe9T1PUSfiMHvaSDrlmq { width:20rem;height:8.5625rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zvFFlOaXMXKa17l1Uy7wNVa2n0TMfSTu { width:20rem;height:8.5625rem;top:20.7412109375rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pxRZ5GgKa69WWO4QCGLlQlonU9b7miDk { width:20rem;height:10.5rem;top:44.625rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m7Hd8K5grzETJGzZVms6TgBBBaZCzLeg { width:20rem;height:13.25rem;top:30.5rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MBLbS0MhrM0Hcauu7hN5JWmLhU9E3BMF { width:20rem;height:8.5625rem;top:72.189064025881rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q0niDe3AiVUKKk5CuTPDKvRPngeKD3rc { width:20rem;height:8.5625rem;top:56.6875rem;left:0rem;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h362m5fi4PxvZQqnSlGt9eWbaC8itKa0 { width:20rem;height:2.4375rem;top:59.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xND9zEuIV0I2FxTmAJllIo0fB7MVHR3h { width:20rem;height:1.4625rem;top:58rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl4k02k86ZiTegBA5B4zSPWGMi4I8mPw { width:3.125rem;height:3.125rem;top:54.437501907349rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUr041oepwNmeW3P3sE1n39fmKLeavpo { display:none; }#rUr041oepwNmeW3P3sE1n39fmKLeavpo > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G9pyXr8P4sLE79tWAgGkmSRtQr6Mfo1V { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq { display:none; }#leneSoFOgwuuTnOzr1xNhfSh5T9VNVpq > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBX0akqFPFfmRNmNlMSISXyvxxBtw4Uq { width:6.4375rem;height:6.4375rem;top:2.3125rem;left:6.7812498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6rIl54rLuuLwfHkkocS1CTFkzX77fVJ { width:12.5rem;height:1.7rem;top:9.5rem;left:3.7499998807907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NO57RKCAeMVlk1QDXxyRhD6y1H7aGV { width:9.25rem;height:9.25rem;top:13.38671875rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZn9rytGXUKJWu24VTxBC674uoTKRd13 { width:8.0625rem;height:1.7rem;top:22.63671875rem;left:5.9687498807907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkoS8mLia7z5tB6y73nITpWgtQ7lrTgz { width:8.875rem;height:9rem;top:26.837500572204rem;left:5.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXG1lWSy9X1ZkSq2yrb3tZw05DUAA2kE { width:14.125rem;height:1.7rem;top:35.743750572204rem;left:2.9375001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwG1n7UeFB5Bv1CoHIrPEl7EJyJe4wII { width:8.4375rem;height:8.5rem;top:40.375rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaS48UOcW7lJ8a2lJCpfSIrN9NCv7A7 { width:18.625rem;height:3.4rem;top:48.8125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP { display:block; }#UCvSXmoFUdOsTTE8MfxFfNZEPtFSNTUP > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkiCS5uI1fLznOB4R8pT3GN45IJrwcUA { width:20rem;height:0.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMCZLywkrLZrgbunv16DF2dma43MaC3 { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw { display:block; }#SAcU3s4NwLMBdvZIoloeTEoZ4ihUpBTw > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skLT3qF5a99nffeGqyLo53Pq7iq1C7Rh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egDgWdvdVElodNdG5mnuRqtM6yG1lRc5 { width:20rem;height:4.3875rem;top:1.4125003814698rem;left:0rem;font-size:1.6875rem;z-index:100001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy { display:block; }#wPNqxfQFTUzUfXQRzN2rwZJeEWQFQKZy > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4bTot8lDobFUA1kfXp3A6f2vygDDASm { width:13.8125rem;height:9.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAxLa6ToQqBIwMJpoOwtTTrmFAInE8fU { width:13.8125rem;height:9.75rem;top:16.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTcPdggdFZdnNtqCsDXDkbkezk2rPw6 { width:13.8125rem;height:9.75rem;top:32.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGEOOL6PJH1cPJgSLJixeUpCgxXH7zKy { width:13.8125rem;height:9.75rem;top:48.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC7MVnX7OVye2alw0bdszHgfGSxqPWW { top:12.25rem;left:3.0625rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM9Fwx812q4o8z6nfbNaQuRSHlVTifOP { display:block; }
 }@media only screen and (max-width: 763px) { #T0xF6bMnIigr7bJ1HNQHERhfXEHKaIKT { top:27.9375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9tKiP8J7m5KcONfK6yK1GXXTX7Cq4EO { display:block; }
 }@media only screen and (max-width: 763px) { #kJQTEbTqBrqAzBWzobeg4sbHxQk3ry3q { top:43.625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meEiFTQTZor6QN8IOa66wbJsktJHbTM5 { display:block; }
 }@media only screen and (max-width: 763px) { #xtmZVBnDVvNtQQsVXRUftKsK6JinvpoG { top:59.3125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Wr2Tb4wW9Mv2I9rxtQZo3dqcE1tv9B { display:block; }
 }@media only screen and (max-width: 763px) { #AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 { display:block; }#AvAx5dnMkCQstdhqr0qSy7Hdfe2kTv84 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1m1zezznMabqDXx8B9c0hhs9DskJg4M { width:20rem;height:0.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABasBeQk7X912BX9EeTK9FM0zGL0p4W { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U { display:block; }#xtXGwDm3iZv3IQLQTpsbQPfcqu6T3v1U > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L81zTbF8AIOdgqzMPq9irTk4RxdygwsT { width:11.5rem;height:1.86875rem;top:1.25rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzfl0yIImsm02yfsw6fdQTPSx8nISTk { width:2.6875rem;height:2.6875rem;top:0.83046913146975rem;left:9.1875003576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 { display:block; }#TXM25ZiTuPPQ24WuIksI3OPiopECLwS5 > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iK6WJBDQeVPSOKEBGNT1TL5MHZ3AmkIX { width:17.6875rem;height:9.1rem;top:3.7492192983628rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4TuqcBvNoSwDlPC9nQ4x3uPo4GCnRE { width:12.5rem;height:1.54375rem;top:1.5rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KkgaZDiRBeFcLHhNboLpZcXqvgzp7C { width:16.25rem;height:1.54375rem;top:14.624218344688rem;left:1.8750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZMVItosXNnaXLC0SN8giIIhuZybfEH0 { width:17.6875rem;height:3.9rem;top:16.686718344688rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gioIt80OxoktVy8S5F87Z3Re0HOMVkxl { width:16.875rem;height:1.54375rem;top:22.250000476837rem;left:1.5625001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqZQLQKgJQ0SyrucAo8EyvuwquKebkva { width:17.6875rem;height:6.5rem;top:24.5rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DyvWs0hV8CFO9dwIeidqtHzHTq4sZFML { width:17.875rem;height:1.54375rem;top:32.562500953674rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV7lpVmDs42KLxIRPiEMuAN6ucrbFuhX { width:17.6875rem;height:6.5rem;top:34.875000953674rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #msMZH7q4mEITNuKrmCr8TWbZtbX9HopM { width:18.75rem;height:3.15rem;top:43.125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKXNxGXhSS8Pet3CyPZ4PIy7l6Xs1Mo8 { width:17.6875rem;height:22.1rem;top:46.8125rem;left:1.15625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu { display:block; }#yI7sgCPCn7ddxEf4ATR2I99qrJE35GMu > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsWrm5Dq9TScMuZ21HmvdaZthPai41nk { width:11.625rem;height:1.86875rem;top:1rem;left:0.68671870231631rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHoOcMXXdfB9r5OFINGxOTroZdPGLaI0 { width:2.6875rem;height:2.6875rem;top:0.58046817779541rem;left:7.3750003576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs { display:block; }#Zo3vysPLrJy1Cz2hnBgvUz19ShI9TFxs > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noqK4bFT23ufdRGf4vTdfHv82Nqm3As7 { width:18.625rem;height:16.5rem;top:1.07421875rem;left:0.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wwGbgcowTiexfTrss8yaRES1mVOEK4Wd { top:18.574219107628rem;left:0.5rem;width:19rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0UDMNBnSbLAPWyTfpcvhPk2K0BWa6Wy { display:block; }
 }@media only screen and (max-width: 763px) { #KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK { display:block; }#KLT2Nl56dLfrQW48zfbg2AG1dcbAFMxK > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdqVq41qJPglCMLoxzEOUqpK5k8oORCT { display:block; }#GdqVq41qJPglCMLoxzEOUqpK5k8oORCT > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { background-color: transparent; background-image: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container > .video-iframe-container { display: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row > .video-iframe-container { display: none; }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .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); }#XFqTOC2Z4yP1ZTJnfrLBWe6MeqpDQxE0 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQvhdshWBEc8MKmum4MTwBPZro8sZb7G { width:6.6875rem;height:1.25rem;top:1.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3OMGRO7oe6lG61zt8ZOcgIT2gJgTmf1 { width:20rem;height:5.6rem;top:3.9375247955323rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdlQLGnuR3nT4VM5CwEZ7CoTByLmQQU3 { width:20rem;height:7rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA { display:block; }#G7uXtmnBdsFBT5mg2303OiDcc7hcMqkA > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9xm26ZqsgxIiV4grZgwJJZOy9QywQrC { width:7.75rem;height:1.86875rem;top:1.375rem;left:6.1249998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6tQ9TerrSTuo9qRU6eLQ0Gp0oSAZ1t { width:12.5rem;height:5.8125rem;top:4.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiW3i2r6vaIC4L3ieUuH7CaQuH0KUkP { width:12.5rem;height:5.25rem;top:12.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTiqrTT9GLbkWBZqdlwnsy6v67VTPq { width:7.5rem;height:5.25rem;top:18.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zinhdSf8AdeSSi2zcoJ0XgsIo3CufIaw { width:7.5rem;height:4.4375rem;top:25.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QTxwTsKs75IyMnxGirIuc9UT0AtKJC { width:7.5rem;height:3.9375rem;top:30.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3vveiCJv9y1HAodZBR0PqTyvtXtDhc { width:6.5625rem;height:5.8125rem;top:36rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuseZHRLJfcvAZvMT7zw617I6HvNZqLt { width:6.5625rem;height:3rem;top:43.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN6bPNfd6Bh2zSbgxXZ5ldekLRxFDriZ { width:7.375rem;height:7.375rem;top:47.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwNpoUWuCotlgi2rhzNnKWi4aFCu68LK { width:7.5rem;height:3.75rem;top:55.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBf6QEmvHdducNcuXNBwOxzEBd63wcLt { width:7.5rem;height:3.25rem;top:60.9375rem;left:6.25rem;display:block; }
 }