.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: 959px) {
    html {
        width: 960px;
    }
}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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3eab9d3-bb36-4f08-a858-103b147e2763/shutterstock_23120129311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:4.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #53ba00;top:14.3125rem;left:-5.3125rem;height:6.0125rem;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:21.25rem;left:-4.9374990463257rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#e3460b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:17.625rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.4375rem;left:-4.9375rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:36.1875rem;display:block; }
#snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:45.0625rem;display:block; }
#nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.4375rem;left:53.4375rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRA560L8NDUV4r5UmTif62CU1RSxKhmG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.0625rem;top:2.25rem;left:-6.5914360515944rem;overflow:hidden;display:block; }
#HKT0T9b5p5ObXB62yZLXxTX2M5Iw068c { color:#ffffff;display:block;width:56.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:8.4375rem;left:-4.75rem;height:3.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq { position:relative;display:block; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq { background-color: transparent; background-image: none; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row .container > .video-iframe-container { display: none; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row > .video-iframe-container { display: none; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .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); }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq { border-width: 0; border-radius: 0; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .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; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .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:44.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cClNQmDoBdLST4KT7V3HseL3vrSHFUx7 { color:#071638;display:block;width:52.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:8.796875rem;left:4.5rem;height:34.2rem;display:block; }
#m1xtfQcefF5mtOH1S6PTFTKOBnhWKZ5s { position:absolute;display:block;z-index:15001;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.625rem solid #2a7d2e;border-left:0.625rem solid #2a7d2e;border-right:0.625rem solid #2a7d2e;border-bottom:0.625rem solid #2a7d2e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:7.875rem;left:56.625rem;display:block; }
#ZxTWIxWKopmIPlRKdu2ERdmN5NErJoCu { color:#071638;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.24609375rem;left:2.8000011444092rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQoJRr28HrBUPevi3fs2usSqIKROW1Ao { position:absolute;display:block;z-index:15001;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.625rem solid rgba(42,125,46,0.48);border-left:0.625rem solid rgba(42,125,46,0.48);border-right:0.625rem solid rgba(42,125,46,0.48);border-bottom:0.625rem solid rgba(42,125,46,0.48);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:2.125rem;left:0rem;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(222deg, rgba(6,70,20,0.94), #a4a4a4);background-image: -moz-linear-gradient(222deg, rgba(6,70,20,0.94), #a4a4a4);background-image: -ms-linear-gradient(222deg, rgba(6,70,20,0.94), #a4a4a4);background-image: -o-linear-gradient(222deg, rgba(6,70,20,0.94), #a4a4a4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064614ef', endColorstr='#a4a4a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064614ef', endColorstr='#a4a4a4' );";background-image: linear-gradient(222deg, rgba(6,70,20,0.94), #a4a4a4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { font-size:0.875rem;font-family:arial;height:128rem;width:60rem;position:relative;display:block; }#ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.75rem;left:43.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.75rem;left:13.5625rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#KIK9XoTTK2D8yxX2qhl1aXvbHJb108B5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:9.75rem;left:1.4375rem;overflow:hidden;display:block; }
#m1QQJdacRPQ0lVAN9BSB6kwfoEW6ro0t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:11.1875rem;top:10.375rem;left:31.25rem;overflow:hidden;display:block; }
#rWmTy4VG9T5ZbheTZVrLrxrvWlSB9vU3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:39.9375rem;left:1.4375rem;overflow:hidden;display:block; }
#L3CwcX2ZZQGQViB7cCyHTDBp6nV2P8nh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:26.5rem;left:31.3125rem;overflow:hidden;display:block; }
#mugi7KoG3NSTWlZGEBRF8mZpWc9Xgxxo { color:#071638;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:43.9375rem;left:13.5rem;height:6.4rem;text-align:left;text-align-last:left;display:block; }
#tdGTzIUmwpx5OlZIc74luRJwng4IKaVH { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:31.5rem;left:43.875rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#dXoPNf1HSXpATDPgCE3ZTgxXTg1Tywc1 { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:43.9375rem;left:13.5rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#vTm6vqy5uhZJTbTlp3HckM1caXA0KBm1 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:29.875rem;left:43.8125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#klTk3X6uC2A6CdSpt10F61baMuLlWeH4 { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.8125rem;left:23.375rem;display:block; }
#edQ8FpqQ3qtH3TUxKgCmShCVXUTol6DM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCV8oer8vpBLKt9iUqftBlsOrdRI8rfh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:39.9375rem;left:31.25rem;overflow:hidden;display:block; }
#hTwInOLffsupPgLZka9aB7pQK9TTKTP6 { color:#071638;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:43.9375rem;left:43.3125rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#LtbpCW5awHtnfcD8LhtAFAeRlf2Mw3V8 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:43.9375rem;left:43.3125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#QooFL6Bp9ME7uEryT2q48TiI02kN6uCy { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.234375rem;left:53.912109375rem;display:block; }
#L7OTqtWJxBsWIfHTrWMdOtHrbTDdqbGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikZhLT3uI4DV2elTT4mKC4pIoXHQzVfz { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.234375rem;left:23.321876525879rem;display:block; }
#s80ehdq8cLcfAnVHX0Tm39xsvBhH7VT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyvUKEhorl3f1xHrckVNVAeXJzpqRSLq { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:15.35000038147rem;left:43.873435974121rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#tOVxHli2RNZ8yu4bzHbeltcCivEdvt4G { color:#071638;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:15.35000038147rem;left:13.5625rem;height:9.6rem;text-align:left;text-align-last:left;display:block; }
#hS1s7xblilFIUOXOJezi9yhD3788cbTQ { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.75rem;left:53.912109375rem;display:block; }
#tw2CSiNvkDES96AT6aTd3CUSOM8KBfvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7o1aNScitl6OPNslegRlqumNrusTVut { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:54.25rem;left:1.4375rem;overflow:hidden;display:block; }
#wbRXpW2yxS0rT2aA6tVAan7DKdVXQflK { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:59.25rem;left:14rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#FoniqasTdSFFSyI12P7wvzWHnTLEz8KE { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:57.625rem;left:13.9375rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#pDtmh2B5B5QWe9ugA3trEDlvy2NJAcxL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.125rem;width:11.1875rem;top:26.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#dyteuX9DKfIowTuyax6Wpz2smViCogak { color:#071638;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:32.0625rem;left:13.5625rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#E08UBapUsxrQo0HSv0uZOwDBNDH37Dmn { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:30.3125rem;left:13.5625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#rpPRfIgOp1bOoqtVsUXAtTpBxK2pA7Tq { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.8125rem;left:23.4375rem;display:block; }
#JqdTZAJiuBXI0DtCVanZK0C2Zqmazv6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G36TBOaZl6uvAXxsb7GbtWHmhGpTmsRu { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.234375rem;left:13.5625rem;display:block; }
#eTNkRxvGvppBxyvBJPyRzyPMHSu8aKIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aS0qIL8hVgZ08SaO1zzBlsqVhJeTTMAD { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.234375rem;left:43.875rem;display:block; }
#XmAw1RDX96Xav34RUDupnql1fHhu5xvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NN3Za8ryCzsS2wfBmf7GtueJCvIHcXXT { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:43.875rem;display:block; }
#AeqlT9r3GQGrbIIBmmNxtGmtfJzdiwx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgQoTKHZmb6pRdJGCHHD6o9JbcJTVmfH { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.8125rem;left:13.5rem;display:block; }
#XTWy738Ishen6fbXP3orq9IRGZiNLB8m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwhFFEQXgzDOQ1a2flKsgFH5rQNFgZ54 { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.8125rem;left:13.5625rem;display:block; }
#d5r5qxrnoTwxsT23kyvnrBfL6OCAev6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LzfIQsazhAlNUUgyMekx2fknkWxgft3e { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.4375rem;left:53.25rem;display:block; }
#aS8RpsNvrmTlftw9JN0hklKGVchPIJm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBrwCoGtC1EcylOycCAluyWqTtWLTttO { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:55.75rem;left:23.375rem;display:block; }
#yillA0pGN40cETOeJZkJpCeezDdvrLNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiD74PwUAmH1NOTikfWqb5PXTB6MU1AC { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:59.25rem;left:43.875rem;height:4.8rem;text-align:left;text-align-last:left;display:block; }
#yqVCqywH7zp5x8L5ZQqMGSnX8nTCMGJG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:54.25rem;left:31.3125rem;overflow:hidden;display:block; }
#aQ0M9EdlhWJPkzHKZbmvuNVczhGAAT0R { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:57.625rem;left:43.8125rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#F7bEnhaLZTH1fK2PcieQvUQoaIT3LC9w { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:55.75rem;left:53.25rem;display:block; }
#JpI689C710rTqb8l7VkrOdebNS4pETI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGupBwvi4XQbPtXXTgpkLXrQlQKFffId { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:68rem;left:1.4375rem;overflow:hidden;display:block; }
#OfrA36bd1leTPEoU4aywl7Vqphi3Hukq { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:73.1748046875rem;left:13.5625rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#lJf4sIEehxgMoqPO0ZJc7kGkdUcc8Qe6 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:71.4375rem;left:13.5625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#Cd7wM91lnTLW1uoMTP9db5OnCtrTodTq { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:69.5rem;left:23.375rem;display:block; }
#K76wOrnGq2QQTutIuv3lpGIFGTbNs61W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fL1XSQTOeoB53TeXc6nJLlpqTKNlphkS { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:69.5rem;left:13.5625rem;display:block; }
#LZ52Ey8ixCVlGqiTNwkOmL1tLXn73W8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeU6FwEF8idZ38G5lsLZLnBGrbAEgTce { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:68rem;left:31.75rem;overflow:hidden;display:block; }
#ggUsI7rZNpOErn5odckUZm6POIP86OSm { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:73.974609375rem;left:43.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#SdAfN8Jsxul1fq5WgJQWw2f2JPPzBIlm { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:72rem;left:43.875rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#HJa0hRITsSPUeJVRq8iAMP0Ahp9b6tTg { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:70.0625rem;left:53.6875rem;display:block; }
#dg2JMT6SnCbCMLAFMsLXRTvJ5DRi0ql1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdXRyJGpXBAD2KB4cItdvsugxH94TZ5e { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:70.0625rem;left:43.875rem;display:block; }
#n1ViOFa3AZTP9tSINr0exdNqSxRks3Ae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbRusoAuowuOZTVZLCeGDJ313b2bN26e { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:81.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#dVkaPhwRwumBG8SHrEh6KNOV2FfP0vcD { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:88.875rem;left:13.5625rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#FGEDhZQb2iJW3SugQIJ3UdCaqTHh11fa { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:87.125rem;left:13.5625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#HWMCREdwTsw5wQihWxfuOaNfVB1zIBTy { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:85.1875rem;left:23.375rem;display:block; }
#dnRLfsDSJXdRPUTLh75myfZm3Aueogfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ho7pfxThRvSnL1LT0EuxFqspWI1Da357 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:80.9375rem;left:31.75rem;overflow:hidden;display:block; }
#A8nIqwQSQhRyxRMHWfH46TEXh2991Pg8 { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:88.875rem;left:43.875rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#OB44qDCybwpJNkxN1ENZIpRrHM8mfT7u { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:87.125rem;left:43.9375rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#DhlVnVFlLaOPbhCiexerkf0K1HSw2upA { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:85.25rem;left:53.912109375rem;display:block; }
#nwWKCxIgTQmSW49u1uEuzp5ZKFl7Mb7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXRmStt8o6EreeZEiF2ntWpNssTu1Md0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.5rem;top:96.625rem;left:1.4375rem;overflow:hidden;display:block; }
#aPlGv92Q6nTlcDasXXMNgFcmoDDvCR9y { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:103.8125rem;left:13.5625rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#qos1i99F9DdMtT7efJHilpKgR8X9pC4R { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:102.0625rem;left:13.5625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#P6fAwbqE0agpechR3LhAv1NAyQSbha2D { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:100.125rem;left:23.375rem;display:block; }
#EDJGkQsKqRvVUkhRodfD89cb9sIIkeTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywqBhtgWEUncbSRqCbkU6T8H8753xIQe { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:100.125rem;left:13.5625rem;display:block; }
#OvIsNlfCf3VRBkCc09UJrEXTIEiLqxGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spuw3aRqKKTGihBlQAQIKgT6cAxnFEtk { color:#071638;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:103.8125rem;left:43.875rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#RiWxW87ZNAe2OEaFTESlABzEcftkd1DN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:96.625rem;left:31.75rem;overflow:hidden;display:block; }
#cIOTBVhiMJaTNT4RCh2nNFWWLZZGcsAa { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:102.0625rem;left:43.875rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#bg6aILBAfb2oJaIma9UJTwZ8fSPm9vMl { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:100.125rem;left:53.6875rem;display:block; }
#fGxwcqNQyI1NKCbQp5eP4OXIimTvCTVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMPmMIwa2GOPmuHAIBJx5tfhU5RJIUFV { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:100.125rem;left:43.875rem;display:block; }
#WTcmWhOOLiyTrkAIhWL0F31sG10wCslv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMhJViSvfmyhck9lMMLMz6Iebz734kpI { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:111.1865234375rem;left:1.78125rem;overflow:hidden;display:block; }
#uNxZe1Tde9HVT3DPEhBfiqFMTr1Nbsz1 { color:#071638;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:118.2998046875rem;left:13.5625rem;height:6.4rem;text-align:left;text-align-last:left;display:block; }
#waeC3NRVV1HKtoMF6B4c7qHaa1BGIvgS { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:116.5rem;left:13.5625rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#Vq90hZbuZkipWgw2bLXAKwm1uIoGMoC0 { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:114.5625rem;left:23.375rem;display:block; }
#NBDZKrCStql1oV1kPGimxFS1eEHnzWUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLdxEvMEdiMPC0Ed3nWBlLGGDlQ5PE8l { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:114.5625rem;left:13.5625rem;display:block; }
#Bs34OXbUB26pUsErLQfq07e6rrw6TxaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJ9PKRIwWranQIgmT1MqXMAobeECWCfX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:111.25rem;left:31.75rem;overflow:hidden;display:block; }
#qhAm0D46AZyTZlM7fIFRNlEAvXZSbBZ4 { color:#071638;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:118.4248046875rem;left:43.875rem;height:6.4rem;text-align:left;text-align-last:left;display:block; }
#VBGKeWxm0ftdvDeaMpunL3bWVDSkIiiM { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.6;letter-spacing:0;top:116.5625rem;left:43.9375rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#xXh921muzbaUxWsfIrSVaRFEdrz2T4l4 { background-color:#2a7d2e;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:114.625rem;left:53.912109375rem;display:block; }
#On1S3CfaqUUw9qKeK5Q9oV6PWyktW7fB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCSMeJRCVVDkCMhs5PF5ih4Sz0b4FSiI { background-color:#edb72d;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.9375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:114.625rem;left:43.875rem;display:block; }
#wXCzL4lv0aideFH80B0kkST0r9x4gWOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACzeZCffpOsIKeUa22TM5BGKTTX2T2EO { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #53ba00;top:1.8750019073486rem;left:2.8125rem;height:3.00625rem;font-style:normal;display:block; }
#SeVsCdah3Dv7ghr9iToFLaVxOz2zD8F5 { position:absolute;display:block;z-index:15002;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.625rem solid rgba(125,255,131,0.48);border-left:0.625rem solid rgba(125,255,131,0.48);border-right:0.625rem solid rgba(125,255,131,0.48);border-bottom:0.625rem solid rgba(125,255,131,0.48);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:0rem;left:0rem;display:block; }
#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3eab9d3-bb36-4f08-a858-103b147e2763/shutterstock_23120129311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF.adaptive-delivery-prevent-bg, #nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF.lazyload, #nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF.lazyloading { background-image: none; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container { background-color: transparent; background-image: none; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container > .video-iframe-container { display: none; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row > .video-iframe-container { display: none; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .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); }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container { border-width: 0; border-radius: 0; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container { font-size:0.875rem;font-family:arial;height:240.5rem;width:60rem;position:relative;display:block; }#F3C4XdanwXfW4MsOJFlKmRvTT5fDMXg0 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6041669845581rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lz7AHMgcLytglkNNrsZCNckxHZpXudtN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.3125rem;width:6.3125rem;top:8.9375rem;left:5.875rem;overflow:hidden;display:block; }
#OAnDuNw1trH8VcTRtzXlK25ZWUyBKcKK { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.2744140625rem;left:13.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#aNdAH74naw48bNuz1obn2gXVTAuFR3I9 { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:12.7119140625rem;left:13.6875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#rf5NEB6AgRxOEIM47PrNiNmdUhQbfiBQ { color:#53ba00;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:9.478515625rem;left:13.6875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#CLBiT6VZu6tH7oouh10KQWBn1aSbWqM8 { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.9375rem;left:13.6875rem;display:block; }
#GK56tisCJTBtQUs2Mv7GR5lBMfowdwwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7XrOFEKNTIhD4wKl8SuLNR9fwWcSxx8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:6.3125rem;top:216.8623046875rem;left:8.65625rem;overflow:hidden;display:block; }
#Hue0oa64degbyECM26ny95MzsVmzcJRn { color:#53ba00;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:216.8623046875rem;left:16rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#rlwXPmDkmBrZ1P1KXA4HL66mUXXXyozo { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:224.9375rem;left:16rem;display:block; }
#UUIQ7qUoqLegLIGbLHqfKsv0UWOO3Jky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRoAPbmZuiCT1y5KgFQPpLmfTzNMLWA8 { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:222.1875rem;left:16rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#kIAnKDTLgCmcwqKxOlyppmNtVaZUMAqQ { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:220.9501953125rem;left:16rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#m4GNfQRdd2ayZeThSxlHfPzpqqdq40L8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:64.6875rem;left:5.875rem;overflow:hidden;display:block; }
#rB4kMEHUme7srSIcT2VrloUzdCLK1auc { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:68.5rem;left:13.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Xfp2huzdssIpbArTrpwmH10G2TncWtWi { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:69.9375rem;left:13.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#p5nBrcngnzSK6GAiRUDqQx0EPopTXvHe { color:#53ba00;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:64.6875rem;left:13.6875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#uTr5CLD6WDaM24Rr3IGgaPZcu5JHfP4q { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:72.875rem;left:13.6875rem;display:block; }
#i8kDaz1gLye9ct2TLC5q9Op7Fc7wz33s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDvBCZiILNEM3T43g4h3m4d7K5Px0oiV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.9375rem;top:35.9375rem;left:5.875rem;overflow:hidden;display:block; }
#syEgOVA1E5TtbWfPdChd0t4lJuazMhxA { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:39.125rem;left:13.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#RKDf9nIEXhckP9xl6tvkD599IfDPr16F { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:40.5625rem;left:13.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#fMUTryKGBK6kpzuW3c60Rnswvs3TDEmT { color:#53ba00;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:36.6875rem;left:13.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#NZZNG3WMxPUJlQnUQSCVt6VLKoE9zSQg { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:42.9375rem;left:13.5rem;display:block; }
#LOM5NrTr0EE46krCpB49TkcO4QziFKR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8Bv4V1tEdNX38JWTxlvqgiGBvysufvT { box-sizing:content-box;height:55.5rem;width:40.125rem;position:absolute;display:block;z-index:15020;background-color:#2a7d2e;background-image:none;top:158rem;left:10.875rem;display:block; }
#rALmdcAM2wrrTrn6dCusct8XuhqPl4N3 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:160.3125rem;left:13.0625rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#XK39irvn0KeIHvm2fiq7iJSBmtuEvWEc { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:165.4375rem;left:13.125rem;height:28rem;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; }
#I0Im2wDMUfsJA6h7AU8nMVZT4cw0zvBU { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:94.9375rem;left:13.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#xQWTLikrvu0Qiv68EvCSiWg8G0IGUprp { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:96.375rem;left:13.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#lGVnkveos7ntqXpG3sVfKmq9hx8mhu2S { color:#53ba00;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:90rem;left:13.25rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#B00b9I4TssMmQOKeB8v16OuyfigpdxhM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:90.5rem;left:5.875rem;overflow:hidden;display:block; }
#SlFPPobB0x9CHQ2x9z9OX8owlNkXTnPh { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:49.6875rem;left:13.1875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#qqrC0pns4PRhnm15m8rvAhge4c6Aq2kk { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:55.1875rem;left:13.1875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Sq53PRGihAsU8TNpaRDExDCPyrJxok4r { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:53.75rem;left:13.1875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#GUuNJNwTOtWSbKiEDodL4x2T6gp9PHcf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:50.5625rem;left:5.875rem;overflow:hidden;display:block; }
#zrsJC4pW0DTJyRyoSb33JDUaK7aQkwmp { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:133.8125rem;left:13.4375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#gVWDkqv8fong1pq5Gt0y2gBsrJ8hAZbt { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:138.625rem;left:13.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#CzSR1dfNrASzTu8RVZk79fLe4EnECMM1 { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:137.125rem;left:13.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#X17ixOSe6DyBhP8ICIholybRgUt5wnet { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:133.8125rem;left:6.125rem;overflow:hidden;display:block; }
#BmTVJHxaTdTwxHQtBOWsh7tfKHTCn3M1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:144.5rem;left:6.125rem;overflow:hidden;display:block; }
#BrotPTlCfGM6iwATeAs7SauadIdNqo7m { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:145.0625rem;left:13.4375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#SpSs9cx4hWEbODNKuunxJIr84eyFLOxR { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:148.0625rem;left:13.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#MIMGEGANdMNAyKA2U5nLF1GBbnREx3S9 { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:149.5625rem;left:13.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#okx8U8ZMJ3GETXAE4zI4I2tndvQueWV3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.25rem;width:5.875rem;top:77.375rem;left:5.875rem;overflow:hidden;display:block; }
#e4NIUS49OTC6vND74hAgSTiDunglWnWw { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:79.625rem;left:13.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#uX9SJM8iAKTJRmV85EEI0QVW6PSR5LBi { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:81.625rem;left:13.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#CanyJfhAJoSFeFxw5frt7JEXeZSLIKD2 { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:83.25rem;left:13.1875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#M6S8sZ3qxTWOp6fGgGXlvR6BsMZK6zyW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:117.1875rem;left:6.125rem;overflow:hidden;display:block; }
#kLGmm7SVev9VtGIRoF5yRk08MFiTVBvQ { color:#53ba00;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:117.9375rem;left:13.4375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#G58GwGEV2QlQJguKVmalDnKwu6rmMNSC { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:121.625rem;left:13.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ynH4bSwi56x61ztp0VxoMbEq9ZzfNef0 { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:123.0625rem;left:13.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#igW8BTmplIl9Kuw0DJKqAgbdFTodLoLP { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:103.5rem;left:13.4375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#MohzRe4mDHL7U6NCe5GilsQ0GhThGhQs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:103.5rem;left:6.125rem;overflow:hidden;display:block; }
#fpOm9JhylxIP6E2Bwa5xokamb1eotyz1 { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:107.0625rem;left:13.4375rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#pcoJvrhie1QcVCtyTIeS9FGK4d3C8d3d { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:108.5625rem;left:13.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#koVTGG8Kt5Hd4JG75fK6VGIwV3yZqZ9G { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:110.4375rem;left:13.4375rem;display:block; }
#R9gSyfJJIiXfiyAqLcSPXR16U19aAbC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMfyTMI8P9hZDs2rsrcDaeozpuh4KNU1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:22.6875rem;left:6.375rem;overflow:hidden;display:block; }
#zhXUcBHVKPyOdkTtyXUdHF3DDwCDmNwU { color:#53ba00;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:22.6875rem;left:13.6875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#TcRiWiPkeJQyrAwEtLKxSzCDU89XmEe1 { color:#2a7d2e;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:26.5rem;left:13.6875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#WzUKSxHcCfXzVz3sQinsTx9SPh8etloA { color:#071638;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:27.9375rem;left:13.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#G3rSwi4kVGaQhNWooBD5kXFR8QolyDDa { background-color:#edb72d;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.5625rem;left:13.6875rem;display:block; }
#d3fhg7BsDczoyuuWCvEyt2BAvp3QdkVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLMHUL6XHNT2Fsnbs8fRvXi8Pek3T1ab { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:7.5rem;left:13.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#ZJrbJA06Ue177acZd9bk3aN3d71MAnXD { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:20.4375rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#lPRa05vO25tJJ6aymPPS0tlpUfosggks { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:34.3994140625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#otP0avIfpCxPOXVnJ3eNcpx3Qi1HWFfk { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:47.5244140625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#Z1mrpVAdqxOP0a8ltu9pWhM10LT6oQNQ { background-color:#edb72d;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:60rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:59rem;left:0rem;display:block; }
#OwQs8zMcZkih1JlOLNsqO8MFpo6y2qqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9e9iBam1wKtRFPimaFrXeh7pc3OGAd8 { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:62.3994140625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#uybBO2TuNuBcQeLf87nNI2XqOQDBUudn { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:77.375rem;left:13.0625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#SZz5yk7Th5yilklecC8Xz7VEeM6rOLBa { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:87.6875rem;left:13.125rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#SUJXNZFRnEwbyb5yF8LQIOF2ttSfKTXa { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:101.125rem;left:13.5rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#CdVxisK4N4AaLZcbKVPFTmLMhIIN0knG { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:115.650390625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#zCQuNDIM1EKCUwmunTeoipfwtOTHR5nF { background-color:#edb72d;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:60rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:126.875rem;left:0rem;display:block; }
#xHSvDHTIftSouSOTUs1vTXwJvkfaL8Gx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fpuhs2k6OPRSopzTCtn6c8NVQkQivVhg { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:131.525390625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#rZTi7BzufXqnb4FZDZptmGZf102iQ86G { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:142.962890625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#gI6tzLGgttEkBJeT5HPgJzWbls78aqHv { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:155.212890625rem;left:13.625rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#gZzeFT5K5TmGZcJA9WU2aHFuq8fDfEiL { color:#e3460b;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:214.400390625rem;left:16rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#KuraACQP3kWIUHFp5AJSNQdtB04udz7a { box-sizing:content-box;height:234.5rem;width:51.375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.552734375rem;left:4.3125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #2a7d2e ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oay470IK0mf0ZL3fQsJECfkrA3MzFlkO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:195.63671875rem;left:13.0625rem;overflow:hidden;display:block; }
#I2I7znbKgJb6Jfw55MbTbxlTPuMwHtuf { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:202.650390625rem;left:10.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CCHxtUsmyxFkVD29yM8PcWqrn3bPUPcX { color:#071638;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:203.9501953125rem;left:12.1875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#yGBdou2cRucCfOfWwNTDTCZpP2Aq9sPJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:195.63671875rem;left:32.375rem;overflow:hidden;display:block; }
#ECRJNwTi925TEhZ44u8eA0FwLp4arhZS { color:#071638;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:204.3876953125rem;left:31.28125rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#yw0fTnQvS5DIt0oko5NA9KfuJsTzePRE { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:202.587890625rem;left:30.21875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fhMVMtO4snpfO0hTmTkypLaBwmNDFxLa { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:195.63671875rem;left:42rem;overflow:hidden;display:block; }
#Wli0Ko6b3QUAQpFoMnMGNOpx6nC7I0Lh { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:202.587890625rem;left:39.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gbHy5VdTOCay3LVMfgl1aPXtKpEhCL59 { color:#071638;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:204.3876953125rem;left:40.1875rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#NU2SsmlNGSOZAfXIrgikX3WyLf1pHmbg { background-color:#edb72d;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:60rem;height:2.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:229.75rem;left:0rem;display:block; }
#QLJaCPUywIl0GbBQM6zMwhenKmerqoWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhyWbnsJUHppJJa6T5DVzDrk7tXnZGAD { color:#071638;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:204.10546875rem;left:21.03125rem;height:8.4rem;text-align:center;text-align-last:center;display:block; }
#Df3dX5pOqZ2G0hSOVg1f5M8NLan2idEG { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:195.63671875rem;left:22.4375rem;overflow:hidden;display:block; }
#bN13Rbb08v8PTKhREyKDhfPTkbSMFBgy { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:202.587890625rem;left:20.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1875rem;left:0.0625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { color:#071638;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:21.4375rem;left:6.6875rem;height:6.4rem;display:block; }
#MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:21.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { position:absolute;display:block;z-index:15010;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:8.625rem;left:-0.3125rem;display:block; }
#NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { position:absolute;display:block;z-index:15013;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:20.625rem;left:-0.3125rem;display:block; }
#Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { color:#071638;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:9.1875rem;left:6.6875rem;height:9.6rem;display:block; }
#hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { position:absolute;display:block;z-index:15016;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:8.625rem;left:29.9375rem;display:block; }
#A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { color:#071638;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:9.1875rem;left:36.6875rem;height:4.8rem;display:block; }
#eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:9.1875rem;left:32.375rem;overflow:hidden;display:block; }
#BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { position:absolute;display:block;z-index:15019;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:20.625rem;left:29.9375rem;display:block; }
#cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { color:#071638;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:21.4375rem;left:36.6875rem;height:6.4rem;display:block; }
#PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { 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:3.25rem;width:3.25rem;top:9.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { background-color:#e3460b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.4375rem;left:22.3125rem;display:block; }
#RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { position:absolute;display:block;z-index:14999;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.75rem solid rgba(42,125,46,0.48);border-left:0.75rem solid rgba(42,125,46,0.48);border-right:0.75rem solid rgba(42,125,46,0.48);border-bottom:0.75rem solid rgba(42,125,46,0.48);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:26.625rem;left:44.125rem;display:block; }
#iQFXxiuZVQe3UkWUVOfphW1NvCNCf4gF { position:absolute;display:block;z-index:15002;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.625rem solid #2a7d2e;border-left:0.625rem solid #2a7d2e;border-right:0.625rem solid #2a7d2e;border-bottom:0.625rem solid #2a7d2e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:38.4375rem;left:-4.125rem;display:block; }
#IoNzpye9tkR8waN3ECTaqdBchOPazmuW { 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:3.25rem;width:3.25rem;top:21.8125rem;left:31.875rem;overflow:hidden;display:block; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#071638;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45.875rem;left:19.5rem;z-index:15021; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #pDNVqsCFAyw0SXN06I33kkZW0lCvXkP8 { display:flex;position:relative;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #T1ZMxpOSkDQ0lXrCF5wvg09pi8oIUWiy { width:auto; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #fDAyxPGLnKJwpfQPTFR0T0Idbc2rhl8y {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #JdSdoOcgfffWEgtOunAtmEnHtCwOKdfo { display:flex;position:relative;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sPTvy9Kk2HZquA0tzgM3hddX0bmExrtI {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #EGnCyJFstaXtP0PzPFhBd3z9FDn0TWHm {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #DahgHpiXq4pGN9bnm62FUDhi5ZMUUGUP { display:flex;position:relative;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #BeJcLRcWPWBnDZJIylSLT4eXsywEpO8T {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #syfobdPaufpRTXoTXac8N7l6KO6GePoR {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #ted3Ob2QccgUfOfqbfn3Z8ZSrufgP2rh { display:flex;position:relative;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sNZiiD8z7BXn1egAimdW1SR46PQac67a {  }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #XoI5IK2FTE6HeOABbTTExEuWcxB0rknh {  }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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:115.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.9375038146975rem;left:0rem;height:4.8rem;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:#071638;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:14.25rem;left:0rem;height:2.4rem;font-style:normal;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:18.0625rem;left:0rem;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:#071638;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.625rem;left:6.5rem;height:20.8rem;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; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:#071638;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:42rem;left:6.5rem;height:22.4rem;display:block; }
#uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { position:absolute;display:block;z-index:15007;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:41.4375rem;left:0rem;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:#071638;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:68.375rem;left:6.5rem;height:17.6rem;display:block; }
#Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:68.375rem;left:1.8125rem;overflow:hidden;display:block; }
#a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { position:absolute;display:block;z-index:15010;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:67.6875rem;left:0rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { position:absolute;display:block;z-index:15000;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.625rem solid #2a7d2e;border-left:0.625rem solid #2a7d2e;border-right:0.625rem solid #2a7d2e;border-bottom:0.625rem solid #2a7d2e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:2.75rem;left:5.8125rem;display:block; }
#mtKDmFNV8RagCCEmKzO4PMuMPhgTg96f { box-sizing:content-box;color:#1f3666;font-size:2.875rem;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:block;z-index:15012;top:41.75rem;left:1.375rem;display:block; }
#yrs4V0uRfXPCk1d9XuW49FTEl1Er8cpF { box-sizing:content-box;color:#1f3666;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:15013;top:17.75rem;left:0.8125rem;display:block; }
#AsC9BkVwRXKdC7asnSM00DIdapINTkDU { color:#071638;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:92.8125rem;left:6.5rem;height:17.6rem;display:block; }
#tSEbg1Xml634zGiBmEtxcgfZVypzVi0w { position:absolute;display:block;z-index:15013;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:91.4375rem;left:0rem;display:block; }
#VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { position:absolute;display:block;z-index:15021;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:3.75rem;width:3.75rem;top:91.875rem;left:1.5625rem;overflow:hidden;display:block; }
#S8nwNwN0B02ZdB5bJQslPNt3T2vSurUi { position:absolute;display:block;z-index:15001;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.625rem solid rgba(42,125,46,0.54);border-left:0.625rem solid rgba(42,125,46,0.54);border-right:0.625rem solid rgba(42,125,46,0.54);border-bottom:0.625rem solid rgba(42,125,46,0.54);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6rem;width:6rem;top:11.875rem;left:54.037504196167rem;display:block; }
#IXyIeK0HX9E5N4zHTLOe6qiaQb9aCSW5 { position:absolute;display:block;z-index:15005;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:23.750000476837rem;left:5.0625rem;display:block; }
#FwyedJCUhQ00A63cyaC4vIvFmv9F1OBR { position:absolute;display:block;z-index:15006;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:27.187500476837rem;left:5.0625rem;display:block; }
#w5iZ3bTacIuqXLT5uktLUR4celWtT2Ft { position:absolute;display:block;z-index:15007;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:30.250000476837rem;left:5.0625rem;display:block; }
#qNf9IsfQ24Adz8PclRB6P5HLLZ2fgqNK { position:absolute;display:block;z-index:15008;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:33.437500476837rem;left:5.0625rem;display:block; }
#WQcRPOx33kXcc1G7a6yoQv3yLlQoZKT7 { position:absolute;display:block;z-index:15009;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:36.937500476837rem;left:5.0625rem;display:block; }
#W859e6ax6lundbq67NsCVP9W8CPsQ9zy { position:absolute;display:block;z-index:15010;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:47.375rem;left:5.0625rem;display:block; }
#OVTVqJXBcnUgcGV8rnbe1lrKLPv0NvW8 { position:absolute;display:block;z-index:15011;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:50.437501430511rem;left:5.0625rem;display:block; }
#ptABqlPumtms3OMeFJoKGoduuSFbWvGU { position:absolute;display:block;z-index:15012;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:53.687501907349rem;left:5.0625rem;display:block; }
#ZS0hdk4WHaxEWb31rzuOOfz8nquSc3yR { position:absolute;display:block;z-index:15013;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:55.312501907349rem;left:5.0625rem;display:block; }
#kBB0bwE9KMcv5rPbt3O6NS7O6PMHSfLJ { position:absolute;display:block;z-index:15014;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:58.562501907349rem;left:5.0625rem;display:block; }
#SUMz8z2pPVAdq2097Zteu9rCNGxvUgnm { position:absolute;display:block;z-index:15015;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:60.125001907349rem;left:5.0625rem;display:block; }
#UPBybSuo4UrNJ6Oay63EwdCoaU4hpmQ0 { position:absolute;display:block;z-index:15016;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:63.37500190735rem;left:5.0625rem;display:block; }
#ag5xKFFhyO2CM7hXr2K70kfoNlRZ1Hx8 { position:absolute;display:block;z-index:15017;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:73.75000190735rem;left:5.0625rem;display:block; }
#uJJ8WvS8tbHHewoqduAbXnztP6LUkRMM { position:absolute;display:block;z-index:15018;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:75.43750190735rem;left:5.0625rem;display:block; }
#CzrhruN0aBBtHO0AxBfdD4M7XOXrA9Bs { position:absolute;display:block;z-index:15019;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:78.43750190735rem;left:5.0625rem;display:block; }
#wy6rbZi65QdQztPcIP3vnZVJHpG0amFV { position:absolute;display:block;z-index:15020;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:81.68750190735rem;left:5.0625rem;display:block; }
#KBQbhslycRlf70GI9uATT8glxvhLBH3n { position:absolute;display:block;z-index:15021;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:84.81250190735rem;left:5.0625rem;display:block; }
#zDqDfS4cm8DMPHMEuFGUQCKUEg9yxcs4 { position:absolute;display:block;z-index:15022;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:98.12500190735rem;left:5.0625rem;display:block; }
#VLsPAfQy4CNd6LcNdNV9DSah5kW5D71o { position:absolute;display:block;z-index:15023;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:101.33047103882rem;left:5.0625rem;display:block; }
#dEQbX9tNf1dyK9xKbiJ8wmJhuTMLEPJ6 { position:absolute;display:block;z-index:15024;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:103.08047103882rem;left:5.0625rem;display:block; }
#SncT6lS5iUZxcQCXLoIAt36BB6lSy0vZ { position:absolute;display:block;z-index:15025;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:106.14297103882rem;left:5.0625rem;display:block; }
#uxpN9GXefzEBq3F6XoWat61Kr6osR2aX { position:absolute;display:block;z-index:15026;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:107.95547103882rem;left:5.0625rem;display:block; }
#Mq4Gin7xm5IozxXPwLJB3w3VyE1I9R4z { position:absolute;display:block;z-index:15012;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:53.687501907349rem;left:5.0625rem;display:none; }
#vORaXULkXoEa0MqlTAvlMAdZ7uUQki7V { position:absolute;display:block;z-index:15013;background-color:#53ba00;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:55.312501907349rem;left:5.0625rem;display:none; }
#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V { 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; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container { background-color: transparent; background-image: none; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container > .video-iframe-container { display: none; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row > .video-iframe-container { display: none; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .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); }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container { border-width: 0; border-radius: 0; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 { 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; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container { background-color: transparent; background-image: none; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container > .video-iframe-container { display: none; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row > .video-iframe-container { display: none; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .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); }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container { border-width: 0; border-radius: 0; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#Rx5xyFWeVHIAN2VQ7qfG784SgElWQzwW { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:0rem;left:0rem;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; }
#cdNUr9s1JTkVAzrtrb4eJTeJwkFMGDV2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.625rem;width:26.6875rem;top:4.71875rem;left:17.077891791045rem;display:block; }
#saaLfuZmkndo1JMEbquOHXi84cFgP6bB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.1875rem;width:19.0625rem;top:7.0625rem;left:48.268299549549rem;display:block; }
#HKrEcbleeALUBvlXqZVHcDXQNO2sJP73 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.4375rem;width:19.375rem;top:6.53125rem;left:-6.8073483715119rem;display:block; }
#se3wT5vuqcR07M7nlCwSZziquBi1rWzi { 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; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container { background-color: transparent; background-image: none; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container > .video-iframe-container { display: none; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row > .video-iframe-container { display: none; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .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); }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container { border-width: 0; border-radius: 0; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,125,46,0.7);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; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container { background-color: transparent; background-image: none; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container > .video-iframe-container { display: none; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row > .video-iframe-container { display: none; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .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); }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container { border-width: 0; border-radius: 0; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#eecMHLNNp8fiz5nm4dcnz5Dr7JsmNoyv { color:#071638;display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.390625rem;left:0.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n7RxTrDHZlboTmcdBTUFC16xBBPJVB0I { position:absolute;display:block;z-index:15000;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.625rem solid rgba(255,255,255,0.55);border-left:0.625rem solid rgba(255,255,255,0.55);border-right:0.625rem solid rgba(255,255,255,0.55);border-bottom:0.625rem solid rgba(255,255,255,0.55);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:2.390625rem;left:55.475004196167rem;display:block; }
#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,125,46,0.7);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; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { background-color: transparent; background-image: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container > .video-iframe-container { display: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container { display: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .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); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { border-width: 0; border-radius: 0; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#vJFE4uqMHZpvlvPQlv0anDqy65XvJ73r { position:absolute;display:block;z-index:15004;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:1.375rem;width:1.375rem;top:1.4750003814698rem;left:1.6875rem;display:block; }
#i9QalSh445UJywNr4mm3fLfB88bqsN87 { color:#071638;display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:0.5625rem;left:4.34375rem;height:3.2rem;font-style:normal;display:block; }
#fG8cpBQpfRsHTpf52Fn2dc9V3QKX8nbN { color:#071638;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:5.1875rem;left:4.34375rem;height:4.8rem;font-style:normal;display:block; }
#bAK6gd5EZ3GT2Uyw7C1uGoT4Q0soS18e { color:#071638;display:block;width:52rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.660938262939rem;left:4.34375rem;height:3.2rem;font-style:normal;display:block; }
#Zff6ca8MUs3bqvFs7W8lecylRwmk9ry6 { position:absolute;display:block;z-index:15002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#wN8KQN5OXHVdnp22Ndy6ZvuHH8WyUhZD { color:#071638;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:14.625000953674rem;left:4.34375rem;height:3.2rem;font-style:normal;display:block; }
#HRT8znBQ3tm16BFWTK0ieoQvnGvC8LQT { position:absolute;display:block;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:1.375rem;width:1.375rem;top:6.0992193222046rem;left:1.6875rem;display:block; }
#HCgaLInetAiCcCfEe5rHrHbg03vgu2UI { position:absolute;display:block;z-index:15006;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.661719322204rem;left:1.6875rem;display:block; }
#R2sz8ZLT88QdZi5QtxJ46etG62UkZdHb { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.537499427796rem;left:1.6875rem;display:block; }
#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR > .row .container { border-width: 0; border-radius: 0; }#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:none; }#MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI { color:#2a7d2e;display:block;width:51.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:8.25rem;left:2.25rem;height:18.9rem;text-align:justify;text-align-last:initial;display:block; }#MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI li:before{  }
#yxUTg0WaHuWJ4pRDa1Q951EtolTp7Vw8 { position:absolute;display:block;z-index:15004;background-color:#2a7d2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:0.125rem;top:7.75rem;left:1.125rem;display:block; }
#FWWxUBhUVxM1uma5nGKnugGmveZyCaT0 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:-12.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r55Ev3PmNhtAzsfMEkbXXNCKxBu5e0uS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:28.562502384186rem;left:0rem;height:1.65rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3eab9d3-bb36-4f08-a858-103b147e2763/shutterstock_23120129311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP.adaptive-delivery-prevent-bg, #P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP.lazyload, #P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP.lazyloading { background-image: none; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP > .row .container { border-width: 0; border-radius: 0; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:60rem;position:relative;display:none; }#d4kV9DHJbfolMDUb0g81mTlmsgAvhIwm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.3125rem;left:21.25rem; }
#VnzKU9EZOMWNi4I3cmfTqT1GDKUW1Hx5 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:35.3125rem;left:23.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGP1DXl1FQadQmDhv87yaXPxkR1mZuQf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.875rem;left:21.25rem; }
#V0lxbRenXH40TaGhSSXXtb3deU3O5bJB { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:37.875rem;left:23.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mBngTgsccqVuP6CcCGPGg1yc12Il0HON { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.5rem;left:21.25rem; }
#E8WXXtCvwF4pHs2irxQCVSIe3RkVTJMc { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:40.5rem;left:23.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFfvEV1aLnI32FoOdENAD6MqbG4QPfOk { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:42.8125rem;left:23.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#osFmRRRFBbJPCdyQFOJdcOfLXr7HJsoi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:42.8125rem;left:21.25rem; }
#ohlb91TASWr8mc4mM2OnFygStNwdiIxi { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:45.0625rem;left:23.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQpISQ39g6amZehWcvLQTm1dRhQn6FWS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:45.0625rem;left:21.25rem; }
#aT3G0Nf80F0Gn5P9AHqRr9BTOg6iTmOV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:47.4375rem;left:21.25rem; }
#TOV6GvgAr7qLevLRuaFxAEctxxhTZUgV { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:47.4375rem;left:23.375rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oRiaBnMoR6QxiiJ6MR4TeSC6lVuaUHTL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:50.9375rem;left:21.25rem; }
#mz1MTMdKbv1CVtmouHKMZporEDxmeX6t { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:51.0625rem;left:23.5625rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lkt9AefVmbc1W1d6l6ctSLPU5d791wTt { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:28.3125rem;left:41.625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5WmnM6ZSzUUecbu7zIokPusTQ4KWJT4 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:37.6875rem;left:2.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTOkVR1alThtAKMVZGUM0MnGEfvNEMoL { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:35.3125rem;left:2.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MuEDSHqxUAAwsm5z0H9aH219l0M0rdgO { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:33.375rem;left:2.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z28BGxyaSgT7Aa3J7Hge7R8PIEEXQOyp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:31.375rem;left:2.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQziwB9BEFtDcaeQporbL2yvFIqzUG3I { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:28.3125rem;left:1.625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#il4L4Qw9Q4sXTmsRrQuJ1M9Esa8GrzUp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.1875rem;left:0.5rem; }
#rh29IMg0R2y1uTRtHyQqTLshT5Jl62UH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.1875rem;left:0.5625rem; }
#kZBV5x1ILnqdxVSIGG1ToDJZWNcRhJ0T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.125rem;left:0.5625rem; }
#trc9ZiVzTEoqaZB8E0nIWumpr1VwZMcU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:37.5rem;left:0.625rem; }
#C5rdc4WevMao4UTpFMklTTITwFMc50H9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:40.0625rem;left:41.625rem; }
#RerArmFUAv6Ao3E0gewg2PaXTKslsxTe { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:40.125rem;left:44.0625rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UZ30g04THAnvpVLWWJIOuvJ5TKMrbakw { box-sizing:content-box;height:47.125rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.75rem;left:20rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #2a7d2e ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KAvFde53h40JOpXHNMdssMCERg92TFvU { color:#2a7d2e;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:29.875rem;left:21.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCaVWfTCLulzSRItCaqaagwdn1LpdG0n { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.5625rem;left:41.625rem; }
#Ziu7WxgOw3ses1s4PHJ5r3I0nRn48Gh3 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:31.75rem;left:43.9375rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgvV8qaPnoubykihSnlT4QXGekdhySnW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:33.5625rem;left:41.6875rem; }
#m4fofsWAI8iECSAZdUtH7p1HxPgeurZE { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:33.75rem;left:44.0625rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDg2G68BsXFUkI3aoy4U3yerrTlISvrx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:35.5rem;left:41.6875rem; }
#W0xdDQKJlKaWRW8tKuBbcF4gvCoq84kO { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:35.6875rem;left:44rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2uhMtMvxC0ewGkdCxtOeEceTfIXbm3p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:37.5625rem;left:41.625rem; }
#qcoyZIkoccwWFTd4WzTz9ABQEBQo9lTH { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:38.0625rem;left:44rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDM8Wc8abf3u7qN54LEqLAcElh1IuzU4 { box-sizing:content-box;height:34.5625rem;width:19.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13rem;left:40.3125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #2a7d2e ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Mpd5o0KSP6AQw4AOS82St8mbXaVULRXW { box-sizing:content-box;height:34.625rem;width:19.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.9375rem;left:0rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #2a7d2e ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T252uxy09KAlsh4P1QvWpTMHwrsXvQL3 { position:absolute;display:block;z-index:15042;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:13rem;width:13rem;top:14.6875rem;left:23.5rem;overflow:hidden;display:block; }
#QRo3oliyyd4kguPER8tzZFH7KT71OwBq { 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:11.0625rem;width:11.875rem;top:16rem;left:44.0625rem;overflow:hidden;display:block; }
#yeqhPVlHG6tLrxkRux8TKDTflHH8u40q { position:absolute;display:block;z-index:15044;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:11.125rem;width:11.8125rem;top:15.9375rem;left:4.125rem;overflow:hidden;display:block; }
#OaoPSFMB5NNEvedPVkIlqGuw0ab576PK { background-color:#e7b749;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:41.75rem;left:4.90625rem;display:block; }
#ZKwDcfz7vvpN76nWTgTV9wDv65grIldO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIdwl1V1xMbO2hsUTeWTIGH7Wneeq2C6 { background-color:#e7b749;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.3125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:53.875rem;left:24.9375rem;display:block; }
#LHE35dMrHdhy9zsqm849VV3fNa93vr8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R02lBGfaDsVPKcqHqAtPalyDTpTdJxDH { background-color:#e7b749;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:42.8125rem;left:44.9375rem;display:block; }
#p4JfCNvqb2esV8oizppssFOECFEzp5nH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLoRlLS02XVPoC5m7T40ngwwTx3L5n7s { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:12.1875rem;left:20.5rem;height:1.65rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#id1L8MV2GqJOvbXiUHZ9z9GDHFT1Rwfw { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:13.75rem;left:40.75rem;height:1.65rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cTgCtVQZkzXgKkCu6nBhGGrB6IywltZ2 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.8125rem;left:0.75rem;height:1.65rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BKmT70hO63CkzhtRilJwK9014oDFEsJg { color:#e3460b;display:block;width:54.625rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:1.0625rem;left:2.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#eRxR98ZLCGhecSB1LVmS3vOmRb9hd4Th { color:#e3460b;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:60.5625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a7d2e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst > .row .container { border-width: 0; border-radius: 0; }#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#xSrlI2RkmiimwFLkpdQzvaCn2xmnySdk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.9375rem;left:8.75rem;display:none; }
#f7fT0U8BhoPGrB7A6RinNtWBACu3uP8p { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e10808;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;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:11.375rem;width:39.375rem;top:11.9375rem;left:10.25rem;display:none; }
#tiPysgNoEgE0EpEZNegc9LBLeFPR7JKh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.375rem;left:1.5rem; }
#GIfk7zq8AtMTgibgeE9s8rmCeJogUPRW { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNkHKkKuRohFuqKZbTHlDp8iG2cxRfO1 { color:#000000;display:block;width:50.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:5.75rem;left:4.75rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9VByNp1f0OsXUvUs3Vko1AG6NK8H26T { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:8.5625rem;left:4.75rem;height:2.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aEvAQX8JMnA5e6nKP7cTs5q8lr4WML7x { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:13.125rem;left:4.6875rem;height:3.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFF591xgFTld5cL4XT2dRNiagH9L1PdT { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:19rem;left:4.75rem;height:2.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y88Jb4qEhEpEn4w9mJVxe76DmVD66nCD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.8125rem;left:1.5rem; }
#pMS8UyapOQ5QiIp9F2he9s1F0hVQxDtc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.125rem;left:1.5rem; }
#OtXEiUxTAtWG5Dt2PeRCh7tD1CVOI8Qu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.25rem;left:1.5rem; }
#HTyVksAIz7lT8cc3pzKXuZD9hmQc524b { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:23.8125rem;width:60rem;top:1.6875rem;left:0rem;display:block; }
#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a7d2e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ > .row .container { border-width: 0; border-radius: 0; }#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:60rem;position:relative;display:none; }#X3Hyk0rqMLC9359ouGUaNQVHJdb3Cz16 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.9375rem;left:8.75rem;display:none; }
#PHCWmwz4nXTaQFTxCRxenDPlXnmEyCfw { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e10808;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;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:11.375rem;width:39.375rem;top:11.9375rem;left:10.25rem;display:none; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-form-header { font-size:0.875rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:bold;color:#ffffff;width:28rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .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:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;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:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;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:28rem;box-sizing:border-box;height:4.375rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;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:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-checkbox { width:0.75rem;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; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff3f00;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:2.8125rem;margin-bottom:0.25rem;margin-left:3.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.625rem;font-family:"open sans";overflow:hidden;line-height:2.1; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG [class*="-text"]:-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG [class*="-text"]::-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG [class*="-text"]:-ms-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG [class*="-text"]::-webkit-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:27rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .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; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .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:#313131;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-container:first-of-type{padding-top:0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-container:last-of-type{padding-bottom:0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.916015625rem;left:29.5rem;font-size:0.875rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28rem;display:block;vertical-align:top; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#313131;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG {display:block;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.916015625rem;left:29.5rem;font-size:0.875rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #LzXcoubP45ltMZHTg1J9e9SrBuU7cI16 { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ySTCGrtIJzN0nGktkEXH5Dd9hQl8myPf { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #XTH0aJi1ouCoxH2JTqWmcZewTlhVv62D { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #xgDUMdv2fQy1eLokSBOc47a7ro9K4wtt { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #fno1OdyAvhdF6s8BQFlFhGc8q9a8RAof { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #F7twT9AxEXmL16bCtcy1Z05439WRJ5Du { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #Jx2NoZxJuV3uoXxUpXuPkPP1Esp7Sotu { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #HTAi1FlUAh1VglS29GcOrqJqp2VZ5boN { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #EnT9B1hGcfLTx8agD0U1L7Ac8t9TP0HN { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #J6fwfxVvxfuCQzDQWmdoJEb95FMlPU1Q { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T82pC7ys7ahTrd4NQqZIemQlRNNAsmTN { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TgpI5mD0gA6vs7Ol8CIV1iWZLZPyweIL { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #gzMJ6At2PFp8IwQdxrFFcUpeL2Jfp0KL { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #kuaiQZukOs3OkzqLVx1uee3ui7evwW41 { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #I1eXGRD88SpfmvXfdyxfySoLXNyA7FSe { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #CceGJZdGUbSi2hq1rkyOh7E3Nfa29oRs { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #mIMgEEtHIcx7aOXcuGowBf4igTmEDLgv { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TUxzwhJpJKTTzmylukGuDPNQ2NECcKZ2 { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #rizUNF4CyMUv0eTP6l9wwxCksxVLnVmT { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkS5iwEw7lwuR98lVT6ySnTdWm9kHR2S { position:relative;z-index:2; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #SwrqNBc3KvWQr5nDMEkS9bSxFvdmQXEW { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #foBDJugQwmnROd9oZbrWAXSGG1TmvXk0 { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #JPP03ngLSvwqQXf02hwR7L1WyGQMK9eP { position:relative;z-index:2; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #qqsOVy7VBLXKC4DbWRevmwoS1o0qwktM { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #t8v0Qk0E6pXGEuLtQR5lT6eBX7coMcZt { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #H11qLxas9EL7leV4EKvT4E4sw92kNRsa { position:relative;z-index:2; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #o3xq8U7fKTW9IdWULZAu6MsTa9PiDuV7 { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkKfgOiJz0le700TEoJnG99iv38ZTnqG { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #nKvUGS5U0cbvRsNUqwcTnTExTkQR8lVL { position:relative;z-index:2; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #chnkDr9alUT46TK6MtJFsabSAPIZU1LP { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T7IynbHlLzgyI9DU1xgk61eC8UE6WoDC { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #AbDiFZKm4iXAIS0f7pdff4bGxz25am2e { position:relative;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ymV9n00cTg2VNAfRpqtHNQWnqQmkTIil { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #eZsmctNubJDcsHxrKrv6uBT9McdHO2em { position:relative; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #R2m9bdkJEaNedTKDNviuDLTaXLfJlxLZ { position:relative; }
#XvPNn7uRfVporvyCQtBINtbdhHmwnqCr { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:2.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0Pgl9L9L8Tp0WWPyZke2UNGRBp3soDH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.06176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.3125rem;left:0rem; }
#fgBvNlfXMWTsCyGnMzhteiLfPn0oslQb { color:#000000;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:10.731250286102rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXO9O3wslDizumVwQCkcMiuk1bGlUUi3 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:16.067969322204rem;left:3rem;height:2.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nrwVgflDx9UqBv7bLxp83HXNWQ3iLb0h { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:21.5rem;left:3.125rem;height:6.3720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yy9x0ilvhOW75swZoMwGUcINGG4HkwLp { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:31.125rem;left:3.1875rem;height:8.920875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hI2KOzPtIrBJOweRdnXahhc4bVbPB17u { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:42.75rem;left:3.125rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PMQyp94O5G6L3NJm2OmIVOsSFbiKIPAo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.5rem;left:0rem; }
#I0TlHfdvdoQcqWBltxeTP44xl1rLTrMb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.5625rem;left:0rem; }
#WtEKxhTDtqzVRoXmsS5LxzntDboakpCh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:42.75rem;left:0rem; }
#qdfZZfGP1CuGWOT7pBda610eu30sJ5nw { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:41.875rem;width:28.125rem;top:9.1875rem;left:-1.1875rem;display:block; }
#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 { position:relative;display:block; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 { background-color: transparent; background-image: none; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row .container > .video-iframe-container { display: none; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row > .video-iframe-container { display: none; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .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); }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 { border-width: 0; border-radius: 0; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .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; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .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:19rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NyD6foOv5zNFM0drzlLrrVuMyq9osRWJ { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625002384186rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmZvsEMkDvn169xI8DcW5d6Le1OixGie { 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:3.25rem;width:19.0625rem;top:11.000000238419rem;left:20.468751907349rem;overflow:hidden;display:block; }
#PuWLrmc55iUcHEm8UebvVybobylhuxHo { position:relative;display:block; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo { background-color: transparent; background-image: none; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row .container > .video-iframe-container { display: none; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row > .video-iframe-container { display: none; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .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); }#PuWLrmc55iUcHEm8UebvVybobylhuxHo { border-width: 0; border-radius: 0; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .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; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .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:38.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XtCWV1fBgPd3ERsRhHqJp4hIiQySxT4c { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8T6aK0c6o1Tv8xZTXzTNo130p53ThvS { 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:7.25rem;width:7.6875rem;top:6.3304700851437rem;left:25.000001907349rem;overflow:hidden;display:block; }
#beO2rr8F5CBT2iqfvJ4mUy7QPiTWIIrh { position:absolute;display:block;z-index:15007;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:4rem;width:18.0625rem;top:7.9554700851437rem;left:1.53125rem;overflow:hidden;display:block; }
#V2MAXgIA2pkza6WRBWDNRXCBxl4IBVW6 { position:absolute;display:block;z-index:15007;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.625rem;width:22.625rem;top:8.6429700851437rem;left:36.437501907349rem;overflow:hidden;display:block; }
#V17KmJI8Lpsr38Ar8bsti9KQiGxFs1r1 { position:absolute;display:block;z-index:15007;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:3.625rem;width:20.875rem;top:17.330078125rem;left:8.5625rem;overflow:hidden;display:block; }
#SPgugqvuqHANM23Z49QiiOP5WcHXT9NN { position:absolute;display:block;z-index:15008;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:14.9375rem;top:16.236328125rem;left:32.0625rem;overflow:hidden;display:block; }
#Z53XFw4PDpCd1rmoh02aagDm6VKqMLTv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.125rem;top:26.375rem;left:44rem;overflow:hidden;display:block; }
#eIslic3PSZ0UiiJz540HX3PS7Vi8I7D1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:6.4375rem;top:22.0625rem;left:5.9375rem;overflow:hidden;display:block; }
#cV7KTge0fwLVwkRPQ0qwhyAN1yUh562k { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:18.0625rem;top:28.6875rem;left:19.5rem;overflow:hidden;display:block; }
#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 { position:relative;display:block; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 { background-color: transparent; background-image: none; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row .container > .video-iframe-container { display: none; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row > .video-iframe-container { display: none; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .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); }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 { border-width: 0; border-radius: 0; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .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; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .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:24.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NgdzlK4OuEkEWDOGwm5F1mRdJ3eUUzQu { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJFk809GXKipwC0QMzrFZL7pvkhp5Ckd { 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:7.25rem;width:9.5rem;top:5.5625rem;left:25.125rem;overflow:hidden;display:block; }
#d46efITBSXBKuXI4fcr1M9RTBTXztfIk { position:absolute;display:block;z-index:15007;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:18.0625rem;top:7.5rem;left:5.4375rem;overflow:hidden;display:block; }
#XfOoGqoSPdmmHLfdoMUTTn0wLyI3A80H { position:absolute;display:block;z-index:15008;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.75rem;width:13.875rem;top:8.78125rem;left:37.6875rem;overflow:hidden;display:block; }
#JNZVzwlKTh3zUaeSMwphacZgWcOdlGJ8 { position:absolute;display:block;z-index:15007;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.5625rem;width:16.625rem;top:15.25rem;left:11.875rem;overflow:hidden;display:block; }
#OpRxeeu04UCvW0hff3C2f5EGvQJkmgG3 { position:absolute;display:block;z-index:15008;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.0625rem;width:8.75rem;top:15.25rem;left:32.4375rem;overflow:hidden;display:block; }
#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA { position:relative;display:block; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA { background-color: transparent; background-image: none; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row .container > .video-iframe-container { display: none; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row > .video-iframe-container { display: none; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .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); }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA { border-width: 0; border-radius: 0; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .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; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .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:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgVwxmgZpFEt23nW4BEkhudAuv5XSTAJ { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd { position:relative;display:block; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd { background-color: transparent; background-image: none; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row .container > .video-iframe-container { display: none; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row > .video-iframe-container { display: none; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .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); }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd { border-width: 0; border-radius: 0; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .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; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lqTMHWJBzNCxrzKRyXGJCXNdviv891lE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.625rem;top:2.3124980926514rem;left:2.1875rem;overflow:hidden;display:block; }
#WqC0aTWRrdOC2XqOEOyqIse8I4IhGMCN { 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:2.625rem;width:13.5625rem;top:2.9984378814698rem;left:15.718751907349rem;overflow:hidden;display:block; }
#gNR9kQOowH3oQxAUMasNm5pd84ZTatVL { position:absolute;display:block;z-index:15007;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.25rem;width:10.375rem;top:2.1859378814698rem;left:32.312501907349rem;overflow:hidden;display:block; }
#ZvVypToZIvarH4IPF44iu3sxJVulq70e { position:absolute;display:block;z-index:15008;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.125rem;width:10.4375rem;top:2.2484378814698rem;left:47.280469894409rem;overflow:hidden;display:block; }
#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL { position:relative;display:block; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL { background-color: transparent; background-image: none; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row .container > .video-iframe-container { display: none; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row > .video-iframe-container { display: none; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .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); }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL { border-width: 0; border-radius: 0; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .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; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kVZtu9oBG35wO50O3LRXxVKuw9eRv5Q2 { 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:4.9375rem;width:14.4375rem;top:0.9375rem;left:2.78125rem;overflow:hidden;display:block; }
#QSSplTtykb1TeSRn5QZ1Qmv5WsCvftUf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:14.625rem;top:0.6875rem;left:22.687501907349rem;overflow:hidden;display:block; }
#JzkRuUoUxQnPnVD0kMroxlKkSgk0yLDU { 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:3.4375rem;width:17.6875rem;top:1.84375rem;left:41.156251907349rem;overflow:hidden;display:block; }
#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 { position:relative;display:block; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 { background-color: transparent; background-image: none; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row .container > .video-iframe-container { display: none; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row > .video-iframe-container { display: none; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .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); }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 { border-width: 0; border-radius: 0; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .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; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .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:4.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,125,46,0.7);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; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container { background-color: transparent; background-image: none; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container > .video-iframe-container { display: none; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row > .video-iframe-container { display: none; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .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); }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container { border-width: 0; border-radius: 0; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#HfTHa3RpShQ9B3eQJBnXB2qT9emgNR8V { color:#071638;display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2031450271606rem;left:0.71875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZF1WDK49igDrEgftP044Iuu41TeZ0F1 { position:absolute;display:block;z-index:15000;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.625rem solid rgba(255,255,255,0.55);border-left:0.625rem solid rgba(255,255,255,0.55);border-right:0.625rem solid rgba(255,255,255,0.55);border-bottom:0.625rem solid rgba(255,255,255,0.55);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:34.640616387129rem;left:55.522918701172rem;display:block; }
#GD5BNP3qaLbBTpJKbqTHsMbDPbuP88U5 { position:absolute;display:block;z-index:15003;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:19.125rem;width:29rem;top:5.4052088260651rem;left:0rem;overflow:hidden;display:block; }
#I4Kolf0yhyzF7zAkFWErza0sJtDsxKT6 { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:26.687500923872rem;left:0.71875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#lHxSIU873mTGLHnTF88xp2DpSt6pnOuJ { color:#001f5f;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:30.287109375rem;left:0rem;height:1.8rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a0yFAsWEGwB8N1NOU8m2HcV7Nrr81hEQ { position:absolute;display:block;z-index:15018;height:21.3125rem;width:33.4375rem;top:11.2158203125rem;left:30rem;display:block; }
#gL5wbox0KJGaykEUB1H89zuFEPdn77eJ { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:4.2294921875rem;left:26.8125rem;height:6.4rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container { background-color: transparent; background-image: none; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container > .video-iframe-container { display: none; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row > .video-iframe-container { display: none; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .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); }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container { border-width: 0; border-radius: 0; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#UxTlVhJDkT9tbrJUM18JsZlxDhQTITWC { color:#130a08;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:35.3125rem;left:2.125rem;height:6.825rem;display:block; }
#KEwROZI8QWoOVnosc8H71ZyGoSd53Epr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:26.4375rem;left:2.125rem;overflow:hidden;display:block; }
#C22LqIfVbhe03DPR0WZSpTWl4yGgqyQp { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:12.6875rem;left:27.125rem;height:7.8rem;display:block; }
#LSVCQxXeLQpaX2E6bb7odAS91f3VM1Do { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:7.75rem;width:7.5625rem;top:3.78125rem;left:26.8076171875rem;overflow:hidden;display:block; }
#vfNn5VaExMBSa4Coe3TcT9mUFMuUg5kz { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:35.3125rem;left:14.1875rem;display:block; }
#oA4CRmPWnFLpinWt78rT5Otv0WL2TQ4K { box-sizing:content-box;color:#000000;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:14.3125rem;left:14.5rem;display:block; }
#zkhPACAhHp8Jrh0uRIzGFq8q5IlsKfru { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:3.875rem;left:2.125rem;overflow:hidden;display:block; }
#mgUVos5nCaVHpulrheq6SBodlFTdG4yI { color:#071638;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:.8;letter-spacing:0;top:1.1279296875rem;left:0rem;height:1rem;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; }
#y0OVIH7cpZAAr48hsaHbvxobF1dbFHRJ { color:#071638;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:.8;letter-spacing:0;top:1.1279296875rem;left:25.25rem;height:1rem;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; }
#yEW61XTuUkRopykReSGvMzJaXzdkugoT { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.5625rem;height:6.825rem;display:block; }
#sJFgBkkTS3zSoLJIkRaZNig38s3sdzGr { color:#071638;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;top:23.1904296875rem;left:0rem;height:1rem;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; }
#lapS7SAqUIaBxvqUGgKMtuu9xl3HhNvb { color:#130a08;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.25rem;left:40.3125rem;height:6.825rem;display:block; }
#lOtWf074uGd9v1FE1SgS92NifMAWi61a { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:26.375rem;left:40.3125rem;overflow:hidden;display:block; }
#J1eD1oJmbm9H9c4CF7E8MF37ht5ce4kq { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:35.25rem;left:52.375rem;display:block; }
#l5E0QUPmQxTbghBuV9BzEkytZwa1rUa9 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:26.5rem;left:20.4375rem;overflow:hidden;display:block; }
#IEGS1I9c4JNgATmbv5Pur0TFGagfVdrZ { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.375rem;left:20.375rem;height:7.8rem;display:block; }
#dI9IcvyHSnP2GSr4zC6LkyI1W5qimcxg { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:35.375rem;left:32.75rem;display:block; }
#CVGfVvTf5PBrS63gTmgTrWOnlPTZHxbv { box-sizing:content-box;color:#000000;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.3125rem;left:38.6875rem;display:block; }
#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.45);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; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container { background-color: transparent; background-image: none; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container > .video-iframe-container { display: none; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row > .video-iframe-container { display: none; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .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); }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container { border-width: 0; border-radius: 0; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#hopHXr2m5snqZevbVPTt3KhFT9KtfAP2 { box-sizing:content-box;color:#2a7d2e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.25rem;left:22.125rem;display:block; }
#ch19H0xSVFozNHS6WCu8kDK4WHdgZsd1 { box-sizing:content-box;color:#2a7d2e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.25rem;left:38.75rem;display:block; }
#wmiUbJRSk5v5TR6DVrocGZWu5nKM5yfP { box-sizing:content-box;color:#2a7d2e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.25rem;left:12.5625rem;display:block; }
#N6qkACoHRK4TzJTiwBL7zJUu8WraF1Xh { box-sizing:content-box;color:#071638;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.25rem;left:10.75rem;display:block; }
#XmKq9dQsKvlbGwMlVxA1tPO1owlKZe9R { box-sizing:content-box;color:#071638;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.25rem;left:8.9375rem;display:block; }
#S06sErObStMb0mKiAgAihuprWGTQTB0S { color:#422319;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:14.125rem;height:1.3rem;display:block; }
#py8SUdrchWXnAIgqiDy2orW6dVCmN5Ev { color:#071638;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:41.125rem;height:1.3rem;display:block; }
#TerKxKOVkhhKsB6kGivW0fN9r1xAgHqL { color:#071638;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.9375rem;height:1.3rem;display:block; }
#wWZ4aT3faEzyWm6ylhzAJAHNM2aMfrSy { color:rgba(7,22,56,0.54);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw { position:relative;display:block; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw { background-color: transparent; background-image: none; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row .container > .video-iframe-container { display: none; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row > .video-iframe-container { display: none; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .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); }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw { border-width: 0; border-radius: 0; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .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; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .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:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;bottom:0rem;left:0rem;right:0rem;display:block; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container { background-color: transparent; background-image: none; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container > .video-iframe-container { display: none; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row > .video-iframe-container { display: none; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .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); }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container { border-width: 0; border-radius: 0; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#zRgcrAJSuFEhh76hxbc6pEM093eDwguL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.7375015258789rem;left:60.86249961853rem; }
#zRgcrAJSuFEhh76hxbc6pEM093eDwguL > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:14.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:21.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:17.625rem;height:3.9375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:8.875rem;height:2.625rem;top:2.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:6.5625rem;height:2.625rem;top:2.5rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:6.5625rem;height:2.625rem;top:2.4375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #HRA560L8NDUV4r5UmTif62CU1RSxKhmG { top:2.25rem;left:0rem;width:13.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKT0T9b5p5ObXB62yZLXxTX2M5Iw068c { top:8.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq { display:block; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cClNQmDoBdLST4KT7V3HseL3vrSHFUx7 { top:8.75rem;left:0rem;width:47.75rem;height:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1xtfQcefF5mtOH1S6PTFTKOBnhWKZ5s { top:7.875rem;left:38.8125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTWIxWKopmIPlRKdu2ERdmN5NErJoCu { top:4.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoJRr28HrBUPevi3fs2usSqIKROW1Ao { top:2.125rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { top:13.75rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { top:13.75rem;left:7.4375rem;width:12.5rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK9XoTTK2D8yxX2qhl1aXvbHJb108B5 { top:9.75rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1QQJdacRPQ0lVAN9BSB6kwfoEW6ro0t { top:10.375rem;left:25.125rem;width:11.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmTy4VG9T5ZbheTZVrLrxrvWlSB9vU3 { top:39.9375rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3CwcX2ZZQGQViB7cCyHTDBp6nV2P8nh { top:26.5rem;left:25.1875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugi7KoG3NSTWlZGEBRF8mZpWc9Xgxxo { top:43.9375rem;left:7.375rem;width:16.0625rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdGTzIUmwpx5OlZIc74luRJwng4IKaVH { top:31.5rem;left:31.625rem;width:16.125rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXoPNf1HSXpATDPgCE3ZTgxXTg1Tywc1 { top:43.9375rem;left:7.375rem;width:15.5rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTm6vqy5uhZJTbTlp3HckM1caXA0KBm1 { top:29.875rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTk3X6uC2A6CdSpt10F61baMuLlWeH4 { width:5rem;height:1.9375rem;top:41.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQ8FpqQ3qtH3TUxKgCmShCVXUTol6DM { display:block; }
 }@media only screen and (max-width: 763px) { #NCV8oer8vpBLKt9iUqftBlsOrdRI8rfh { top:39.9375rem;left:25.125rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwInOLffsupPgLZka9aB7pQK9TTKTP6 { top:43.9375rem;left:31.6875rem;width:16.0625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtbpCW5awHtnfcD8LhtAFAeRlf2Mw3V8 { top:43.9375rem;left:34.1875rem;width:13.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QooFL6Bp9ME7uEryT2q48TiI02kN6uCy { width:5rem;height:1.9375rem;top:11.1875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OTqtWJxBsWIfHTrWMdOtHrbTDdqbGG { display:block; }
 }@media only screen and (max-width: 763px) { #ikZhLT3uI4DV2elTT4mKC4pIoXHQzVfz { width:5rem;height:1.9375rem;top:11.1875rem;left:17.196876525879rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80ehdq8cLcfAnVHX0Tm39xsvBhH7VT0 { display:block; }
 }@media only screen and (max-width: 763px) { #NyvUKEhorl3f1xHrckVNVAeXJzpqRSLq { top:15.3125rem;left:31.625rem;width:16.125rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOVxHli2RNZ8yu4bzHbeltcCivEdvt4G { top:15.3125rem;left:7.4375rem;width:14.9375rem;height:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1s7xblilFIUOXOJezi9yhD3788cbTQ { width:5rem;height:1.9375rem;top:27.75rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw2CSiNvkDES96AT6aTd3CUSOM8KBfvc { display:block; }
 }@media only screen and (max-width: 763px) { #u7o1aNScitl6OPNslegRlqumNrusTVut { top:54.25rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbRXpW2yxS0rT2aA6tVAan7DKdVXQflK { top:59.25rem;left:7.875rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoniqasTdSFFSyI12P7wvzWHnTLEz8KE { top:57.625rem;left:7.8125rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDtmh2B5B5QWe9ugA3trEDlvy2NJAcxL { top:26.1875rem;left:0rem;width:11.1875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyteuX9DKfIowTuyax6Wpz2smViCogak { top:32.0625rem;left:7.4375rem;width:16.0625rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E08UBapUsxrQo0HSv0uZOwDBNDH37Dmn { top:30.3125rem;left:7.4375rem;width:17.75rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPRfIgOp1bOoqtVsUXAtTpBxK2pA7Tq { width:5rem;height:1.9375rem;top:27.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdTZAJiuBXI0DtCVanZK0C2Zqmazv6o { display:block; }
 }@media only screen and (max-width: 763px) { #G36TBOaZl6uvAXxsb7GbtWHmhGpTmsRu { width:5rem;height:1.9375rem;top:11.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNkRxvGvppBxyvBJPyRzyPMHSu8aKIZ { display:block; }
 }@media only screen and (max-width: 763px) { #aS0qIL8hVgZ08SaO1zzBlsqVhJeTTMAD { width:5rem;height:1.9375rem;top:11.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAw1RDX96Xav34RUDupnql1fHhu5xvb { display:block; }
 }@media only screen and (max-width: 763px) { #NN3Za8ryCzsS2wfBmf7GtueJCvIHcXXT { width:5rem;height:1.9375rem;top:27.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqlT9r3GQGrbIIBmmNxtGmtfJzdiwx0 { display:block; }
 }@media only screen and (max-width: 763px) { #HgQoTKHZmb6pRdJGCHHD6o9JbcJTVmfH { width:5rem;height:1.9375rem;top:41.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWy738Ishen6fbXP3orq9IRGZiNLB8m { display:block; }
 }@media only screen and (max-width: 763px) { #fwhFFEQXgzDOQ1a2flKsgFH5rQNFgZ54 { width:5rem;height:1.9375rem;top:27.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5r5qxrnoTwxsT23kyvnrBfL6OCAev6r { display:block; }
 }@media only screen and (max-width: 763px) { #LzfIQsazhAlNUUgyMekx2fknkWxgft3e { width:5rem;height:1.9375rem;top:41.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS8RpsNvrmTlftw9JN0hklKGVchPIJm9 { display:block; }
 }@media only screen and (max-width: 763px) { #HBrwCoGtC1EcylOycCAluyWqTtWLTttO { width:5rem;height:1.9375rem;top:55.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yillA0pGN40cETOeJZkJpCeezDdvrLNQ { display:block; }
 }@media only screen and (max-width: 763px) { #NiD74PwUAmH1NOTikfWqb5PXTB6MU1AC { top:59.25rem;left:31.625rem;width:16.125rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVCqywH7zp5x8L5ZQqMGSnX8nTCMGJG { top:54.25rem;left:25.1875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ0M9EdlhWJPkzHKZbmvuNVczhGAAT0R { top:57.625rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bEnhaLZTH1fK2PcieQvUQoaIT3LC9w { width:5rem;height:1.9375rem;top:55.75rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpI689C710rTqb8l7VkrOdebNS4pETI7 { display:block; }
 }@media only screen and (max-width: 763px) { #bGupBwvi4XQbPtXXTgpkLXrQlQKFffId { top:68rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrA36bd1leTPEoU4aywl7Vqphi3Hukq { top:73.125rem;left:7.4375rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJf4sIEehxgMoqPO0ZJc7kGkdUcc8Qe6 { top:71.4375rem;left:7.4375rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7wM91lnTLW1uoMTP9db5OnCtrTodTq { width:5rem;height:1.9375rem;top:69.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76wOrnGq2QQTutIuv3lpGIFGTbNs61W { display:block; }
 }@media only screen and (max-width: 763px) { #fL1XSQTOeoB53TeXc6nJLlpqTKNlphkS { width:5rem;height:1.9375rem;top:69.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ52Ey8ixCVlGqiTNwkOmL1tLXn73W8N { display:block; }
 }@media only screen and (max-width: 763px) { #DeU6FwEF8idZ38G5lsLZLnBGrbAEgTce { top:68rem;left:25.625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggUsI7rZNpOErn5odckUZm6POIP86OSm { top:73.9375rem;left:31.625rem;width:16.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdAfN8Jsxul1fq5WgJQWw2f2JPPzBIlm { top:72rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJa0hRITsSPUeJVRq8iAMP0Ahp9b6tTg { width:5rem;height:1.9375rem;top:70.0625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2JMT6SnCbCMLAFMsLXRTvJ5DRi0ql1 { display:block; }
 }@media only screen and (max-width: 763px) { #mdXRyJGpXBAD2KB4cItdvsugxH94TZ5e { width:5rem;height:1.9375rem;top:70.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ViOFa3AZTP9tSINr0exdNqSxRks3Ae { display:block; }
 }@media only screen and (max-width: 763px) { #xbRusoAuowuOZTVZLCeGDJ313b2bN26e { top:81.6875rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkaPhwRwumBG8SHrEh6KNOV2FfP0vcD { top:88.875rem;left:7.4375rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGEDhZQb2iJW3SugQIJ3UdCaqTHh11fa { top:87.125rem;left:7.4375rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWMCREdwTsw5wQihWxfuOaNfVB1zIBTy { width:5rem;height:1.9375rem;top:85.1875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRLfsDSJXdRPUTLh75myfZm3Aueogfo { display:block; }
 }@media only screen and (max-width: 763px) { #Ho7pfxThRvSnL1LT0EuxFqspWI1Da357 { top:80.9375rem;left:25.625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8nIqwQSQhRyxRMHWfH46TEXh2991Pg8 { top:88.875rem;left:31.625rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB44qDCybwpJNkxN1ENZIpRrHM8mfT7u { top:87.125rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlVnVFlLaOPbhCiexerkf0K1HSw2upA { width:5rem;height:1.9375rem;top:85.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWKCxIgTQmSW49u1uEuzp5ZKFl7Mb7R { display:block; }
 }@media only screen and (max-width: 763px) { #BXRmStt8o6EreeZEiF2ntWpNssTu1Md0 { top:96.625rem;left:0rem;width:10.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlGv92Q6nTlcDasXXMNgFcmoDDvCR9y { top:103.8125rem;left:7.4375rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qos1i99F9DdMtT7efJHilpKgR8X9pC4R { top:102.0625rem;left:7.4375rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fAwbqE0agpechR3LhAv1NAyQSbha2D { width:5rem;height:1.9375rem;top:100.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDJGkQsKqRvVUkhRodfD89cb9sIIkeTW { display:block; }
 }@media only screen and (max-width: 763px) { #ywqBhtgWEUncbSRqCbkU6T8H8753xIQe { width:5rem;height:1.9375rem;top:100.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIsNlfCf3VRBkCc09UJrEXTIEiLqxGx { display:block; }
 }@media only screen and (max-width: 763px) { #spuw3aRqKKTGihBlQAQIKgT6cAxnFEtk { top:103.8125rem;left:31.625rem;width:16.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWxW87ZNAe2OEaFTESlABzEcftkd1DN { top:96.625rem;left:25.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIOTBVhiMJaTNT4RCh2nNFWWLZZGcsAa { top:102.0625rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg6aILBAfb2oJaIma9UJTwZ8fSPm9vMl { width:5rem;height:1.9375rem;top:100.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGxwcqNQyI1NKCbQp5eP4OXIimTvCTVI { display:block; }
 }@media only screen and (max-width: 763px) { #MMPmMIwa2GOPmuHAIBJx5tfhU5RJIUFV { width:5rem;height:1.9375rem;top:100.125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcmWhOOLiyTrkAIhWL0F31sG10wCslv { display:block; }
 }@media only screen and (max-width: 763px) { #PMhJViSvfmyhck9lMMLMz6Iebz734kpI { top:111.125rem;left:0rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNxZe1Tde9HVT3DPEhBfiqFMTr1Nbsz1 { top:118.25rem;left:7.4375rem;width:18.25rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waeC3NRVV1HKtoMF6B4c7qHaa1BGIvgS { top:116.5rem;left:7.4375rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq90hZbuZkipWgw2bLXAKwm1uIoGMoC0 { width:5rem;height:1.9375rem;top:114.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBDZKrCStql1oV1kPGimxFS1eEHnzWUa { display:block; }
 }@media only screen and (max-width: 763px) { #gLdxEvMEdiMPC0Ed3nWBlLGGDlQ5PE8l { width:5rem;height:1.9375rem;top:114.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs34OXbUB26pUsErLQfq07e6rrw6TxaQ { display:block; }
 }@media only screen and (max-width: 763px) { #wJ9PKRIwWranQIgmT1MqXMAobeECWCfX { top:111.25rem;left:25.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAm0D46AZyTZlM7fIFRNlEAvXZSbBZ4 { top:118.375rem;left:27.5rem;width:20.25rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBGKeWxm0ftdvDeaMpunL3bWVDSkIiiM { top:116.5625rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXh921muzbaUxWsfIrSVaRFEdrz2T4l4 { width:5rem;height:1.9375rem;top:114.625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #On1S3CfaqUUw9qKeK5Q9oV6PWyktW7fB { display:block; }
 }@media only screen and (max-width: 763px) { #cCSMeJRCVVDkCMhs5PF5ih4Sz0b4FSiI { width:5rem;height:1.9375rem;top:114.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXCzL4lv0aideFH80B0kkST0r9x4gWOT { display:block; }
 }@media only screen and (max-width: 763px) { #ACzeZCffpOsIKeUa22TM5BGKTTX2T2EO { top:1.875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVsCdah3Dv7ghr9iToFLaVxOz2zD8F5 { top:0rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF { display:block; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3C4XdanwXfW4MsOJFlKmRvTT5fDMXg0 { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7AHMgcLytglkNNrsZCNckxHZpXudtN { top:8.9375rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnDuNw1trH8VcTRtzXlK25ZWUyBKcKK { top:11.25rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdAH74naw48bNuz1obn2gXVTAuFR3I9 { top:12.6875rem;left:7.3125rem;width:40.4375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5NEB6AgRxOEIM47PrNiNmdUhQbfiBQ { top:9.4375rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiT6VZu6tH7oouh10KQWBn1aSbWqM8 { width:8.75rem;height:2rem;top:15.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK56tisCJTBtQUs2Mv7GR5lBMfowdwwV { display:block; }
 }@media only screen and (max-width: 763px) { #J7XrOFEKNTIhD4wKl8SuLNR9fwWcSxx8 { top:216.8125rem;left:2.53125rem;width:6.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hue0oa64degbyECM26ny95MzsVmzcJRn { top:216.8125rem;left:9.0625rem;width:38.6875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwXPmDkmBrZ1P1KXA4HL66mUXXXyozo { width:8.75rem;height:2rem;top:224.9375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUIQ7qUoqLegLIGbLHqfKsv0UWOO3Jky { display:block; }
 }@media only screen and (max-width: 763px) { #mRoAPbmZuiCT1y5KgFQPpLmfTzNMLWA8 { top:222.1875rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIAnKDTLgCmcwqKxOlyppmNtVaZUMAqQ { top:220.9375rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GNfQRdd2ayZeThSxlHfPzpqqdq40L8 { top:64.6875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4kMEHUme7srSIcT2VrloUzdCLK1auc { top:68.5rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp2huzdssIpbArTrpwmH10G2TncWtWi { top:69.9375rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nBrcngnzSK6GAiRUDqQx0EPopTXvHe { top:64.6875rem;left:7.3125rem;width:40.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTr5CLD6WDaM24Rr3IGgaPZcu5JHfP4q { width:8.75rem;height:2rem;top:72.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kDaz1gLye9ct2TLC5q9Op7Fc7wz33s { display:block; }
 }@media only screen and (max-width: 763px) { #dDvBCZiILNEM3T43g4h3m4d7K5Px0oiV { top:35.9375rem;left:0rem;width:5.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEgOVA1E5TtbWfPdChd0t4lJuazMhxA { top:39.125rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKDf9nIEXhckP9xl6tvkD599IfDPr16F { top:40.5625rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMUTryKGBK6kpzuW3c60Rnswvs3TDEmT { top:36.6875rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZZNG3WMxPUJlQnUQSCVt6VLKoE9zSQg { width:8.75rem;height:2rem;top:42.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOM5NrTr0EE46krCpB49TkcO4QziFKR4 { display:block; }
 }@media only screen and (max-width: 763px) { #g8Bv4V1tEdNX38JWTxlvqgiGBvysufvT { top:158rem;left:4.75rem;width:40.125rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rALmdcAM2wrrTrn6dCusct8XuhqPl4N3 { top:160.3125rem;left:6.9375rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK39irvn0KeIHvm2fiq7iJSBmtuEvWEc { top:165.4375rem;left:7rem;width:35.5625rem;height:27.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Im2wDMUfsJA6h7AU8nMVZT4cw0zvBU { top:94.9375rem;left:7.125rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWTLikrvu0Qiv68EvCSiWg8G0IGUprp { top:96.375rem;left:7.125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVnkveos7ntqXpG3sVfKmq9hx8mhu2S { top:90rem;left:7.125rem;width:36.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00b9I4TssMmQOKeB8v16OuyfigpdxhM { top:90.5rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlFPPobB0x9CHQ2x9z9OX8owlNkXTnPh { top:49.6875rem;left:7.0625rem;width:35.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrC0pns4PRhnm15m8rvAhge4c6Aq2kk { top:55.1875rem;left:7.0625rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq53PRGihAsU8TNpaRDExDCPyrJxok4r { top:53.75rem;left:7.0625rem;width:40.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUuNJNwTOtWSbKiEDodL4x2T6gp9PHcf { top:50.5625rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrsJC4pW0DTJyRyoSb33JDUaK7aQkwmp { top:133.8125rem;left:7.3125rem;width:35.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWDkqv8fong1pq5Gt0y2gBsrJ8hAZbt { top:138.625rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSR1dfNrASzTu8RVZk79fLe4EnECMM1 { top:137.125rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X17ixOSe6DyBhP8ICIholybRgUt5wnet { top:133.8125rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTVJHxaTdTwxHQtBOWsh7tfKHTCn3M1 { top:144.5rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrotPTlCfGM6iwATeAs7SauadIdNqo7m { top:145.0625rem;left:7.3125rem;width:35.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpSs9cx4hWEbODNKuunxJIr84eyFLOxR { top:148.0625rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIMGEGANdMNAyKA2U5nLF1GBbnREx3S9 { top:149.5625rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okx8U8ZMJ3GETXAE4zI4I2tndvQueWV3 { top:77.375rem;left:0rem;width:5.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NIUS49OTC6vND74hAgSTiDunglWnWw { top:79.625rem;left:7.0625rem;width:35.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX9SJM8iAKTJRmV85EEI0QVW6PSR5LBi { top:81.625rem;left:7.0625rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CanyJfhAJoSFeFxw5frt7JEXeZSLIKD2 { top:83.25rem;left:7.0625rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6S8sZ3qxTWOp6fGgGXlvR6BsMZK6zyW { top:117.1875rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLGmm7SVev9VtGIRoF5yRk08MFiTVBvQ { top:117.9375rem;left:7.3125rem;width:39.5rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G58GwGEV2QlQJguKVmalDnKwu6rmMNSC { top:121.625rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH4bSwi56x61ztp0VxoMbEq9ZzfNef0 { top:123.0625rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igW8BTmplIl9Kuw0DJKqAgbdFTodLoLP { top:103.5rem;left:7.3125rem;width:35.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohzRe4mDHL7U6NCe5GilsQ0GhThGhQs { top:103.5rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOm9JhylxIP6E2Bwa5xokamb1eotyz1 { top:107.0625rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoJvrhie1QcVCtyTIeS9FGK4d3C8d3d { top:108.5625rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVTGG8Kt5Hd4JG75fK6VGIwV3yZqZ9G { width:8.75rem;height:2rem;top:110.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9gSyfJJIiXfiyAqLcSPXR16U19aAbC9 { display:block; }
 }@media only screen and (max-width: 763px) { #OMfyTMI8P9hZDs2rsrcDaeozpuh4KNU1 { top:22.6875rem;left:0.25rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXUcBHVKPyOdkTtyXUdHF3DDwCDmNwU { top:22.6875rem;left:7.5625rem;width:35.4375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRiWiPkeJQyrAwEtLKxSzCDU89XmEe1 { top:26.5rem;left:7.3125rem;width:40.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUKSxHcCfXzVz3sQinsTx9SPh8etloA { top:27.9375rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rSwi4kVGaQhNWooBD5kXFR8QolyDDa { width:8.75rem;height:2rem;top:30.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fhg7BsDczoyuuWCvEyt2BAvp3QdkVH { display:block; }
 }@media only screen and (max-width: 763px) { #aLMHUL6XHNT2Fsnbs8fRvXi8Pek3T1ab { top:7.5rem;left:7.5625rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrbJA06Ue177acZd9bk3aN3d71MAnXD { top:20.4375rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPRa05vO25tJJ6aymPPS0tlpUfosggks { top:34.375rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otP0avIfpCxPOXVnJ3eNcpx3Qi1HWFfk { top:47.5rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mrpVAdqxOP0a8ltu9pWhM10LT6oQNQ { width:46.75rem;height:2.25rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQs8zMcZkih1JlOLNsqO8MFpo6y2qqS { display:block; }
 }@media only screen and (max-width: 763px) { #C9e9iBam1wKtRFPimaFrXeh7pc3OGAd8 { top:62.375rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybBO2TuNuBcQeLf87nNI2XqOQDBUudn { top:77.375rem;left:6.9375rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZz5yk7Th5yilklecC8Xz7VEeM6rOLBa { top:87.6875rem;left:7rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJXNZFRnEwbyb5yF8LQIOF2ttSfKTXa { top:101.125rem;left:7.375rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdVxisK4N4AaLZcbKVPFTmLMhIIN0knG { top:115.625rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCQuNDIM1EKCUwmunTeoipfwtOTHR5nF { width:46.75rem;height:2.25rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSvDHTIftSouSOTUs1vTXwJvkfaL8Gx { display:block; }
 }@media only screen and (max-width: 763px) { #Fpuhs2k6OPRSopzTCtn6c8NVQkQivVhg { top:131.5rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTi7BzufXqnb4FZDZptmGZf102iQ86G { top:142.9375rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI6tzLGgttEkBJeT5HPgJzWbls78aqHv { top:155.1875rem;left:7.5rem;width:32.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZzeFT5K5TmGZcJA9WU2aHFuq8fDfEiL { top:214.375rem;left:9.875rem;width:32.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuraACQP3kWIUHFp5AJSNQdtB04udz7a { top:1.5rem;left:0rem;width:47.75rem;height:234.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oay470IK0mf0ZL3fQsJECfkrA3MzFlkO { top:195.625rem;left:6.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2I7znbKgJb6Jfw55MbTbxlTPuMwHtuf { top:202.625rem;left:4.75rem;width:10.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCHxtUsmyxFkVD29yM8PcWqrn3bPUPcX { top:203.9375rem;left:6.0625rem;width:6.8125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGBdou2cRucCfOfWwNTDTCZpP2Aq9sPJ { top:195.625rem;left:26.25rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRJNwTi925TEhZ44u8eA0FwLp4arhZS { top:204.375rem;left:25.15625rem;width:8.125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw0fTnQvS5DIt0oko5NA9KfuJsTzePRE { top:202.5625rem;left:24.09375rem;width:10.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhMVMtO4snpfO0hTmTkypLaBwmNDFxLa { top:195.625rem;left:35.875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wli0Ko6b3QUAQpFoMnMGNOpx6nC7I0Lh { top:202.5625rem;left:33.71875rem;width:10.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbHy5VdTOCay3LVMfgl1aPXtKpEhCL59 { top:204.375rem;left:34.0625rem;width:10.125rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU2SsmlNGSOZAfXIrgikX3WyLf1pHmbg { width:46.75rem;height:2.25rem;top:229.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLJaCPUywIl0GbBQM6zMwhenKmerqoWh { display:block; }
 }@media only screen and (max-width: 763px) { #vhyWbnsJUHppJJa6T5DVzDrk7tXnZGAD { top:204.0625rem;left:14.90625rem;width:8.75rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df3dX5pOqZ2G0hSOVg1f5M8NLan2idEG { top:195.625rem;left:16.3125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN13Rbb08v8PTKhREyKDhfPTkbSMFBgy { top:202.5625rem;left:14.375rem;width:10.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { top:3.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { top:21.4375rem;left:0.5625rem;width:19.6875rem;height:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { top:21.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { top:8.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { top:20.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { top:9.1875rem;left:0.5625rem;width:19.375rem;height:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { top:8.625rem;left:23.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { top:9.1875rem;left:26.75rem;width:21rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { top:9.1875rem;left:26.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { top:20.625rem;left:23.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { top:21.4375rem;left:24.9375rem;width:22.8125rem;height:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { top:9.1875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:13.6875rem;height:3.9375rem;top:38.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { top:26.625rem;left:32.1875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFXxiuZVQe3UkWUVOfphW1NvCNCf4gF { top:38.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNzpye9tkR8waN3ECTaqdBchOPazmuW { top:21.8125rem;left:25.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 { display:flex;width:18rem;height:5.0625rem;top:73.3125rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #pDNVqsCFAyw0SXN06I33kkZW0lCvXkP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #T1ZMxpOSkDQ0lXrCF5wvg09pi8oIUWiy {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #fDAyxPGLnKJwpfQPTFR0T0Idbc2rhl8y {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #JdSdoOcgfffWEgtOunAtmEnHtCwOKdfo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sPTvy9Kk2HZquA0tzgM3hddX0bmExrtI {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #EGnCyJFstaXtP0PzPFhBd3z9FDn0TWHm {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #DahgHpiXq4pGN9bnm62FUDhi5ZMUUGUP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #BeJcLRcWPWBnDZJIylSLT4eXsywEpO8T {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #syfobdPaufpRTXoTXac8N7l6KO6GePoR {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #ted3Ob2QccgUfOfqbfn3Z8ZSrufgP2rh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sNZiiD8z7BXn1egAimdW1SR46PQac67a {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #XoI5IK2FTE6HeOABbTTExEuWcxB0rknh {  }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:7.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:14.25rem;left:0rem;width:29.4375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:18.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:18.625rem;left:0rem;width:47.75rem;height:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:42rem;left:0rem;width:47.75rem;height:22.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { top:41.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:68.375rem;left:0rem;width:47.75rem;height:17.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { top:68.375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { top:67.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { top:2.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKDmFNV8RagCCEmKzO4PMuMPhgTg96f { top:41.75rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrs4V0uRfXPCk1d9XuW49FTEl1Er8cpF { top:17.75rem;left:0rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsC9BkVwRXKdC7asnSM00DIdapINTkDU { top:92.8125rem;left:0rem;width:47.75rem;height:17.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSEbg1Xml634zGiBmEtxcgfZVypzVi0w { top:91.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { top:91.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8nwNwN0B02ZdB5bJQslPNt3T2vSurUi { top:11.875rem;left:40.5rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyIeK0HX9E5N4zHTLOe6qiaQb9aCSW5 { top:23.75rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwyedJCUhQ00A63cyaC4vIvFmv9F1OBR { top:27.1875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5iZ3bTacIuqXLT5uktLUR4celWtT2Ft { top:30.25rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNf9IsfQ24Adz8PclRB6P5HLLZ2fgqNK { top:33.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQcRPOx33kXcc1G7a6yoQv3yLlQoZKT7 { top:36.9375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W859e6ax6lundbq67NsCVP9W8CPsQ9zy { top:47.375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTVqJXBcnUgcGV8rnbe1lrKLPv0NvW8 { top:50.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptABqlPumtms3OMeFJoKGoduuSFbWvGU { top:53.6875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0hdk4WHaxEWb31rzuOOfz8nquSc3yR { top:55.3125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBB0bwE9KMcv5rPbt3O6NS7O6PMHSfLJ { top:58.5625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUMz8z2pPVAdq2097Zteu9rCNGxvUgnm { top:60.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPBybSuo4UrNJ6Oay63EwdCoaU4hpmQ0 { top:63.375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag5xKFFhyO2CM7hXr2K70kfoNlRZ1Hx8 { top:73.75rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJ8WvS8tbHHewoqduAbXnztP6LUkRMM { top:75.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrhruN0aBBtHO0AxBfdD4M7XOXrA9Bs { top:78.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6rbZi65QdQztPcIP3vnZVJHpG0amFV { top:81.6875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQbhslycRlf70GI9uATT8glxvhLBH3n { top:84.8125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqDfS4cm8DMPHMEuFGUQCKUEg9yxcs4 { top:98.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLsPAfQy4CNd6LcNdNV9DSah5kW5D71o { top:101.3125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQbX9tNf1dyK9xKbiJ8wmJhuTMLEPJ6 { top:103.0625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SncT6lS5iUZxcQCXLoIAt36BB6lSy0vZ { top:106.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxpN9GXefzEBq3F6XoWat61Kr6osR2aX { top:107.9375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq4Gin7xm5IozxXPwLJB3w3VyE1I9R4z { top:53.6875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vORaXULkXoEa0MqlTAvlMAdZ7uUQki7V { top:55.3125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoII53dypNE7d4rHdfWsJXPgVwTsEG3V { display:block; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvWrucycmGsnyIK6yt2BPlmd31wKScC5 { display:block; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx5xyFWeVHIAN2VQ7qfG784SgElWQzwW { width:47.75rem;height:;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdNUr9s1JTkVAzrtrb4eJTeJwkFMGDV2 { top:4.6875rem;left:10.952891791045rem;width:26.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saaLfuZmkndo1JMEbquOHXi84cFgP6bB { top:7.0625rem;left:21.6875rem;width:19.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKrEcbleeALUBvlXqZVHcDXQNO2sJP73 { top:6.5rem;left:0rem;width:19.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #se3wT5vuqcR07M7nlCwSZziquBi1rWzi { display:block; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk { display:block; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eecMHLNNp8fiz5nm4dcnz5Dr7JsmNoyv { width:47.75rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7RxTrDHZlboTmcdBTUFC16xBBPJVB0I { top:2.375rem;left:43.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R { display:block; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJFE4uqMHZpvlvPQlv0anDqy65XvJ73r { top:1.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9QalSh445UJywNr4mm3fLfB88bqsN87 { top:0.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG8cpBQpfRsHTpf52Fn2dc9V3QKX8nbN { top:5.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAK6gd5EZ3GT2Uyw7C1uGoT4Q0soS18e { top:10.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zff6ca8MUs3bqvFs7W8lecylRwmk9ry6 { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wN8KQN5OXHVdnp22Ndy6ZvuHH8WyUhZD { top:14.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRT8znBQ3tm16BFWTK0ieoQvnGvC8LQT { top:6.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCgaLInetAiCcCfEe5rHrHbg03vgu2UI { top:10.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sz8ZLT88QdZi5QtxJ46etG62UkZdHb { top:15.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR { display:block; }#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI { top:8.25rem;left:0rem;width:47.75rem;height:18.875rem;font-size:1rem;display:block; }#MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI li:before{  }
 }@media only screen and (max-width: 763px) { #yxUTg0WaHuWJ4pRDa1Q951EtolTp7Vw8 { top:7.75rem;left:0rem;width:0.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWxUBhUVxM1uma5nGKnugGmveZyCaT0 { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55Ev3PmNhtAzsfMEkbXXNCKxBu5e0uS { top:28.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP { display:block; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4kV9DHJbfolMDUb0g81mTlmsgAvhIwm { top:35.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnzKU9EZOMWNi4I3cmfTqT1GDKUW1Hx5 { width:9.9375rem;height:0.9375rem;top:35.3125rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGP1DXl1FQadQmDhv87yaXPxkR1mZuQf { top:37.875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0lxbRenXH40TaGhSSXXtb3deU3O5bJB { width:9.4375rem;height:0.9375rem;top:37.875rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBngTgsccqVuP6CcCGPGg1yc12Il0HON { top:40.5rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8WXXtCvwF4pHs2irxQCVSIe3RkVTJMc { width:12.875rem;height:0.9375rem;top:40.5rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfvEV1aLnI32FoOdENAD6MqbG4QPfOk { width:13.0625rem;height:0.9375rem;top:42.8125rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osFmRRRFBbJPCdyQFOJdcOfLXr7HJsoi { top:42.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohlb91TASWr8mc4mM2OnFygStNwdiIxi { width:11.625rem;height:0.9375rem;top:45.0625rem;left:17.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpISQ39g6amZehWcvLQTm1dRhQn6FWS { top:45.0625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3G0Nf80F0Gn5P9AHqRr9BTOg6iTmOV { top:47.4375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOV6GvgAr7qLevLRuaFxAEctxxhTZUgV { width:13.1875rem;height:2.8125rem;top:47.4375rem;left:17.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiaBnMoR6QxiiJ6MR4TeSC6lVuaUHTL { top:50.9375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz1MTMdKbv1CVtmouHKMZporEDxmeX6t { width:14.8125rem;height:0.9375rem;top:51.0625rem;left:16.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkt9AefVmbc1W1d6l6ctSLPU5d791wTt { width:17.5rem;height:0.9375rem;top:28.3125rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5WmnM6ZSzUUecbu7zIokPusTQ4KWJT4 { width:17.5rem;height:0.9375rem;top:37.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTOkVR1alThtAKMVZGUM0MnGEfvNEMoL { width:17.5rem;height:0.9375rem;top:35.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuEDSHqxUAAwsm5z0H9aH219l0M0rdgO { width:17.5rem;height:0.9375rem;top:33.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z28BGxyaSgT7Aa3J7Hge7R8PIEEXQOyp { width:17.5rem;height:0.9375rem;top:31.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQziwB9BEFtDcaeQporbL2yvFIqzUG3I { width:17.5rem;height:0.9375rem;top:28.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4L4Qw9Q4sXTmsRrQuJ1M9Esa8GrzUp { top:31.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh29IMg0R2y1uTRtHyQqTLshT5Jl62UH { top:33.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZBV5x1ILnqdxVSIGG1ToDJZWNcRhJ0T { top:35.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trc9ZiVzTEoqaZB8E0nIWumpr1VwZMcU { top:37.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rdc4WevMao4UTpFMklTTITwFMc50H9 { top:40.0625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerArmFUAv6Ao3E0gewg2PaXTKslsxTe { width:15.6875rem;height:0.9375rem;top:40.125rem;left:31.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ30g04THAnvpVLWWJIOuvJ5TKMrbakw { top:10.75rem;left:11.75rem;width:20rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvFde53h40JOpXHNMdssMCERg92TFvU { width:17.5rem;height:1.5625rem;top:29.875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCaVWfTCLulzSRItCaqaagwdn1LpdG0n { top:31.5625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziu7WxgOw3ses1s4PHJ5r3I0nRn48Gh3 { width:15.8125rem;height:0.9375rem;top:31.75rem;left:31.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvV8qaPnoubykihSnlT4QXGekdhySnW { top:33.5625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4fofsWAI8iECSAZdUtH7p1HxPgeurZE { width:15.6875rem;height:0.9375rem;top:33.75rem;left:31.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDg2G68BsXFUkI3aoy4U3yerrTlISvrx { top:35.5rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0xdDQKJlKaWRW8tKuBbcF4gvCoq84kO { width:15.875rem;height:0.9375rem;top:35.6875rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2uhMtMvxC0ewGkdCxtOeEceTfIXbm3p { top:37.5625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcoyZIkoccwWFTd4WzTz9ABQEBQo9lTH { width:15.75rem;height:0.9375rem;top:38.0625rem;left:31.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM8Wc8abf3u7qN54LEqLAcElh1IuzU4 { top:13rem;left:28.0625rem;width:19.5625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpd5o0KSP6AQw4AOS82St8mbXaVULRXW { top:12.9375rem;left:0rem;width:19.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T252uxy09KAlsh4P1QvWpTMHwrsXvQL3 { top:14.6875rem;left:17.3125rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRo3oliyyd4kguPER8tzZFH7KT71OwBq { top:16rem;left:33.75rem;width:11.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqhPVlHG6tLrxkRux8TKDTflHH8u40q { top:15.9375rem;left:2.0625rem;width:11.8125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaoPSFMB5NNEvedPVkIlqGuw0ab576PK { width:10.1875rem;height:2.3125rem;top:41.75rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKwDcfz7vvpN76nWTgTV9wDv65grIldO { display:block; }
 }@media only screen and (max-width: 763px) { #nIdwl1V1xMbO2hsUTeWTIGH7Wneeq2C6 { width:10.1875rem;height:2.3125rem;top:53.875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHE35dMrHdhy9zsqm849VV3fNa93vr8G { display:block; }
 }@media only screen and (max-width: 763px) { #R02lBGfaDsVPKcqHqAtPalyDTpTdJxDH { width:10.1875rem;height:2.3125rem;top:42.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4JfCNvqb2esV8oizppssFOECFEzp5nH { display:block; }
 }@media only screen and (max-width: 763px) { #yLoRlLS02XVPoC5m7T40ngwwTx3L5n7s { top:12.1875rem;left:12.75rem;width:19rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1L8MV2GqJOvbXiUHZ9z9GDHFT1Rwfw { top:13.75rem;left:29.125rem;width:18.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgCtVQZkzXgKkCu6nBhGGrB6IywltZ2 { top:13.8125rem;left:0rem;width:18.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmT70hO63CkzhtRilJwK9014oDFEsJg { top:1.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRxR98ZLCGhecSB1LVmS3vOmRb9hd4Th { top:60.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst { display:block; }#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSrlI2RkmiimwFLkpdQzvaCn2xmnySdk { top:3.9375rem;left:2.625rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7fT0U8BhoPGrB7A6RinNtWBACu3uP8p { top:11.9375rem;left:4.125rem;width:39.375rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiPysgNoEgE0EpEZNegc9LBLeFPR7JKh { top:5.375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIfk7zq8AtMTgibgeE9s8rmCeJogUPRW { width:47.75rem;height:1.5rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkHKkKuRohFuqKZbTHlDp8iG2cxRfO1 { width:47.75rem;height:1.25rem;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9VByNp1f0OsXUvUs3Vko1AG6NK8H26T { width:47.75rem;height:2.5rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEvAQX8JMnA5e6nKP7cTs5q8lr4WML7x { width:47.75rem;height:3.8125rem;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFF591xgFTld5cL4XT2dRNiagH9L1PdT { width:47.75rem;height:2.5rem;top:19rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88Jb4qEhEpEn4w9mJVxe76DmVD66nCD { top:8.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMS8UyapOQ5QiIp9F2he9s1F0hVQxDtc { top:13.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXEiUxTAtWG5Dt2PeRCh7tD1CVOI8Qu { top:19.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTyVksAIz7lT8cc3pzKXuZD9hmQc524b { top:1.6875rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ { display:block; }#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3Hyk0rqMLC9359ouGUaNQVHJdb3Cz16 { top:3.9375rem;left:2.625rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHCWmwz4nXTaQFTxCRxenDPlXnmEyCfw { top:11.9375rem;left:4.125rem;width:39.375rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-text { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-textarea { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-checkbox-label { width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG  { width:28rem;height:auto;top:8.875rem;left:17.25rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG {display:block;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG { width:28rem;height:auto;top:8.875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #LzXcoubP45ltMZHTg1J9e9SrBuU7cI16 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ySTCGrtIJzN0nGktkEXH5Dd9hQl8myPf {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #XTH0aJi1ouCoxH2JTqWmcZewTlhVv62D {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #xgDUMdv2fQy1eLokSBOc47a7ro9K4wtt {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #fno1OdyAvhdF6s8BQFlFhGc8q9a8RAof {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #F7twT9AxEXmL16bCtcy1Z05439WRJ5Du {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #Jx2NoZxJuV3uoXxUpXuPkPP1Esp7Sotu {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #HTAi1FlUAh1VglS29GcOrqJqp2VZ5boN {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #EnT9B1hGcfLTx8agD0U1L7Ac8t9TP0HN {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #J6fwfxVvxfuCQzDQWmdoJEb95FMlPU1Q {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T82pC7ys7ahTrd4NQqZIemQlRNNAsmTN { display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TgpI5mD0gA6vs7Ol8CIV1iWZLZPyweIL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #gzMJ6At2PFp8IwQdxrFFcUpeL2Jfp0KL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #kuaiQZukOs3OkzqLVx1uee3ui7evwW41 { display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #I1eXGRD88SpfmvXfdyxfySoLXNyA7FSe {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #CceGJZdGUbSi2hq1rkyOh7E3Nfa29oRs {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #mIMgEEtHIcx7aOXcuGowBf4igTmEDLgv {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TUxzwhJpJKTTzmylukGuDPNQ2NECcKZ2 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #rizUNF4CyMUv0eTP6l9wwxCksxVLnVmT {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkS5iwEw7lwuR98lVT6ySnTdWm9kHR2S {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #SwrqNBc3KvWQr5nDMEkS9bSxFvdmQXEW {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #foBDJugQwmnROd9oZbrWAXSGG1TmvXk0 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #JPP03ngLSvwqQXf02hwR7L1WyGQMK9eP {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #qqsOVy7VBLXKC4DbWRevmwoS1o0qwktM {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #t8v0Qk0E6pXGEuLtQR5lT6eBX7coMcZt {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #H11qLxas9EL7leV4EKvT4E4sw92kNRsa {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #o3xq8U7fKTW9IdWULZAu6MsTa9PiDuV7 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkKfgOiJz0le700TEoJnG99iv38ZTnqG {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #nKvUGS5U0cbvRsNUqwcTnTExTkQR8lVL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #chnkDr9alUT46TK6MtJFsabSAPIZU1LP {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T7IynbHlLzgyI9DU1xgk61eC8UE6WoDC {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #AbDiFZKm4iXAIS0f7pdff4bGxz25am2e {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ymV9n00cTg2VNAfRpqtHNQWnqQmkTIil {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #eZsmctNubJDcsHxrKrv6uBT9McdHO2em {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #R2m9bdkJEaNedTKDNviuDLTaXLfJlxLZ {  }
 }@media only screen and (max-width: 763px) { #XvPNn7uRfVporvyCQtBINtbdhHmwnqCr { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Pgl9L9L8Tp0WWPyZke2UNGRBp3soDH { top:16.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgBvNlfXMWTsCyGnMzhteiLfPn0oslQb { width:26.125rem;height:3rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXO9O3wslDizumVwQCkcMiuk1bGlUUi3 { width:22.375rem;height:2.5rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwVgflDx9UqBv7bLxp83HXNWQ3iLb0h { width:22.125rem;height:6.375rem;top:21.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9x0ilvhOW75swZoMwGUcINGG4HkwLp { width:22.6875rem;height:8.875rem;top:31.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI2KOzPtIrBJOweRdnXahhc4bVbPB17u { width:22.125rem;height:5.0625rem;top:42.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQyp94O5G6L3NJm2OmIVOsSFbiKIPAo { top:21.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0TlHfdvdoQcqWBltxeTP44xl1rLTrMb { top:31.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtEKxhTDtqzVRoXmsS5LxzntDboakpCh { top:42.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfZZfGP1CuGWOT7pBda610eu30sJ5nw { top:9.1875rem;left:0rem;width:28.125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 { display:block; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyD6foOv5zNFM0drzlLrrVuMyq9osRWJ { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZvsEMkDvn169xI8DcW5d6Le1OixGie { top:11rem;left:14.343751907349rem;width:19.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuWLrmc55iUcHEm8UebvVybobylhuxHo { display:block; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtCWV1fBgPd3ERsRhHqJp4hIiQySxT4c { top:1.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8T6aK0c6o1Tv8xZTXzTNo130p53ThvS { top:6.3125rem;left:18.875001907349rem;width:7.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beO2rr8F5CBT2iqfvJ4mUy7QPiTWIIrh { top:7.9375rem;left:0rem;width:18.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2MAXgIA2pkza6WRBWDNRXCBxl4IBVW6 { top:8.625rem;left:25.125rem;width:22.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17KmJI8Lpsr38Ar8bsti9KQiGxFs1r1 { top:17.3125rem;left:2.4375rem;width:20.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPgugqvuqHANM23Z49QiiOP5WcHXT9NN { top:16.1875rem;left:25.9375rem;width:14.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z53XFw4PDpCd1rmoh02aagDm6VKqMLTv { top:26.375rem;left:37.625rem;width:10.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIslic3PSZ0UiiJz540HX3PS7Vi8I7D1 { top:22.0625rem;left:0rem;width:6.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV7KTge0fwLVwkRPQ0qwhyAN1yUh562k { top:28.6875rem;left:13.375rem;width:18.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 { display:block; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgdzlK4OuEkEWDOGwm5F1mRdJ3eUUzQu { top:1.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJFk809GXKipwC0QMzrFZL7pvkhp5Ckd { top:5.5625rem;left:19rem;width:9.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d46efITBSXBKuXI4fcr1M9RTBTXztfIk { top:7.5rem;left:0rem;width:18.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOoGqoSPdmmHLfdoMUTTn0wLyI3A80H { top:8.75rem;left:31.5625rem;width:13.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNZVzwlKTh3zUaeSMwphacZgWcOdlGJ8 { top:15.25rem;left:5.75rem;width:16.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpRxeeu04UCvW0hff3C2f5EGvQJkmgG3 { top:15.25rem;left:26.3125rem;width:8.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA { display:block; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgVwxmgZpFEt23nW4BEkhudAuv5XSTAJ { top:1.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd { display:block; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqTMHWJBzNCxrzKRyXGJCXNdviv891lE { top:2.25rem;left:0.65625rem;width:10.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqC0aTWRrdOC2XqOEOyqIse8I4IhGMCN { top:2.9375rem;left:10.3125rem;width:13.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNR9kQOowH3oQxAUMasNm5pd84ZTatVL { top:2.125rem;left:24.656251907349rem;width:10.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvVypToZIvarH4IPF44iu3sxJVulq70e { top:2.1875rem;left:36.561719894409rem;width:10.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL { display:block; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVZtu9oBG35wO50O3LRXxVKuw9eRv5Q2 { top:0.9375rem;left:0.71875rem;width:14.4375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSSplTtykb1TeSRn5QZ1Qmv5WsCvftUf { top:0.6875rem;left:16.500001907349rem;width:14.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzkRuUoUxQnPnVD0kMroxlKkSgk0yLDU { top:1.8125rem;left:29.9375rem;width:17.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 { display:block; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm { display:block; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfTHa3RpShQ9B3eQJBnXB2qT9emgNR8V { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZF1WDK49igDrEgftP044Iuu41TeZ0F1 { top:34.625rem;left:43.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD5BNP3qaLbBTpJKbqTHsMbDPbuP88U5 { top:5.375rem;left:0rem;width:29rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Kolf0yhyzF7zAkFWErza0sJtDsxKT6 { top:26.6875rem;left:0rem;width:28.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxSIU873mTGLHnTF88xp2DpSt6pnOuJ { top:30.25rem;left:0rem;width:25.1875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yFAsWEGwB8N1NOU8m2HcV7Nrr81hEQ { top:11.1875rem;left:14.3125rem;width:33.4375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL5wbox0KJGaykEUB1H89zuFEPdn77eJ { top:4.1875rem;left:11.375rem;width:36.375rem;height:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dosI3oZFlVWloqckQHrDzyCcRnk1pkSM { display:block; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxTlVhJDkT9tbrJUM18JsZlxDhQTITWC { top:35.3125rem;left:0rem;width:19.6875rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEwROZI8QWoOVnosc8H71ZyGoSd53Epr { top:26.4375rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22LqIfVbhe03DPR0WZSpTWl4yGgqyQp { top:12.6875rem;left:21rem;width:15.1875rem;height:7.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSVCQxXeLQpaX2E6bb7odAS91f3VM1Do { top:3.75rem;left:20.6826171875rem;width:7.5625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNn5VaExMBSa4Coe3TcT9mUFMuUg5kz { top:35.3125rem;left:8.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4CRmPWnFLpinWt78rT5Otv0WL2TQ4K { top:14.3125rem;left:8.375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhPACAhHp8Jrh0uRIzGFq8q5IlsKfru { top:3.875rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUVos5nCaVHpulrheq6SBodlFTdG4yI { width:20.375rem;height:1rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0OVIH7cpZAAr48hsaHbvxobF1dbFHRJ { width:29.3125rem;height:1rem;top:1.125rem;left:16.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEW61XTuUkRopykReSGvMzJaXzdkugoT { top:12.5625rem;left:0rem;width:15.1875rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJFgBkkTS3zSoLJIkRaZNig38s3sdzGr { width:33.125rem;height:;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lapS7SAqUIaBxvqUGgKMtuu9xl3HhNvb { top:35.25rem;left:28.0625rem;width:19.6875rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOtWf074uGd9v1FE1SgS92NifMAWi61a { top:26.375rem;left:34.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eD1oJmbm9H9c4CF7E8MF37ht5ce4kq { top:35.25rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5E0QUPmQxTbghBuV9BzEkytZwa1rUa9 { top:26.5rem;left:14.3125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGS1I9c4JNgATmbv5Pur0TFGagfVdrZ { top:35.375rem;left:14.25rem;width:15.5625rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI9IcvyHSnP2GSr4zC6LkyI1W5qimcxg { top:35.375rem;left:26.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGfVvTf5PBrS63gTmgTrWOnlPTZHxbv { top:14.3125rem;left:32.5625rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szZO3xZW3WsvSCazxa7P84ZM54TgG2TC { display:block; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hopHXr2m5snqZevbVPTt3KhFT9KtfAP2 { top:2.25rem;left:16rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch19H0xSVFozNHS6WCu8kDK4WHdgZsd1 { top:2.25rem;left:32.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmiUbJRSk5v5TR6DVrocGZWu5nKM5yfP { top:2.25rem;left:6.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qkACoHRK4TzJTiwBL7zJUu8WraF1Xh { top:2.25rem;left:4.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmKq9dQsKvlbGwMlVxA1tPO1owlKZe9R { top:2.25rem;left:2.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06sErObStMb0mKiAgAihuprWGTQTB0S { top:2.5625rem;left:8rem;width:7.875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #py8SUdrchWXnAIgqiDy2orW6dVCmN5Ev { top:2.5625rem;left:35.000001907349rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerKxKOVkhhKsB6kGivW0fN9r1xAgHqL { top:2.5625rem;left:17.8125rem;width:14.375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZ4aT3faEzyWm6ylhzAJAHNM2aMfrSy { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw { display:block; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz { display:block; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRgcrAJSuFEhh76hxbc6pEM093eDwguL { top:3.6875rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#zRgcrAJSuFEhh76hxbc6pEM093eDwguL > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#53ba00;background-image:url("https://images.assets-landingi.com/uc/b3eab9d3-bb36-4f08-a858-103b147e2763/shutterstock_23120129311.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:2.19375rem;top:4.78125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.497625rem;height:4.3984375rem;top:8.9195318222044rem;left:0.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:6.8125rem;height:1.8125rem;top:14.5rem;left:6.5937498807906rem;z-index:15011;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:6.5rem;height:1.8125rem;top:0rem;left:6.7499998807906rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:4.0625rem;height:1.8125rem;top:5.78125rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:5.5rem;height:1.8125rem;top:0rem;left:12.497656226158rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #HRA560L8NDUV4r5UmTif62CU1RSxKhmG { width:7rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKT0T9b5p5ObXB62yZLXxTX2M5Iw068c { width:20rem;height:0;top:17.5625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq { display:block; }#I2msHF0eb798rQG6Uz3Wymt0Wb0n61rq > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cClNQmDoBdLST4KT7V3HseL3vrSHFUx7 { width:20rem;height:44.3710625rem;top:4.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1xtfQcefF5mtOH1S6PTFTKOBnhWKZ5s { width:9.1875rem;height:9.1875rem;top:22.9375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxTWIxWKopmIPlRKdu2ERdmN5NErJoCu { width:20rem;height:2.7625rem;top:1rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQoJRr28HrBUPevi3fs2usSqIKROW1Ao { width:5.5625rem;height:5.5625rem;top:2.125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd9cefa7-d0ad-4c89-98db-e1ca7fb8163d/alexandrbormotinZHMZcM1_kX8unsplash1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:164.45546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { width:7.6875rem;height:2.3984375rem;top:19.56875038147rem;left:6.4250000715256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { width:12.5rem;height:3.59765625rem;top:7.0875000953675rem;left:6.4250000715256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK9XoTTK2D8yxX2qhl1aXvbHJb108B5 { width:4.6875rem;height:4.6875rem;top:7.0625rem;left:0.4875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1QQJdacRPQ0lVAN9BSB6kwfoEW6ro0t { width:4.75rem;height:4.4375rem;top:19.56875038147rem;left:0.45546877384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmTy4VG9T5ZbheTZVrLrxrvWlSB9vU3 { width:4.9375rem;height:4.9375rem;top:28.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3CwcX2ZZQGQViB7cCyHTDBp6nV2P8nh { width:4.8125rem;height:4.8125rem;top:37.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugi7KoG3NSTWlZGEBRF8mZpWc9Xgxxo { width:13.375rem;height:4.796875rem;top:30.624217987061rem;left:6.4250000715256rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tdGTzIUmwpx5OlZIc74luRJwng4IKaVH { width:13.375rem;height:3.59765625rem;top:39.59921836853rem;left:6.4999998807906rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dXoPNf1HSXpATDPgCE3ZTgxXTg1Tywc1 { width:13.25rem;height:1.2rem;top:29.07421875rem;left:6.5000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTm6vqy5uhZJTbTlp3HckM1caXA0KBm1 { width:13.4375rem;height:1.2rem;top:38rem;left:6.4374998807906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTk3X6uC2A6CdSpt10F61baMuLlWeH4 { width:5rem;height:1.9375rem;top:28.687496185302rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQ8FpqQ3qtH3TUxKgCmShCVXUTol6DM { display:block; }
 }@media only screen and (max-width: 763px) { #NCV8oer8vpBLKt9iUqftBlsOrdRI8rfh { width:5.375rem;height:5.375rem;top:46.41250038147rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwInOLffsupPgLZka9aB7pQK9TTKTP6 { width:12.375rem;height:3.59765625rem;top:48.137500762939rem;left:6.9250000715256rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LtbpCW5awHtnfcD8LhtAFAeRlf2Mw3V8 { width:10.0625rem;height:1.2rem;top:47.625rem;left:6.9250000715256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QooFL6Bp9ME7uEryT2q48TiI02kN6uCy { width:5rem;height:1.9375rem;top:19.6875rem;left:14.075000166893rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OTqtWJxBsWIfHTrWMdOtHrbTDdqbGG { display:block; }
 }@media only screen and (max-width: 763px) { #ikZhLT3uI4DV2elTT4mKC4pIoXHQzVfz { width:5rem;height:1.9375rem;top:7.08749961853rem;left:13.974999785423rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80ehdq8cLcfAnVHX0Tm39xsvBhH7VT0 { display:block; }
 }@media only screen and (max-width: 763px) { #NyvUKEhorl3f1xHrckVNVAeXJzpqRSLq { width:13.375rem;height:3.59765625rem;top:22.81796836853rem;left:6.4250000715256rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tOVxHli2RNZ8yu4bzHbeltcCivEdvt4G { width:13.5rem;height:7.1953125rem;top:9.2992186546325rem;left:6.4999998807906rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hS1s7xblilFIUOXOJezi9yhD3788cbTQ { width:5rem;height:1.9375rem;top:37.311719894409rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw2CSiNvkDES96AT6aTd3CUSOM8KBfvc { display:block; }
 }@media only screen and (max-width: 763px) { #u7o1aNScitl6OPNslegRlqumNrusTVut { width:5.0625rem;height:5.0625rem;top:65.275rem;left:0.56250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbRXpW2yxS0rT2aA6tVAan7DKdVXQflK { width:13.3125rem;height:2.3984375rem;top:68.5625rem;left:6.4250000715256rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FoniqasTdSFFSyI12P7wvzWHnTLEz8KE { width:7.75rem;height:1.2rem;top:66.625rem;left:6.4250000715256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDtmh2B5B5QWe9ugA3trEDlvy2NJAcxL { width:5.25rem;height:5.1875rem;top:55.637499809265rem;left:0.62242565313247rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyteuX9DKfIowTuyax6Wpz2smViCogak { width:12.9375rem;height:2.3984375rem;top:58.47500038147rem;left:6.9374998807906rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E08UBapUsxrQo0HSv0uZOwDBNDH37Dmn { width:12.9375rem;height:1.2rem;top:56.875rem;left:6.9375001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPRfIgOp1bOoqtVsUXAtTpBxK2pA7Tq { width:5rem;height:1.9375rem;top:54.9375rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdTZAJiuBXI0DtCVanZK0C2Zqmazv6o { display:block; }
 }@media only screen and (max-width: 763px) { #G36TBOaZl6uvAXxsb7GbtWHmhGpTmsRu { width:4rem;height:1.8125rem;top:5.3249998092651rem;left:6.4250000715256rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNkRxvGvppBxyvBJPyRzyPMHSu8aKIZ { display:block; }
 }@media only screen and (max-width: 763px) { #aS0qIL8hVgZ08SaO1zzBlsqVhJeTTMAD { width:4rem;height:1.5625rem;top:18.055469512939rem;left:6.4250000715256rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAw1RDX96Xav34RUDupnql1fHhu5xvb { display:block; }
 }@media only screen and (max-width: 763px) { #NN3Za8ryCzsS2wfBmf7GtueJCvIHcXXT { width:3.3125rem;height:1.625rem;top:35.862501144409rem;left:6.4999998807906rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqlT9r3GQGrbIIBmmNxtGmtfJzdiwx0 { display:block; }
 }@media only screen and (max-width: 763px) { #HgQoTKHZmb6pRdJGCHHD6o9JbcJTVmfH { width:3.875rem;height:1.5rem;top:55.15625rem;left:6.9250000715256rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWy738Ishen6fbXP3orq9IRGZiNLB8m { display:block; }
 }@media only screen and (max-width: 763px) { #fwhFFEQXgzDOQ1a2flKsgFH5rQNFgZ54 { width:3.6875rem;height:1.4375rem;top:27.1875rem;left:6.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5r5qxrnoTwxsT23kyvnrBfL6OCAev6r { display:block; }
 }@media only screen and (max-width: 763px) { #LzfIQsazhAlNUUgyMekx2fknkWxgft3e { width:5rem;height:1.9375rem;top:46.41171836853rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS8RpsNvrmTlftw9JN0hklKGVchPIJm9 { display:block; }
 }@media only screen and (max-width: 763px) { #HBrwCoGtC1EcylOycCAluyWqTtWLTttO { width:5rem;height:1.9375rem;top:66.625rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #yillA0pGN40cETOeJZkJpCeezDdvrLNQ { display:block; }
 }@media only screen and (max-width: 763px) { #NiD74PwUAmH1NOTikfWqb5PXTB6MU1AC { width:12.9375rem;height:3.59765625rem;top:77.1875rem;left:6.8124998807906rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yqVCqywH7zp5x8L5ZQqMGSnX8nTCMGJG { width:5.3125rem;height:5.3125rem;top:73.0625rem;left:0.5875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ0M9EdlhWJPkzHKZbmvuNVczhGAAT0R { width:13.125rem;height:1.2rem;top:75.018751144406rem;left:6.7499998807906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bEnhaLZTH1fK2PcieQvUQoaIT3LC9w { width:5rem;height:1.9375rem;top:74.5rem;left:14.112500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpI689C710rTqb8l7VkrOdebNS4pETI7 { display:block; }
 }@media only screen and (max-width: 763px) { #bGupBwvi4XQbPtXXTgpkLXrQlQKFffId { width:5.5rem;height:5.5rem;top:82.66015625rem;left:0.9873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrA36bd1leTPEoU4aywl7Vqphi3Hukq { width:13.0625rem;height:2.3984375rem;top:87.09765625rem;left:6.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lJf4sIEehxgMoqPO0ZJc7kGkdUcc8Qe6 { width:13rem;height:1.19921875rem;top:85.9609375rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7wM91lnTLW1uoMTP9db5OnCtrTodTq { width:5rem;height:1.9375rem;top:82.66015625rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76wOrnGq2QQTutIuv3lpGIFGTbNs61W { display:block; }
 }@media only screen and (max-width: 763px) { #fL1XSQTOeoB53TeXc6nJLlpqTKNlphkS { width:4.0625rem;height:1.5rem;top:82.66015625rem;left:6.9248046875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ52Ey8ixCVlGqiTNwkOmL1tLXn73W8N { display:block; }
 }@media only screen and (max-width: 763px) { #DeU6FwEF8idZ38G5lsLZLnBGrbAEgTce { width:5.625rem;height:5.625rem;top:90.93359375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggUsI7rZNpOErn5odckUZm6POIP86OSm { width:12.875rem;height:1.19921875rem;top:95.421875rem;left:7.125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SdAfN8Jsxul1fq5WgJQWw2f2JPPzBIlm { width:13rem;height:1.19921875rem;top:93.93359375rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJa0hRITsSPUeJVRq8iAMP0Ahp9b6tTg { width:5rem;height:1.9375rem;top:90.93359375rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2JMT6SnCbCMLAFMsLXRTvJ5DRi0ql1 { display:block; }
 }@media only screen and (max-width: 763px) { #mdXRyJGpXBAD2KB4cItdvsugxH94TZ5e { width:3.6875rem;height:1.375rem;top:91.55859375rem;left:6.9248046875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ViOFa3AZTP9tSINr0exdNqSxRks3Ae { display:block; }
 }@media only screen and (max-width: 763px) { #xbRusoAuowuOZTVZLCeGDJ313b2bN26e { width:5.8125rem;height:5.8125rem;top:99.626953125rem;left:0.6748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkaPhwRwumBG8SHrEh6KNOV2FfP0vcD { width:11.5rem;height:3.59765625rem;top:103.7578125rem;left:7.4873046875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FGEDhZQb2iJW3SugQIJ3UdCaqTHh11fa { width:11.5625rem;height:1.19921875rem;top:101.93359375rem;left:7.4248046875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWMCREdwTsw5wQihWxfuOaNfVB1zIBTy { width:5rem;height:1.9375rem;top:99.99609375rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRLfsDSJXdRPUTLh75myfZm3Aueogfo { display:block; }
 }@media only screen and (max-width: 763px) { #Ho7pfxThRvSnL1LT0EuxFqspWI1Da357 { width:5.625rem;height:5.625rem;top:109.79296875rem;left:0.8623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8nIqwQSQhRyxRMHWfH46TEXh2991Pg8 { width:12.5rem;height:2.3984375rem;top:113.08203125rem;left:7.5rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OB44qDCybwpJNkxN1ENZIpRrHM8mfT7u { width:12.5625rem;height:1.19921875rem;top:112.005859375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlVnVFlLaOPbhCiexerkf0K1HSw2upA { width:5rem;height:1.9375rem;top:109.79296875rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWKCxIgTQmSW49u1uEuzp5ZKFl7Mb7R { display:block; }
 }@media only screen and (max-width: 763px) { #BXRmStt8o6EreeZEiF2ntWpNssTu1Md0 { width:6.1875rem;height:6.125rem;top:119.10546875rem;left:0.2998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlGv92Q6nTlcDasXXMNgFcmoDDvCR9y { width:12.375rem;height:2.3984375rem;top:122.89453125rem;left:7.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qos1i99F9DdMtT7efJHilpKgR8X9pC4R { width:12.4375rem;height:1.19921875rem;top:121.568359375rem;left:7.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fAwbqE0agpechR3LhAv1NAyQSbha2D { width:5rem;height:1.9375rem;top:119.10546875rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDJGkQsKqRvVUkhRodfD89cb9sIIkeTW { display:block; }
 }@media only screen and (max-width: 763px) { #ywqBhtgWEUncbSRqCbkU6T8H8753xIQe { width:3.375rem;height:1.25rem;top:119.73046875rem;left:7.4873046875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIsNlfCf3VRBkCc09UJrEXTIEiLqxGx { display:block; }
 }@media only screen and (max-width: 763px) { #spuw3aRqKKTGihBlQAQIKgT6cAxnFEtk { width:12.75rem;height:2.3984375rem;top:132.0546875rem;left:7.25rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RiWxW87ZNAe2OEaFTESlABzEcftkd1DN { width:6.0625rem;height:6.0625rem;top:127.79296875rem;left:0.4248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIOTBVhiMJaTNT4RCh2nNFWWLZZGcsAa { width:11.75rem;height:1.19921875rem;top:130.85546875rem;left:7.2373046875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg6aILBAfb2oJaIma9UJTwZ8fSPm9vMl { width:5rem;height:1.9375rem;top:127.79296875rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGxwcqNQyI1NKCbQp5eP4OXIimTvCTVI { display:block; }
 }@media only screen and (max-width: 763px) { #MMPmMIwa2GOPmuHAIBJx5tfhU5RJIUFV { width:3.375rem;height:1.1875rem;top:128.41796875rem;left:7.6313264266306rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcmWhOOLiyTrkAIhWL0F31sG10wCslv { display:block; }
 }@media only screen and (max-width: 763px) { #PMhJViSvfmyhck9lMMLMz6Iebz734kpI { width:6.3125rem;height:6.3125rem;top:137.390625rem;left:0.4873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNxZe1Tde9HVT3DPEhBfiqFMTr1Nbsz1 { width:12.25rem;height:5.99609375rem;top:141.146484375rem;left:7.75rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #waeC3NRVV1HKtoMF6B4c7qHaa1BGIvgS { width:12.25rem;height:1.19921875rem;top:139.947265625rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq90hZbuZkipWgw2bLXAKwm1uIoGMoC0 { width:5rem;height:1.9375rem;top:137.390625rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBDZKrCStql1oV1kPGimxFS1eEHnzWUa { display:block; }
 }@media only screen and (max-width: 763px) { #gLdxEvMEdiMPC0Ed3nWBlLGGDlQ5PE8l { width:3.6875rem;height:1.375rem;top:137.671875rem;left:8.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs34OXbUB26pUsErLQfq07e6rrw6TxaQ { display:block; }
 }@media only screen and (max-width: 763px) { #wJ9PKRIwWranQIgmT1MqXMAobeECWCfX { width:6.3125rem;height:6.3125rem;top:148.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAm0D46AZyTZlM7fIFRNlEAvXZSbBZ4 { width:12.375rem;height:5.99609375rem;top:153.01171875rem;left:7.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VBGKeWxm0ftdvDeaMpunL3bWVDSkIiiM { width:12.3125rem;height:1.19921875rem;top:151.8125rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXh921muzbaUxWsfIrSVaRFEdrz2T4l4 { width:5rem;height:1.9375rem;top:148.75rem;left:14.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On1S3CfaqUUw9qKeK5Q9oV6PWyktW7fB { display:block; }
 }@media only screen and (max-width: 763px) { #cCSMeJRCVVDkCMhs5PF5ih4Sz0b4FSiI { width:3.25rem;height:1.125rem;top:149.625rem;left:7.6123046875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXCzL4lv0aideFH80B0kkST0r9x4gWOT { display:block; }
 }@media only screen and (max-width: 763px) { #ACzeZCffpOsIKeUa22TM5BGKTTX2T2EO { width:20rem;height:0;top:160.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeVsCdah3Dv7ghr9iToFLaVxOz2zD8F5 { width:5.5625rem;height:5.5625rem;top:0rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF { display:block; }#nRKlSGc4cpckKlvmnaAi6KQa34qTCQyF > .row .container { width:20rem;height:337.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3C4XdanwXfW4MsOJFlKmRvTT5fDMXg0 { width:20rem;height:1.38125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7AHMgcLytglkNNrsZCNckxHZpXudtN { width:6.3125rem;height:6.3125rem;top:4.32421875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnDuNw1trH8VcTRtzXlK25ZWUyBKcKK { width:12.1875rem;height:1.4rem;top:4.32421875rem;left:7.8125003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdAH74naw48bNuz1obn2gXVTAuFR3I9 { width:11.8125rem;height:5rem;top:5.82421875rem;left:7.7367190122606rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5NEB6AgRxOEIM47PrNiNmdUhQbfiBQ { width:19.125rem;height:1.3994125rem;top:12.450000762939rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiT6VZu6tH7oouh10KQWBn1aSbWqM8 { width:7.9375rem;height:1.8125rem;top:14.487501144409rem;left:10.90164509447rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK56tisCJTBtQUs2Mv7GR5lBMfowdwwV { display:block; }
 }@media only screen and (max-width: 763px) { #J7XrOFEKNTIhD4wKl8SuLNR9fwWcSxx8 { width:6.3125rem;height:5.9375rem;top:311rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hue0oa64degbyECM26ny95MzsVmzcJRn { width:18.25rem;height:5.59765625rem;top:319.1875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwXPmDkmBrZ1P1KXA4HL66mUXXXyozo { width:7.375rem;height:1.8125rem;top:326.1875rem;left:11.1826171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUIQ7qUoqLegLIGbLHqfKsv0UWOO3Jky { display:block; }
 }@media only screen and (max-width: 763px) { #mRoAPbmZuiCT1y5KgFQPpLmfTzNMLWA8 { width:10.8125rem;height:2rem;top:314.15625rem;left:8.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIAnKDTLgCmcwqKxOlyppmNtVaZUMAqQ { width:12.0625rem;height:1.3994125rem;top:312.3125rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GNfQRdd2ayZeThSxlHfPzpqqdq40L8 { width:5.9375rem;height:5.9375rem;top:76.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4kMEHUme7srSIcT2VrloUzdCLK1auc { width:11.875rem;height:1.3994125rem;top:76.9375rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfp2huzdssIpbArTrpwmH10G2TncWtWi { width:11.75rem;height:2rem;top:78.9375rem;left:8.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nBrcngnzSK6GAiRUDqQx0EPopTXvHe { width:18.5625rem;height:4.19824375rem;top:84.9375rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTr5CLD6WDaM24Rr3IGgaPZcu5JHfP4q { width:7.375rem;height:1.625rem;top:90.75rem;left:11.1826171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kDaz1gLye9ct2TLC5q9Op7Fc7wz33s { display:block; }
 }@media only screen and (max-width: 763px) { #dDvBCZiILNEM3T43g4h3m4d7K5Px0oiV { width:5.9375rem;height:5.875rem;top:38.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEgOVA1E5TtbWfPdChd0t4lJuazMhxA { width:11.75rem;height:1.3994125rem;top:39.6875rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKDf9nIEXhckP9xl6tvkD599IfDPr16F { width:11.8125rem;height:2rem;top:41.6875rem;left:7.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMUTryKGBK6kpzuW3c60Rnswvs3TDEmT { width:19.0625rem;height:2.798825rem;top:46rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZZNG3WMxPUJlQnUQSCVt6VLKoE9zSQg { width:7.375rem;height:1.625rem;top:50.1875rem;left:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOM5NrTr0EE46krCpB49TkcO4QziFKR4 { display:block; }
 }@media only screen and (max-width: 763px) { #g8Bv4V1tEdNX38JWTxlvqgiGBvysufvT { width:20rem;height:102rem;top:205.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rALmdcAM2wrrTrn6dCusct8XuhqPl4N3 { width:18.375rem;height:8.3965rem;top:206.875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK39irvn0KeIHvm2fiq7iJSBmtuEvWEc { width:18.375rem;height:34.777375rem;top:216.4375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Im2wDMUfsJA6h7AU8nMVZT4cw0zvBU { width:11.375rem;height:1.3994125rem;top:111.875rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWTLikrvu0Qiv68EvCSiWg8G0IGUprp { width:11.3125rem;height:2rem;top:113.8125rem;left:8.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVnkveos7ntqXpG3sVfKmq9hx8mhu2S { width:18.9375rem;height:6.9970625rem;top:117.875rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00b9I4TssMmQOKeB8v16OuyfigpdxhM { width:5.875rem;height:5.875rem;top:110.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlFPPobB0x9CHQ2x9z9OX8owlNkXTnPh { width:19.25rem;height:5.59765625rem;top:62.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrC0pns4PRhnm15m8rvAhge4c6Aq2kk { width:11.4375rem;height:1rem;top:58.875rem;left:8.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq53PRGihAsU8TNpaRDExDCPyrJxok4r { width:11.625rem;height:1.3994125rem;top:56.625rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUuNJNwTOtWSbKiEDodL4x2T6gp9PHcf { width:5.875rem;height:5.875rem;top:55.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrsJC4pW0DTJyRyoSb33JDUaK7aQkwmp { width:19.25rem;height:4.5rem;top:178.625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWDkqv8fong1pq5Gt0y2gBsrJ8hAZbt { width:11.75rem;height:2rem;top:174.375rem;left:8.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSR1dfNrASzTu8RVZk79fLe4EnECMM1 { width:11.875rem;height:1.3994125rem;top:173.0625rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X17ixOSe6DyBhP8ICIholybRgUt5wnet { width:5.875rem;height:5.875rem;top:172.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTVJHxaTdTwxHQtBOWsh7tfKHTCn3M1 { width:5.875rem;height:5.875rem;top:188.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrotPTlCfGM6iwATeAs7SauadIdNqo7m { width:19.25rem;height:6rem;top:195.3125rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpSs9cx4hWEbODNKuunxJIr84eyFLOxR { width:11.4375rem;height:1.3994125rem;top:189.5625rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIMGEGANdMNAyKA2U5nLF1GBbnREx3S9 { width:11.5rem;height:1rem;top:190.9375rem;left:8.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okx8U8ZMJ3GETXAE4zI4I2tndvQueWV3 { width:5.875rem;height:7.25rem;top:96.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NIUS49OTC6vND74hAgSTiDunglWnWw { width:19.125rem;height:1.5rem;top:104.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX9SJM8iAKTJRmV85EEI0QVW6PSR5LBi { width:11.6875rem;height:1.3994125rem;top:99.375rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CanyJfhAJoSFeFxw5frt7JEXeZSLIKD2 { width:11.625rem;height:1rem;top:100.75rem;left:8.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6S8sZ3qxTWOp6fGgGXlvR6BsMZK6zyW { width:5.75rem;height:5.75rem;top:148.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLGmm7SVev9VtGIRoF5yRk08MFiTVBvQ { width:18.9375rem;height:7.5rem;top:156.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G58GwGEV2QlQJguKVmalDnKwu6rmMNSC { width:11.75rem;height:1.3994125rem;top:151.0625rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH4bSwi56x61ztp0VxoMbEq9ZzfNef0 { width:11.75rem;height:1rem;top:152.4375rem;left:8.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igW8BTmplIl9Kuw0DJKqAgbdFTodLoLP { width:19.3125rem;height:4.5rem;top:136.8125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohzRe4mDHL7U6NCe5GilsQ0GhThGhQs { width:5.875rem;height:5.875rem;top:129.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOm9JhylxIP6E2Bwa5xokamb1eotyz1 { width:12.1875rem;height:1.3994125rem;top:131.1875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoJvrhie1QcVCtyTIeS9FGK4d3C8d3d { width:11rem;height:2rem;top:133.125rem;left:7.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVTGG8Kt5Hd4JG75fK6VGIwV3yZqZ9G { width:8.3125rem;height:1.5625rem;top:142.5625rem;left:10.7826171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9gSyfJJIiXfiyAqLcSPXR16U19aAbC9 { display:block; }
 }@media only screen and (max-width: 763px) { #OMfyTMI8P9hZDs2rsrcDaeozpuh4KNU1 { width:5.875rem;height:5.875rem;top:19.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXUcBHVKPyOdkTtyXUdHF3DDwCDmNwU { width:17.625rem;height:4.5rem;top:27.0625rem;left:0.6875rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TcRiWiPkeJQyrAwEtLKxSzCDU89XmEe1 { width:12.125rem;height:1.3994125rem;top:20.625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUKSxHcCfXzVz3sQinsTx9SPh8etloA { width:10.5rem;height:2rem;top:22rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rSwi4kVGaQhNWooBD5kXFR8QolyDDa { width:7.75rem;height:1.6875rem;top:32.8125rem;left:10.9951171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fhg7BsDczoyuuWCvEyt2BAvp3QdkVH { display:block; }
 }@media only screen and (max-width: 763px) { #aLMHUL6XHNT2Fsnbs8fRvXi8Pek3T1ab { width:19.0625rem;height:1.5rem;top:2.98828125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrbJA06Ue177acZd9bk3aN3d71MAnXD { width:18.8125rem;height:1.5rem;top:17.6494140625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPRa05vO25tJJ6aymPPS0tlpUfosggks { width:19.0625rem;height:1.5rem;top:36rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otP0avIfpCxPOXVnJ3eNcpx3Qi1HWFfk { width:18.875rem;height:1.5rem;top:53.75rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mrpVAdqxOP0a8ltu9pWhM10LT6oQNQ { width:20rem;height:2.25rem;top:70.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQs8zMcZkih1JlOLNsqO8MFpo6y2qqS { display:block; }
 }@media only screen and (max-width: 763px) { #C9e9iBam1wKtRFPimaFrXeh7pc3OGAd8 { width:18.75rem;height:1.5rem;top:74.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybBO2TuNuBcQeLf87nNI2XqOQDBUudn { width:18.75rem;height:1.5rem;top:95rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZz5yk7Th5yilklecC8Xz7VEeM6rOLBa { width:18.5625rem;height:1.5rem;top:109.0625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJXNZFRnEwbyb5yF8LQIOF2ttSfKTXa { width:18.6875rem;height:1.5rem;top:126.4375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdVxisK4N4AaLZcbKVPFTmLMhIIN0knG { width:18.3125rem;height:1.5rem;top:146.6875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCQuNDIM1EKCUwmunTeoipfwtOTHR5nF { width:19.6875rem;height:2.25rem;top:164.25rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSvDHTIftSouSOTUs1vTXwJvkfaL8Gx { display:block; }
 }@media only screen and (max-width: 763px) { #Fpuhs2k6OPRSopzTCtn6c8NVQkQivVhg { width:19rem;height:1.5996125rem;top:169.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTi7BzufXqnb4FZDZptmGZf102iQ86G { width:19.125rem;height:1.5996125rem;top:186.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI6tzLGgttEkBJeT5HPgJzWbls78aqHv { width:19.125rem;height:1.5996125rem;top:203.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZzeFT5K5TmGZcJA9WU2aHFuq8fDfEiL { width:19.125rem;height:1.5rem;top:308.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuraACQP3kWIUHFp5AJSNQdtB04udz7a { width:20rem;height:333.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oay470IK0mf0ZL3fQsJECfkrA3MzFlkO { width:5.9375rem;height:5.9375rem;top:252.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2I7znbKgJb6Jfw55MbTbxlTPuMwHtuf { width:10.25rem;height:1.3994125rem;top:258.9140625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCHxtUsmyxFkVD29yM8PcWqrn3bPUPcX { width:12.25rem;height:2rem;top:260.9375rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGBdou2cRucCfOfWwNTDTCZpP2Aq9sPJ { width:5.9375rem;height:5.9375rem;top:264.125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRJNwTi925TEhZ44u8eA0FwLp4arhZS { width:12.25rem;height:2rem;top:272.1875rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yw0fTnQvS5DIt0oko5NA9KfuJsTzePRE { width:10.25rem;height:1.3994125rem;top:270.7890625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhMVMtO4snpfO0hTmTkypLaBwmNDFxLa { width:5.9375rem;height:5.9375rem;top:275.1875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wli0Ko6b3QUAQpFoMnMGNOpx6nC7I0Lh { width:10.25rem;height:1.3994125rem;top:281.6640625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbHy5VdTOCay3LVMfgl1aPXtKpEhCL59 { width:12.25rem;height:4rem;top:283.0625rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NU2SsmlNGSOZAfXIrgikX3WyLf1pHmbg { width:20rem;height:2.25rem;top:329.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLJaCPUywIl0GbBQM6zMwhenKmerqoWh { display:block; }
 }@media only screen and (max-width: 763px) { #vhyWbnsJUHppJJa6T5DVzDrk7tXnZGAD { width:9.375rem;height:4rem;top:297.3359375rem;left:5.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Df3dX5pOqZ2G0hSOVg1f5M8NLan2idEG { width:5.9375rem;height:5.9375rem;top:288.625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN13Rbb08v8PTKhREyKDhfPTkbSMFBgy { width:10.25rem;height:1.3994125rem;top:295.375rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { width:20rem;height:3.3984375rem;top:49.775000572204rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { width:12.31175rem;height:7.7988125rem;top:72.3125rem;left:6.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { width:3.25rem;height:3.25rem;top:73.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { width:4.375rem;height:4.375rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { width:4.375rem;height:4.375rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { width:13.3125rem;height:9.098625rem;top:54.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { width:4.375rem;height:4.375rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { width:13.1875rem;height:5.2rem;top:64.8125rem;left:6.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { width:3.25rem;height:3.25rem;top:65.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { width:4.375rem;height:4.375rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { width:13.125rem;height:6.499rem;top:81.6875rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { width:3.25rem;height:3.25rem;top:82.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:6.875rem;height:1.9375rem;top:90.25rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { width:7.7494375rem;height:7.7494375rem;top:118.74999809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQFXxiuZVQe3UkWUVOfphW1NvCNCf4gF { width:5.3125rem;height:5.3125rem;top:38.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoNzpye9tkR8waN3ECTaqdBchOPazmuW { width:3.25rem;height:3.25rem;top:56.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-number { padding-top:0.318125rem;padding-right:0.2775rem;padding-bottom:0.318125rem;padding-left:0.2775rem;width:1.665625rem;min-width:1.665625rem;height:1.71rem;font-size:1.2725rem;line-height:27.36px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.22125rem;height:0.67625rem;font-size:0.4775rem;line-height:10.82px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G1ydwZiOez8XgWV43r67teJNUiqVk0c0 { display:flex;width:11.375rem;height:3.1875rem;top:93.6875rem;left:3.9375rem;padding-top:0.3975rem;padding-right:0.396875rem;padding-bottom:0.3975rem;padding-left:0.396875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #pDNVqsCFAyw0SXN06I33kkZW0lCvXkP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #T1ZMxpOSkDQ0lXrCF5wvg09pi8oIUWiy {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #fDAyxPGLnKJwpfQPTFR0T0Idbc2rhl8y {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #JdSdoOcgfffWEgtOunAtmEnHtCwOKdfo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sPTvy9Kk2HZquA0tzgM3hddX0bmExrtI {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #EGnCyJFstaXtP0PzPFhBd3z9FDn0TWHm {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #DahgHpiXq4pGN9bnm62FUDhi5ZMUUGUP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #BeJcLRcWPWBnDZJIylSLT4eXsywEpO8T {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #syfobdPaufpRTXoTXac8N7l6KO6GePoR {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #ted3Ob2QccgUfOfqbfn3Z8ZSrufgP2rh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #sNZiiD8z7BXn1egAimdW1SR46PQac67a {  }
 }@media only screen and (max-width: 763px) { #G1ydwZiOez8XgWV43r67teJNUiqVk0c0 #XoI5IK2FTE6HeOABbTTExEuWcxB0rknh {  }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:161.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:20rem;height:1.38125rem;top:1.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:19.8125rem;height:9.098625rem;top:4.2124996185303rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:20rem;height:1.6rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:4.375rem;height:4.375rem;top:17.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:19.1875rem;height:25.996125rem;top:22.9375rem;left:0.68671876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:19rem;height:32.495125rem;top:56.15625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { width:4.375rem;height:4.375rem;top:50.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:18.6875rem;height:27.295875rem;top:94.8125rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { width:3.25rem;height:3.25rem;top:130.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { width:4.375rem;height:4.375rem;top:129.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:41.435416221619rem;left:9.8125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtKDmFNV8RagCCEmKzO4PMuMPhgTg96f { width:4.125rem;height:4.125rem;top:50.6875rem;left:8.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrs4V0uRfXPCk1d9XuW49FTEl1Er8cpF { width:5rem;height:5rem;top:17.0625rem;left:6.9375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsC9BkVwRXKdC7asnSM00DIdapINTkDU { width:18.875rem;height:24.6963125rem;top:135.61250114441rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSEbg1Xml634zGiBmEtxcgfZVypzVi0w { width:4.375rem;height:4.375rem;top:89.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { width:3.75rem;height:3.75rem;top:89.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8nwNwN0B02ZdB5bJQslPNt3T2vSurUi { width:6rem;height:6rem;top:11.875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXyIeK0HX9E5N4zHTLOe6qiaQb9aCSW5 { width:0.3125rem;height:0.3125rem;top:127.0625rem;left:12.550000548362rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FwyedJCUhQ00A63cyaC4vIvFmv9F1OBR { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5iZ3bTacIuqXLT5uktLUR4celWtT2Ft { width:0.5625rem;height:0.5625rem;top:125.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNf9IsfQ24Adz8PclRB6P5HLLZ2fgqNK { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQcRPOx33kXcc1G7a6yoQv3yLlQoZKT7 { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W859e6ax6lundbq67NsCVP9W8CPsQ9zy { width:0.5625rem;height:0.5625rem;top:125.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTVqJXBcnUgcGV8rnbe1lrKLPv0NvW8 { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptABqlPumtms3OMeFJoKGoduuSFbWvGU { width:0.5625rem;height:0.5625rem;top:125.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0hdk4WHaxEWb31rzuOOfz8nquSc3yR { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBB0bwE9KMcv5rPbt3O6NS7O6PMHSfLJ { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:9.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUMz8z2pPVAdq2097Zteu9rCNGxvUgnm { width:0.125rem;height:0.125rem;top:125.125rem;left:10.3375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPBybSuo4UrNJ6Oay63EwdCoaU4hpmQ0 { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:9.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag5xKFFhyO2CM7hXr2K70kfoNlRZ1Hx8 { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJ8WvS8tbHHewoqduAbXnztP6LUkRMM { width:0.5625rem;height:0.5625rem;top:125.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrhruN0aBBtHO0AxBfdD4M7XOXrA9Bs { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6rbZi65QdQztPcIP3vnZVJHpG0amFV { width:0.5625rem;height:0.5625rem;top:125.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQbhslycRlf70GI9uATT8glxvhLBH3n { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqDfS4cm8DMPHMEuFGUQCKUEg9yxcs4 { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLsPAfQy4CNd6LcNdNV9DSah5kW5D71o { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQbX9tNf1dyK9xKbiJ8wmJhuTMLEPJ6 { width:0.5625rem;height:0.5625rem;top:123.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SncT6lS5iUZxcQCXLoIAt36BB6lSy0vZ { width:0.5625rem;height:0.5625rem;top:125.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxpN9GXefzEBq3F6XoWat61Kr6osR2aX { width:0.5625rem;height:0.5625rem;top:126.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq4Gin7xm5IozxXPwLJB3w3VyE1I9R4z { width:0.125rem;height:0.125rem;top:125.15625rem;left:9.9375003576281rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vORaXULkXoEa0MqlTAvlMAdZ7uUQki7V { width:0.5625rem;height:0.5625rem;top:125.125rem;left:9.7187503576281rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #LoII53dypNE7d4rHdfWsJXPgVwTsEG3V { display:block; }#LoII53dypNE7d4rHdfWsJXPgVwTsEG3V > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvWrucycmGsnyIK6yt2BPlmd31wKScC5 { display:block; }#dvWrucycmGsnyIK6yt2BPlmd31wKScC5 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx5xyFWeVHIAN2VQ7qfG784SgElWQzwW { width:20rem;height:0.89375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cdNUr9s1JTkVAzrtrb4eJTeJwkFMGDV2 { height:11rem;width:19.75rem;top:3.5625rem;left:0.19623687281214rem;display:block; }
 }@media only screen and (max-width: 763px) { #saaLfuZmkndo1JMEbquOHXi84cFgP6bB { height:11rem;width:19.75rem;top:15.374999046326rem;left:0.19623687281215rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKrEcbleeALUBvlXqZVHcDXQNO2sJP73 { height:10.5625rem;width:19.75rem;top:27.562501162291rem;left:0.12604292623942rem;display:block; }
 }@media only screen and (max-width: 763px) { #se3wT5vuqcR07M7nlCwSZziquBi1rWzi { display:block; }#se3wT5vuqcR07M7nlCwSZziquBi1rWzi > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk { display:block; }#mSJZwLRhIV8h12CgKkiBqdXeic5oSlDk > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eecMHLNNp8fiz5nm4dcnz5Dr7JsmNoyv { width:14.625rem;height:4.875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7RxTrDHZlboTmcdBTUFC16xBBPJVB0I { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { background-color: transparent; background-image: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container > .video-iframe-container { display: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container { display: none; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .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); }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { border-width: 0; border-radius: 0; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMP0J1WUmkavPhRHJyBfyMEEDyeK6J4R > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJFE4uqMHZpvlvPQlv0anDqy65XvJ73r { width:4.375rem;height:4.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9QalSh445UJywNr4mm3fLfB88bqsN87 { width:13.9375rem;height:7.7988125rem;top:1.3125rem;left:3.0312501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG8cpBQpfRsHTpf52Fn2dc9V3QKX8nbN { width:13.3109375rem;height:9.098625rem;top:10.5625rem;left:3.0312501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAK6gd5EZ3GT2Uyw7C1uGoT4Q0soS18e { width:13.125rem;height:9.098625rem;top:21.6875rem;left:3.0312501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zff6ca8MUs3bqvFs7W8lecylRwmk9ry6 { width:8.6875rem;height:9.125rem;top:41.435416221619rem;left:9.8125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wN8KQN5OXHVdnp22Ndy6ZvuHH8WyUhZD { width:15.25rem;height:6.499rem;top:33.0625rem;left:3.0312501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRT8znBQ3tm16BFWTK0ieoQvnGvC8LQT { width:1.375rem;height:1.375rem;top:21.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCgaLInetAiCcCfEe5rHrHbg03vgu2UI { width:1.375rem;height:1.375rem;top:33.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sz8ZLT88QdZi5QtxJ46etG62UkZdHb { width:1.375rem;height:1.375rem;top:10.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR { display:none; }#qnNI5CA7ssuUiX1fNvWsxoOmlALC8HOR > .row .container { width:20rem;height:27.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI { width:19.4375rem;height:17.5rem;top:3.4052734375rem;left:0rem;font-size:0.625rem;display:block; }#MerFvtOq0qM0TIHFm77icQ3s9EOXwlqI li:before{  }
 }@media only screen and (max-width: 763px) { #yxUTg0WaHuWJ4pRDa1Q951EtolTp7Vw8 { width:0;height:18.062125rem;top:23.19931875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWWxUBhUVxM1uma5nGKnugGmveZyCaT0 { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55Ev3PmNhtAzsfMEkbXXNCKxBu5e0uS { width:18.375rem;height:0.75rem;top:23.500000953674rem;left:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP { display:none; }#P8Wu8hn7RzT69L4Lskx1AIABhwlUylOP > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4kV9DHJbfolMDUb0g81mTlmsgAvhIwm { display:flex;width:0.9375rem;height:0.9375rem;top:42.4375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #VnzKU9EZOMWNi4I3cmfTqT1GDKUW1Hx5 { width:6.625rem;height:0.6875rem;top:42.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGP1DXl1FQadQmDhv87yaXPxkR1mZuQf { display:flex;width:0.9375rem;height:0.9375rem;top:44.1875rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #V0lxbRenXH40TaGhSSXXtb3deU3O5bJB { width:6.8125rem;height:0.6875rem;top:44.3125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBngTgsccqVuP6CcCGPGg1yc12Il0HON { display:flex;width:0.9375rem;height:0.9375rem;top:45.9375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #E8WXXtCvwF4pHs2irxQCVSIe3RkVTJMc { width:8.875rem;height:0.6875rem;top:46.0625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfvEV1aLnI32FoOdENAD6MqbG4QPfOk { width:7.5625rem;height:0.6875rem;top:48.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osFmRRRFBbJPCdyQFOJdcOfLXr7HJsoi { display:flex;width:0.9375rem;height:0.9375rem;top:48rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #ohlb91TASWr8mc4mM2OnFygStNwdiIxi { width:7.4375rem;height:0.6875rem;top:50.3125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpISQ39g6amZehWcvLQTm1dRhQn6FWS { display:flex;width:0.9375rem;height:0.9375rem;top:50.1875rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #aT3G0Nf80F0Gn5P9AHqRr9BTOg6iTmOV { display:flex;width:0.9375rem;height:0.9375rem;top:52.25rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TOV6GvgAr7qLevLRuaFxAEctxxhTZUgV { width:12.8125rem;height:2.0625rem;top:52.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiaBnMoR6QxiiJ6MR4TeSC6lVuaUHTL { display:flex;width:0.9375rem;height:0.9375rem;top:54.65625rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #mz1MTMdKbv1CVtmouHKMZporEDxmeX6t { width:10.5625rem;height:0.6875rem;top:54.78125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkt9AefVmbc1W1d6l6ctSLPU5d791wTt { width:9.25rem;height:0.9375rem;top:25.75rem;left:6.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5WmnM6ZSzUUecbu7zIokPusTQ4KWJT4 { width:8.125rem;height:0.6875rem;top:21rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTOkVR1alThtAKMVZGUM0MnGEfvNEMoL { width:9.375rem;height:0.6875rem;top:19.625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuEDSHqxUAAwsm5z0H9aH219l0M0rdgO { width:6.3125rem;height:0.6875rem;top:18.125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z28BGxyaSgT7Aa3J7Hge7R8PIEEXQOyp { width:10rem;height:0.6875rem;top:16.6875rem;left:3rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQziwB9BEFtDcaeQporbL2yvFIqzUG3I { width:10rem;height:0.9375rem;top:14rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4L4Qw9Q4sXTmsRrQuJ1M9Esa8GrzUp { display:flex;width:0.9375rem;height:0.9375rem;top:16.5625rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #rh29IMg0R2y1uTRtHyQqTLshT5Jl62UH { display:flex;width:0.9375rem;height:0.9375rem;top:18rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #kZBV5x1ILnqdxVSIGG1ToDJZWNcRhJ0T { display:flex;width:0.9375rem;height:0.9375rem;top:20.875rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #trc9ZiVzTEoqaZB8E0nIWumpr1VwZMcU { display:flex;width:0.9375rem;height:0.9375rem;top:19.5rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #C5rdc4WevMao4UTpFMklTTITwFMc50H9 { display:flex;width:0.9375rem;height:0.9375rem;top:33.875rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #RerArmFUAv6Ao3E0gewg2PaXTKslsxTe { width:6.875rem;height:0.6875rem;top:34rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ30g04THAnvpVLWWJIOuvJ5TKMrbakw { width:20rem;height:20.6875rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvFde53h40JOpXHNMdssMCERg92TFvU { width:7.5625rem;height:0.9375rem;top:39rem;left:6.21875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCaVWfTCLulzSRItCaqaagwdn1LpdG0n { display:flex;width:0.9375rem;height:0.9375rem;top:28.25rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Ziu7WxgOw3ses1s4PHJ5r3I0nRn48Gh3 { width:9.625rem;height:0.6875rem;top:28.375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvV8qaPnoubykihSnlT4QXGekdhySnW { display:flex;width:0.9375rem;height:0.9375rem;top:29.6875rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #m4fofsWAI8iECSAZdUtH7p1HxPgeurZE { width:7.0625rem;height:0.6875rem;top:29.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDg2G68BsXFUkI3aoy4U3yerrTlISvrx { display:flex;width:0.9375rem;height:0.9375rem;top:30.875rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #W0xdDQKJlKaWRW8tKuBbcF4gvCoq84kO { width:9.4375rem;height:0.6875rem;top:31rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2uhMtMvxC0ewGkdCxtOeEceTfIXbm3p { display:flex;width:0.9375rem;height:0.9375rem;top:32.375rem;left:1.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #qcoyZIkoccwWFTd4WzTz9ABQEBQo9lTH { width:8.5rem;height:0.6875rem;top:32.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM8Wc8abf3u7qN54LEqLAcElh1IuzU4 { width:20rem;height:12.3125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpd5o0KSP6AQw4AOS82St8mbXaVULRXW { width:20rem;height:10.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T252uxy09KAlsh4P1QvWpTMHwrsXvQL3 { width:7.625rem;height:7.625rem;top:42.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRo3oliyyd4kguPER8tzZFH7KT71OwBq { width:7.25rem;height:6.75rem;top:27.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqhPVlHG6tLrxkRux8TKDTflHH8u40q { width:7.0625rem;height:6.6875rem;top:15.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaoPSFMB5NNEvedPVkIlqGuw0ab576PK { width:6.125rem;height:2.25rem;top:48.8125rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKwDcfz7vvpN76nWTgTV9wDv65grIldO { display:block; }
 }@media only screen and (max-width: 763px) { #nIdwl1V1xMbO2hsUTeWTIGH7Wneeq2C6 { width:7.0625rem;height:1.9375rem;top:33.375rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHE35dMrHdhy9zsqm849VV3fNa93vr8G { display:block; }
 }@media only screen and (max-width: 763px) { #R02lBGfaDsVPKcqHqAtPalyDTpTdJxDH { width:6.5625rem;height:2.1875rem;top:20.1875rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4JfCNvqb2esV8oizppssFOECFEzp5nH { display:block; }
 }@media only screen and (max-width: 763px) { #yLoRlLS02XVPoC5m7T40ngwwTx3L5n7s { width:19rem;height:0.75rem;top:37.4375rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1L8MV2GqJOvbXiUHZ9z9GDHFT1Rwfw { width:18.5rem;height:0.75rem;top:24.4375rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgCtVQZkzXgKkCu6nBhGGrB6IywltZ2 { width:18.5rem;height:0.75rem;top:12.25rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmT70hO63CkzhtRilJwK9014oDFEsJg { width:16.5625rem;height:5.19921875rem;top:1.623046875rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eRxR98ZLCGhecSB1LVmS3vOmRb9hd4Th { width:20rem;height:6.57421875rem;top:58.572265625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst { display:none; }#PnM0aWISdTlICZVJU7gkSwlcLVPE0Gst > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSrlI2RkmiimwFLkpdQzvaCn2xmnySdk { top:7.44921875rem;left:2.8466796875rem;width:16.3748125rem;height:0;z-index:15008;color:#fffafa;font-weight:700;font-style:normal;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7fT0U8BhoPGrB7A6RinNtWBACu3uP8p { width:19.875rem;height:4.875rem;top:11.9375rem;left:0rem;border-top:0;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;border-bottom:0.0625rem solid #f81313;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #tiPysgNoEgE0EpEZNegc9LBLeFPR7JKh { display:flex;width:0.9375rem;height:0.9375rem;top:3.3125rem;left:1.1875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #GIfk7zq8AtMTgibgeE9s8rmCeJogUPRW { width:17.625rem;height:1.95rem;top:0.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkHKkKuRohFuqKZbTHlDp8iG2cxRfO1 { width:15.6875rem;height:0.825rem;top:3.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9VByNp1f0OsXUvUs3Vko1AG6NK8H26T { width:16.125rem;height:3.296875rem;top:5.5625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEvAQX8JMnA5e6nKP7cTs5q8lr4WML7x { width:15.875rem;height:4.9453125rem;top:9.9375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFF591xgFTld5cL4XT2dRNiagH9L1PdT { width:15.5rem;height:3.296875rem;top:15.85000038147rem;left:2.9687501192093rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88Jb4qEhEpEn4w9mJVxe76DmVD66nCD { display:flex;width:0.8125rem;height:0.8125rem;top:5.7374999999999rem;left:1.1875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pMS8UyapOQ5QiIp9F2he9s1F0hVQxDtc { display:flex;width:0.875rem;height:0.875rem;top:10.15625rem;left:1.21875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OtXEiUxTAtWG5Dt2PeRCh7tD1CVOI8Qu { display:flex;width:1rem;height:1rem;top:15.85000038147rem;left:1.15625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #HTyVksAIz7lT8cc3pzKXuZD9hmQc524b { width:20rem;height:21.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ { display:none; }#Kt8gsCGq2OaLzViDd3QexLC8Ge1mDIAJ > .row .container { width:20rem;height:75.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X3Hyk0rqMLC9359ouGUaNQVHJdb3Cz16 { top:7.44921875rem;left:2.8466796875rem;width:16.3748125rem;height:0;z-index:15008;color:#fffafa;font-weight:700;font-style:normal;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHCWmwz4nXTaQFTxCRxenDPlXnmEyCfw { width:19.875rem;height:4.875rem;top:11.9375rem;left:0rem;border-top:0;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;border-bottom:0.0625rem solid #f81313;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.75rem;overflow:hidden;height:auto; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-text {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-select {padding-top: 0; padding-bottom: 0;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;height:3.25rem;font-size:0.8125rem;overflow:hidden; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG  { width:17.5rem;height:auto;top:23.5rem;left:0rem; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG {display:block;}#eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG { width:17.5rem;height:auto;top:23.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #LzXcoubP45ltMZHTg1J9e9SrBuU7cI16 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ySTCGrtIJzN0nGktkEXH5Dd9hQl8myPf {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #XTH0aJi1ouCoxH2JTqWmcZewTlhVv62D {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #xgDUMdv2fQy1eLokSBOc47a7ro9K4wtt {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #fno1OdyAvhdF6s8BQFlFhGc8q9a8RAof {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #F7twT9AxEXmL16bCtcy1Z05439WRJ5Du {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #Jx2NoZxJuV3uoXxUpXuPkPP1Esp7Sotu {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #HTAi1FlUAh1VglS29GcOrqJqp2VZ5boN {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #EnT9B1hGcfLTx8agD0U1L7Ac8t9TP0HN {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #J6fwfxVvxfuCQzDQWmdoJEb95FMlPU1Q {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T82pC7ys7ahTrd4NQqZIemQlRNNAsmTN { display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TgpI5mD0gA6vs7Ol8CIV1iWZLZPyweIL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #gzMJ6At2PFp8IwQdxrFFcUpeL2Jfp0KL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #kuaiQZukOs3OkzqLVx1uee3ui7evwW41 { display:none; }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #I1eXGRD88SpfmvXfdyxfySoLXNyA7FSe {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #CceGJZdGUbSi2hq1rkyOh7E3Nfa29oRs {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #mIMgEEtHIcx7aOXcuGowBf4igTmEDLgv {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #TUxzwhJpJKTTzmylukGuDPNQ2NECcKZ2 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #rizUNF4CyMUv0eTP6l9wwxCksxVLnVmT {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkS5iwEw7lwuR98lVT6ySnTdWm9kHR2S {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #SwrqNBc3KvWQr5nDMEkS9bSxFvdmQXEW {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #foBDJugQwmnROd9oZbrWAXSGG1TmvXk0 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #JPP03ngLSvwqQXf02hwR7L1WyGQMK9eP {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #qqsOVy7VBLXKC4DbWRevmwoS1o0qwktM {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #t8v0Qk0E6pXGEuLtQR5lT6eBX7coMcZt {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #H11qLxas9EL7leV4EKvT4E4sw92kNRsa {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #o3xq8U7fKTW9IdWULZAu6MsTa9PiDuV7 {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #zkKfgOiJz0le700TEoJnG99iv38ZTnqG {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #nKvUGS5U0cbvRsNUqwcTnTExTkQR8lVL {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #chnkDr9alUT46TK6MtJFsabSAPIZU1LP {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #T7IynbHlLzgyI9DU1xgk61eC8UE6WoDC {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #AbDiFZKm4iXAIS0f7pdff4bGxz25am2e {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #ymV9n00cTg2VNAfRpqtHNQWnqQmkTIil {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #eZsmctNubJDcsHxrKrv6uBT9McdHO2em {  }
 }@media only screen and (max-width: 763px) { #eJoy9JhPh4pzi25Sn6Es2oUkwKhMvPQG #R2m9bdkJEaNedTKDNviuDLTaXLfJlxLZ {  }
 }@media only screen and (max-width: 763px) { #XvPNn7uRfVporvyCQtBINtbdhHmwnqCr { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P0Pgl9L9L8Tp0WWPyZke2UNGRBp3soDH { display:flex;width:0.9375rem;height:0.9375rem;top:3.3125rem;left:1.1875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fgBvNlfXMWTsCyGnMzhteiLfPn0oslQb { width:17.625rem;height:1.95rem;top:0.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXO9O3wslDizumVwQCkcMiuk1bGlUUi3 { width:15.6875rem;height:0.825rem;top:3.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwVgflDx9UqBv7bLxp83HXNWQ3iLb0h { width:16.125rem;height:3.296875rem;top:5.5625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9x0ilvhOW75swZoMwGUcINGG4HkwLp { width:15.875rem;height:4.9453125rem;top:9.9375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI2KOzPtIrBJOweRdnXahhc4bVbPB17u { width:15.5rem;height:3.296875rem;top:15.85000038147rem;left:2.9687501192093rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQyp94O5G6L3NJm2OmIVOsSFbiKIPAo { display:flex;width:0.8125rem;height:0.8125rem;top:5.7374999999999rem;left:1.1875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #I0TlHfdvdoQcqWBltxeTP44xl1rLTrMb { display:flex;width:0.875rem;height:0.875rem;top:10.15625rem;left:1.21875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #WtEKxhTDtqzVRoXmsS5LxzntDboakpCh { display:flex;width:1rem;height:1rem;top:15.85000038147rem;left:1.15625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #qdfZZfGP1CuGWOT7pBda610eu30sJ5nw { width:20rem;height:21.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 { display:block; }#oOHazyIZI9wXfmCfFtwQELBuDWbHhVD8 > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyD6foOv5zNFM0drzlLrrVuMyq9osRWJ { width:20rem;height:1.38125rem;top:1.8120651245118rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZvsEMkDvn169xI8DcW5d6Le1OixGie { width:15.0625rem;height:2.5rem;top:4.6976566314697rem;left:2.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuWLrmc55iUcHEm8UebvVybobylhuxHo { display:block; }#PuWLrmc55iUcHEm8UebvVybobylhuxHo > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtCWV1fBgPd3ERsRhHqJp4hIiQySxT4c { width:20rem;height:1.38125rem;top:1.8120651245118rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8T6aK0c6o1Tv8xZTXzTNo130p53ThvS { width:5.625rem;height:5.3125rem;top:5.6614624023437rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beO2rr8F5CBT2iqfvJ4mUy7QPiTWIIrh { width:12.6875rem;height:2.75rem;top:6.9421882629394rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2MAXgIA2pkza6WRBWDNRXCBxl4IBVW6 { width:16.25rem;height:1.8125rem;top:12.473438262939rem;left:2.7796875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17KmJI8Lpsr38Ar8bsti9KQiGxFs1r1 { width:17.0625rem;height:2.875rem;top:15.59765625rem;left:2.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPgugqvuqHANM23Z49QiiOP5WcHXT9NN { width:11.5625rem;height:4.4375rem;top:19.41015625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z53XFw4PDpCd1rmoh02aagDm6VKqMLTv { width:7.0625rem;height:5.75rem;top:26.69140625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIslic3PSZ0UiiJz540HX3PS7Vi8I7D1 { width:3.6875rem;height:7.3125rem;top:25.91015625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV7KTge0fwLVwkRPQ0qwhyAN1yUh562k { width:10.0625rem;height:1.75rem;top:35.41015625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 { display:block; }#R1ivHVPTGhQTQl3OKZVkLpx88qyggRR6 > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgdzlK4OuEkEWDOGwm5F1mRdJ3eUUzQu { width:20rem;height:1.38125rem;top:1.8120651245118rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJFk809GXKipwC0QMzrFZL7pvkhp5Ckd { width:4.5rem;height:3.4375rem;top:4.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d46efITBSXBKuXI4fcr1M9RTBTXztfIk { width:11.4375rem;height:3.3125rem;top:4.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOoGqoSPdmmHLfdoMUTTn0wLyI3A80H { width:8.4375rem;height:1.625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNZVzwlKTh3zUaeSMwphacZgWcOdlGJ8 { width:9.8125rem;height:3.25rem;top:8.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpRxeeu04UCvW0hff3C2f5EGvQJkmgG3 { width:4.5rem;height:3.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA { display:block; }#hXax4H9Gpvu4UW28LrJkeDbu8FKOFTdA > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgVwxmgZpFEt23nW4BEkhudAuv5XSTAJ { width:20rem;height:1.38125rem;top:1.8120651245118rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd { display:block; }#xeNMBni88LwC2FzmFwwUuKZe1wnGfyhd > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqTMHWJBzNCxrzKRyXGJCXNdviv891lE { width:5.25rem;height:2.0625rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqC0aTWRrdOC2XqOEOyqIse8I4IhGMCN { width:7.625rem;height:1.5rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNR9kQOowH3oQxAUMasNm5pd84ZTatVL { width:6.6875rem;height:2.875rem;top:2.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvVypToZIvarH4IPF44iu3sxJVulq70e { width:6.6875rem;height:2.75rem;top:2.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL { display:block; }#kBF2q6AL1DzpPBmVXV62VZ2ZTzJ2NDpL > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVZtu9oBG35wO50O3LRXxVKuw9eRv5Q2 { width:6.1875rem;height:2.1875rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSSplTtykb1TeSRn5QZ1Qmv5WsCvftUf { width:6.9375rem;height:2.75rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzkRuUoUxQnPnVD0kMroxlKkSgk0yLDU { width:5.9375rem;height:1.5625rem;top:3.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 { display:block; }#wT8GmkzLxCUTiAESCuMfgtrgU9MZASL8 > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm { display:block; }#Q4B3G3X3I3F8fcDgaV3SUtyTfB82yRvm > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfTHa3RpShQ9B3eQJBnXB2qT9emgNR8V { width:14.625rem;height:1.38125rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZF1WDK49igDrEgftP044Iuu41TeZ0F1 { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD5BNP3qaLbBTpJKbqTHsMbDPbuP88U5 { width:20rem;height:13.1890625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Kolf0yhyzF7zAkFWErza0sJtDsxKT6 { width:20rem;height:2.798825rem;top:18.45156288147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxSIU873mTGLHnTF88xp2DpSt6pnOuJ { width:20rem;height:1.79980625rem;top:24.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0yFAsWEGwB8N1NOU8m2HcV7Nrr81hEQ { width:19.0625rem;height:12.4375rem;top:27.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL5wbox0KJGaykEUB1H89zuFEPdn77eJ { width:20rem;height:7.1953125rem;top:41.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dosI3oZFlVWloqckQHrDzyCcRnk1pkSM { display:block; }#dosI3oZFlVWloqckQHrDzyCcRnk1pkSM > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxTlVhJDkT9tbrJUM18JsZlxDhQTITWC { width:13.625rem;height:6.25489375rem;top:25.875rem;left:6.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEwROZI8QWoOVnosc8H71ZyGoSd53Epr { width:5.5625rem;height:5.5625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22LqIfVbhe03DPR0WZSpTWl4yGgqyQp { width:13.3125rem;height:8.04200625rem;top:14rem;left:6.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSVCQxXeLQpaX2E6bb7odAS91f3VM1Do { width:5.5625rem;height:5.6875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNn5VaExMBSa4Coe3TcT9mUFMuUg5kz { width:1.5625rem;height:1.5625rem;top:30.875000476837rem;left:6.7124998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4CRmPWnFLpinWt78rT5Otv0WL2TQ4K { width:1.5625rem;height:1.5625rem;top:7.4312498569488rem;left:7.4875005483625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhPACAhHp8Jrh0uRIzGFq8q5IlsKfru { width:5.9375rem;height:5.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUVos5nCaVHpulrheq6SBodlFTdG4yI { width:20rem;height:0.65rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y0OVIH7cpZAAr48hsaHbvxobF1dbFHRJ { width:20rem;height:0.65rem;top:12.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yEW61XTuUkRopykReSGvMzJaXzdkugoT { width:12.9375rem;height:7.14845rem;top:2.6875rem;left:6.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJFgBkkTS3zSoLJIkRaZNig38s3sdzGr { width:20rem;height:0.65rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lapS7SAqUIaBxvqUGgKMtuu9xl3HhNvb { width:13.6875rem;height:6.25489375rem;top:43.1875rem;left:6.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOtWf074uGd9v1FE1SgS92NifMAWi61a { width:5.75rem;height:5.75rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eD1oJmbm9H9c4CF7E8MF37ht5ce4kq { width:1.5625rem;height:1.5625rem;top:48.4375rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5E0QUPmQxTbghBuV9BzEkytZwa1rUa9 { width:6.4375rem;height:6.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGS1I9c4JNgATmbv5Pur0TFGagfVdrZ { width:13rem;height:7.14845rem;top:33.875rem;left:6.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dI9IcvyHSnP2GSr4zC6LkyI1W5qimcxg { width:1.5625rem;height:1.5625rem;top:39.9375rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGfVvTf5PBrS63gTmgTrWOnlPTZHxbv { width:1.75rem;height:1.75rem;top:19.825000762939rem;left:6.6874998807906rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szZO3xZW3WsvSCazxa7P84ZM54TgG2TC { display:block; }#szZO3xZW3WsvSCazxa7P84ZM54TgG2TC > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hopHXr2m5snqZevbVPTt3KhFT9KtfAP2 { width:1.1875rem;height:1.1875rem;top:8.2546875rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch19H0xSVFozNHS6WCu8kDK4WHdgZsd1 { width:1.8744375rem;height:1.8744375rem;top:21.39765625rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmiUbJRSk5v5TR6DVrocGZWu5nKM5yfP { width:1.8734375rem;height:1.8734375rem;top:3.23125rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qkACoHRK4TzJTiwBL7zJUu8WraF1Xh { width:1.8744375rem;height:1.8744375rem;top:3.4383478164673rem;left:3.7495766878128rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmKq9dQsKvlbGwMlVxA1tPO1owlKZe9R { width:1.8744375rem;height:1.8744375rem;top:3.4383239746094rem;left:1.2498588562012rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S06sErObStMb0mKiAgAihuprWGTQTB0S { width:12.247625rem;height:0.65rem;top:6.3546875rem;left:3.875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #py8SUdrchWXnAIgqiDy2orW6dVCmN5Ev { width:9.9375rem;height:auto;top:2.5625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TerKxKOVkhhKsB6kGivW0fN9r1xAgHqL { width:16.625rem;height:0.65rem;top:10.6921875rem;left:1.6875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWZ4aT3faEzyWm6ylhzAJAHNM2aMfrSy { width:19.9984375rem;height:0.73125rem;top:1.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw { display:block; }#dtLVqqwTnd6Xv91x3o5HcPXnJ6neVTtw > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz { position:relative;z-index:auto;display:block; }#oVz8dkwuJkmTJHcHKOVBvNla90Aar1rz > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRgcrAJSuFEhh76hxbc6pEM093eDwguL { display:flex;width:3.8125rem;height:3.8125rem;top:1.25rem;left:8.0625rem; }
#zRgcrAJSuFEhh76hxbc6pEM093eDwguL > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }