.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container { background-color: transparent; background-image: none; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container > .video-iframe-container { display: none; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row > .video-iframe-container { display: none; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .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); }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container { border-width: 0; border-radius: 0; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#mwNE0PaEh5OW55ALMpyT0azScQ2bH5yr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#FoLhraGQNTERFHxXew56vJZJoQuZuea4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFrSesVgbq1OVtaAAfkTwyg0BNF0GL4L { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#zUXx6dDaCVwAxhdf3wGgwQFaDRBg8TuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tC3Sn2FvqOCMB0TH0EUUJbMAynbyQTxZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.6875rem;left:68.5625rem;display:block; }
#yTOb6AUp7QG1FpeH6pKoUDPnoDtPwigC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulEpvBBZJUWcbiHaZ9gTN9BR4PTklIU1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:4.375rem;left:11.25rem;display:none; }
#F7B9dTK2WtuUsMbsTkveT799eNFQalJM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yioCNzi5M3T6JaaSpEAOwBnUF8V4kJBd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.40625rem;left:0rem;display:block; }
#XsHZWJcoTuEvARObI4PiK8kvAC2CtFA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hfk8eH9PSrhTDqfcgq6d5XPTkObCV8M1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#BFldslqrcCKmTTHPS80onMzSxP2oLTAM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.5617875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0.40571731328964rem;left:0rem;display:block; }
#lnI3NOoQGHIMIqtCwMtqp7apLykzKzs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zglnGGXLf258e8K6QbW15X1TphhmTKdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#437ceb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { background-color: transparent; background-image: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .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); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { border-width: 0; border-radius: 0; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:13.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 { position:relative;display:block; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 { background-color: transparent; background-image: none; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container > .video-iframe-container { display: none; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row > .video-iframe-container { display: none; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .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); }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 { border-width: 0; border-radius: 0; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DAvK8uyS8tpnnq6yCJ7kCMAA5lyOUTXs { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.9992904663086rem;left:0rem;height:1.22514375rem;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;text-align:left;text-align-last:left;display:block; }
#twe9VKShy2UzXwpDeW2xPwdyyz9m021m { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:40.625rem;top:4.4375rem;left:17.1875rem;overflow:hidden;display:block; }
#igzagSycTUsFWk5fBNN3rXV1ue1mCsSK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.3125rem;width:30.9375rem;top:12.9375rem;left:21.75rem;display:block; }
#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C { position:relative;display:block; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C { background-color: transparent; background-image: none; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row .container > .video-iframe-container { display: none; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row > .video-iframe-container { display: none; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .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); }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C { border-width: 0; border-radius: 0; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .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:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nweN0tsd9duvtyDeMlRKA0T46KT97cip { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C8uTZdKT5qyNOAmlkpbG9kn4EGJmuZI8 { color:#437ceb;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.6875rem;left:10.8125rem;height:1.22514375rem;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;text-align:right;text-align-last:right;display:block; }
#iL7FopoW2pdzxvISK61HTObe3rlQvipz { position:absolute;display:block;z-index:15012;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186434375rem;width:9.5614375rem;top:1.25rem;left:0rem;display:block; }
#CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:2.6242876052856rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR li:before{  }
#XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:2.6242876052856rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B li:before{  }
#CnsZyLs9Um5QITvgMyGVW0Cyfe1Kp1iA { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:49.875rem;top:1.25rem;left:25.06303024292rem;display:block; }
#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { background-color: transparent; background-image: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container > .video-iframe-container { display: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container { display: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .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); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { border-width: 0; border-radius: 0; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:3.03125rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn li:before{  }
#t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:3.0308952331543rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w li:before{  }
#W82k3TN4mBKrTyMJ0d5dr4t4ImTaLzJH { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KV8MsBf42Hla5szvq3qMP0pbJBge14o6 { color:#437ceb;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.9375rem;left:10.8125rem;height:1.22514375rem;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;text-align:right;text-align-last:right;display:block; }
#xETN5O3Zhg5RH5wygAVVcsVttXQ8cwuv { position:absolute;display:block;z-index:15012;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:9.561625rem;top:1.5rem;left:0rem;display:block; }
#WkQC9QiTszwgvgPTEBMlB688K9bctngP { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.75rem;width:49.9375rem;top:1.4985790252686rem;left:25rem;display:block; }
#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo { position:relative;display:block; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo { background-color: transparent; background-image: none; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row .container > .video-iframe-container { display: none; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row > .video-iframe-container { display: none; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .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); }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo { border-width: 0; border-radius: 0; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .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:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SOFT9PPz0U6T96aX3nxvNUahM8sXyZzf { z-index:15018;top:6.75rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M9W0GqektXoO0AwugBWexApk6KlJTDeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6LsEThruGD9EZGnsf5TVzACPS7LF1Oi { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7ymKkxIBRSTNsHssO8Fk2F8WGyo0aHx { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OyR0VUgidU5kuRVxdzsHQMFwiXycDQc8 { color:#437ceb;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;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;text-align:right;text-align-last:right;display:block; }
#SntyylFuAnWpyINlCITsaOi4EaHuNKRp { position:absolute;display:block;z-index:15010;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#D7QU9SnT18bvFuWfNzCPzDasAZtEDsb1 { position:absolute;display:block;z-index:15027;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:2.3125rem;left:49.875rem;display:block; }
#fl67oiikbvVsLuAG2Dnl5nC7FsrGsg3U { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #437ceb;border-left:0.0625rem solid #437ceb;border-right:0.0625rem solid #437ceb;border-bottom:0.0625rem solid #437ceb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:49.9370625rem;top:0.1875rem;left:24.9375rem;display:block; }
#qnw3PM53BGoMCNxat8oKcrd4q1WkvUSm { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yRD8lM1WhAOZpQM5pT8oTgqf3fOmMtFB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.625rem;top:5.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#vkvPQBcZOVHUxJOdQQyED0iamdiPtky2 { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:28.6875rem;left:25.0625rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#GrHQECv3Sm1hb23sE2T5HlyHkT4D8FGR { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #437ceb;border-left:0.0625rem solid #437ceb;border-right:0.0625rem solid #437ceb;border-bottom:0.0625rem solid #437ceb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:49.9375rem;top:15.21875rem;left:24.9375rem;display:block; }
#Ldi9rW4os77C45SCUfZvu8bBWnf80Ggl { position:absolute;display:block;z-index:15037;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:17.1875rem;left:49.875rem;display:block; }
#LACWhT4lSr1aATKr7EL2U35MrPh7WGIF { z-index:15028;top:21.625rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LxgcTKEDQGumWqPbBlfQGEeBN4r0a4ed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7HW2OQfUfab0U1RxSlDasueT6SpyX5l { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.625rem;top:19.9375rem;left:56.4375rem;overflow:hidden;display:block; }
#cMMidBZyP991xA2yZap7kl5M7FSNgzNu { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.3125rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpL3dyRMUaht7LcpwSdz4BdvSZ5TXw8k { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.3125rem;left:55.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w33bvTr6LkVmkif3WM6xxXhCHLUoRhqE { color:#437ceb;display:block;width:12.9375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.875rem;left:31.03125rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpfqSQlaTMhQwDCeV4hF2K3ATylFTK3k { color:#437ceb;display:block;width:12.9375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.787498474121rem;left:31.03125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdGC0MJil5qP3XXlJAdC7k0zxAURHwlD { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.25625038147rem;left:28.9375rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNTHhCX6DT0Sia3ceULST4xpO1tlTvxK { position:absolute;display:block;z-index:15027;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:2.3125rem;left:49.875rem;display:none; }
#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(237,239,241,0.65);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 > .row .container { border-width: 0; border-radius: 0; }#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#ablvghFV0WIpznCaor9ORFr9aesSCMI9 { color:#000000;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:5.6875rem;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; }
#tAky9BE69c9FCq2OXcuBT5lcUGf8y0e2 { color:#437ceb;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.25rem;left:10.375rem;height:1.2246125rem;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;text-align:right;text-align-last:right;display:block; }
#RW66baiTWPAT6X4trTq98Ftt5suMFJ24 { position:absolute;display:block;z-index:15013;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:3.8125rem;left:0rem;display:block; }
#XfFXKJpTJFuVKuZyDRnc78wIvUmq2aIp { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.875rem;left:21.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#GWxOfHOcVkT3qFbAvbnB3nOMcu2oHWMO { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:21.25rem;display:block; }
#udEiTsrhsEZKZ0slTF1X0Sw9nHpabuRU { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#mTWmq45Ml5PcuGvPZ7X3HdJERFU3CUCQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:19.875rem;display:block; }
#qFb10BNVV3QHWqC8Dp6gtIfzrwfQccw4 { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.1875rem;left:21.25rem;height:1.2246125rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TB41a9srTGqTve1buwdHzDoTfk9xn4GL { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#ttV67pVi7e0nMZpKIZfLN3S8Ie3Cklz6 { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:2.625rem;display:block; }
#tyu9uIo4DH4e3ZIep6KAaRVO223ECEq9 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#E3di9tGF6hqkDE0F7FnAphxkel346oeA { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:1.25rem;display:block; }
#kLQZNTaLD4sGgTRxgokOltULM1772fwK { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:2.625rem;height:1.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#X4nOBT1H9IBrMRgMWsSV5UKVktxzV4Qw { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:38.375rem;display:block; }
#ZQNVfxgqdliWCkPBILN4Z62TCvTlgk4n { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:39.75rem;display:block; }
#eqoWFWGQzZdXX4XFIeaGLum4mx7J6TWF { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.9375rem;left:39.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#GPAsWAzNJey9wTU4wKqdc2hlBcRq1PqG { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.1875rem;left:39.75rem;height:1.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#POkgF3CkkgCKIAKJ3dFK8Tqw0HPW7wki { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.875rem;left:39.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#J3R7KmLhuSEZpwdkbkh717gv6z3xtsdr { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.875rem;left:58rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#dmKfNnJuGKkJtyoGkxTqqlmr1AL1d673 { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:58.1875rem;display:block; }
#QKNihXclb01LhZG2BKzGBXhxDqquBiiT { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9375rem;left:58.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#yWA3UJTB2crntLRuacCBoavcTKvRLmEE { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:56.8125rem;display:block; }
#GP0D3Fu4eWS8TuONh9HNgIwz09tyfJTz { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.1875rem;left:58.1875rem;height:1.2246125rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container { background-color: transparent; background-image: none; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container > .video-iframe-container { display: none; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row > .video-iframe-container { display: none; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .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); }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container { border-width: 0; border-radius: 0; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#vEIPFN9yR2kqfZ4MAE4NmsabsTg6I8OQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:62.5rem;display:block; }
#xOqA4JbUw5OJ9fIpFhCnCPRXai6egpC7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#AHdyek6Id7pHlDCKKQCWbn22aN8wez33 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:24.8125rem;display:block; }
#O8LadER44KguukHxFllurNATxraIgp2C { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#r9Gxlvh6WZfXzWXueT26NNb7lqGBem8E { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:49.9375rem;display:block; }
#MRyWC92TP65zCFe05lCiauTXxkzmJb5b { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#x9NXeEbklKS4IqrLgEzMriqzDlz8O6fH { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:37.375rem;display:block; }
#bsgJVDQfZNFHE79mLTLcqxffvInspRC2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#aovMMfdTFpffCOPBUAHPUb46FihL7sP9 { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#eTpdvRWS7y3B7HpBMAJZqoL9gJLneKCr { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#la7XR6kk7nXFCbLoOGuqRqlhhTOW9SSb { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:49.9375rem;display:block; }
#bhOJPoGtVxTHsSeFIVpkbJNezuoeuVOv { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:18.562498092651rem;left:51.781253814698rem;overflow:hidden;display:block; }
#niKghxUIO5eN6q7IBeyfSTWTSq9neZnT { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:37.375rem;display:block; }
#KptsHqwltyOu8qaQAtKL0PAfiKckn5s5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#kvIgcyEhOZoMbbPUt8gn7JCP8dDRpHGF { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:62.5rem;display:block; }
#wUlnEQ3H9STrDcPIompHImhagyGuUJ9a { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#lPLXTygfQ3lUEST7PwalEMuD7sSsU7et { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:24.8125rem;display:block; }
#lsZgUA6JA0od1GSGEI6zDS2QUkCafu2d { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#qyWvRR843TIohuhW9K3a3Kc4bvE4ZH6P { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:49.9375rem;display:block; }
#GCH9zoEENh4D6ogcZ9T1DNbEPVohmnbB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#i9ysHGJdXlub0VaSJVAcOunMlohH8fkA { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:49.9375rem;display:block; }
#w0q2RI38ge0TrMLR66kgB50m3SybxJpO { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:37.375rem;display:block; }
#rptG4xSlQJKaemTcOQTAJktpO1BZclvQ { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:62.5rem;display:block; }
#to3i7IKLAQISS7xskKD91bynT1tzRGb7 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:24.8125rem;display:block; }
#KcCWtctIux91Nh7ip78F75Q4TsTSH11b { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:37.375rem;display:block; }
#VbxTTpemRzSnsZCcRLqLxlPu8N34FUVZ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#gLap7rkKWMAtkPzkQMLg8m7EGIGJeNQZ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#F1TrcSgP0va1rgUA4CK7zykwB5xd8UQZ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#kAAQSFwyNhvybHPac2NZIyr8yBQIQBuz { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#iE5nhDgXIxyh9TJ7qMuMn8TQaCNwApJM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#Mz3loBw5nDpmTnHUmnupSLiLM7Cn6lTo { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;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; }
#s2gwHfzAJnDBCPIDaZcMF1M8DuUTFt42 { color:#437ceb;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;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;text-align:right;text-align-last:right;display:block; }
#x1cI6kPTBlTOD9yt2CDDPQ33kugnMxCk { position:absolute;display:block;z-index:15013;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#Pn7ih17v191ki8Bhih4fL0zzwcgTLB3A { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:24.8125rem;display:block; }
#NGTqFwulxqB7mZVvxFO6Whkxn0qUw64p { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#liutaTzX06lDePz4PfU404D8Rg49pGgS { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#437ceb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { background-color: transparent; background-image: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container > .video-iframe-container { display: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row > .video-iframe-container { display: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .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); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { border-width: 0; border-radius: 0; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#WXRdCtlsRtmXM3MHzJVJuaQzyi49tmb0 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"titillium web";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.3427734375rem;height:3.006075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGETtHfWcOSiL3c8c8iKlFZDWTqmw3Mg { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.787325rem;font-style:normal;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-form-header { font-size:1rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;color:#ffffff;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.6875rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.6875rem;box-sizing:border-box;height:3.8125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-button { border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;background-color:#ffffff;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:12.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#2f2f2f;width:8.25rem;height:2.5rem;font-family:"titillium web";overflow:hidden;line-height:1;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .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:"titillium web";line-height:1.2;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .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; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .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;float:none; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-container:first-of-type{padding-top:0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-container:last-of-type{padding-bottom:0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO  { background-color:transparent;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:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO {display:block;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO { background-color:transparent;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:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #EdmTdfM5kRmLph94qhLmuV8T5FVTA2F9 { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nBn3ToCxONSBRPu3syZ0UG0DH5QrieNW { position:relative;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WBgeKvcL6qWLTJZ7tt66TQOfv1EkJWvU { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NT5iM2HfPU3PKeUhDVhuZfwnkSmuqav1 { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hTJebXi4Gg7wRKaRgXdqPVI6JnP4Scvo { position:relative;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nZxnSCOzxqfUtT9huOctLdUWo0qiIBDH { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hqpKtSrgO0I6J4qMi9vhmuLHe2MOSk2x { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WFWpXNSMQSrpuOtPvGtrgea8dF9DDqmk { position:relative;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #sZFMxLhIJyghOOFoHM0sIGd7zzPtQvs9 { position:relative; }
#iX71GlOUvqvWiBds0MGGA6mlxE9s48IH { position:relative;display:block;z-index:100000;display:block; }
#uieGIVMOwlHSByCCxAmsfgrxL7ezwOUg { position:relative;display:block;z-index:100000;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #b76wanJss48qsN0cUTbh4bwTnoz8QKHk { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #qRZBPATCaTAcT03OaufJ94otzU5wR9f3 { position:relative;z-index:2; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #VaX9e5e30OeXGcb7GtvN3eTSbP49Dy3F { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #lmh9QO5z5m4qbhGXfQxE66zDhCTG7rKX { position:relative; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NyVe84cO7G6mK6zHkhyvXgWT55CNA4z7 { position:relative; }
#ee0suGsa3XlvLblTPsL7aIE3sZUiJ7Ks { box-sizing:content-box;color:#ffffff;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:15017;top:6.3125rem;left:5.5625rem;display:block; }
#fiQ2wirN4V9y2cNaDCmZQC51vZPNnEP4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.8125rem;width:41.8125rem;top:3.3125rem;left:32.625rem;overflow:hidden;display:block; }
#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container { background-color: transparent; background-image: none; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container > .video-iframe-container { display: none; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row > .video-iframe-container { display: none; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .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); }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container { border-width: 0; border-radius: 0; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#HSBmmqigZIQxo91WGIWqJIvm7iwJi3my { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.0625rem;height:7.79295625rem;text-align:left;text-align-last:left;display:block; }
#Z7xcXniZuT0DEfkyZAR6ukyZoy35lxpk { color:#ffffff;display:block;width:16.1241875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.5625rem;left:3.0625rem;height:1.5989rem;text-align:left;text-align-last:left;display:block; }
#BlVBncsbwsDf0NVOF8iDp4X53mUtsahd { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:8.4375rem;left:62.125rem;display:block; }
#wwdKbh1BGvTTU8PBHlsGn40senfTNaPo { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:8.4375rem;left:65.5rem;display:block; }
#dOubfLTK2ouhUEo1kGIDzGN3Qd1y76w6 { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:8.3125rem;left:69.125rem;display:block; }
#BKZ9Gg1CiLMdEXFTfsdczxInuRgTbTAS { color:#437ceb;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.298825rem;display:block; }
#wpXvGF3Smn9QOb545D2bu9nmeDEwwvne { box-sizing:content-box;color:#437ceb;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:15025;top:1.3125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyMscycTwDFC96drqwJMQ4pH5VfFxAro { display:block; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwNE0PaEh5OW55ALMpyT0azScQ2bH5yr { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoLhraGQNTERFHxXew56vJZJoQuZuea4 { display:block; }
 }@media only screen and (max-width: 763px) { #XFrSesVgbq1OVtaAAfkTwyg0BNF0GL4L { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUXx6dDaCVwAxhdf3wGgwQFaDRBg8TuF { display:block; }
 }@media only screen and (max-width: 763px) { #tC3Sn2FvqOCMB0TH0EUUJbMAynbyQTxZ { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTOb6AUp7QG1FpeH6pKoUDPnoDtPwigC { display:block; }
 }@media only screen and (max-width: 763px) { #ulEpvBBZJUWcbiHaZ9gTN9BR4PTklIU1 { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7B9dTK2WtuUsMbsTkveT799eNFQalJM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yioCNzi5M3T6JaaSpEAOwBnUF8V4kJBd { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHZWJcoTuEvARObI4PiK8kvAC2CtFA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hfk8eH9PSrhTDqfcgq6d5XPTkObCV8M1 { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFldslqrcCKmTTHPS80onMzSxP2oLTAM { width:10.625rem;height:3.5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnI3NOoQGHIMIqtCwMtqp7apLykzKzs7 { display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 { display:block; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAvK8uyS8tpnnq6yCJ7kCMAA5lyOUTXs { width:35.0625rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twe9VKShy2UzXwpDeW2xPwdyyz9m021m { top:4.4375rem;left:3.5625rem;width:40.625rem;height:38.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igzagSycTUsFWk5fBNN3rXV1ue1mCsSK { top:12.9375rem;left:8.125rem;width:30.9375rem;height:19.3119375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C { display:block; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nweN0tsd9duvtyDeMlRKA0T46KT97cip { top:2.625rem;left:0rem;width:19.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8uTZdKT5qyNOAmlkpbG9kn4EGJmuZI8 { width:5.125rem;height:1.1875rem;top:0.6875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL7FopoW2pdzxvISK61HTObe3rlQvipz { width:9.5rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR { top:2.5625rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR li:before{  }
 }@media only screen and (max-width: 763px) { #XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B { top:2.5625rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B li:before{  }
 }@media only screen and (max-width: 763px) { #CnsZyLs9Um5QITvgMyGVW0Cyfe1Kp1iA { top:1.25rem;left:0rem;width:47.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn { top:3rem;left:25.75rem;width:21.875rem;height:15.625rem;font-size:1rem;display:block; }#csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn li:before{  }
 }@media only screen and (max-width: 763px) { #t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w { top:3rem;left:9.875rem;width:21.875rem;height:20.6875rem;font-size:1rem;display:block; }#t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w li:before{  }
 }@media only screen and (max-width: 763px) { #W82k3TN4mBKrTyMJ0d5dr4t4ImTaLzJH { top:2.8125rem;left:0rem;width:19rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV8MsBf42Hla5szvq3qMP0pbJBge14o6 { width:5.125rem;height:1.125rem;top:0.9375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETN5O3Zhg5RH5wygAVVcsVttXQ8cwuv { width:9.5rem;height:0.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQC9QiTszwgvgPTEBMlB688K9bctngP { top:1.4375rem;left:0rem;width:47.625rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo { display:block; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOFT9PPz0U6T96aX3nxvNUahM8sXyZzf { top:6.75rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9W0GqektXoO0AwugBWexApk6KlJTDeD { display:block; }
 }@media only screen and (max-width: 763px) { #u6LsEThruGD9EZGnsf5TVzACPS7LF1Oi { top:2.4375rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ymKkxIBRSTNsHssO8Fk2F8WGyo0aHx { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyR0VUgidU5kuRVxdzsHQMFwiXycDQc8 { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntyylFuAnWpyINlCITsaOi4EaHuNKRp { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7QU9SnT18bvFuWfNzCPzDasAZtEDsb1 { top:2.3125rem;left:36.25rem;width:0.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl67oiikbvVsLuAG2Dnl5nC7FsrGsg3U { top:0.1875rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnw3PM53BGoMCNxat8oKcrd4q1WkvUSm { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRD8lM1WhAOZpQM5pT8oTgqf3fOmMtFB { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvPQBcZOVHUxJOdQQyED0iamdiPtky2 { width:47.75rem;height:1.25rem;top:28.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHQECv3Sm1hb23sE2T5HlyHkT4D8FGR { top:15.1875rem;left:0rem;width:47.625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldi9rW4os77C45SCUfZvu8bBWnf80Ggl { top:17.1875rem;left:36.25rem;width:0.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACWhT4lSr1aATKr7EL2U35MrPh7WGIF { top:21.625rem;left:18.0625rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxgcTKEDQGumWqPbBlfQGEeBN4r0a4ed { display:block; }
 }@media only screen and (max-width: 763px) { #L7HW2OQfUfab0U1RxSlDasueT6SpyX5l { top:19.9375rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMMidBZyP991xA2yZap7kl5M7FSNgzNu { top:17.3125rem;left:18.75rem;width:10.9375rem;height:3.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL3dyRMUaht7LcpwSdz4BdvSZ5TXw8k { top:17.3125rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33bvTr6LkVmkif3WM6xxXhCHLUoRhqE { top:0.875rem;left:17.40625rem;width:12.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpfqSQlaTMhQwDCeV4hF2K3ATylFTK3k { top:15.75rem;left:17.40625rem;width:12.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGC0MJil5qP3XXlJAdC7k0zxAURHwlD { top:25.25rem;left:15.3125rem;width:17.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTHhCX6DT0Sia3ceULST4xpO1tlTvxK { top:2.3125rem;left:36.25rem;width:0.125rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 { display:block; }#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ablvghFV0WIpznCaor9ORFr9aesSCMI9 { top:5.1875rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAky9BE69c9FCq2OXcuBT5lcUGf8y0e2 { width:5.125rem;height:1.1875rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW66baiTWPAT6X4trTq98Ftt5suMFJ24 { width:9.5625rem;height:0.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFXKJpTJFuVKuZyDRnc78wIvUmq2aIp { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWxOfHOcVkT3qFbAvbnB3nOMcu2oHWMO { width:14.125rem;height:0.1875rem;top:19.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udEiTsrhsEZKZ0slTF1X0Sw9nHpabuRU { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWmq45Ml5PcuGvPZ7X3HdJERFU3CUCQ { top:10.625rem;left:6.25rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFb10BNVV3QHWqC8Dp6gtIfzrwfQccw4 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB41a9srTGqTve1buwdHzDoTfk9xn4GL { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttV67pVi7e0nMZpKIZfLN3S8Ie3Cklz6 { width:14.125rem;height:0.1875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyu9uIo4DH4e3ZIep6KAaRVO223ECEq9 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3di9tGF6hqkDE0F7FnAphxkel346oeA { top:10.625rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQZNTaLD4sGgTRxgokOltULM1772fwK { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4nOBT1H9IBrMRgMWsSV5UKVktxzV4Qw { top:10.625rem;left:24.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNVfxgqdliWCkPBILN4Z62TCvTlgk4n { width:14.125rem;height:0.1875rem;top:19.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqoWFWGQzZdXX4XFIeaGLum4mx7J6TWF { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAsWAzNJey9wTU4wKqdc2hlBcRq1PqG { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkgF3CkkgCKIAKJ3dFK8Tqw0HPW7wki { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3R7KmLhuSEZpwdkbkh717gv6z3xtsdr { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmKfNnJuGKkJtyoGkxTqqlmr1AL1d673 { width:14.125rem;height:0.1875rem;top:19.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKNihXclb01LhZG2BKzGBXhxDqquBiiT { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWA3UJTB2crntLRuacCBoavcTKvRLmEE { top:10.625rem;left:30.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0D3Fu4eWS8TuONh9HNgIwz09tyfJTz { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUInTeqvL3cnF11UNocky9cOvkmdBJ9 { display:block; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEIPFN9yR2kqfZ4MAE4NmsabsTg6I8OQ { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqA4JbUw5OJ9fIpFhCnCPRXai6egpC7 { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdyek6Id7pHlDCKKQCWbn22aN8wez33 { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8LadER44KguukHxFllurNATxraIgp2C { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Gxlvh6WZfXzWXueT26NNb7lqGBem8E { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyWC92TP65zCFe05lCiauTXxkzmJb5b { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9NXeEbklKS4IqrLgEzMriqzDlz8O6fH { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgJVDQfZNFHE79mLTLcqxffvInspRC2 { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovMMfdTFpffCOPBUAHPUb46FihL7sP9 { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpdvRWS7y3B7HpBMAJZqoL9gJLneKCr { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7XR6kk7nXFCbLoOGuqRqlhhTOW9SSb { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhOJPoGtVxTHsSeFIVpkbJNezuoeuVOv { top:18.5rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKghxUIO5eN6q7IBeyfSTWTSq9neZnT { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptsHqwltyOu8qaQAtKL0PAfiKckn5s5 { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIgcyEhOZoMbbPUt8gn7JCP8dDRpHGF { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUlnEQ3H9STrDcPIompHImhagyGuUJ9a { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPLXTygfQ3lUEST7PwalEMuD7sSsU7et { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZgUA6JA0od1GSGEI6zDS2QUkCafu2d { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyWvRR843TIohuhW9K3a3Kc4bvE4ZH6P { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCH9zoEENh4D6ogcZ9T1DNbEPVohmnbB { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ysHGJdXlub0VaSJVAcOunMlohH8fkA { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0q2RI38ge0TrMLR66kgB50m3SybxJpO { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptG4xSlQJKaemTcOQTAJktpO1BZclvQ { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3i7IKLAQISS7xskKD91bynT1tzRGb7 { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcCWtctIux91Nh7ip78F75Q4TsTSH11b { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbxTTpemRzSnsZCcRLqLxlPu8N34FUVZ { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLap7rkKWMAtkPzkQMLg8m7EGIGJeNQZ { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TrcSgP0va1rgUA4CK7zykwB5xd8UQZ { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAQSFwyNhvybHPac2NZIyr8yBQIQBuz { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE5nhDgXIxyh9TJ7qMuMn8TQaCNwApJM { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz3loBw5nDpmTnHUmnupSLiLM7Cn6lTo { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2gwHfzAJnDBCPIDaZcMF1M8DuUTFt42 { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1cI6kPTBlTOD9yt2CDDPQ33kugnMxCk { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn7ih17v191ki8Bhih4fL0zzwcgTLB3A { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTqFwulxqB7mZVvxFO6Whkxn0qUw64p { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liutaTzX06lDePz4PfU404D8Rg49pGgS { display:block; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXRdCtlsRtmXM3MHzJVJuaQzyi49tmb0 { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGETtHfWcOSiL3c8c8iKlFZDWTqmw3Mg { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-button { width:8.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-checkbox-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO  { width:21.25rem;height:auto;top:8.75rem;left:0rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO {display:block;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO { width:21.25rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #EdmTdfM5kRmLph94qhLmuV8T5FVTA2F9 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nBn3ToCxONSBRPu3syZ0UG0DH5QrieNW { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WBgeKvcL6qWLTJZ7tt66TQOfv1EkJWvU {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NT5iM2HfPU3PKeUhDVhuZfwnkSmuqav1 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hTJebXi4Gg7wRKaRgXdqPVI6JnP4Scvo { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nZxnSCOzxqfUtT9huOctLdUWo0qiIBDH {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hqpKtSrgO0I6J4qMi9vhmuLHe2MOSk2x {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WFWpXNSMQSrpuOtPvGtrgea8dF9DDqmk { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #sZFMxLhIJyghOOFoHM0sIGd7zzPtQvs9 {  }
 }@media only screen and (max-width: 763px) { #iX71GlOUvqvWiBds0MGGA6mlxE9s48IH { display:block; }
 }@media only screen and (max-width: 763px) { #uieGIVMOwlHSByCCxAmsfgrxL7ezwOUg { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #b76wanJss48qsN0cUTbh4bwTnoz8QKHk {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #qRZBPATCaTAcT03OaufJ94otzU5wR9f3 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #VaX9e5e30OeXGcb7GtvN3eTSbP49Dy3F {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #lmh9QO5z5m4qbhGXfQxE66zDhCTG7rKX {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NyVe84cO7G6mK6zHkhyvXgWT55CNA4z7 {  }
 }@media only screen and (max-width: 763px) { #ee0suGsa3XlvLblTPsL7aIE3sZUiJ7Ks { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiQ2wirN4V9y2cNaDCmZQC51vZPNnEP4 { top:3.3125rem;left:5.9375rem;width:41.8125rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4IbCxA3zkWB82BVANWRGpntvq1RHO8n { display:block; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBmmqigZIQxo91WGIWqJIvm7iwJi3my { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xcXniZuT0DEfkyZAR6ukyZoy35lxpk { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVBncsbwsDf0NVOF8iDp4X53mUtsahd { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdKbh1BGvTTU8PBHlsGn40senfTNaPo { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOubfLTK2ouhUEo1kGIDzGN3Qd1y76w6 { top:8.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKZ9Gg1CiLMdEXFTfsdczxInuRgTbTAS { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpXvGF3Smn9QOb545D2bu9nmeDEwwvne { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyMscycTwDFC96drqwJMQ4pH5VfFxAro { position:relative;z-index:auto;display:block; }#VyMscycTwDFC96drqwJMQ4pH5VfFxAro > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwNE0PaEh5OW55ALMpyT0azScQ2bH5yr { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoLhraGQNTERFHxXew56vJZJoQuZuea4 { display:block; }
 }@media only screen and (max-width: 763px) { #XFrSesVgbq1OVtaAAfkTwyg0BNF0GL4L { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUXx6dDaCVwAxhdf3wGgwQFaDRBg8TuF { display:block; }
 }@media only screen and (max-width: 763px) { #tC3Sn2FvqOCMB0TH0EUUJbMAynbyQTxZ { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTOb6AUp7QG1FpeH6pKoUDPnoDtPwigC { display:block; }
 }@media only screen and (max-width: 763px) { #ulEpvBBZJUWcbiHaZ9gTN9BR4PTklIU1 { top:4.09375rem;left:7.0625rem;width:9.1875rem;height:12rem;z-index:15006;line-height:2;color:#424242;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F7B9dTK2WtuUsMbsTkveT799eNFQalJM { top:4.09375rem;left:6.53125rem;width:10.25rem;height:14.25rem;z-index:15005;background-color:#ffffff;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) { #yioCNzi5M3T6JaaSpEAOwBnUF8V4kJBd { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHZWJcoTuEvARObI4PiK8kvAC2CtFA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hfk8eH9PSrhTDqfcgq6d5XPTkObCV8M1 { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFldslqrcCKmTTHPS80onMzSxP2oLTAM { width:10.625rem;height:3.5rem;top:1.279296875rem;left:4.6866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnI3NOoQGHIMIqtCwMtqp7apLykzKzs7 { display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { width:20rem;height:4.125rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 { display:block; }#kLn4cISW8LZTGT5p7UD1o3fo1K8yTQO9 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAvK8uyS8tpnnq6yCJ7kCMAA5lyOUTXs { width:19.624rem;height:2.44921875rem;top:0.662841796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #twe9VKShy2UzXwpDeW2xPwdyyz9m021m { width:20rem;height:19.0625rem;top:4.25rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #igzagSycTUsFWk5fBNN3rXV1ue1mCsSK { height:9.1875rem;width:14.75rem;top:8.625rem;left:2.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C { display:block; }#ZWKVTgh2A2MUfIFCa80bw1IE8q3TZS5C > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nweN0tsd9duvtyDeMlRKA0T46KT97cip { width:19.0625rem;height:2.5996125rem;top:3.125rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8uTZdKT5qyNOAmlkpbG9kn4EGJmuZI8 { width:4.9375rem;height:1.3997375rem;top:0.75rem;left:12.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iL7FopoW2pdzxvISK61HTObe3rlQvipz { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR { width:18.75rem;height:5.19791875rem;top:8.625rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#CiKwMnUvrt3lQD8TemabsTlwzwvRFPIR li:before{  }
 }@media only screen and (max-width: 763px) { #XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B { width:18.75rem;height:6.497375rem;top:13.9375rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#XwUZ7Hf1LrFh77mgGMFONl8tRqheHb2B li:before{  }
 }@media only screen and (max-width: 763px) { #CnsZyLs9Um5QITvgMyGVW0Cyfe1Kp1iA { width:20rem;height:14.625rem;top:7.1679682731631rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn { width:18.75rem;height:16.21875rem;top:31.375rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15005;display:block; }#csfu6APzf2HfNgqd2PBvQZSMQ6Q9z2qn li:before{  }
 }@media only screen and (max-width: 763px) { #t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w { width:18.75rem;height:19.4426875rem;top:11.875rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;display:block; }#t2LmbXn5xBiOs7gFKTlOW4QZT52RpG8w li:before{  }
 }@media only screen and (max-width: 763px) { #W82k3TN4mBKrTyMJ0d5dr4t4ImTaLzJH { width:19.0625rem;height:5.19921875rem;top:3.6865234375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KV8MsBf42Hla5szvq3qMP0pbJBge14o6 { width:5.4370125rem;height:1.3997375rem;top:0.772705078125rem;left:11.93603515625rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xETN5O3Zhg5RH5wygAVVcsVttXQ8cwuv { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQC9QiTszwgvgPTEBMlB688K9bctngP { width:19.9375rem;height:38.5625rem;top:10.562151432037rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo { display:block; }#ALK11OklRbeHo3qoxWif4grvJ5Vb1PVo > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOFT9PPz0U6T96aX3nxvNUahM8sXyZzf { top:14.466796875rem;left:4.1865234375rem;width:11.624rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9W0GqektXoO0AwugBWexApk6KlJTDeD { display:block; }
 }@media only screen and (max-width: 763px) { #u6LsEThruGD9EZGnsf5TVzACPS7LF1Oi { width:10.2480625rem;height:3.0872375rem;top:9.6220703125rem;left:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ymKkxIBRSTNsHssO8Fk2F8WGyo0aHx { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyR0VUgidU5kuRVxdzsHQMFwiXycDQc8 { width:5.125rem;height:1.3997375rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntyylFuAnWpyINlCITsaOi4EaHuNKRp { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7QU9SnT18bvFuWfNzCPzDasAZtEDsb1 { width:9.9375rem;height:0.125rem;top:18.685546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl67oiikbvVsLuAG2Dnl5nC7FsrGsg3U { width:19.9375rem;height:22.5rem;top:7.4359812736513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnw3PM53BGoMCNxat8oKcrd4q1WkvUSm { width:16.0625rem;height:1.13736875rem;top:27.25rem;left:1.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRD8lM1WhAOZpQM5pT8oTgqf3fOmMtFB { width:11.625rem;height:2.9375rem;top:22rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvPQBcZOVHUxJOdQQyED0iamdiPtky2 { width:20rem;height:3.375rem;top:56.084632873535rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHQECv3Sm1hb23sE2T5HlyHkT4D8FGR { width:19.875rem;height:23.375rem;top:31.177735328674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldi9rW4os77C45SCUfZvu8bBWnf80Ggl { width:0.1875rem;height:6.5rem;top:35.990884375rem;left:19.8125rem;background-color:rgba(0,0,0,0);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) { #LACWhT4lSr1aATKr7EL2U35MrPh7WGIF { top:37.990886688233rem;left:4.1875002980232rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxgcTKEDQGumWqPbBlfQGEeBN4r0a4ed { display:block; }
 }@media only screen and (max-width: 763px) { #L7HW2OQfUfab0U1RxSlDasueT6SpyX5l { width:11.625rem;height:2.9375rem;top:45.934246063233rem;left:4.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMMidBZyP991xA2yZap7kl5M7FSNgzNu { width:10.25rem;height:2.5996125rem;top:34.140625rem;left:4.8750002980232rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL3dyRMUaht7LcpwSdz4BdvSZ5TXw8k { width:16.0625rem;height:1.13736875rem;top:49.932943344116rem;left:1.9687500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w33bvTr6LkVmkif3WM6xxXhCHLUoRhqE { width:12.9375rem;height:1.4622375rem;top:8.2226552963256rem;left:3.5312502980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpfqSQlaTMhQwDCeV4hF2K3ATylFTK3k { width:12.9375rem;height:1.4622375rem;top:31.902995109558rem;left:3.5312502980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGC0MJil5qP3XXlJAdC7k0zxAURHwlD { width:17.125rem;height:2.2747375rem;top:51.834636688233rem;left:1.4375000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNTHhCX6DT0Sia3ceULST4xpO1tlTvxK { width:9.9375rem;height:0.125rem;top:42.42839050293rem;left:5.0312502980232rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 { display:none; }#pQqL5gLbI8iq2K2fEIl9Q9xKUM0ViD21 > .row .container { width:20rem;height:106.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ablvghFV0WIpznCaor9ORFr9aesSCMI9 { width:12.8125rem;height:5.19921875rem;top:4.09375rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAky9BE69c9FCq2OXcuBT5lcUGf8y0e2 { width:5.125rem;height:1.3994125rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW66baiTWPAT6X4trTq98Ftt5suMFJ24 { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFXKJpTJFuVKuZyDRnc78wIvUmq2aIp { width:17.5rem;height:1.7871125rem;top:52.46875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWxOfHOcVkT3qFbAvbnB3nOMcu2oHWMO { width:14.125rem;height:0.1875rem;top:43.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udEiTsrhsEZKZ0slTF1X0Sw9nHpabuRU { width:14.5rem;height:2.03125rem;top:40.75rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWmq45Ml5PcuGvPZ7X3HdJERFU3CUCQ { width:17rem;height:22.1875rem;top:34.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFb10BNVV3QHWqC8Dp6gtIfzrwfQccw4 { width:14.8125rem;height:1.13671875rem;top:44.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TB41a9srTGqTve1buwdHzDoTfk9xn4GL { width:14.5rem;height:1.7871125rem;top:29.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttV67pVi7e0nMZpKIZfLN3S8Ie3Cklz6 { width:14.125rem;height:0.1875rem;top:19.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyu9uIo4DH4e3ZIep6KAaRVO223ECEq9 { width:14.5rem;height:2.03125rem;top:17.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3di9tGF6hqkDE0F7FnAphxkel346oeA { width:17rem;height:22.1875rem;top:11.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQZNTaLD4sGgTRxgokOltULM1772fwK { width:14.25rem;height:1.29980625rem;top:23.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X4nOBT1H9IBrMRgMWsSV5UKVktxzV4Qw { width:17rem;height:22.1875rem;top:58rem;left:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNVfxgqdliWCkPBILN4Z62TCvTlgk4n { width:14.125rem;height:0.1875rem;top:66.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqoWFWGQzZdXX4XFIeaGLum4mx7J6TWF { width:14.5rem;height:2.03125rem;top:62.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAsWAzNJey9wTU4wKqdc2hlBcRq1PqG { width:14.25rem;height:1.29980625rem;top:68.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #POkgF3CkkgCKIAKJ3dFK8Tqw0HPW7wki { width:14.5rem;height:1.7871125rem;top:76.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3R7KmLhuSEZpwdkbkh717gv6z3xtsdr { width:14.5rem;height:1.7871125rem;top:99.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmKfNnJuGKkJtyoGkxTqqlmr1AL1d673 { width:14.125rem;height:0.1875rem;top:90.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKNihXclb01LhZG2BKzGBXhxDqquBiiT { width:14.5rem;height:2.03125rem;top:87.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWA3UJTB2crntLRuacCBoavcTKvRLmEE { width:17rem;height:22.1875rem;top:81.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0D3Fu4eWS8TuONh9HNgIwz09tyfJTz { width:14.25rem;height:1.29980625rem;top:91rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #inUInTeqvL3cnF11UNocky9cOvkmdBJ9 { display:block; }#inUInTeqvL3cnF11UNocky9cOvkmdBJ9 > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEIPFN9yR2kqfZ4MAE4NmsabsTg6I8OQ { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqA4JbUw5OJ9fIpFhCnCPRXai6egpC7 { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdyek6Id7pHlDCKKQCWbn22aN8wez33 { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8LadER44KguukHxFllurNATxraIgp2C { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Gxlvh6WZfXzWXueT26NNb7lqGBem8E { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyWC92TP65zCFe05lCiauTXxkzmJb5b { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9NXeEbklKS4IqrLgEzMriqzDlz8O6fH { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgJVDQfZNFHE79mLTLcqxffvInspRC2 { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovMMfdTFpffCOPBUAHPUb46FihL7sP9 { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpdvRWS7y3B7HpBMAJZqoL9gJLneKCr { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7XR6kk7nXFCbLoOGuqRqlhhTOW9SSb { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhOJPoGtVxTHsSeFIVpkbJNezuoeuVOv { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKghxUIO5eN6q7IBeyfSTWTSq9neZnT { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptsHqwltyOu8qaQAtKL0PAfiKckn5s5 { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIgcyEhOZoMbbPUt8gn7JCP8dDRpHGF { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUlnEQ3H9STrDcPIompHImhagyGuUJ9a { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPLXTygfQ3lUEST7PwalEMuD7sSsU7et { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZgUA6JA0od1GSGEI6zDS2QUkCafu2d { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyWvRR843TIohuhW9K3a3Kc4bvE4ZH6P { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCH9zoEENh4D6ogcZ9T1DNbEPVohmnbB { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ysHGJdXlub0VaSJVAcOunMlohH8fkA { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0q2RI38ge0TrMLR66kgB50m3SybxJpO { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptG4xSlQJKaemTcOQTAJktpO1BZclvQ { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3i7IKLAQISS7xskKD91bynT1tzRGb7 { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcCWtctIux91Nh7ip78F75Q4TsTSH11b { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbxTTpemRzSnsZCcRLqLxlPu8N34FUVZ { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLap7rkKWMAtkPzkQMLg8m7EGIGJeNQZ { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TrcSgP0va1rgUA4CK7zykwB5xd8UQZ { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAQSFwyNhvybHPac2NZIyr8yBQIQBuz { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE5nhDgXIxyh9TJ7qMuMn8TQaCNwApJM { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz3loBw5nDpmTnHUmnupSLiLM7Cn6lTo { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2gwHfzAJnDBCPIDaZcMF1M8DuUTFt42 { width:5.125rem;height:1.3997375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1cI6kPTBlTOD9yt2CDDPQ33kugnMxCk { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn7ih17v191ki8Bhih4fL0zzwcgTLB3A { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTqFwulxqB7mZVvxFO6Whkxn0qUw64p { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liutaTzX06lDePz4PfU404D8Rg49pGgS { background-color:#437ceb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { background-color: transparent; background-image: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container > .video-iframe-container { display: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row > .video-iframe-container { display: none; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .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); }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { border-width: 0; border-radius: 0; }#liutaTzX06lDePz4PfU404D8Rg49pGgS > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXRdCtlsRtmXM3MHzJVJuaQzyi49tmb0 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGETtHfWcOSiL3c8c8iKlFZDWTqmw3Mg { width:13rem;height:1.70605625rem;top:5.5380859375rem;left:3.6865234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO {display:block;}#ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #EdmTdfM5kRmLph94qhLmuV8T5FVTA2F9 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nBn3ToCxONSBRPu3syZ0UG0DH5QrieNW { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WBgeKvcL6qWLTJZ7tt66TQOfv1EkJWvU {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NT5iM2HfPU3PKeUhDVhuZfwnkSmuqav1 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hTJebXi4Gg7wRKaRgXdqPVI6JnP4Scvo { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #nZxnSCOzxqfUtT9huOctLdUWo0qiIBDH {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #hqpKtSrgO0I6J4qMi9vhmuLHe2MOSk2x {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #WFWpXNSMQSrpuOtPvGtrgea8dF9DDqmk { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #sZFMxLhIJyghOOFoHM0sIGd7zzPtQvs9 {  }
 }@media only screen and (max-width: 763px) { #iX71GlOUvqvWiBds0MGGA6mlxE9s48IH { display:block; }
 }@media only screen and (max-width: 763px) { #uieGIVMOwlHSByCCxAmsfgrxL7ezwOUg { display:block; }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #b76wanJss48qsN0cUTbh4bwTnoz8QKHk {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #qRZBPATCaTAcT03OaufJ94otzU5wR9f3 {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #VaX9e5e30OeXGcb7GtvN3eTSbP49Dy3F {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #lmh9QO5z5m4qbhGXfQxE66zDhCTG7rKX {  }
 }@media only screen and (max-width: 763px) { #ZqSHBeQeUzoTwhiSzxEf05EkET2bRraO #NyVe84cO7G6mK6zHkhyvXgWT55CNA4z7 {  }
 }@media only screen and (max-width: 763px) { #ee0suGsa3XlvLblTPsL7aIE3sZUiJ7Ks { width:3.125rem;height:3.125rem;top:4.8193359375rem;left:0.5615234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiQ2wirN4V9y2cNaDCmZQC51vZPNnEP4 { width:16.75rem;height:16.75rem;top:40.25rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L4IbCxA3zkWB82BVANWRGpntvq1RHO8n { display:block; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4IbCxA3zkWB82BVANWRGpntvq1RHO8n > .row .container { width:20rem;height:20.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBmmqigZIQxo91WGIWqJIvm7iwJi3my { width:20rem;height:5.84766875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xcXniZuT0DEfkyZAR6ukyZoy35lxpk { width:16.1246875rem;height:1.5996125rem;top:4.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVBncsbwsDf0NVOF8iDp4X53mUtsahd { width:2.375rem;height:2.375rem;top:15.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdKbh1BGvTTU8PBHlsGn40senfTNaPo { width:2.375rem;height:2.375rem;top:15.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOubfLTK2ouhUEo1kGIDzGN3Qd1y76w6 { width:2.375rem;height:2.375rem;top:15.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKZ9Gg1CiLMdEXFTfsdczxInuRgTbTAS { width:6.31225rem;height:1.29948125rem;top:13.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpXvGF3Smn9QOb545D2bu9nmeDEwwvne { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }