.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); }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container { background-color: transparent; background-image: none; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container > .video-iframe-container { display: none; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row > .video-iframe-container { display: none; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .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); }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container { border-width: 0; border-radius: 0; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#LtDQBVclCgoC79wZFuRx9qsM8xh3n5GV { 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:14998;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#qx9aWnIlqbHm2uswv5WcmUBAGurDL9ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5hSdCfAb0aZ8ma1xCMznXl7QZi1G8M9 { 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; }
#TVd8nSi46n938N5LJC8hzPdUhTxteT34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Osc63qDADE7mb0Prm6P5535EmRitQ16f { 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; }
#Cr6E5wVf4DN2ki7VIczq6XqF2FWuw8F3 { 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; }
#WkkmaH2Ng6nccEoETq3EB1mnhLBkH8SX { 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; }
#NMkKaVmR7WyfkftKGf2v2B0nvlyugsDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ4oWiX4vt4TQWU45Q8Pz66TfzWX9c7U { 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; }
#aGQKroqhr3OnQFXzVz9V8w3WCBvlrMQF { 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:14999;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#UTAMhy71a8qpPyrcx8KMFbJA3fmQbpCt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc { 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;z-index:auto;display:block; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container { background-color: transparent; background-image: none; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container > .video-iframe-container { display: none; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row > .video-iframe-container { display: none; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .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); }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container { border-width: 0; border-radius: 0; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#mI26O9hU8gTqNon1BKThsBStwIGh3U3U { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0rem;height:1.4000375rem;text-align:left;text-align-last:left;display:block; }
#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT { 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;z-index:auto;display:block; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container { background-color: transparent; background-image: none; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container > .video-iframe-container { display: none; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row > .video-iframe-container { display: none; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .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); }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container { border-width: 0; border-radius: 0; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#vQMIwq41ULHE9LOaRZc37cO2kOAkFoof { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:"titillium web";font-size:3.625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:5.0625rem;left:3.9375rem;height:3.9875rem;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; }
#ZCpH7to6CweAOEI3vdVi4acFQWecIgEs { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.9375rem;height:4.8739375rem;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; }
#cr7MTiewmmg1BVxf6Q3UATTG7xocWfEV { 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-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:16.625rem;height:2.875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:25rem;left:3.9375rem;display:block; }
#cCRdNbOomy4ZAfZn9CoJo9Jn2e5xpzhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELMMTEFQE0z4IH9DZZLs1snpCL2PilmL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:32.6875rem;top:1.875rem;left:37.5625rem;overflow:hidden;display:block; }
#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw { position:relative;display:block; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw { background-color: transparent; background-image: none; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row .container > .video-iframe-container { display: none; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row > .video-iframe-container { display: none; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .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); }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw { border-width: 0; border-radius: 0; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .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; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .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:48.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TOOv6S4gGkOZbKEtONeHTglsIpleR4z9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5620625rem;width:57.5rem;top:12.5625rem;left:8.75rem;overflow:hidden;display:block; }
#Ii07vP5ItqEMLIH4yZS21r8THPB68VN8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.25rem;width:40.5625rem;top:14.0625rem;left:16.875rem;display:block; }
#M7GzSNX0gzuKSphAz4771gHf2eZcXOzX { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.794921875rem;left:19.96875rem;height:2.84375rem;font-style:normal;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; }
#foudKHdT8RO29Ufl1JavOhFKOs3v6RNi { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.513671875rem;left:19.21875rem;height:1.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;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 { position:relative;display:block; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 { background-color: transparent; background-image: none; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row .container > .video-iframe-container { display: none; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row > .video-iframe-container { display: none; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .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); }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 { border-width: 0; border-radius: 0; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .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; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .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:15.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; }#BbyKdOTZqa8D0bU6mHZRJzsvDFfMSCoT { color:#000000;display:block;width:58.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:8.46875rem;height:2.84375rem;font-style:normal;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; }
#eaC6klktFKLmu4lnhxQEmuPn2fmwChGG { color:#000000;display:block;width:62.625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:6.1875rem;height:8.4339375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD { position:relative;display:block; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD { background-color: transparent; background-image: none; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row .container > .video-iframe-container { display: none; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row > .video-iframe-container { display: none; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .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); }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD { border-width: 0; border-radius: 0; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .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; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .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:76.3125rem;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; }#Tr2mcAZJIPfrRUE9mmx1TLPSJoXscoHy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:13.6875rem;top:3.25rem;left:5.625rem;overflow:hidden;display:block; }
#Lff71Zo1yaH6bRLxw674HgrBiXg18EIE { position:absolute;display:block;z-index:14999;background-color:rgba(231,234,243,0.49);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:68.75rem;width:21.6875rem;top:1.25rem;left:1.65625rem;display:block; }
#cybKO3zknHsWcUrBTqm5ueTFTk2GPigB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:9.9375rem;top:5.5625rem;left:32.53125rem;overflow:hidden;display:block; }
#l9DSGdQFZFvzThWp5P7xz5b7QLQTcWCL { position:absolute;display:block;z-index:14998;background-color:rgba(231,234,243,0.49);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:68.75rem;width:21.6875rem;top:1.25rem;left:26.6875rem;display:block; }
#GHoU1w3gRKKFPxlFM4eAiZaWnDDTkbze { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.1875rem;top:4.65625rem;left:56.34375rem;overflow:hidden;display:block; }
#vJ2Tb570zTq0xmcBXAqy6nuLy38Xh5hR { position:absolute;display:block;z-index:14997;background-color:rgba(231,234,243,0.49);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:68.75rem;width:21.6875rem;top:1.375rem;left:51.6875rem;display:block; }
#sutJnvFh1dpZvE84LnXEtZACKc0qardr { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.4375rem;height:2.84375rem;font-style:normal;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; }
#Pl15iQ5Dm0ZWrg7gTKzR0v18zZpfXvde { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.25rem;left:27.4375rem;height:2.84375rem;font-style:normal;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; }
#l8EJTwEpfsBdzUlBvWId630PAo1sTNea { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.1875rem;left:52.4375rem;height:2.84375rem;font-style:normal;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; }
#L5TUz3T6CeKkGtS9BAu1AGfKyc4HR7P5 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.6875rem;left:2.375rem;height:5.99786875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XWeQ5WvRqBgKADEOV5pkXS475A6wFDw8 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.6875rem;left:27.3125rem;height:5.99786875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tORw4mo8SfWDs1W0Q3Fg5QHFiDUZUpaa { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.6875rem;left:52.3125rem;height:4.4984rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pTNZF8D4TN2y5GmKK5EspQ4g4brGoVx2 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:32.75rem;left:7rem;height:7.49786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndTuB3yP2cR7Nonrp1d5Ag6TTsOPT8UP { box-sizing:content-box;color:#a0a1a4;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:15022;top:32.75rem;left:2.9375rem;display:block; }
#lm7IkUVhb4LUpD1CPc4vid2CFMnpLLKu { box-sizing:content-box;color:#a0a1a4;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:42.125rem;left:2.9375rem;display:block; }
#y7NbZBnqsCCB3ZltcBLeinT32aT8UrAa { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:42.125rem;left:7rem;height:11.99625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgaPBTQINXU7QrrNOKhWMzVc3ZIU85xx { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:32.75rem;left:31.9375rem;height:7.4973375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iKxd0bd0p9GTA29GNCyh1dp50z7MfHzZ { box-sizing:content-box;color:#a0a1a4;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:32.75rem;left:27.4375rem;display:block; }
#VHodsfpGfnDzUvHe0BplGOC3QHSEiVqr { box-sizing:content-box;color:#a0a1a4;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:15031;top:42.125rem;left:28rem;display:block; }
#iJgNzL9InXvL2VlX9B85SJNk7ymMED8g { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:42.125rem;left:31.6875rem;height:13.4951875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cG3pyTnqgEsQGbUdbWL9gFnEvnNLv5iZ { box-sizing:content-box;color:#a0a1a4;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:15033;top:56.0625rem;left:28rem;display:block; }
#vPIxEGDunoK3TkPAAITRNsBNUbJbiHzm { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:56.0625rem;left:31.6875rem;height:7.49786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I41eZht27DIUDPHhlJw7NZ7gGuu02CPG { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:32.75rem;left:56.9375rem;height:7.49786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuZTEC3O9cy7NByBbs9lkepnOENQiUHK { box-sizing:content-box;color:#a0a1a4;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:15034;top:32.75rem;left:52.875rem;display:block; }
#KmnFUmLd9oZAcBkMyPsCnJU9o4sGly45 { box-sizing:content-box;color:#a0a1a4;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:15037;top:42.125rem;left:52.875rem;display:block; }
#ToLTy443VTtC8i8N0encpOBlBsSWhUuC { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:42.125rem;left:56.96875rem;height:10.4968125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DJTgG9DHlsDhmldi2fVDRyqK06SfKBTI { box-sizing:content-box;color:#a0a1a4;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:15039;top:56.0625rem;left:52.875rem;display:block; }
#sxLdGl8qDnB8gNN4BSEmulmRgfzKKGOC { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:56.0625rem;left:56.9375rem;height:7.49786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vQE5mH5s3rAqGhWnVQOsJVgBVR1ttV6b { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:56.0625rem;left:7.03125rem;height:5.9984rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hV2Rh0oeUNq98XyTdxBKhdhFhrJBklMz { box-sizing:content-box;color:#a0a1a4;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:15027;top:56.0625rem;left:2.5625rem;display:block; }
#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ { 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; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container { background-color: transparent; background-image: none; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container > .video-iframe-container { display: none; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row > .video-iframe-container { display: none; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .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); }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container { border-width: 0; border-radius: 0; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#C4T5Eqryl9OyCwD7JlAR6nIThmsCIHC2 { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:16.65625rem;height:;font-style:normal;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; }
#sIKv0nVcJfOQzWxiFDVMl2mz22xFen4c { color:#000000;display:block;width:66rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.8125rem;left:4.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container { background-color: transparent; background-image: none; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container > .video-iframe-container { display: none; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row > .video-iframe-container { display: none; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .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); }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container { border-width: 0; border-radius: 0; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#gF3QWxQsMP8MU1PeWevIzJSbDwtd74dQ { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:6.1875rem;left:16.6875rem;display:block; }
#PDkb9t9HggETWhKCATPTx3RrlswhWNBc { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:7.5625rem;left:19.1875rem;display:block; }
#R6c7hM8beWvshgTCV6zGquGdiSbOx8zg { color:#000000;display:block;width:9.3115rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:17rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#O72p7ZJdQ9k9wz8IfpRo4rUyz3yDEQV9 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:15.9375rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#nkRo22PthhE11R1zwGZ5zBWqTkdAgvKe { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.4375rem;left:31.375rem;height:6.8235rem;text-align:center;text-align-last:center;display:block; }
#fSXDgeBVwT9LOgckZad0ubLdkg3uMs4P { position:absolute;display:block;z-index:15008;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:6.1875rem;left:32.375rem;display:block; }
#w4spV0JIiLbaDQF7vHdW5LtsPtEUlHcG { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:44.625rem;left:8.9375rem;height:5.68625625rem;text-align:center;text-align-last:center;display:block; }
#kIIrOEqpVg9cHdrqImhPI1hoMpIdp0ZZ { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:6.1875rem;left:47.8125rem;display:block; }
#bu5xVSTDSMmMTBwRgDP2yHVOrffEPzMa { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:7.5625rem;left:50.375rem;display:block; }
#TNX6XATpV1U8P4H6iW3z7FPTakkv54rA { color:#000000;display:block;width:9.3115rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.0625rem;left:48.1875rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#rvyshyrf11C0gO0Vkpa82HhvmHGDdThc { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.437500476837rem;left:47.031251907349rem;height:7.96075rem;text-align:center;text-align-last:center;display:block; }
#wkZu01QiJHe3BVP1aWRTDykx51pKO6RH { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:33.375rem;left:25.5rem;display:block; }
#Dh30QR7kKfRKxiR2lOtlLwGbTnaugDNJ { color:#000000;display:block;width:9.3120625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:40.4375rem;left:25.8125rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#wbLhdchQeMScf2BZSq8msiHQSVFwMnFx { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:34.75rem;left:28rem;display:block; }
#N73fgkAWKPcGXfwtxKVHV72h9zti6RET { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:33.1875rem;left:10.125rem;display:block; }
#LskQiAZngFE2qORufguzT2f8otcr1K01 { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:34.75rem;left:12.625rem;display:block; }
#ZdvVsk0NBIUXZp9ZxUrDbfyuGXBN2qLl { color:#000000;display:block;width:9.3120625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.375rem;left:10.375rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#dZrEVNoDwysX6PTBmJACAgX7TWPsA775 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:44.625rem;left:25.125rem;height:6.8235rem;text-align:center;text-align-last:center;display:block; }
#DmCO34O1cGeDCpykbDPcoq5bgE1fInN4 { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:7.5625rem;left:35.125rem;display:block; }
#hJxpinwHx52UTzp9ZKKRpd7lkCpM3NHb { color:#000000;display:block;width:9.3115rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.3125rem;left:32.8125rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#ytXVvSZr4WpMWJhe79rD3m6fgFhMWWWL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.875rem;left:17.5625rem;display:block; }
#B38agJfaTKEdNfH3ZnFwVrwttUaLGg2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5UCRJm3XQOzHJI72UA1NuQIte2Q8lVK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.875rem;left:33.375rem;display:block; }
#pfMZSLlQscusARkbeyvQHuzJxGZ2wd9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x35FJ1edEP7WSmTXnL70dWmHTyrokTl4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.875rem;left:48.6875rem;display:block; }
#oqquqT5i2TU6ktedHAoS8ysd3RpTysrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4hbMJfJwBuxGmnDzwGhPeRRJTuB4I2s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.6875rem;left:10.4375rem;display:block; }
#S4BUJ2cEguslZbwfvRXAeHJmouhJZIhV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWQxOamkderpDRDAkLiiKllwumtu6wmp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:54.6875rem;left:26.125rem;display:block; }
#TPSLRfaD30ZG3k8oOwXriCJwP2NDQC4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIaT4UJ4aMNzGhm627silMBmFfyn1SFT { position:absolute;display:block;z-index:15013;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:6.1875rem;left:16.6875rem;display:block; }#SIaT4UJ4aMNzGhm627silMBmFfyn1SFT.adaptive-delivery-prevent-bg, #SIaT4UJ4aMNzGhm627silMBmFfyn1SFT.lazyload, #SIaT4UJ4aMNzGhm627silMBmFfyn1SFT.lazyloading { background-image: none; }
#O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy { position:absolute;display:block;z-index:15014;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:6.1875rem;left:32.375rem;display:block; }#O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy.adaptive-delivery-prevent-bg, #O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy.lazyload, #O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy.lazyloading { background-image: none; }
#SBU9WtEer4EMQF1xxPFTcF694F9ruRoc { position:absolute;display:block;z-index:15015;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:6.1875rem;left:47.8125rem;display:block; }#SBU9WtEer4EMQF1xxPFTcF694F9ruRoc.adaptive-delivery-prevent-bg, #SBU9WtEer4EMQF1xxPFTcF694F9ruRoc.lazyload, #SBU9WtEer4EMQF1xxPFTcF694F9ruRoc.lazyloading { background-image: none; }
#TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW { position:absolute;display:block;z-index:15016;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:33.1875rem;left:10.125rem;display:block; }#TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW.adaptive-delivery-prevent-bg, #TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW.lazyload, #TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW.lazyloading { background-image: none; }
#XyMNdUqvtc1meIpry6AhdMiDTvI5EULE { position:absolute;display:block;z-index:15017;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:33.375rem;left:25.5rem;display:block; }#XyMNdUqvtc1meIpry6AhdMiDTvI5EULE.adaptive-delivery-prevent-bg, #XyMNdUqvtc1meIpry6AhdMiDTvI5EULE.lazyload, #XyMNdUqvtc1meIpry6AhdMiDTvI5EULE.lazyloading { background-image: none; }
#b4gnvNBE5ThT0CzwA3s44Bikhy2cqXWP { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.9375rem;left:16.75rem;height:2.6rem;font-style:normal;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; }
#SsvSWMVFZZbzmCBGi4EhWmHtLG21vJt9 { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:2.9375rem;left:32.5625rem;height:2.6rem;font-style:normal;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; }
#TrBw6A3N1BEsBVwWVe0RO9l5npi15srR { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:2.9375rem;left:47.875rem;height:2.6rem;font-style:normal;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; }
#ZJrSsxADbhBghRFiT9t6B0cIJTEq3rAm { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:30.125rem;left:10.1875rem;height:2.6rem;font-style:normal;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; }
#qotw4dlM59bTrIp5gWIdXGn4O5o4wFgy { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:30.125rem;left:25.5625rem;height:2.6rem;font-style:normal;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; }
#T0GrdTWXikTdzUHBG0qa0TA7zbtwzy6D { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:33.375rem;left:25.5rem;display:block; }
#LmX1gDi0xTkFHn2KLe3Rd26Ng5JHwRxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R62xvLD0n2aNZdVusgUWXvsQSRQzmTTw { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:33.1875rem;left:10.125rem;display:block; }
#Pkmx19TOmFirr6Vi821KVhw62P4gcyr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKI8ZOyWIJ377PXqWWz4ne7WL0QT9NCE { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:6.1875rem;left:47.8125rem;display:block; }
#W5vTmGI4cu2u94qrk6vxZZxIwTt0S8Ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mln13ixVnyJZ54aTOtNTV1BCmJnyJSQn { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:6.1875rem;left:32.4375rem;display:block; }
#PQCHLg4N8Udv85AMqtIi48JCxgzRnLgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3dbVQsga9TX2qvQO3h4uscO3Jyk3Be2 { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:6.1875rem;left:16.6875rem;display:block; }
#Ea1HBWMm3D7n3svd7B2319wXPllyNp9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwkhaQXW7RTPC240OB5T3wWQ5Gqdth3N { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:30.125rem;left:40.9375rem;height:2.6rem;font-style:normal;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; }
#wAyXudL9uRy55nAwkRTGp9NCDkP0tR0S { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:33.375rem;left:40.875rem;display:block; }
#PcxuB2E0sur82H2E28qIXg063BAhm3dl { position:absolute;display:block;z-index:15022;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:33.375rem;left:40.875rem;display:block; }#PcxuB2E0sur82H2E28qIXg063BAhm3dl.adaptive-delivery-prevent-bg, #PcxuB2E0sur82H2E28qIXg063BAhm3dl.lazyload, #PcxuB2E0sur82H2E28qIXg063BAhm3dl.lazyloading { background-image: none; }
#OzdkbdJpZePIrJ5S18pewe0EneFTVdgs { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:33.375rem;left:40.873956680298rem;display:block; }
#avPst9trNhpdK5uTCCgzUAa91zH9QbHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqidkE8IBhVe5p5xzPM9UWeW42WD8NTG { color:#000000;display:block;width:9.3120625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:40.4375rem;left:41.1875rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#S2eS356RwJOaTUlS4fQegCLPcUzbCcOb { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:44.625rem;left:40.5rem;height:5.68625625rem;text-align:center;text-align-last:center;display:block; }
#fTETVoeiJFu71BXPqkLBwk2ECwe1wwmn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:35.1875rem;left:43.8125rem;filter: drop-shadow(0.375rem 0.375rem 6.25rem #000000); }
#fNCGTUludShTHrfl4670DmXULHeMRsT5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:54.6875rem;left:41.75rem;display:block; }
#gq98vkCqht2EeHHIzLAsrIl3l1iPvU9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTtzGLCJzzpBScvBfI4PakUIZBvUp8qA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:53.625rem;left:17.375rem;display:none; }
#vmtGhIMZBzC1TN9p0yFUr0SG0wm0HSMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooH1DUyyWwiRDTkCdxo1xzkoFPDTxxT9 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:44.6875rem;left:55.25rem;height:6.8235rem;text-align:center;text-align-last:center;display:block; }
#SSMiA8kkm0DiJFRriXlFUoUJTmb6du9E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: none;box-sizing:border-box;color:#437ceb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.25rem;height:1.8125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:54.75rem;left:56.5rem;display:block; }
#xsa4rRFnU6fybgDTsPI6Kh3IUrAKxXqm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihwiIiLoEMzfvmUwUFwJbNWnwCAn0tNm { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:33.4375rem;left:55.625rem;display:block; }
#xUZPFlrnt5BXoKHMRTTPgNe1cQnaNAvU { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:33.375930786132rem;left:55.65625rem;display:block; }
#hfOc9HTP95ikMkhnbhnadmiPyUtGFVLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWVr2ar5Hp4sfa4HSSIzHTlB8P2JNXi7 { color:#000000;display:block;width:9.3120625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:40.5rem;left:55.9375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#N7etiSG244Tf9eCNh7NIZ2LzCDDvB8Gw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:35.25rem;left:58.5625rem;filter: drop-shadow(0.375rem 0.375rem 6.25rem #000000); }
#m2bUOsfpTsanN9SRJJES6u87W9Nam8kT { position:absolute;display:block;z-index:15030;background-color:#437ceb;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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:5.625rem;width:10rem;top:33.4375rem;left:55.625rem;display:block; }#m2bUOsfpTsanN9SRJJES6u87W9Nam8kT.adaptive-delivery-prevent-bg, #m2bUOsfpTsanN9SRJJES6u87W9Nam8kT.lazyload, #m2bUOsfpTsanN9SRJJES6u87W9Nam8kT.lazyloading { background-image: none; }
#KVfLR5CD4VfVSh3Go6DqNZQaZ4wQLKRa { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:30.1875rem;left:55.6875rem;height:2.6rem;font-style:normal;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; }
#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.26);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; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container { background-color: transparent; background-image: none; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container > .video-iframe-container { display: none; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row > .video-iframe-container { display: none; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .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); }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container { border-width: 0; border-radius: 0; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#BOtiTVMdeEEeEFOlTOX6zKbCPOXyTWx8 { z-index:15008;top:3.9988040924073rem;left:31.71875rem;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.5;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#abgIrakIvqlEGWBFJpI04tuzfxZqktZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcInVxx4iFpfXuxgWLiK6hc9vJ1lJcfg { color:#000000;display:block;width:51.122375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.9241523742675rem;left:11.936632156372rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT { 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; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container { background-color: transparent; background-image: none; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container > .video-iframe-container { display: none; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row > .video-iframe-container { display: none; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .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); }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container { border-width: 0; border-radius: 0; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#AAWSokwLC15XDWhwGMH0nqSr0c1KUHTF { 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:11.0625rem;left:6.125rem;display:block; }
#uUW83bizagSTRHCpsozoLkpLe123fnhD { 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:14.875rem;left:8rem;overflow:hidden;display:block; }
#D74lhNZ7f8d8Hii5w5ZeRDredo4Qh67u { 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:11.0625rem;left:18.6875rem;display:block; }
#lHGWI5KCs7BTbaESNFgZBNrZL0zCwzgT { 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:13.875rem;left:20.3125rem;overflow:hidden;display:block; }
#h5iOn792HL6zOEDT9KTQrmdyRkKwA4yV { 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:11.0625rem;left:43.8125rem;display:block; }
#SHwTDz4UFcva9DgWAyQ83TDWIwOuo5fy { 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:13.9375rem;left:44.6875rem;overflow:hidden;display:block; }
#z9fgmMCLqZ3JP6Fu7lDmBR6EkduW8PbT { 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:11.0625rem;left:31.25rem;display:block; }
#NIcFVIGNAuOUHt8iidgIRT15ckly6ByG { 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:14.5625rem;left:32rem;overflow:hidden;display:block; }
#zWV18rxtg3tV0C78T9HqP8NLVKy0cCMR { 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:11.0625rem;left:56.375rem;display:block; }
#BKaWPNGB16CJMWfD4FeaqZJPgX2HgUVO { 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:16rem;left:58.6875rem;overflow:hidden;display:block; }
#Xs4XLOEJJ4sE2qalZd12fpUPfyn55FoE { 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:23.625rem;left:43.8125rem;display:block; }
#zCcwf6PQffM73hhnuBhd7eE1403z5JlS { 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:29.124994277954rem;left:45.65625rem;overflow:hidden;display:block; }
#mQTfhr1647Q68hin5mcaqUZpaluq2DU2 { 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:23.625rem;left:31.25rem;display:block; }
#bOO7uo0TyupqiBouG35p9hIVRpFhkvAP { 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:27.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#dCXF9Ikp2mKrwSUS80K2ND6bqofcXWOT { 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:23.625rem;left:56.375rem;display:block; }
#vd2JAVrbTQ4IltnHaRu5QBWaa5NBklwP { 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:25.9375rem;left:58.6875rem;overflow:hidden;display:block; }
#pMxVerGg0y1tZ2hv94HODR57GH2fhI9T { 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:23.625rem;left:18.6875rem;display:block; }
#tVti0LT8fUdgALvyP0UQEM3s44bLvrGx { 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:25.9375rem;left:21rem;overflow:hidden;display:block; }
#HnGATANq7WJNVlVHmE6BRAgzccRpHAXA { 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:23.625rem;left:6.125rem;display:block; }
#TAyf654HgKtS91LvNwIZZgZznH97E2Om { 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:27.3125rem;left:8rem;overflow:hidden;display:block; }
#F9Kn7VDu9VZrHgTAbACXMcrWZNuuhmWL { 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:36.1875rem;left:43.8125rem;display:block; }
#v4OCnI9DomzGJGJnt5fkbx9kCwT6W5aF { 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:36.1875rem;left:31.25rem;display:block; }
#Zfiy8er6T8IeDmSnuEXV7D5gw2EuaXPZ { 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:36.1875rem;left:56.375rem;display:block; }
#O6bULTDMV3zxkTRIA9CCZQsBtfywKpnO { 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:36.1875rem;left:18.6875rem;display:block; }
#ke6FBLnJ6Z9GveO4FZR11q6y6uu9ioru { 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:36.1875rem;left:6.125rem;display:block; }
#rCz5nNQrtw8EpisbeiQfbEvCEAnFT8Nk { 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:39.5625rem;left:44.5rem;overflow:hidden;display:block; }
#z7azy36cQEAzW3A39esOvXRMIRc8JuKB { 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:40.3125rem;left:33.0625rem;overflow:hidden;display:block; }
#ggpGATBCCALixTa6XpV5gthw2TK3hrzm { 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:38.5rem;left:58.6875rem;overflow:hidden;display:block; }
#JD5Tg9a3KkIh9luCGem72JQ0GyUe2SiW { 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:39.5625rem;left:21rem;overflow:hidden;display:block; }
#gZAiAGLhkq8TkT4M4qpmLhEXwGmEKGld { 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:39.875rem;left:9.8125rem;overflow:hidden;display:block; }
#B5qGTLi9uru7BHtexCDotMSONteQ92mf { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.125rem;left:20.3125rem;height:;font-style:normal;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; }
#z78ATdoe20xXJH7pZxr0pTbltOFZioTL { 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; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { background-color: transparent; background-image: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container > .video-iframe-container { display: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row > .video-iframe-container { display: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .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); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { border-width: 0; border-radius: 0; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#i27e90zTfdwIkcB9UyzusAwvIw2JBg6m { 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; }
#Lisf6VHAf4SCpaumiPU434D8PAgsnGbQ { 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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-form-header { font-size:1rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-text {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-select {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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) ; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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:19.75rem;overflow:hidden;font-style:normal;float:none; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-container:first-of-type{padding-top:0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-container:last-of-type{padding-bottom:0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk {display:block;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #cn07pHTuDiE9pDNxBdp2TzyIgJS4qSVg { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #d95ZEsQ0Ik6hZflJuCzDK6v7WZadQ3aS { position:relative;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #SKpNErQls5T8fuML23Ub1ruKWZw2kf2x { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #h03iGwDNz3MEIMc8RSzyg0MUQfnO67ni { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #HlkAvHH62fgS3l2TRFFn2SciuM73307m { position:relative;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F5h4SDi58iIm2ZTtlmUmtHTTpguo2RTe { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #K9RbNP6dMBcn9DTLswTxqRpqEptcWOP7 { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F3TwlCv87g5WAbD7aVzqBZyKoRTU0vRe { position:relative;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #NW2QNenR7tCZqrAuFtZ5GPf5bOp61NSw { position:relative; }
#pcktdLVvdw8KBR7H8tklaFG54zpC62vh { position:relative;display:block;z-index:100000;display:block; }
#Tutvk8nWUg4bG5TvHPVdt4EaNmtypeiN { position:relative;display:block;z-index:100000;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #UHQxG4ZPKVac8A7OfWO40pcrhC4awh32 { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #Dh2NxSlOl16wgMVGbp9h9VVNyQIMoPdH { position:relative;z-index:2; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #qwkbt6Cu0TXJaXes3xT6dcW63qfCBTzc { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #l7ubaBpibXp3oJzN5DkWfGpzImyfXcAu { position:relative; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #rem2dRSzkhWEJzEaz4LPkKqpF6cM1XN6 { position:relative; }
#V9SLtGk7W4Xchw1N1BfDByBtbva9rAVA { 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; }
#VXkxBQp0NSHWPGPFqonMN4a18gpRGx7I { 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; }
#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h { 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; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container { background-color: transparent; background-image: none; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container > .video-iframe-container { display: none; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row > .video-iframe-container { display: none; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .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); }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container { border-width: 0; border-radius: 0; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#bQ7TsBASlV5t0FLw6kdqCPFHxliX3Chh { 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; }
#teh5fE59isumMZNliPNQEmKKDqUJu2Tt { 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; }
#XeKsvJPqMVENMlmxqIZD7vtFIEtNT7Rl { 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; }
#Ul0Uw0gNR3T7K41RM7bVNTxvT9agkIkJ { 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; }
#iuIZqN5XdVM5doWHxTB2P8G97m1dNbrM { 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; }
#Jp9E2BU6SzuCW7T092L7DRUNLDeTshQN { 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; }
#eHwsdTO1EmQhVCh0HXB6t0LgrgbfwaL4 { 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) { #VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 { display:block; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtDQBVclCgoC79wZFuRx9qsM8xh3n5GV { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx9aWnIlqbHm2uswv5WcmUBAGurDL9ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #S5hSdCfAb0aZ8ma1xCMznXl7QZi1G8M9 { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVd8nSi46n938N5LJC8hzPdUhTxteT34 { display:block; }
 }@media only screen and (max-width: 763px) { #Osc63qDADE7mb0Prm6P5535EmRitQ16f { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cr6E5wVf4DN2ki7VIczq6XqF2FWuw8F3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WkkmaH2Ng6nccEoETq3EB1mnhLBkH8SX { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMkKaVmR7WyfkftKGf2v2B0nvlyugsDJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJ4oWiX4vt4TQWU45Q8Pz66TfzWX9c7U { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGQKroqhr3OnQFXzVz9V8w3WCBvlrMQF { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTAMhy71a8qpPyrcx8KMFbJA3fmQbpCt { display:block; }
 }@media only screen and (max-width: 763px) { #wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc { display:block; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI26O9hU8gTqNon1BKThsBStwIGh3U3U { width:24.5rem;height:1.375rem;top:5.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT { display:block; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQMIwq41ULHE9LOaRZc37cO2kOAkFoof { top:5.0625rem;left:0rem;width:33.625rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCpH7to6CweAOEI3vdVi4acFQWecIgEs { top:14.4375rem;left:0rem;width:30rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr7MTiewmmg1BVxf6Q3UATTG7xocWfEV { width:16.625rem;height:2.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCRdNbOomy4ZAfZn9CoJo9Jn2e5xpzhx { display:block; }
 }@media only screen and (max-width: 763px) { #ELMMTEFQE0z4IH9DZZLs1snpCL2PilmL { top:1.875rem;left:15.0625rem;width:32.6875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8qpRblxnraNxVR0UuwnsinBB2tKTJw { display:block; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOv6S4gGkOZbKEtONeHTglsIpleR4z9 { top:12.5625rem;left:0rem;width:47.75rem;height:25.379332608696rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii07vP5ItqEMLIH4yZS21r8THPB68VN8 { top:14.0625rem;left:3.25rem;width:40.5625rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7GzSNX0gzuKSphAz4771gHf2eZcXOzX { top:3.75rem;left:6.34375rem;width:34.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foudKHdT8RO29Ufl1JavOhFKOs3v6RNi { top:7.5rem;left:5.59375rem;width:36.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 { display:block; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbyKdOTZqa8D0bU6mHZRJzsvDFfMSCoT { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaC6klktFKLmu4lnhxQEmuPn2fmwChGG { width:47.75rem;height:8.4375rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD { display:block; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr2mcAZJIPfrRUE9mmx1TLPSJoXscoHy { top:3.25rem;left:1.0625rem;width:13.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lff71Zo1yaH6bRLxw674HgrBiXg18EIE { top:1.25rem;left:0rem;width:21.6875rem;height:68.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybKO3zknHsWcUrBTqm5ueTFTk2GPigB { top:5.5625rem;left:18.84375rem;width:9.9375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DSGdQFZFvzThWp5P7xz5b7QLQTcWCL { top:1.25rem;left:10.0625rem;width:21.6875rem;height:68.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoU1w3gRKKFPxlFM4eAiZaWnDDTkbze { top:4.625rem;left:33.53125rem;width:12.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2Tb570zTq0xmcBXAqy6nuLy38Xh5hR { top:1.375rem;left:25.9375rem;width:21.6875rem;height:68.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutJnvFh1dpZvE84LnXEtZACKc0qardr { top:18.1875rem;left:0rem;width:20.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl15iQ5Dm0ZWrg7gTKzR0v18zZpfXvde { top:18.25rem;left:11.625rem;width:20.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EJTwEpfsBdzUlBvWId630PAo1sTNea { top:18.1875rem;left:27.5rem;width:20.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TUz3T6CeKkGtS9BAu1AGfKyc4HR7P5 { width:20.3125rem;height:6rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeQ5WvRqBgKADEOV5pkXS475A6wFDw8 { width:20.3125rem;height:6rem;top:23.6875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tORw4mo8SfWDs1W0Q3Fg5QHFiDUZUpaa { width:20.3125rem;height:4.5rem;top:23.6875rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTNZF8D4TN2y5GmKK5EspQ4g4brGoVx2 { width:15.125rem;height:7.5rem;top:32.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTuB3yP2cR7Nonrp1d5Ag6TTsOPT8UP { top:32.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm7IkUVhb4LUpD1CPc4vid2CFMnpLLKu { top:42.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NbZBnqsCCB3ZltcBLeinT32aT8UrAa { width:15.0625rem;height:12rem;top:42.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaPBTQINXU7QrrNOKhWMzVc3ZIU85xx { width:15.125rem;height:6rem;top:32.75rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxd0bd0p9GTA29GNCyh1dp50z7MfHzZ { top:32.75rem;left:15.875rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHodsfpGfnDzUvHe0BplGOC3QHSEiVqr { top:42.125rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJgNzL9InXvL2VlX9B85SJNk7ymMED8g { width:15.375rem;height:12rem;top:42.125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG3pyTnqgEsQGbUdbWL9gFnEvnNLv5iZ { top:56.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPIxEGDunoK3TkPAAITRNsBNUbJbiHzm { width:15.125rem;height:7.5rem;top:56.0625rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I41eZht27DIUDPHhlJw7NZ7gGuu02CPG { width:15.125rem;height:7.5rem;top:32.75rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZTEC3O9cy7NByBbs9lkepnOENQiUHK { top:32.75rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmnFUmLd9oZAcBkMyPsCnJU9o4sGly45 { top:42.125rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLTy443VTtC8i8N0encpOBlBsSWhUuC { width:15.0625rem;height:10.5rem;top:42.125rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTgG9DHlsDhmldi2fVDRyqK06SfKBTI { top:56.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxLdGl8qDnB8gNN4BSEmulmRgfzKKGOC { width:15.125rem;height:7.5rem;top:56.0625rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQE5mH5s3rAqGhWnVQOsJVgBVR1ttV6b { width:15.0625rem;height:6rem;top:56.0625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2Rh0oeUNq98XyTdxBKhdhFhrJBklMz { top:56.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ { display:block; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4T5Eqryl9OyCwD7JlAR6nIThmsCIHC2 { top:2.4375rem;left:3.03125rem;width:41.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKv0nVcJfOQzWxiFDVMl2mz22xFen4c { width:47.75rem;height:1.6875rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeENMXZwVgd2V6sIOKNxJAUerv3C55PE { display:block; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF3QWxQsMP8MU1PeWevIzJSbDwtd74dQ { top:6.1875rem;left:3.0625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDkb9t9HggETWhKCATPTx3RrlswhWNBc { top:7.5625rem;left:5.5625rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c7hM8beWvshgTCV6zGquGdiSbOx8zg { width:9.25rem;height:1.25rem;top:14.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O72p7ZJdQ9k9wz8IfpRo4rUyz3yDEQV9 { width:11.25rem;height:3.375rem;top:17.4375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRo22PthhE11R1zwGZ5zBWqTkdAgvKe { width:12.1875rem;height:6.8125rem;top:17.4375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSXDgeBVwT9LOgckZad0ubLdkg3uMs4P { top:6.1875rem;left:18.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4spV0JIiLbaDQF7vHdW5LtsPtEUlHcG { width:12.3125rem;height:5.625rem;top:44.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIIrOEqpVg9cHdrqImhPI1hoMpIdp0ZZ { top:6.1875rem;left:34.1875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu5xVSTDSMmMTBwRgDP2yHVOrffEPzMa { top:7.5625rem;left:36.75rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNX6XATpV1U8P4H6iW3z7FPTakkv54rA { width:9.25rem;height:1.25rem;top:14.0625rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyshyrf11C0gO0Vkpa82HhvmHGDdThc { width:11.5625rem;height:7.9375rem;top:17.4375rem;left:33.406251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkZu01QiJHe3BVP1aWRTDykx51pKO6RH { top:33.375rem;left:11.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh30QR7kKfRKxiR2lOtlLwGbTnaugDNJ { width:9.25rem;height:2.5625rem;top:40.4375rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbLhdchQeMScf2BZSq8msiHQSVFwMnFx { top:34.75rem;left:14.375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73fgkAWKPcGXfwtxKVHV72h9zti6RET { top:33.1875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LskQiAZngFE2qORufguzT2f8otcr1K01 { top:34.75rem;left:0rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvVsk0NBIUXZp9ZxUrDbfyuGXBN2qLl { width:9.25rem;height:2.5625rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZrEVNoDwysX6PTBmJACAgX7TWPsA775 { width:10.8125rem;height:6.8125rem;top:44.625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmCO34O1cGeDCpykbDPcoq5bgE1fInN4 { top:7.5625rem;left:21.5rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJxpinwHx52UTzp9ZKKRpd7lkCpM3NHb { width:9.25rem;height:2.5625rem;top:13.3125rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXVvSZr4WpMWJhe79rD3m6fgFhMWWWL { width:8.25rem;height:1.8125rem;top:25.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B38agJfaTKEdNfH3ZnFwVrwttUaLGg2L { display:block; }
 }@media only screen and (max-width: 763px) { #H5UCRJm3XQOzHJI72UA1NuQIte2Q8lVK { width:8.25rem;height:1.8125rem;top:25.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfMZSLlQscusARkbeyvQHuzJxGZ2wd9F { display:block; }
 }@media only screen and (max-width: 763px) { #x35FJ1edEP7WSmTXnL70dWmHTyrokTl4 { width:8.25rem;height:1.8125rem;top:25.875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqquqT5i2TU6ktedHAoS8ysd3RpTysrq { display:block; }
 }@media only screen and (max-width: 763px) { #M4hbMJfJwBuxGmnDzwGhPeRRJTuB4I2s { width:8.25rem;height:1.8125rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4BUJ2cEguslZbwfvRXAeHJmouhJZIhV { display:block; }
 }@media only screen and (max-width: 763px) { #WWQxOamkderpDRDAkLiiKllwumtu6wmp { width:8.25rem;height:1.8125rem;top:54.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSLRfaD30ZG3k8oOwXriCJwP2NDQC4n { display:block; }
 }@media only screen and (max-width: 763px) { #SIaT4UJ4aMNzGhm627silMBmFfyn1SFT { width:10rem;height:5.625rem;top:6.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy { width:10rem;height:5.625rem;top:6.1875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBU9WtEer4EMQF1xxPFTcF694F9ruRoc { width:10rem;height:5.625rem;top:6.1875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW { width:10rem;height:5.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyMNdUqvtc1meIpry6AhdMiDTvI5EULE { width:10rem;height:5.625rem;top:33.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4gnvNBE5ThT0CzwA3s44Bikhy2cqXWP { top:2.9375rem;left:3.125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsvSWMVFZZbzmCBGi4EhWmHtLG21vJt9 { top:2.9375rem;left:18.9375rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBw6A3N1BEsBVwWVe0RO9l5npi15srR { top:2.9375rem;left:34.25rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrSsxADbhBghRFiT9t6B0cIJTEq3rAm { top:30.125rem;left:0rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qotw4dlM59bTrIp5gWIdXGn4O5o4wFgy { top:30.125rem;left:11.9375rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GrdTWXikTdzUHBG0qa0TA7zbtwzy6D { width:10rem;height:10rem;top:33.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmX1gDi0xTkFHn2KLe3Rd26Ng5JHwRxR { display:block; }
 }@media only screen and (max-width: 763px) { #R62xvLD0n2aNZdVusgUWXvsQSRQzmTTw { width:10rem;height:10rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmx19TOmFirr6Vi821KVhw62P4gcyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #cKI8ZOyWIJ377PXqWWz4ne7WL0QT9NCE { width:10rem;height:10rem;top:6.1875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5vTmGI4cu2u94qrk6vxZZxIwTt0S8Ku { display:block; }
 }@media only screen and (max-width: 763px) { #mln13ixVnyJZ54aTOtNTV1BCmJnyJSQn { width:10rem;height:10rem;top:6.1875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQCHLg4N8Udv85AMqtIi48JCxgzRnLgz { display:block; }
 }@media only screen and (max-width: 763px) { #Q3dbVQsga9TX2qvQO3h4uscO3Jyk3Be2 { width:10rem;height:10rem;top:6.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea1HBWMm3D7n3svd7B2319wXPllyNp9w { display:block; }
 }@media only screen and (max-width: 763px) { #hwkhaQXW7RTPC240OB5T3wWQ5Gqdth3N { top:30.125rem;left:27.3125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyXudL9uRy55nAwkRTGp9NCDkP0tR0S { top:33.375rem;left:27.25rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcxuB2E0sur82H2E28qIXg063BAhm3dl { width:10rem;height:5.625rem;top:33.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzdkbdJpZePIrJ5S18pewe0EneFTVdgs { width:10rem;height:10rem;top:33.375rem;left:27.248956680298rem;display:block; }
 }@media only screen and (max-width: 763px) { #avPst9trNhpdK5uTCCgzUAa91zH9QbHm { display:block; }
 }@media only screen and (max-width: 763px) { #rqidkE8IBhVe5p5xzPM9UWeW42WD8NTG { width:9.25rem;height:2.5625rem;top:40.4375rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eS356RwJOaTUlS4fQegCLPcUzbCcOb { width:10.8125rem;height:5.625rem;top:44.625rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTETVoeiJFu71BXPqkLBwk2ECwe1wwmn { top:35.1875rem;left:30.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCGTUludShTHrfl4670DmXULHeMRsT5 { width:8.25rem;height:1.8125rem;top:54.6875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq98vkCqht2EeHHIzLAsrIl3l1iPvU9C { display:block; }
 }@media only screen and (max-width: 763px) { #BTtzGLCJzzpBScvBfI4PakUIZBvUp8qA { width:8.25rem;height:1.8125rem;top:53.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmtGhIMZBzC1TN9p0yFUr0SG0wm0HSMu { display:block; }
 }@media only screen and (max-width: 763px) { #ooH1DUyyWwiRDTkCdxo1xzkoFPDTxxT9 { width:10.8125rem;height:6.8125rem;top:44.6875rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMiA8kkm0DiJFRriXlFUoUJTmb6du9E { width:8.25rem;height:1.8125rem;top:54.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsa4rRFnU6fybgDTsPI6Kh3IUrAKxXqm { display:block; }
 }@media only screen and (max-width: 763px) { #ihwiIiLoEMzfvmUwUFwJbNWnwCAn0tNm { top:33.4375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUZPFlrnt5BXoKHMRTTPgNe1cQnaNAvU { width:10rem;height:10rem;top:33.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOc9HTP95ikMkhnbhnadmiPyUtGFVLb { display:block; }
 }@media only screen and (max-width: 763px) { #DWVr2ar5Hp4sfa4HSSIzHTlB8P2JNXi7 { width:9.25rem;height:2.5625rem;top:40.5rem;left:38.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7etiSG244Tf9eCNh7NIZ2LzCDDvB8Gw { top:35.25rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bUOsfpTsanN9SRJJES6u87W9Nam8kT { width:10rem;height:5.625rem;top:33.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVfLR5CD4VfVSh3Go6DqNZQaZ4wQLKRa { top:30.1875rem;left:37.9375rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 { display:block; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtiTVMdeEEeEFOlTOX6zKbCPOXyTWx8 { top:3.9375rem;left:18.09375rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abgIrakIvqlEGWBFJpI04tuzfxZqktZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #RcInVxx4iFpfXuxgWLiK6hc9vJ1lJcfg { width:47.75rem;height:1.25rem;top:8.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT { display:block; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAWSokwLC15XDWhwGMH0nqSr0c1KUHTF { top:11.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUW83bizagSTRHCpsozoLkpLe123fnhD { top:14.875rem;left:0rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74lhNZ7f8d8Hii5w5ZeRDredo4Qh67u { top:11.0625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGWI5KCs7BTbaESNFgZBNrZL0zCwzgT { top:13.875rem;left:6.6875rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5iOn792HL6zOEDT9KTQrmdyRkKwA4yV { top:11.0625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwTDz4UFcva9DgWAyQ83TDWIwOuo5fy { top:13.9375rem;left:31.0625rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9fgmMCLqZ3JP6Fu7lDmBR6EkduW8PbT { top:11.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcFVIGNAuOUHt8iidgIRT15ckly6ByG { top:14.5625rem;left:18.375rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWV18rxtg3tV0C78T9HqP8NLVKy0cCMR { top:11.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKaWPNGB16CJMWfD4FeaqZJPgX2HgUVO { top:16rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4XLOEJJ4sE2qalZd12fpUPfyn55FoE { top:23.625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcwf6PQffM73hhnuBhd7eE1403z5JlS { top:29.0625rem;left:32.03125rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTfhr1647Q68hin5mcaqUZpaluq2DU2 { top:23.625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOO7uo0TyupqiBouG35p9hIVRpFhkvAP { top:27.0625rem;left:19.4375rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXF9Ikp2mKrwSUS80K2ND6bqofcXWOT { top:23.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2JAVrbTQ4IltnHaRu5QBWaa5NBklwP { top:25.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMxVerGg0y1tZ2hv94HODR57GH2fhI9T { top:23.625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVti0LT8fUdgALvyP0UQEM3s44bLvrGx { top:25.9375rem;left:7.375rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnGATANq7WJNVlVHmE6BRAgzccRpHAXA { top:23.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyf654HgKtS91LvNwIZZgZznH97E2Om { top:27.3125rem;left:0rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Kn7VDu9VZrHgTAbACXMcrWZNuuhmWL { top:36.1875rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4OCnI9DomzGJGJnt5fkbx9kCwT6W5aF { top:36.1875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfiy8er6T8IeDmSnuEXV7D5gw2EuaXPZ { top:36.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bULTDMV3zxkTRIA9CCZQsBtfywKpnO { top:36.1875rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6FBLnJ6Z9GveO4FZR11q6y6uu9ioru { top:36.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCz5nNQrtw8EpisbeiQfbEvCEAnFT8Nk { top:39.5625rem;left:30.875rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7azy36cQEAzW3A39esOvXRMIRc8JuKB { top:40.3125rem;left:19.4375rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggpGATBCCALixTa6XpV5gthw2TK3hrzm { top:38.5rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5Tg9a3KkIh9luCGem72JQ0GyUe2SiW { top:39.5625rem;left:7.375rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAiAGLhkq8TkT4M4qpmLhEXwGmEKGld { top:39.875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5qGTLi9uru7BHtexCDotMSONteQ92mf { top:4.125rem;left:6.6875rem;width:34.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z78ATdoe20xXJH7pZxr0pTbltOFZioTL { display:block; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i27e90zTfdwIkcB9UyzusAwvIw2JBg6m { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lisf6VHAf4SCpaumiPU434D8PAgsnGbQ { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-regular-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-text {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-select {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-button { width:8.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk  { width:21rem;height:auto;top:8.75rem;left:0rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk {display:block;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk { width:21rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #cn07pHTuDiE9pDNxBdp2TzyIgJS4qSVg {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #d95ZEsQ0Ik6hZflJuCzDK6v7WZadQ3aS { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #SKpNErQls5T8fuML23Ub1ruKWZw2kf2x {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #h03iGwDNz3MEIMc8RSzyg0MUQfnO67ni {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #HlkAvHH62fgS3l2TRFFn2SciuM73307m { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F5h4SDi58iIm2ZTtlmUmtHTTpguo2RTe {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #K9RbNP6dMBcn9DTLswTxqRpqEptcWOP7 {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F3TwlCv87g5WAbD7aVzqBZyKoRTU0vRe { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #NW2QNenR7tCZqrAuFtZ5GPf5bOp61NSw {  }
 }@media only screen and (max-width: 763px) { #pcktdLVvdw8KBR7H8tklaFG54zpC62vh { display:block; }
 }@media only screen and (max-width: 763px) { #Tutvk8nWUg4bG5TvHPVdt4EaNmtypeiN { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #UHQxG4ZPKVac8A7OfWO40pcrhC4awh32 {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #Dh2NxSlOl16wgMVGbp9h9VVNyQIMoPdH {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #qwkbt6Cu0TXJaXes3xT6dcW63qfCBTzc {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #l7ubaBpibXp3oJzN5DkWfGpzImyfXcAu {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #rem2dRSzkhWEJzEaz4LPkKqpF6cM1XN6 {  }
 }@media only screen and (max-width: 763px) { #V9SLtGk7W4Xchw1N1BfDByBtbva9rAVA { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXkxBQp0NSHWPGPFqonMN4a18gpRGx7I { top:3.3125rem;left:5.9375rem;width:41.8125rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h { display:block; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQ7TsBASlV5t0FLw6kdqCPFHxliX3Chh { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teh5fE59isumMZNliPNQEmKKDqUJu2Tt { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeKsvJPqMVENMlmxqIZD7vtFIEtNT7Rl { 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) { #Ul0Uw0gNR3T7K41RM7bVNTxvT9agkIkJ { 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) { #iuIZqN5XdVM5doWHxTB2P8G97m1dNbrM { 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) { #Jp9E2BU6SzuCW7T092L7DRUNLDeTshQN { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwsdTO1EmQhVCh0HXB6t0LgrgbfwaL4 { 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) { #VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 { position:relative;z-index:auto;display:block; }#VMJ0ZoNpo9PZG3VFsAU3sGXobD9Tpl14 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtDQBVclCgoC79wZFuRx9qsM8xh3n5GV { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx9aWnIlqbHm2uswv5WcmUBAGurDL9ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #S5hSdCfAb0aZ8ma1xCMznXl7QZi1G8M9 { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVd8nSi46n938N5LJC8hzPdUhTxteT34 { display:block; }
 }@media only screen and (max-width: 763px) { #Osc63qDADE7mb0Prm6P5535EmRitQ16f { 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) { #Cr6E5wVf4DN2ki7VIczq6XqF2FWuw8F3 { 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) { #WkkmaH2Ng6nccEoETq3EB1mnhLBkH8SX { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMkKaVmR7WyfkftKGf2v2B0nvlyugsDJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJ4oWiX4vt4TQWU45Q8Pz66TfzWX9c7U { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGQKroqhr3OnQFXzVz9V8w3WCBvlrMQF { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTAMhy71a8qpPyrcx8KMFbJA3fmQbpCt { display:block; }
 }@media only screen and (max-width: 763px) { #wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc { position:relative;z-index:auto;display:block; }#wDb2CQ58q1xFJUBKsvz1GulGuh7shIuc > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI26O9hU8gTqNon1BKThsBStwIGh3U3U { width:20rem;height:2.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT { position:relative;z-index:auto;display:block; }#apcTFE0yWo2K0nXOUVwQrD4kzSrwV2kT > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQMIwq41ULHE9LOaRZc37cO2kOAkFoof { width:18.0625rem;height:5.5rem;top:18.037109375rem;left:0.96875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCpH7to6CweAOEI3vdVi4acFQWecIgEs { width:18.75rem;height:3.8984375rem;top:26.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cr7MTiewmmg1BVxf6Q3UATTG7xocWfEV { width:13.875rem;height:2.5rem;top:34.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCRdNbOomy4ZAfZn9CoJo9Jn2e5xpzhx { display:block; }
 }@media only screen and (max-width: 763px) { #ELMMTEFQE0z4IH9DZZLs1snpCL2PilmL { width:17.0625rem;height:13.25rem;top:2rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8qpRblxnraNxVR0UuwnsinBB2tKTJw { display:block; }#QT8qpRblxnraNxVR0UuwnsinBB2tKTJw > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOv6S4gGkOZbKEtONeHTglsIpleR4z9 { width:20rem;height:10.902375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii07vP5ItqEMLIH4yZS21r8THPB68VN8 { height:8.625rem;width:14.0625rem;top:14.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7GzSNX0gzuKSphAz4771gHf2eZcXOzX { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #foudKHdT8RO29Ufl1JavOhFKOs3v6RNi { width:20rem;height:3.375rem;top:7.90234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 { display:block; }#wQoG4KUAZmHtXE7ANWhhMhZmB6fxHnC4 > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbyKdOTZqa8D0bU6mHZRJzsvDFfMSCoT { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaC6klktFKLmu4lnhxQEmuPn2fmwChGG { width:20rem;height:21rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD { display:block; }#JWm2CTWNlGVoXWAmTExp5vQiUvLNXgAD > .row .container { width:20rem;height:191.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr2mcAZJIPfrRUE9mmx1TLPSJoXscoHy { width:13.6875rem;height:10.625rem;top:1.125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lff71Zo1yaH6bRLxw674HgrBiXg18EIE { width:20rem;height:61.1875rem;top:0.21614837646484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybKO3zknHsWcUrBTqm5ueTFTk2GPigB { width:12.0625rem;height:9.375rem;top:61.402782440186rem;left:3.9687502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9DSGdQFZFvzThWp5P7xz5b7QLQTcWCL { width:20rem;height:63.75rem;top:61.403649330139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoU1w3gRKKFPxlFM4eAiZaWnDDTkbze { width:11.5625rem;height:8.9375rem;top:125.15365600586rem;left:4.2187502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2Tb570zTq0xmcBXAqy6nuLy38Xh5hR { width:20rem;height:65.75rem;top:125.15364074707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutJnvFh1dpZvE84LnXEtZACKc0qardr { width:20rem;height:2.599825rem;top:13.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pl15iQ5Dm0ZWrg7gTKzR0v18zZpfXvde { width:20rem;height:2.599825rem;top:73.034723281862rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8EJTwEpfsBdzUlBvWId630PAo1sTNea { width:20rem;height:2.599825rem;top:135.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5TUz3T6CeKkGtS9BAu1AGfKyc4HR7P5 { width:20rem;height:6rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeQ5WvRqBgKADEOV5pkXS475A6wFDw8 { width:18.8125rem;height:7.5rem;top:77.249133110044rem;left:0.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tORw4mo8SfWDs1W0Q3Fg5QHFiDUZUpaa { width:20rem;height:4.5rem;top:140.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTNZF8D4TN2y5GmKK5EspQ4g4brGoVx2 { width:15.125rem;height:7.5rem;top:27.3125rem;left:4.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTuB3yP2cR7Nonrp1d5Ag6TTsOPT8UP { width:3.125rem;height:3.125rem;top:27.3125rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm7IkUVhb4LUpD1CPc4vid2CFMnpLLKu { width:3.125rem;height:3.125rem;top:36.6875rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NbZBnqsCCB3ZltcBLeinT32aT8UrAa { width:15.0625rem;height:12rem;top:36.6875rem;left:4.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaPBTQINXU7QrrNOKhWMzVc3ZIU85xx { width:14.5rem;height:6rem;top:86.999997138975rem;left:3.9687502384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxd0bd0p9GTA29GNCyh1dp50z7MfHzZ { width:4.25rem;height:4.25rem;top:86.249997615813rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHodsfpGfnDzUvHe0BplGOC3QHSEiVqr { width:3.125rem;height:3.125rem;top:95.62499809265rem;left:0.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJgNzL9InXvL2VlX9B85SJNk7ymMED8g { width:15.0625rem;height:13.5rem;top:95.625005722044rem;left:3.9687502384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG3pyTnqgEsQGbUdbWL9gFnEvnNLv5iZ { width:3.125rem;height:3.125rem;top:111.62500190735rem;left:0.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPIxEGDunoK3TkPAAITRNsBNUbJbiHzm { width:14.625rem;height:9rem;top:111.62500190735rem;left:4.2187502384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I41eZht27DIUDPHhlJw7NZ7gGuu02CPG { width:15.125rem;height:7.5rem;top:149.00000858307rem;left:4.8750002384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZTEC3O9cy7NByBbs9lkepnOENQiUHK { width:3.125rem;height:3.125rem;top:148.99914026261rem;left:1.15625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmnFUmLd9oZAcBkMyPsCnJU9o4sGly45 { width:3.125rem;height:3.125rem;top:158.37414073944rem;left:1.15625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToLTy443VTtC8i8N0encpOBlBsSWhUuC { width:15.0625rem;height:10.5rem;top:158.37500858307rem;left:4.9375002384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTgG9DHlsDhmldi2fVDRyqK06SfKBTI { width:3.125rem;height:3.125rem;top:171.74913978577rem;left:1.15625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxLdGl8qDnB8gNN4BSEmulmRgfzKKGOC { width:15.125rem;height:7.5rem;top:171.74999427796rem;left:4.8750002384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQE5mH5s3rAqGhWnVQOsJVgBVR1ttV6b { width:14.625rem;height:6rem;top:50.247396469116rem;left:5.1250002384186rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2Rh0oeUNq98XyTdxBKhdhFhrJBklMz { width:3.125rem;height:3.125rem;top:50.246528625488rem;left:1.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ { display:block; }#RNBB7rcNFOryNhOCs9q1oI9P3PsCtkCJ > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4T5Eqryl9OyCwD7JlAR6nIThmsCIHC2 { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKv0nVcJfOQzWxiFDVMl2mz22xFen4c { width:20rem;height:3rem;top:8.09375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeENMXZwVgd2V6sIOKNxJAUerv3C55PE { display:block; }#PeENMXZwVgd2V6sIOKNxJAUerv3C55PE > .row .container { width:20rem;height:190.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF3QWxQsMP8MU1PeWevIzJSbDwtd74dQ { width:10rem;height:10rem;top:5.1875rem;left:5.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PDkb9t9HggETWhKCATPTx3RrlswhWNBc { width:5rem;height:5rem;top:7.125rem;left:7.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c7hM8beWvshgTCV6zGquGdiSbOx8zg { width:9.3125rem;height:1.3125rem;top:13.375rem;left:5.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O72p7ZJdQ9k9wz8IfpRo4rUyz3yDEQV9 { width:15.625rem;height:2.625rem;top:15.5625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkRo22PthhE11R1zwGZ5zBWqTkdAgvKe { width:15.625rem;height:6.5625rem;top:37.375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fSXDgeBVwT9LOgckZad0ubLdkg3uMs4P { width:10rem;height:10rem;top:26.9375rem;left:5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w4spV0JIiLbaDQF7vHdW5LtsPtEUlHcG { width:15.625rem;height:5.25rem;top:62.8125rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kIIrOEqpVg9cHdrqImhPI1hoMpIdp0ZZ { width:10rem;height:10rem;top:52.1875rem;left:4.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bu5xVSTDSMmMTBwRgDP2yHVOrffEPzMa { width:5rem;height:5rem;top:54.6875rem;left:7.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNX6XATpV1U8P4H6iW3z7FPTakkv54rA { width:9.3125rem;height:1.3125rem;top:60.375rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyshyrf11C0gO0Vkpa82HhvmHGDdThc { width:15.625rem;height:6.5625rem;top:89.125rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkZu01QiJHe3BVP1aWRTDykx51pKO6RH { width:10rem;height:10rem;top:78.25rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Dh30QR7kKfRKxiR2lOtlLwGbTnaugDNJ { width:9.3125rem;height:2.625rem;top:85.125rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbLhdchQeMScf2BZSq8msiHQSVFwMnFx { width:5rem;height:5rem;top:79.5rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73fgkAWKPcGXfwtxKVHV72h9zti6RET { width:10rem;height:10rem;top:103.625rem;left:4.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LskQiAZngFE2qORufguzT2f8otcr1K01 { width:5rem;height:5rem;top:105.4375rem;left:7.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvVsk0NBIUXZp9ZxUrDbfyuGXBN2qLl { width:9.25rem;height:2.625rem;top:110.375rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZrEVNoDwysX6PTBmJACAgX7TWPsA775 { width:13.75rem;height:6.5625rem;top:114.37413024903rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmCO34O1cGeDCpykbDPcoq5bgE1fInN4 { width:5rem;height:5rem;top:28.875rem;left:7.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJxpinwHx52UTzp9ZKKRpd7lkCpM3NHb { width:9.25rem;height:2.625rem;top:33.8125rem;left:5.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXVvSZr4WpMWJhe79rD3m6fgFhMWWWL { width:8.25rem;height:1.8125rem;top:18.75rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B38agJfaTKEdNfH3ZnFwVrwttUaLGg2L { display:block; }
 }@media only screen and (max-width: 763px) { #H5UCRJm3XQOzHJI72UA1NuQIte2Q8lVK { width:8.25rem;height:1.8125rem;top:110.75rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfMZSLlQscusARkbeyvQHuzJxGZ2wd9F { display:block; }
 }@media only screen and (max-width: 763px) { #x35FJ1edEP7WSmTXnL70dWmHTyrokTl4 { width:8.25rem;height:1.8125rem;top:44.5625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqquqT5i2TU6ktedHAoS8ysd3RpTysrq { display:block; }
 }@media only screen and (max-width: 763px) { #M4hbMJfJwBuxGmnDzwGhPeRRJTuB4I2s { width:8.25rem;height:1.8125rem;top:97.18749809265rem;left:5.8750002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4BUJ2cEguslZbwfvRXAeHJmouhJZIhV { display:block; }
 }@media only screen and (max-width: 763px) { #WWQxOamkderpDRDAkLiiKllwumtu6wmp { width:8.25rem;height:1.8125rem;top:69.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSLRfaD30ZG3k8oOwXriCJwP2NDQC4n { display:block; }
 }@media only screen and (max-width: 763px) { #SIaT4UJ4aMNzGhm627silMBmFfyn1SFT { width:10rem;height:5.625rem;top:5.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O045kMXD6bvBlaHqgBTaz9JnA1RMtMKy { width:10rem;height:5.625rem;top:26.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBU9WtEer4EMQF1xxPFTcF694F9ruRoc { width:10rem;height:5.625rem;top:52.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRebKdQ9SiQnpRJPOdf8IFETDJLCikW { width:10rem;height:5.625rem;top:78.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyMNdUqvtc1meIpry6AhdMiDTvI5EULE { width:10rem;height:5.625rem;top:103.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4gnvNBE5ThT0CzwA3s44Bikhy2cqXWP { width:9.8125rem;height:2.599825rem;top:2.0625rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsvSWMVFZZbzmCBGi4EhWmHtLG21vJt9 { width:9.8125rem;height:2.599825rem;top:24.3125rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBw6A3N1BEsBVwWVe0RO9l5npi15srR { width:9.8125rem;height:2.599825rem;top:49.625rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrSsxADbhBghRFiT9t6B0cIJTEq3rAm { width:9.8125rem;height:2.599825rem;top:75.1875rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qotw4dlM59bTrIp5gWIdXGn4O5o4wFgy { width:9.8125rem;height:2.599825rem;top:100.5625rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GrdTWXikTdzUHBG0qa0TA7zbtwzy6D { width:10rem;height:10rem;top:78.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmX1gDi0xTkFHn2KLe3Rd26Ng5JHwRxR { display:block; }
 }@media only screen and (max-width: 763px) { #R62xvLD0n2aNZdVusgUWXvsQSRQzmTTw { width:10rem;height:10rem;top:103.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmx19TOmFirr6Vi821KVhw62P4gcyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #cKI8ZOyWIJ377PXqWWz4ne7WL0QT9NCE { width:10rem;height:10rem;top:52.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5vTmGI4cu2u94qrk6vxZZxIwTt0S8Ku { display:block; }
 }@media only screen and (max-width: 763px) { #mln13ixVnyJZ54aTOtNTV1BCmJnyJSQn { width:10rem;height:10rem;top:26.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQCHLg4N8Udv85AMqtIi48JCxgzRnLgz { display:block; }
 }@media only screen and (max-width: 763px) { #Q3dbVQsga9TX2qvQO3h4uscO3Jyk3Be2 { width:10rem;height:10rem;top:5.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea1HBWMm3D7n3svd7B2319wXPllyNp9w { display:block; }
 }@media only screen and (max-width: 763px) { #hwkhaQXW7RTPC240OB5T3wWQ5Gqdth3N { width:9.8125rem;height:2.599825rem;top:127.06161403656rem;left:5.0937502384186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyXudL9uRy55nAwkRTGp9NCDkP0tR0S { width:10rem;height:10rem;top:130.66145896912rem;left:5.0000002384186rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PcxuB2E0sur82H2E28qIXg063BAhm3dl { width:10rem;height:5.625rem;top:130.66146087646rem;left:5.0000002384186rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #OzdkbdJpZePIrJ5S18pewe0EneFTVdgs { width:10rem;height:10rem;top:137.22396087646rem;left:2.1875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #avPst9trNhpdK5uTCCgzUAa91zH9QbHm { display:block; }
 }@media only screen and (max-width: 763px) { #rqidkE8IBhVe5p5xzPM9UWeW42WD8NTG { width:9.3125rem;height:2.625rem;top:137.22396087646rem;left:5.3437502384186rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #S2eS356RwJOaTUlS4fQegCLPcUzbCcOb { width:10.8125rem;height:6.5625rem;top:141.28646087646rem;left:4.5937502384186rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTETVoeiJFu71BXPqkLBwk2ECwe1wwmn { width:4.125rem;height:4.125rem;top:131.72396087646rem;left:7.9374997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCGTUludShTHrfl4670DmXULHeMRsT5 { width:8.25rem;height:1.8125rem;top:148.41146087646rem;left:5.8750002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq98vkCqht2EeHHIzLAsrIl3l1iPvU9C { display:block; }
 }@media only screen and (max-width: 763px) { #BTtzGLCJzzpBScvBfI4PakUIZBvUp8qA { width:8.25rem;height:1.8125rem;top:122.45138740539rem;left:5.8750002384186rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vmtGhIMZBzC1TN9p0yFUr0SG0wm0HSMu { display:block; }
 }@media only screen and (max-width: 763px) { #ooH1DUyyWwiRDTkCdxo1xzkoFPDTxxT9 { width:10.8125rem;height:0;top:177.82338831177rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMiA8kkm0DiJFRriXlFUoUJTmb6du9E { width:8.25rem;height:1.8125rem;top:185.89601331177rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsa4rRFnU6fybgDTsPI6Kh3IUrAKxXqm { display:block; }
 }@media only screen and (max-width: 763px) { #ihwiIiLoEMzfvmUwUFwJbNWnwCAn0tNm { width:10rem;height:10rem;top:155.32338831177rem;left:5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xUZPFlrnt5BXoKHMRTTPgNe1cQnaNAvU { width:10rem;height:10rem;top:166.57338831177rem;left:5rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #hfOc9HTP95ikMkhnbhnadmiPyUtGFVLb { display:block; }
 }@media only screen and (max-width: 763px) { #DWVr2ar5Hp4sfa4HSSIzHTlB8P2JNXi7 { width:9.25rem;height:0;top:162.38572046509rem;left:5.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #N7etiSG244Tf9eCNh7NIZ2LzCDDvB8Gw { width:4.125rem;height:4.125rem;top:157.13536951294rem;left:7.9367904663088rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bUOsfpTsanN9SRJJES6u87W9Nam8kT { width:10rem;height:5.625rem;top:155.32338831177rem;left:5rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #KVfLR5CD4VfVSh3Go6DqNZQaZ4wQLKRa { width:9.8125rem;height:0;top:151.47395706177rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 { display:block; }#v5PvF0E6fdfTvUQMFJestW5EpGdsr9x2 > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtiTVMdeEEeEFOlTOX6zKbCPOXyTWx8 { top:2.96875rem;left:4.125rem;width:11.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abgIrakIvqlEGWBFJpI04tuzfxZqktZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #RcInVxx4iFpfXuxgWLiK6hc9vJ1lJcfg { width:20rem;height:3.375rem;top:6.59375rem;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) { #Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT { display:block; }#Jvc0UrTIUGEQ2ag4CSHs7x5UxuRv8LqT > .row .container { width:20rem;height:221.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAWSokwLC15XDWhwGMH0nqSr0c1KUHTF { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUW83bizagSTRHCpsozoLkpLe123fnhD { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74lhNZ7f8d8Hii5w5ZeRDredo4Qh67u { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGWI5KCs7BTbaESNFgZBNrZL0zCwzgT { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5iOn792HL6zOEDT9KTQrmdyRkKwA4yV { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwTDz4UFcva9DgWAyQ83TDWIwOuo5fy { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9fgmMCLqZ3JP6Fu7lDmBR6EkduW8PbT { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcFVIGNAuOUHt8iidgIRT15ckly6ByG { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWV18rxtg3tV0C78T9HqP8NLVKy0cCMR { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKaWPNGB16CJMWfD4FeaqZJPgX2HgUVO { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4XLOEJJ4sE2qalZd12fpUPfyn55FoE { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcwf6PQffM73hhnuBhd7eE1403z5JlS { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTfhr1647Q68hin5mcaqUZpaluq2DU2 { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOO7uo0TyupqiBouG35p9hIVRpFhkvAP { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXF9Ikp2mKrwSUS80K2ND6bqofcXWOT { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2JAVrbTQ4IltnHaRu5QBWaa5NBklwP { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMxVerGg0y1tZ2hv94HODR57GH2fhI9T { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVti0LT8fUdgALvyP0UQEM3s44bLvrGx { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnGATANq7WJNVlVHmE6BRAgzccRpHAXA { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyf654HgKtS91LvNwIZZgZznH97E2Om { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Kn7VDu9VZrHgTAbACXMcrWZNuuhmWL { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4OCnI9DomzGJGJnt5fkbx9kCwT6W5aF { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfiy8er6T8IeDmSnuEXV7D5gw2EuaXPZ { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bULTDMV3zxkTRIA9CCZQsBtfywKpnO { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6FBLnJ6Z9GveO4FZR11q6y6uu9ioru { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCz5nNQrtw8EpisbeiQfbEvCEAnFT8Nk { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7azy36cQEAzW3A39esOvXRMIRc8JuKB { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggpGATBCCALixTa6XpV5gthw2TK3hrzm { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD5Tg9a3KkIh9luCGem72JQ0GyUe2SiW { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAiAGLhkq8TkT4M4qpmLhEXwGmEKGld { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5qGTLi9uru7BHtexCDotMSONteQ92mf { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z78ATdoe20xXJH7pZxr0pTbltOFZioTL { background-color:#437ceb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { background-color: transparent; background-image: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container > .video-iframe-container { display: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row > .video-iframe-container { display: none; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .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); }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { border-width: 0; border-radius: 0; }#z78ATdoe20xXJH7pZxr0pTbltOFZioTL > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i27e90zTfdwIkcB9UyzusAwvIw2JBg6m { 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) { #Lisf6VHAf4SCpaumiPU434D8PAgsnGbQ { 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) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-text {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .widget-input-select {padding-top: 0; padding-bottom: 0;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .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; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk {display:block;}#MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #cn07pHTuDiE9pDNxBdp2TzyIgJS4qSVg {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #d95ZEsQ0Ik6hZflJuCzDK6v7WZadQ3aS { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #SKpNErQls5T8fuML23Ub1ruKWZw2kf2x {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #h03iGwDNz3MEIMc8RSzyg0MUQfnO67ni {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #HlkAvHH62fgS3l2TRFFn2SciuM73307m { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F5h4SDi58iIm2ZTtlmUmtHTTpguo2RTe {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #K9RbNP6dMBcn9DTLswTxqRpqEptcWOP7 {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #F3TwlCv87g5WAbD7aVzqBZyKoRTU0vRe { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #NW2QNenR7tCZqrAuFtZ5GPf5bOp61NSw {  }
 }@media only screen and (max-width: 763px) { #pcktdLVvdw8KBR7H8tklaFG54zpC62vh { display:block; }
 }@media only screen and (max-width: 763px) { #Tutvk8nWUg4bG5TvHPVdt4EaNmtypeiN { display:block; }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #UHQxG4ZPKVac8A7OfWO40pcrhC4awh32 {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #Dh2NxSlOl16wgMVGbp9h9VVNyQIMoPdH {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #qwkbt6Cu0TXJaXes3xT6dcW63qfCBTzc {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #l7ubaBpibXp3oJzN5DkWfGpzImyfXcAu {  }
 }@media only screen and (max-width: 763px) { #MvT1nhTvqKBwg6ZO4DGfECcqaHIXDxHk #rem2dRSzkhWEJzEaz4LPkKqpF6cM1XN6 {  }
 }@media only screen and (max-width: 763px) { #V9SLtGk7W4Xchw1N1BfDByBtbva9rAVA { 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) { #VXkxBQp0NSHWPGPFqonMN4a18gpRGx7I { width:16.75rem;height:16.75rem;top:40.25rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h { display:block; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .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; }#Lci5sMtCsl87piGVXG0u9SZLNfLKHu2h > .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) { #bQ7TsBASlV5t0FLw6kdqCPFHxliX3Chh { width:20rem;height:5.84895rem;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) { #teh5fE59isumMZNliPNQEmKKDqUJu2Tt { width:16.1246875rem;height:1.599825rem;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) { #XeKsvJPqMVENMlmxqIZD7vtFIEtNT7Rl { 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) { #Ul0Uw0gNR3T7K41RM7bVNTxvT9agkIkJ { 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) { #iuIZqN5XdVM5doWHxTB2P8G97m1dNbrM { 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) { #Jp9E2BU6SzuCW7T092L7DRUNLDeTshQN { width:6.31225rem;height:1.29980625rem;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) { #eHwsdTO1EmQhVCh0HXB6t0LgrgbfwaL4 { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }