.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { 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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#37a508;display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:3.6875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.51796913147rem;left:0.75rem;height:8.8489625rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:18.875rem;left:1.125rem;height:1.96875rem;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#86cd68;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.9375rem;left:0.75rem;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #26265b;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:#26265b;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.9375rem;left:15.6875rem;display:block; }
#f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:2.1;letter-spacing:0;top:22.6875rem;left:3.6875rem;height:6.2995rem;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; }
#IzWlrblOuLc11B0w7FrDlSzecuZUCbSq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.3125rem;top:2.3624999523163rem;left:1.125rem;overflow:hidden;display:block; }
#OamKMdL0TglDT8XearSnRnPTIQ7e3AWs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12rem;top:2.4249999523163rem;left:12.9375rem;overflow:hidden;display:block; }
#FmSu5zxAqoHeF5TUIwoHCyhrCONBTpxB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.6875rem;left:1.125rem; }
#DLg1tRWDn2kCMv20aI7SAzAD3HVIDJrp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.875rem;left:1.125rem; }
#TS0S74H4v4GHbEstudkWMV7kGTONZ18c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.1875rem;left:1.125rem; }
#BcHPmm18md92XrUnvTSS2uvGkToobikn { 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:19.875rem;width:19.875rem;top:26.1875rem;left:44.02499961853rem;overflow:hidden;display:block; }
#kDZTVopWlUOxGwf9yXTZT5zTet5CwyPp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:4.3802084922791rem;left:27.129165649414rem;overflow:hidden;display:block; }
#ElHp8PLBiiPRScTW7NLwAo1cOWnIMIqP { position:absolute;display:block;z-index:15034;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:21.1875rem;width:21.1875rem;top:21.980209350586rem;left:36.136459350586rem;overflow:hidden;display:block; }
#FngWIspHiI973gxFtxAmfwQ7J6EWsJ7v { box-sizing:content-box;height:6.3125rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#86cd68;background-image:none;top:24.187501907349rem;left:29.291667938233rem;display:block; }
#cFlFXIBIgG9hXzBgmGMJgqg15CfWJczq { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e6f8d1;background-image:none;top:1.3125rem;left:44.71249961853rem;display:block; }
#qc7eCPJ4LMzqIJnQEyM4hfFVNWn5asyX { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:11.9375rem;top:9.91796913147rem;left:47.070989108301rem;overflow:hidden;display:block; }
#cl0JLQApfm6NAKX6hMppRFxMT4Q122h6 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:14.048958778381rem;left:47.890625rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tn9GMvyTRFuT7iKQMs85mxU9s6XULlVV { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:17.14296913147rem;left:46.187501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VyhTwZfv/bg.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; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF.adaptive-delivery-prevent-bg, #WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF.lazyload, #WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF.lazyloading { background-image: none; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container { background-color: transparent; background-image: none; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #86cd68; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container > .video-iframe-container { display: none; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #86cd68; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row > .video-iframe-container { display: none; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .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); }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container { border-width: 0; border-radius: 0; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#qgeJCmetibW12BVng1SUzMtyfpnVdRzQ { 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:11.5625rem;width:11.5625rem;top:1.03125rem;left:1.71875rem;overflow:hidden;display:block; }
#aT42sMMFOZcG6BSTIhdJ2Ec05zQ0y8BF { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#86cd68;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:8.7118072509762rem;left:28.694444656372rem;display:block; }
#p6KTV4RVxutxpzVhp9eCgHQWd4yRGo4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4ahUGx9hPGzvrz9MBdTyQJk5v6tGsZJ { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.28125rem;left:15.937501907349rem;height:5.52430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC { 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; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container { background-color: transparent; background-image: none; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container > .video-iframe-container { display: none; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row > .video-iframe-container { display: none; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .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); }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container { border-width: 0; border-radius: 0; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#pxT4GP37zZLvT2IzJzGT2GTNy2i0once { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.5625rem;width:60rem;top:0rem;left:0rem;display:block; }
#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp { 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; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container { background-color: transparent; background-image: none; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container > .video-iframe-container { display: none; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row > .video-iframe-container { display: none; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .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); }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container { border-width: 0; border-radius: 0; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86cd68;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; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.75rem;left:6.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:9.25rem;left:6.1875rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:4.75rem;left:23.750001907349rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:4.75rem;left:40.6875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:9.25rem;left:40.6875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:#86cd68;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: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.375rem;width:60rem;top:2.4375rem;left:0rem;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:9.25rem;left:23.000001907349rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container { background-color: transparent; background-image: none; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container > .video-iframe-container { display: none; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row > .video-iframe-container { display: none; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .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); }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container { border-width: 0; border-radius: 0; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#Pfx7HiAaR5rCGVxLekDRX9d5JayPdqPK { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlmra4io06UPi2gfGos7OF6egNnqwRrg { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.0625rem;left:23.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container { background-color: transparent; background-image: none; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container > .video-iframe-container { display: none; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row > .video-iframe-container { display: none; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .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); }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container { border-width: 0; border-radius: 0; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#lUk95pypDKzEC6wQ3hgiyviEVSfu7k3G { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.625rem;width:18.75rem;top:3rem;left:0.625rem;display:block; }
#r2ceSXz0HFyOSo6Re96JMkD4WvvQUpL9 { position:absolute;display:block;z-index:15001;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.5rem;width:13.4375rem;top:5.5rem;left:3.3125rem;overflow:hidden;display:block; }
#TnMCe8KRiIL3s924krDgHW4dr4NSnBz3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSduIZdfyAZFBreE1gdCv8gSfeT3bkVa { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.9375rem;left:1.875rem;height:9.5989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcvODfJ8kp6gKdPRRTBK2c1Dg1FDyq6q { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.625rem;width:18.75rem;top:2.9375rem;left:20.625rem;display:block; }
#D6x9CtwpdcdkriGnqtAakCcPTUhToPsG { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.9375rem;left:21.875rem;height:11.1988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viNPIOo9RVbd7y52yzqE5TmXy21l6sDU { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aG6CtpHI4soKQ4wnfypuTr0V4lD4uSlL { 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:6rem;width:8.375rem;top:4.25rem;left:25.8125rem;overflow:hidden;display:block; }
#zCTvuF7WBgvro1FFCaEmabDtsoi1UsTW { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.625rem;width:18.75rem;top:3rem;left:40.625rem;display:block; }
#cZ9gA8SQ5Ei5Ut9QIvSgTgUcCxmT6DHh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.3125rem;top:5.6875rem;left:44.34375rem;overflow:hidden;display:block; }
#ct1b2JyhAJl5KVWfdBsOrZKsxQTrhFZo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:41.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDM8u663W3UflEys95TK6TgAAKTQXGlZ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15rem;left:42.5rem;height:9.59895rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86cd68;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; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container { background-color: transparent; background-image: none; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container > .video-iframe-container { display: none; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row > .video-iframe-container { display: none; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .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); }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container { border-width: 0; border-radius: 0; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:3.3125rem;left:1.9375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMqX7yLQzQ4UbS98ec31Cyi4kzkLNdoX { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.2560768127444rem;left:4.1875rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v { 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; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container { background-color: transparent; background-image: none; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container > .video-iframe-container { display: none; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row > .video-iframe-container { display: none; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .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); }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container { border-width: 0; border-radius: 0; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#PT4DT6FXPO7ePbJBeOPvuHz7NtDOiLrO { color:#86cd68;display:block;width:9.6875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SP0WI4zzL3rvWISA5d42wPb7xmSoTz5Z { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.0625rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.5rem;left:2.9375rem;height:2.798825rem;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; }
#yhWaWGTpfeU0wqxIGlpK8RAIEnDFhICD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30.0625rem;top:7.96875rem;left:29.937501907349rem;overflow:hidden;display:block; }
#Z6zgzzqXvMTCWn07TkkOhJMXxxCSKMRk { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.625rem;left:2.9375rem;height:4.19791875rem;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; }
#R4iBhbci80ZR76MObtPaAz0oAaXEgk1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.0625rem;left:0rem; }
#bBzoITqGiyOWXr74o7MKsWOCluoOJkzy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.9375rem;left:0rem; }
#tah4X4pA7DgaJEamCdqWCsq6T6dtqQ02 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:21.1875rem;left:2.9375rem;height:1.4rem;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; }
#yxvxXSk1QZkwEae4TZm2eC2F3FkkuHZ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.9375rem;left:0rem; }
#RFcpSOWcxkRrwTyb85mL5iF8hSUnwdD3 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:24.842704772949rem;left:1.0625rem;height:3rem;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; }
#aBUNkoE5BHk346tlLBKtuF2ueZeUvF2L { position:absolute;display:block;z-index:14996;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.875rem;width:19.875rem;top:2.9625000953674rem;left:26.125001907349rem;overflow:hidden;display:block; }
#geaGlKXfH5Poyz5zhwq0WBxUCwwhwoTb { position:absolute;display:block;z-index:14997;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:20.5rem;width:20.5rem;top:11.7125rem;left:48.837501907349rem;overflow:hidden;display:block; }
#Plnc9FmAEtrW0OXz9dxUyv0dibXTlsDk { box-sizing:content-box;height:11rem;width:11rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#e6f8d1;background-image:none;top:5.375rem;left:29.937501907349rem;display:block; }
#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86cd68;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; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container { background-color: transparent; background-image: none; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container > .video-iframe-container { display: none; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row > .video-iframe-container { display: none; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .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); }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container { border-width: 0; border-radius: 0; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#CW9dEtJIQVxPgp88bLiOOZlWgpNRInQ5 { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:7.875rem;left:5.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDfAn3a2ElylUtpzhUTDrw5k192UDvDs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.5625rem;left:24rem; }
#QSiOVSnDr4G3Wd9Jz7K4tBey0QHeCk8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.5625rem;left:28.25rem; }
#pu8KsDIJDNbWIb9HGtbTngyB4O3TWtPI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.5625rem;left:32.5rem; }
#G16c7gA3C2FIvc4EHEROFbdOvrkefWHZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.5625rem;left:20rem; }
#bhed691CMRSIIXonwQsy83A02Lym9IwM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.5625rem;left:36.6875rem; }
#waMTOv3fcibHwHRbEf9rnTDbL73vBFMe { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.773959159851rem;left:17.09375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 { 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; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container { background-color: transparent; background-image: none; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container > .video-iframe-container { display: none; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row > .video-iframe-container { display: none; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .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); }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container { border-width: 0; border-radius: 0; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#JAxTfT9T2cmO744OLh9snoZRfm6JlJDl { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHB1a9FltK0UdDRfQ0cr3tunRETL07RG { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.25rem;left:23.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn { 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; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container { background-color: transparent; background-image: none; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container > .video-iframe-container { display: none; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row > .video-iframe-container { display: none; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .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); }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container { border-width: 0; border-radius: 0; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13.4375rem;left:2.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#4e4e80;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.8125rem;left:0.875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.75rem;left:3.875rem;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:6.0625rem;left:6.1875rem; }
#ErALBq5ylhLTD2WK8s1V4edlWMUDAtdA { background-color:#86cd68;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.873949050903rem;left:23.375rem;display:block; }
#gx3JsFa2hrvymg1oBPdfXPhT6zKRDTrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#26265b;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:13.4375rem;left:17.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#4e4e80;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:16.8125rem;left:15.875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.75rem;left:18.875rem;display:block; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:5.9375rem;left:21.0625rem; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.75rem;left:33.875rem;display:block; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:6.125rem;left:36.1875rem; }
#Z3BtXn2v6i0DiDVNMTATSUTmOxkTQAaP { position:absolute;display:block;z-index:15036;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:3.75rem;left:48.875rem;display:block; }
#rxXJ4vbtesXCfXbAOsoRGyegTMWMnrtq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:6.125rem;left:51.1875rem; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:32.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#4e4e80;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:16.8125rem;left:31rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#H3Jiwdu6yaTLfhHzJTGMed5ICJKXVryG { color:#4e4e80;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:16.8125rem;left:46rem;height:9.1875rem;text-align:center;text-align-last:center;display:block; }
#lqiKmtfdZhhnQWZCXV1C09iCQFS5T2AR { color:#26265b;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:13.4375rem;left:47.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlZS9A77b5eXqEz3E16eQPirdBtaZokE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container { background-color: transparent; background-image: none; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container > .video-iframe-container { display: none; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row > .video-iframe-container { display: none; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .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); }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container { border-width: 0; border-radius: 0; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#yhvGfT0mteTNBtI0u3TTOetHbr9QQ10v { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbnaUhNkP81nxNaNRIf8OZupBbTSVGf7 { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.4375rem;left:23.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { background-color: transparent; background-image: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { display: none; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .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); }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { border-width: 0; border-radius: 0; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"open sans"; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:2;overflow:hidden;height:auto;font-family:"open sans"; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-trigger.adaptive-delivery-prevent-bg, #eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-trigger.lazyload, #eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-trigger.lazyloading { background-image: none; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:#e6f8d1;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.03125rem;left:0rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #HeJOXX5ggNPMazlBI96xIwh92SlsTDEF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #swQNpasNesND21lCcGDM0NeDNrURkBvC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ElmqnF54sN3ZEmeIqsVW6buGmJSnb7GF { display:block;position:relative; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #bCe0tD6SrWAzvO2v4bn9KDK0xgq3BZUq {  }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #gwrTPwisvQ1MsFdA9gwQaHdMTl1xvPoP {  }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hmRbF2OSGQFGqAVEMoELtXVtmce2U9Fh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #iTyExzQvGPd83R4e59vFUINLwP447G6T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #f2Syr3LOg1BfwtNt2zgqThv2GVD3xSk0 { display:block;position:relative; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #nkLS16fyx6wSHF5xJkHXq4STPqSHsNQ0 {  }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #Ikh68fBqJD8SBtp6i6KAVQyTzAoOhJuK { display:none; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KIOFMJTAkpiCE0GTydU3FGFq6KpTDcOr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ovHGJ3c3DLaNXQ2xi2UuWTwhdSKuekLm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #FTCdQwtZ5KRA54LBmgF5C2acePop3Iln { display:block;position:relative; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #lqtwmP7GCrTwqIaxv8ZGDkmNErPsTyQo {  }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #T2gHcxpqpat45ZUlQaS44ef877HTdpue { display:none; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #XKaS1GqdKMRsC6OsydkF2sxPCbIIqigR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #qStybyPzLMTsswNzMuUG6qE5zf3KB4Zm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KlFTXHJPmhtIPIGLVUVKiAnrLMTzMSTk { display:block;position:relative; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hvRTWpbCUO57x2JWWSXryZrQRUrhgNXH {  }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i #SPAbI4BNTUpZt6TTsEmgK3osvHSeBVbh { display:none; }
#igThA3OZTUlasycp7xBtMJiaXTZKqmaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86cd68;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; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { background-color: transparent; background-image: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { display: none; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .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); }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { border-width: 0; border-radius: 0; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { 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:#86cd68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:6.4375rem;left:34.437501907349rem;z-index:15017; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 { width:auto; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
#BKHWagMHfaAG8bhTGOdRDi4khNifDywF { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:2.25rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJZRpb0NpUcxnELX8LNa2wKwST18rpcP { 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:18.3125rem;width:18.3125rem;top:14.775000572204rem;left:-9rem;overflow:hidden;display:block; }
#K9g13Kka7TEefTuucOPSPOhTfJM5Jt5B { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#86cd68;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.775000572204rem;left:23.25rem;display:block; }
#oKE79n6Ixc9UShJltPIqtcMWuU1TA86D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCTvmvFpZTPomykhfBRshANwxRtosVKB { 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; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container { background-color: transparent; background-image: none; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container > .video-iframe-container { display: none; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row > .video-iframe-container { display: none; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .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); }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container { border-width: 0; border-radius: 0; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#HT3d8Kyrkgk7KGz68bAJo4Jaw3KL12ff { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sBPfOCubcOq5FhTCUiPfUE1AU7f93lyJ { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.625rem;left:23.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S { position:relative;display:block; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S { background-color: transparent; background-image: none; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row .container > .video-iframe-container { display: none; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row > .video-iframe-container { display: none; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .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); }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S { border-width: 0; border-radius: 0; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .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; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .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:154.75rem;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; }#mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:4.9250001907349rem;left:2.34375rem;overflow:hidden;display:block; }
#w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:15.9375rem;left:1.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:17.8125rem;left:0.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.125rem;left:6.78125rem; }
#wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#UXo4JzbS5XMHosHsgVrLvTUc7TzZzuAT { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.25rem;width:10.25rem;top:4.9562499523163rem;left:17.324220657349rem;overflow:hidden;display:block; }
#tq6v6qFUvuDu817TZaXdOviC3EEasKgr { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:15.9375rem;left:16.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRCZTKMHhM3JgldgkgZEN58izRt9buNi { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:17.8125rem;left:15.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.125rem;left:21.8125rem; }
#WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.125rem;left:51.8125rem; }
#sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#spntZV7GmwWR3JQ8Q103f6Wb3OxTAIdR { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:15.9375rem;left:31.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9213ACdSf6Nop4maeI6fbPm8xe1QRl5 { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:17.8125rem;left:30.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#wDnnHn4qU55xUv4biaUIhDh9L9wKQbiV { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:15.9375rem;left:46.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tm0nxQsyKZ3tLXVKOgQ8ONxllVeiZTJn { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:17.8125rem;left:45.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#cgp3TILb0aBapcQkn9Mzt48upaze16eV { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:4.9375rem;left:32.375rem;overflow:hidden;display:block; }
#nLsN5AvKXPShpFs1XvIaiJqq6hNTTDTk { position:absolute;display:block;z-index:15030;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:4.9375rem;left:47.375rem;overflow:hidden;display:block; }
#FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.125rem;left:36.8125rem; }
#FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:41.1875rem;left:6.6875rem; }
#c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:41.1875rem;left:36.6875rem; }
#vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#tu23X90u5TJXaAwGOMf2sh3IEArqynnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:41.1875rem;left:51.6875rem; }
#tu23X90u5TJXaAwGOMf2sh3IEArqynnR > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#DJmHSJfkKkIpbWM0ieGa5kGold6rEaeU { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:38.875rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Z0UQ4e7Q7JZUhqKmXxs6N02pqHEoTipa { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:38.875rem;left:30rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#OurWcB1XxXLhOJQQZJgiAWZ4zstUB4Io { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:38.875rem;left:44.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#R12zRnV2L74XIZrMnem7coaBCLJI6XSB { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:26rem;left:2.1875rem;overflow:hidden;display:block; }
#lGT1yI7V5gngXREJXoFcMa8VNTcPWd9G { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:37.050000190735rem;left:0.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhOT9yFrQLvTgXXH1HSM077K1KRTRpfs { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:37rem;left:31rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvPFpOUIuL0uWTXRRUzxo7qzXN3x2WwJ { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:37rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PI4hbcTNJ2knsZ7GI5p5QFXSfNdyPstK { position:absolute;display:block;z-index:15042;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:26rem;left:32.25rem;overflow:hidden;display:block; }
#ygq0G4XtuS5Zl4nOWTlBQxwyyZ5iGqlS { position:absolute;display:block;z-index:15046;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:26rem;left:47.25rem;overflow:hidden;display:block; }
#w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:61.75rem;left:6.6875rem; }
#w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#TBPTJ9f0hg208RXXURvxL97rsGU9NJcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:61.75rem;left:21.6875rem; }
#TBPTJ9f0hg208RXXURvxL97rsGU9NJcO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#Cqd3E590RADyG2pDPzT9FFiESwP131qv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:61.75rem;left:36.6875rem; }
#Cqd3E590RADyG2pDPzT9FFiESwP131qv > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:61.75rem;left:51.6875rem; }
#ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#Lm67mSrg1wyF9dBe5fqhhB0ymnAy4KDD { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:59.4375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#y7pXyAG1b51IH8H2fbdT1qS5as8dAvgT { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:59.4375rem;left:15rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#uo1IX28CaytA0MX9W5Kvl587ChUyDBp2 { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:59.4375rem;left:30rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#L7LVehX4i9r7sE459FtobAhJSnUZ9SVg { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:59.4375rem;left:44.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#m0h3OQSsqaL0sGfAN7zXquQUcAuA5G2J { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:46.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#sKwJ7qcAEyeg9CnnpQzGSBRAN48x6tK4 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:57.5625rem;left:1rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNCubpKAA0F48HgvKr9NZRCDitwPGDKU { position:absolute;display:block;z-index:15054;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:46.5625rem;left:17.25rem;overflow:hidden;display:block; }
#HTCqbSwTFHrI0XrVKPfrfNFLAypw5klg { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:57.5625rem;left:16rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDWaLbZv969gcn5DEFGS8FMbK9O2Vd5i { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:57.5625rem;left:31rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2pF7qrgAwK8g5RbEII0i0gg0MxBcfUW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:57.5625rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hod34A4asITug1IgTTgDHti0Phcq1XXL { position:absolute;display:block;z-index:15058;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:46.5625rem;left:32.25rem;overflow:hidden;display:block; }
#xNmsczANMSvQn6oyDov96XKUUbpwfi0r { position:absolute;display:block;z-index:15062;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:46.5625rem;left:47.25rem;overflow:hidden;display:block; }
#QGyiBtzBb3JnGF0c3vz5a5rTR4xPEUP8 { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:67.499999046325rem;left:2.2937507629394rem;overflow:hidden;display:block; }
#voVdMTTRZMbHEGEaOQ4R04FbhtEQnCvJ { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:78.5rem;left:1.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuByeG6AJhntf36mNDWwSJo3F6zNPHA8 { position:absolute;display:block;z-index:15054;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:67.499999046325rem;left:17.292970657349rem;overflow:hidden;display:block; }
#QEb4d4BDhe4tTho6bBD69WV4BMUeZiVN { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:78.5rem;left:16rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CF5KziupwerxlBmmCh22EdTcR69LTNdC { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:80.375rem;left:0.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#SeJ4yiKS19E3RB1dmdP0fHHPu9tL6IGD { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:80.375rem;left:15rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#hKBi3VGmOLETIoaGw9sab5c4ZGk9uK56 { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:80.375rem;left:30rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Hr55VTrpkUJ9Dsn3qVkW6ZnD8gZkQfJg { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:78.5rem;left:31rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTti8cmU5t99uLA8tcTI4v6i3DC2JVcL { position:absolute;display:block;z-index:15058;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:67.499999046325rem;left:32.293748855591rem;overflow:hidden;display:block; }
#VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:83.0625rem;left:6.78125rem; }
#VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:83.0625rem;left:21.781251907349rem; }
#RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:83.0625rem;left:36.781251907349rem; }
#kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:83.0625rem;left:51.781248092651rem; }
#E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#p7aFiuV6gRiPPpdlGmu4ch2gIIDaigcG { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:80.375rem;left:45.250001907349rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#qh2cMTiSwIHFRzAHHzg9OhFqhZ8fbAaA { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:78.5rem;left:46.125001907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x11guMluc1mx8NKZWFse9erJXAJvuoRD { position:absolute;display:block;z-index:15062;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:67.499999046325rem;left:47.293752670288rem;overflow:hidden;display:block; }
#PmsTKdTMJMfWNS7DwAx7E40cn7uc2LEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:70.675000190738rem;left:93.462499618531rem; }
#Qz3W4K738xcggloUNnFM4RZSIM8zf49S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:70.675000190738rem;left:93.462499618531rem; }
#piEK0JIZng2mOe0tqdbqyKNUD2f400k3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:105.125rem;left:21.5rem; }
#piEK0JIZng2mOe0tqdbqyKNUD2f400k3 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:105.125rem;left:51.4375rem; }
#vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#NtVKyFHEQgPtsTf1fzHnToNw56V3T5lg { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:102.4375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#S5VOZaHWp02TXP9KQgLO0mZHXwSgct1x { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:102.4375rem;left:14.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#OeCJ7bAumGp0K4ihwAhV9L4NTTlNEOOu { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.5;letter-spacing:0;top:102.4375rem;left:44.9375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#ssHACRJVDXSRv9We671atyaXd9KvL5lT { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:100.5625rem;left:0.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWvkMIo27cTfAU0TQw3wkxTlMBWxh86e { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:100.5625rem;left:15.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUP64BEsTml0vrktNQPS321rdBwXrzrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:105.125rem;left:6.5rem; }
#PUP64BEsTml0vrktNQPS321rdBwXrzrT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#JPnKQbPzlLJ07O7eW4nkrFZHQLJTT5PP { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.5;letter-spacing:0;top:100.5625rem;left:45.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7Rs40CoixCVVez6QqFsGFWlh1PMkD6x { position:absolute;display:block;z-index:15066;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:89.5625rem;left:2rem;overflow:hidden;display:block; }
#UlZAa2vJQrv2obO8VI1N1tAnRXuQ3lq3 { position:absolute;display:block;z-index:15070;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:89.5625rem;left:17rem;overflow:hidden;display:block; }
#Pf8OdiODkS5dOQp7Gxp6hwoSKentMHGf { position:absolute;display:block;z-index:15078;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:89.5625rem;left:47rem;overflow:hidden;display:block; }
#TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:126.3125rem;left:21.8125rem; }
#TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#f52F5vcXpmpWLGCeTB0B4q6eGF1H5kFq { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:123.5625rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#eU3fbeAXSO5JN5VLw14U7sDF7RE2z1M7 { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:123.625rem;left:15rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:126.25rem;left:6.5rem; }
#BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#FSzShiKGcyU92GQwgiCytPdAqxAm70i7 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.5;letter-spacing:0;top:121.6875rem;left:0.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lk7ZbmMT1VoztQsXBfHrZeyBN0kgdg0y { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:121.75rem;left:16rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ii8gs8hRrSRXAGC9IkUHxxghRTAhtTW3 { position:absolute;display:block;z-index:15082;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:110.6875rem;left:2rem;overflow:hidden;display:block; }
#RTioLIiZn97qqZTXN5OsUKvyr2UvLDbK { position:absolute;display:block;z-index:15086;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:110.75rem;left:17.3125rem;overflow:hidden;display:block; }
#O6g49dNZfWuT0xeXeTpbOPtkhakcQraN { position:absolute;display:block;z-index:15090;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:110.68750095367rem;left:32.288196563721rem;overflow:hidden;display:block; }
#rnoW5arwQ5LTkwTu1AmQI1xASnhLFmIC { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.5;letter-spacing:0;top:121.74305725097rem;left:31.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9J6w3I5kTqwwuTlr3P2FTXstpuILlHR { color:#acacac;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:123.56250190735rem;left:33.21875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:126.31250190735rem;left:36.78125rem; }
#CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#mAIOTVrERL2oFNt7cTO7Q7AlFZVwEEtH { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.1;letter-spacing:0;top:121.68750190735rem;left:46.125001907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upyMaH5QOXLpJ9q1o2LWFCCobgnMHcay { color:#acacac;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.5;letter-spacing:0;top:124.43750190735rem;left:48.218751907349rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:126.31250190735rem;left:51.781251907349rem; }
#itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#bN2r0p1u2u06PwOXnqqpcnMZnb5oenks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:146.6875rem;left:14.6875rem; }
#bN2r0p1u2u06PwOXnqqpcnMZnb5oenks > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#EfDxB35sIgOrDbzwMPfkyJaVCHWppldL { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:142.9375rem;left:7.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#AbHfOKQM065LtMTs6MlAfy6XTZWeqIW4 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.5;letter-spacing:0;top:141.125rem;left:7.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imvgQm0BIhzHf7tQdoXAf39f2Dprt2ol { position:absolute;display:block;z-index:15090;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.875rem;top:130.125rem;left:9.625rem;overflow:hidden;display:block; }
#FE7pXtN5HTGRlD16Kl8xbI8dLmhNcHfs { position:absolute;display:block;z-index:15091;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:9.8125rem;width:10.3125rem;top:110.68750095367rem;left:47.288194656372rem;overflow:hidden;display:block; }
#ExTr8lSK4asshJZTblQuoUa6McZaPF4T { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15093;line-height:1.5;letter-spacing:0;top:143rem;left:22.75rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:145.3125rem;left:29.375rem; }
#vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#FpxqsDToBKaivDMPWlg4oTAaboaDUKiG { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:141.125rem;left:23.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0dvnO9hTeyEJ2UJiczLLXSTFohJ0cXD { position:absolute;display:block;z-index:15098;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:130.125rem;left:25.0625rem;overflow:hidden;display:block; }
#HOVDaTHxewxJOtqDVvNuVFO9Jly9yQTt { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.1;letter-spacing:0;top:141.375rem;left:38.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVEDm7TzJknOhdHQq9V3mRsn0DUtgVtr { color:#acacac;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15101;line-height:1.5;letter-spacing:0;top:142.9375rem;left:40.875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:145.3125rem;left:44.4375rem; }
#cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#wJmXkUne1s2hOIfpsVpaCqU4OctDzxWr { position:absolute;display:block;z-index:15079;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:130.125rem;left:39.9375rem;overflow:hidden;display:block; }
#y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:106.125rem;left:36.8125rem; }
#y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#kamKbzJmdlvi2ClXUIe045JkGpq22Ha5 { color:#acacac;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.5;letter-spacing:0;top:102.375rem;left:30.0625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#GoTKULRdsM940lSQmN2G0nmCpKCOflWP { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.5;letter-spacing:0;top:100.5625rem;left:29.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaSTkyeARNkseXE1CDMqgnrBR7a58KIh { position:absolute;display:block;z-index:15094;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:89.5625rem;left:31.75rem;overflow:hidden;display:block; }
#RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:41.25rem;left:21.8125rem; }
#RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#ZsgAH66tK6POsfoLzioRtDq5pkn0KnSr { color:#acacac;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:38.9375rem;left:18.25rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#uLwfzZf5Qf0EngxOdqFJfbsXcR8La3f4 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15106;line-height:1.5;letter-spacing:0;top:37.0625rem;left:15.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouqnTbkwwtD8fKN8bLTfcGfWUFw2dOIy { position:absolute;display:block;z-index:15110;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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.3125rem;width:10.3125rem;top:26rem;left:17.3125rem;overflow:hidden;display:block; }
#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU { 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; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container { background-color: transparent; background-image: none; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container > .video-iframe-container { display: none; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row > .video-iframe-container { display: none; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .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); }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container { border-width: 0; border-radius: 0; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#FI9w8S69eQ6Z4u1DKhFmb1L4QBoSGGJs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOqye4saKRLxtEwMtD0MtWPHexXplCId { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.625rem;left:23.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { 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; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e6f8d1;background-image:none;vertical-align:top; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"open sans"; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";line-height:1.5;overflow:hidden;height:auto; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-trigger.adaptive-delivery-prevent-bg, #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-trigger.lazyload, #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-trigger.lazyloading { background-image: none; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.125rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #JsVKPgfTGJzzZ7J3vdex52hl4o582lFK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #yykeqtTkQ6dEQP2ufZIOxS7KKe21mxKc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #kzyGmCoe2PMsbkZpET7Zz2G0ikU1LptU { display:block;position:relative; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rQ3Zpd6yhGJJoMZt1Tpo8PrNysmw5ydl {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #LxE5JlGrOlcFdcnpFWC6Dq0eUaiU0yLt {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G3LpGgcqpyntVw7mDvmUUy8KR1W5D1Ue { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #ARhqeHLScOPvkbIuGdlyDJvs1l4T2efa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #F8bRKxv95chi9kFoekgJWuKOlT6r9Ke3 { display:block;position:relative; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CXT05VXDmrSWmewur4X6CKMr9Ib43Bcq {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #iaI5NBW3N8UBzDkzSKwRDCKuT9mhvD5B { display:none; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #qmFz1h5yFXyDQCgTH50aKeBWu8NaTvuG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G4eBHavHp54fq7RgCkteQBIQKGoBvhZp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #z4CfFy4R3fesurrThAQXtVkDtCdrZJq1 { display:block;position:relative; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #USH7pSUy4DxrgpdwG81A4FBTNBrLqUSt {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #mD8uzDThaUQbD0qA0uDWvJFJ0ROLTtTT { display:none; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rlSA2q5yg1Xbtyiq2pw1in6N7lZVDMME { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #k1oTHMfZw0yx9KRHlMQaZTKKyezTwa1Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bbphQyvTPXToNsm7aDvIevnX0AzOX3ze { display:block;position:relative; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #e1vWs3FKPwTea3i0b6fRVEDJTPRJaasm {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #zSnGoo1C9N7c3sAT2lPKMc3e4hnqflGt { display:none; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #PXLVUwEmz0uq8hSZboozib532tiSyXZQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CrwDHZqPWLDMQfvDbeBSXkd42g8IaOkM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #GoWe9mA5vyPePnoHlz8grE4N64xqxX4f { display:block;position:relative; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bAbLfEVVAshwARFmXm2D95gFJbivD1En {  }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CCr6QpI0JMCZp4Z7rZ9ySAWJOBSTPFKl { display:none; }
#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container { background-color: transparent; background-image: none; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container > .video-iframe-container { display: none; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row > .video-iframe-container { display: none; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .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); }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container { border-width: 0; border-radius: 0; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#Ik2QIX1SWeqMgIElR9XZDriZ00CKKMtQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.8624999523163rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISVmkwbRacscTCMOEfSkOXB9TyEy8wEF { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:1.9874999523163rem;left:23.625001907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmyQfxTohnvVAy89Hnr9qmVxdHa1IkLm { 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:27.1875rem;width:27.1875rem;top:6.86328125rem;left:-7.4375rem;overflow:hidden;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:14.8125rem;width:47.9375rem;top:1.0617370605469rem;left:0rem;display:block; }
#b5Imcu212T787GfaxC3920P0AP8Vdrrh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.25rem;left:1.8125rem;overflow:hidden;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:2.9366321563721rem;left:15.312501907349rem;height:7.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:11.4375rem;left:15.312501907349rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:18.4375rem;width:43.75rem;top:2.1249998807907rem;left:16.250001907349rem;display:block; }
#asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:3.71875rem;left:47.436719894409rem;overflow:hidden;display:block; }
#wvq9W56eefogyOneNeu9mLzQAPTxlL2M { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:4.6125011444092rem;left:19.36171913147rem;height:10.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:16.393228888512rem;left:19.361112594604rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f8d1;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; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:15.75rem;width:49.6875rem;top:6.6875rem;left:0rem;display:block; }
#pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:9.125rem;left:1.8125rem;overflow:hidden;display:block; }
#HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:9.125rem;left:14.5625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:17.8125rem;left:14.5625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#KK5smQ3iIbTlZ7QTvghgVtXFJvqtXSH9 { 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:19.875rem;width:19.875rem;top:1.5rem;left:53.52499961853rem;overflow:hidden;display:block; }
#cFV8erc7GWGIPMQ816AAR4gcl5sO7yVN { position:absolute;display:block;z-index:15028;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:14rem;width:43.75rem;top:26.5625rem;left:16.3125rem;display:block; }
#JvPnONBZQ9DtZ3VC7B42idNrsJZ07MXO { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:36.0625rem;left:19.4375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#ZaTDrB4T4Kb54bEeVtT6V8e3JcwhAusk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:10.8125rem;width:10.8125rem;top:28.1875rem;left:47.5rem;overflow:hidden;display:block; }
#yqSLDgB1mG27XhPxPdTE1HmLMbgn62v5 { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:29.0625rem;left:19.4375rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TRoAi0O0cfkWqG7fgIcBp4e0aQwsIuS4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:5.375rem;left:-7.375rem;overflow:hidden;display:block; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#syVmMWJQFFZM6D728THqkbaQlVb8GAKg { color:#86cd68;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.3125rem;left:10.15625rem;height:5.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-form-header { font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#9d9db9;width:24.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:24.0625rem;box-sizing:border-box;height:2.5625rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:24.0625rem;box-sizing:border-box;height:4.375rem;color:#26265b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:24.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#86cd68;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:6.875rem;margin-bottom:0.25rem;margin-left:6.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:10.3125rem;height:2.9375rem;font-family:"open sans";overflow:hidden; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:22.8125rem;overflow:hidden;font-style:normal;float:none; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .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; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:first-of-type{padding-top:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:last-of-type{padding-bottom:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:16.71875rem;top:9.84375rem;z-index:15027;position:absolute;font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem;display:block;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:16.71875rem;top:9.84375rem;z-index:15027;position:absolute;font-size:0.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #huPDIVf9xVVnHiV1TlPdyRfL8ZOpX1O6 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #dellmSzoyk6XUZAVVxMPTIf87KHCniUa { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WOMhJTElTqc2FnzSkEV4Zwu1yu2HQTPB { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #qaasfyZ43hXt6KSg8isken3wK2Er8nO6 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KiNTJSz0bZcbQCIVa6nubiPdIKWoUaoe { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PzhVdtJ2rqopcf4JWwXQdGuvq7BJTUVc { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF { position:relative;z-index:2; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #pSo1UdT8Z2J62cOzX1ooozcMGF9J0Dog { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #LaWyODMo7svhiQKlgi4FRfUZHNrsrPlv { position:relative;z-index:2; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #QFesk3m9EEh5AmHNVXe1gWkMGXCaP20z { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn { position:relative; }
#xDR9TR3WOZGu0qEVhD3bLLE129yJHXgQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:55.5rem;top:19.125rem;left:4.4992179870606rem;overflow:hidden;display:block; }
#nhfUgUg8d4rTmugW73CKyOumO8ilQREC { 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:12.0625rem;width:12.0625rem;top:11.0875rem;left:-3.9125rem;overflow:hidden;display:block; }
#X8v4iefvAQzHFhSG4PiF8kDlBlFQqAgQ { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#86cd68;background-image:none;top:9.84375rem;left:0.82421875rem;display:block; }
#Ck2eqKvmCTu3ar5bZtmNpxaatisWCvdA { box-sizing:content-box;height:12.1875rem;width:12.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#e6f8d1;background-image:none;top:1.4843752384186rem;left:53.649998092651rem;display:block; }
#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VyhTwZfv/bg.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; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm.adaptive-delivery-prevent-bg, #parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm.lazyload, #parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm.lazyloading { background-image: none; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container { background-color: transparent; background-image: none; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e6f8d1; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container > .video-iframe-container { display: none; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e6f8d1; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row > .video-iframe-container { display: none; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .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); }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container { border-width: 0; border-radius: 0; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV { 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; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container { background-color: transparent; background-image: none; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container > .video-iframe-container { display: none; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row > .video-iframe-container { display: none; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .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); }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container { border-width: 0; border-radius: 0; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#pQvEBRKM1GV3VtIQT71eLr2qoBZoIT6u { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.8624999523163rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJyWEnmtxtxQii8zHNGoHC4R0985TmQO { color:#86cd68;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:1.9874999523163rem;left:23.625001907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf { position:relative;display:block; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf { background-color: transparent; background-image: none; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row .container > .video-iframe-container { display: none; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row > .video-iframe-container { display: none; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .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); }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf { border-width: 0; border-radius: 0; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .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; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .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:28.25rem;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; }#sEhewhxEEMbFR9EwvNpqa8i8taRQZ34A { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:12.8125rem;left:23.1875rem;overflow:hidden;display:block; }
#lQh9TsAQbCPiJVBWvBO2pue8LZWS8o0a { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:1.5rem;left:23.25rem;overflow:hidden;display:block; }
#Ke2EDon2AZt0JqeP8toseLzzzGoC9Zt5 { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:1.5rem;left:8.25rem;overflow:hidden;display:block; }
#J8Mp8KxV8K7S3u8ZCpurcDCk3GlXKS03 { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:12.8125rem;left:8.1875rem;overflow:hidden;display:block; }
#kq2XQ8H6eCAKO8kR0woudMeThPatguEO { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:1.5rem;left:38.25rem;overflow:hidden;display:block; }
#VabsHMeodJ3culg05yqnSLkFFpUKlwaO { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:12.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT { background-color:#86cd68;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container { background-color: transparent; background-image: none; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container > .video-iframe-container { display: none; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row > .video-iframe-container { display: none; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .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); }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container { border-width: 0; border-radius: 0; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;overflow:visible;position:relative;display:block; }#PVgLnawnZyPa5bSpVLSLetHHBzionnSo { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.375rem;left:30.5rem;height:1.224825rem;font-style:normal;display:block; }
#D95FM7h3H9KKlp9DomN0Id6Er4A7K1ki { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;height:13.375rem;width:13.375rem;top:5.2617197036743rem;left:45.812501907349rem;overflow:hidden;display:block; }
#UnG3hqoDHA5OLIELs24mCRxu0Ecx34NO { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.375rem;left:30.5625rem;height:1.224825rem;font-style:normal;display:block; }
#A9VbMIThTliIE3HHdGLMJWwDbCU2VMaq { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:12.5rem;left:28.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMstM5d1wDhpHgZHm7ALsF3KHBalHWSK { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.25rem;left:28.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F2tgooJ3zZ6r9qBBJ4L5fMr1xMN3CCWJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:15.25rem;left:28.5625rem; }
#TRbkEHJPqN0FogzGePkZCii2Ww3NFhld { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:17.25rem;left:28.5625rem; }
#cTEB0HT4R4EqXWThxHnI1mpR2EezxhXO { box-sizing:content-box;height:18.75rem;width:0.1875rem;position:absolute;display:block;z-index:15035;background-color:#e6f8d1;background-image:none;top:3.25rem;left:26.112501144409rem;display:block; }
#C5Vu1RrBkhWsEMwMwv1m2GD2XAlL59Si { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.97421836853rem;left:2.1875rem;height:3.674475rem;font-style:normal;display:block; }
#oIm6TApfTqul0sXU8vtLg3tvmuvnrTim { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:17.25rem;top:3.9242191314698rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:9.5rem;left:0rem;width:25rem;height:8.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:18.875rem;left:0rem;width:24.25rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:13.5rem;height:3.25rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:6.9375rem;height:3.1875rem;top:30.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:22.6875rem;left:0rem;width:27.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWlrblOuLc11B0w7FrDlSzecuZUCbSq { top:2.3125rem;left:0rem;width:10.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OamKMdL0TglDT8XearSnRnPTIQ7e3AWs { top:2.375rem;left:6.8125rem;width:12rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmSu5zxAqoHeF5TUIwoHCyhrCONBTpxB { top:22.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLg1tRWDn2kCMv20aI7SAzAD3HVIDJrp { top:24.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0S74H4v4GHbEstudkWMV7kGTONZ18c { top:27.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHPmm18md92XrUnvTSS2uvGkToobikn { top:26.8125rem;left:27.875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZTVopWlUOxGwf9yXTZT5zTet5CwyPp { top:4.375rem;left:21.004165649414rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElHp8PLBiiPRScTW7NLwAo1cOWnIMIqP { top:21.9375rem;left:26.5625rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FngWIspHiI973gxFtxAmfwQ7J6EWsJ7v { top:24.1875rem;left:23.166667938233rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlFXIBIgG9hXzBgmGMJgqg15CfWJczq { top:1.3125rem;left:38.58749961853rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc7eCPJ4LMzqIJnQEyM4hfFVNWn5asyX { top:9.875rem;left:35.3125rem;width:11.9375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0JLQApfm6NAKX6hMppRFxMT4Q122h6 { top:14rem;left:37.4375rem;width:10.3125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn9GMvyTRFuT7iKQMs85mxU9s6XULlVV { top:17.125rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF { display:block; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgeJCmetibW12BVng1SUzMtyfpnVdRzQ { top:1rem;left:0.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT42sMMFOZcG6BSTIhdJ2Ec05zQ0y8BF { width:14.25rem;height:3.25rem;top:8.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6KTV4RVxutxpzVhp9eCgHQWd4yRGo4O { display:block; }
 }@media only screen and (max-width: 763px) { #f4ahUGx9hPGzvrz9MBdTyQJk5v6tGsZJ { top:2.25rem;left:0rem;width:41.5625rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC { display:block; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxT4GP37zZLvT2IzJzGT2GTNy2i0once { top:0rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp { display:block; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:4.75rem;left:0rem;width:12.5rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:9.25rem;left:0rem;width:12.5rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:4.75rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:4.75rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:9.25rem;left:23.3125rem;width:12.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:47.75rem;height:11.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:9.25rem;left:9.875rem;width:14rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL { display:block; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfx7HiAaR5rCGVxLekDRX9d5JayPdqPK { top:3.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlmra4io06UPi2gfGos7OF6egNnqwRrg { top:2.0625rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 { display:block; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUk95pypDKzEC6wQ3hgiyviEVSfu7k3G { width:18.75rem;height:24.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ceSXz0HFyOSo6Re96JMkD4WvvQUpL9 { width:13.4375rem;height:3.5rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMCe8KRiIL3s924krDgHW4dr4NSnBz3 { width:18.75rem;height:3.25rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSduIZdfyAZFBreE1gdCv8gSfeT3bkVa { width:16.25rem;height:9.5625rem;top:14.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvODfJ8kp6gKdPRRTBK2c1Dg1FDyq6q { width:18.75rem;height:24.625rem;top:2.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6x9CtwpdcdkriGnqtAakCcPTUhToPsG { width:16.25rem;height:11.1875rem;top:14.9375rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNPIOo9RVbd7y52yzqE5TmXy21l6sDU { width:18.75rem;height:1.625rem;top:11.3125rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6CtpHI4soKQ4wnfypuTr0V4lD4uSlL { width:8.375rem;height:6rem;top:4.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTvuF7WBgvro1FFCaEmabDtsoi1UsTW { width:18.75rem;height:24.625rem;top:3rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9gA8SQ5Ei5Ut9QIvSgTgUcCxmT6DHh { width:11.3125rem;height:3.125rem;top:5.6875rem;left:34.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1b2JyhAJl5KVWfdBsOrZKsxQTrhFZo { width:18.75rem;height:1.625rem;top:11.375rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDM8u663W3UflEys95TK6TgAAKTQXGlZ { width:16.25rem;height:9.5625rem;top:15rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT { display:block; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:3.3125rem;left:0rem;width:47.75rem;height:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqX7yLQzQ4UbS98ec31Cyi4kzkLNdoX { top:7.25rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nol194Qihxu8d4WIaGVyrfqRQhsSSm6v { display:block; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4DT6FXPO7ePbJBeOPvuHz7NtDOiLrO { top:3.5rem;left:0rem;width:9.6875rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP0WI4zzL3rvWISA5d42wPb7xmSoTz5Z { top:6.125rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:11.5rem;left:0rem;width:25.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhWaWGTpfeU0wqxIGlpK8RAIEnDFhICD { top:7.9375rem;left:1.6875rem;width:30.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zgzzqXvMTCWn07TkkOhJMXxxCSKMRk { top:15.625rem;left:0rem;width:25.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4iBhbci80ZR76MObtPaAz0oAaXEgk1k { top:16.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBzoITqGiyOWXr74o7MKsWOCluoOJkzy { top:11.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tah4X4pA7DgaJEamCdqWCsq6T6dtqQ02 { top:21.1875rem;left:0rem;width:25.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxvxXSk1QZkwEae4TZm2eC2F3FkkuHZ7 { top:20.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFcpSOWcxkRrwTyb85mL5iF8hSUnwdD3 { top:24.8125rem;left:0rem;width:25.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBUNkoE5BHk346tlLBKtuF2ueZeUvF2L { top:2.9375rem;left:11.875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaGlKXfH5Poyz5zhwq0WBxUCwwhwoTb { top:11.6875rem;left:27.25rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plnc9FmAEtrW0OXz9dxUyv0dibXTlsDk { top:5.375rem;left:20.75rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt { display:block; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW9dEtJIQVxPgp88bLiOOZlWgpNRInQ5 { top:7.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfAn3a2ElylUtpzhUTDrw5k192UDvDs { top:3.5625rem;left:19.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSiOVSnDr4G3Wd9Jz7K4tBey0QHeCk8Z { top:3.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu8KsDIJDNbWIb9HGtbTngyB4O3TWtPI { top:3.5625rem;left:24.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16c7gA3C2FIvc4EHEROFbdOvrkefWHZ { top:3.5625rem;left:15.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhed691CMRSIIXonwQsy83A02Lym9IwM { top:3.5625rem;left:29.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waMTOv3fcibHwHRbEf9rnTDbL73vBFMe { top:11.75rem;left:0rem;width:25.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 { display:block; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAxTfT9T2cmO744OLh9snoZRfm6JlJDl { top:4.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHB1a9FltK0UdDRfQ0cr3tunRETL07RG { top:2.25rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn { display:block; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:13.4375rem;left:1.40625rem;width:9.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:16.8125rem;left:0rem;width:13.5625rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:3.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:6.0625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErALBq5ylhLTD2WK8s1V4edlWMUDAtdA { width:13.5rem;height:3.25rem;top:28.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx3JsFa2hrvymg1oBPdfXPhT6zKRDTrk { display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:13.4375rem;left:13.28125rem;width:9.5625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:16.8125rem;left:10.3125rem;width:13.5625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:3.75rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:5.9375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:3.75rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:6.125rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BtXn2v6i0DiDVNMTATSUTmOxkTQAaP { width:7.5rem;height:7.5rem;top:3.75rem;left:38.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXJ4vbtesXCfXbAOsoRGyegTMWMnrtq { width:2.8125rem;height:2.8125rem;top:6.125rem;left:40.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:13.4375rem;left:25.28125rem;width:9.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:16.8125rem;left:22.5625rem;width:13.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Jiwdu6yaTLfhHzJTGMed5ICJKXVryG { top:16.8125rem;left:34.5rem;width:13.25rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqiKmtfdZhhnQWZCXV1C09iCQFS5T2AR { top:13.4375rem;left:37.21875rem;width:9.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlZS9A77b5eXqEz3E16eQPirdBtaZokE { display:block; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhvGfT0mteTNBtI0u3TTOetHbr9QQ10v { top:4.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnaUhNkP81nxNaNRIf8OZupBbTSVGf7 { top:2.4375rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #HeJOXX5ggNPMazlBI96xIwh92SlsTDEF {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #swQNpasNesND21lCcGDM0NeDNrURkBvC {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ElmqnF54sN3ZEmeIqsVW6buGmJSnb7GF {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #bCe0tD6SrWAzvO2v4bn9KDK0xgq3BZUq {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #gwrTPwisvQ1MsFdA9gwQaHdMTl1xvPoP {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hmRbF2OSGQFGqAVEMoELtXVtmce2U9Fh {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #iTyExzQvGPd83R4e59vFUINLwP447G6T {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #f2Syr3LOg1BfwtNt2zgqThv2GVD3xSk0 {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #nkLS16fyx6wSHF5xJkHXq4STPqSHsNQ0 {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #Ikh68fBqJD8SBtp6i6KAVQyTzAoOhJuK {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KIOFMJTAkpiCE0GTydU3FGFq6KpTDcOr {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ovHGJ3c3DLaNXQ2xi2UuWTwhdSKuekLm {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #FTCdQwtZ5KRA54LBmgF5C2acePop3Iln {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #lqtwmP7GCrTwqIaxv8ZGDkmNErPsTyQo {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #T2gHcxpqpat45ZUlQaS44ef877HTdpue {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #XKaS1GqdKMRsC6OsydkF2sxPCbIIqigR {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #qStybyPzLMTsswNzMuUG6qE5zf3KB4Zm {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KlFTXHJPmhtIPIGLVUVKiAnrLMTzMSTk {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hvRTWpbCUO57x2JWWSXryZrQRUrhgNXH {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #SPAbI4BNTUpZt6TTsEmgK3osvHSeBVbh {  }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { top:7.4375rem;left:0rem;width:31.625rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZRpb0NpUcxnELX8LNa2wKwST18rpcP { top:14.75rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9g13Kka7TEefTuucOPSPOhTfJM5Jt5B { width:13.5rem;height:3.25rem;top:14.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKE79n6Ixc9UShJltPIqtcMWuU1TA86D { display:block; }
 }@media only screen and (max-width: 763px) { #lCTvmvFpZTPomykhfBRshANwxRtosVKB { display:block; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT3d8Kyrkgk7KGz68bAJo4Jaw3KL12ff { top:4.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPfOCubcOq5FhTCUiPfUE1AU7f93lyJ { top:2.625rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S { display:block; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:10.3125rem;height:10.3125rem;top:4.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { top:15.9375rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { top:17.8125rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX { top:20.125rem;left:5.25rem;width:1.4375rem;height:1.4375rem;display:block; }
#wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #UXo4JzbS5XMHosHsgVrLvTUc7TzZzuAT { width:10.25rem;height:10.25rem;top:4.9375rem;left:12.730470657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6v6qFUvuDu817TZaXdOviC3EEasKgr { top:15.875rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCZTKMHhM3JgldgkgZEN58izRt9buNi { top:17.8125rem;left:9.125rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 { top:20.125rem;left:17.21875rem;width:1.4375rem;height:1.4375rem;display:block; }
#WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK { top:20.125rem;left:41.09375rem;width:1.4375rem;height:1.4375rem;display:block; }
#sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #spntZV7GmwWR3JQ8Q103f6Wb3OxTAIdR { top:15.9375rem;left:23.0625rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9213ACdSf6Nop4maeI6fbPm8xe1QRl5 { top:17.8125rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDnnHn4qU55xUv4biaUIhDh9L9wKQbiV { top:15.9375rem;left:35rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0nxQsyKZ3tLXVKOgQ8ONxllVeiZTJn { top:17.8125rem;left:33rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgp3TILb0aBapcQkn9Mzt48upaze16eV { width:10.3125rem;height:10.3125rem;top:4.9375rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLsN5AvKXPShpFs1XvIaiJqq6hNTTDTk { width:10.3125rem;height:10.3125rem;top:4.9375rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu { top:20.125rem;left:29.15625rem;width:1.4375rem;height:1.4375rem;display:block; }
#FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF { top:41.1875rem;left:5.15625rem;width:1.4375rem;height:1.4375rem;display:block; }
#c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn { top:41.1875rem;left:29.03125rem;width:1.4375rem;height:1.4375rem;display:block; }
#vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #tu23X90u5TJXaAwGOMf2sh3IEArqynnR { top:41.1875rem;left:40.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
#tu23X90u5TJXaAwGOMf2sh3IEArqynnR > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #DJmHSJfkKkIpbWM0ieGa5kGold6rEaeU { top:38.875rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UQ4e7Q7JZUhqKmXxs6N02pqHEoTipa { top:38.875rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OurWcB1XxXLhOJQQZJgiAWZ4zstUB4Io { top:38.875rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R12zRnV2L74XIZrMnem7coaBCLJI6XSB { width:10.3125rem;height:10.3125rem;top:26rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT1yI7V5gngXREJXoFcMa8VNTcPWd9G { top:37rem;left:0rem;width:13.8125rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOT9yFrQLvTgXXH1HSM077K1KRTRpfs { top:37rem;left:23.0625rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvPFpOUIuL0uWTXRRUzxo7qzXN3x2WwJ { top:37rem;left:35rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI4hbcTNJ2knsZ7GI5p5QFXSfNdyPstK { width:10.3125rem;height:10.3125rem;top:26rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygq0G4XtuS5Zl4nOWTlBQxwyyZ5iGqlS { width:10.3125rem;height:10.3125rem;top:26rem;left:36.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF { top:61.75rem;left:5.15625rem;width:1.4375rem;height:1.4375rem;display:block; }
#w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TBPTJ9f0hg208RXXURvxL97rsGU9NJcO { top:61.75rem;left:17.09375rem;width:1.4375rem;height:1.4375rem;display:block; }
#TBPTJ9f0hg208RXXURvxL97rsGU9NJcO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Cqd3E590RADyG2pDPzT9FFiESwP131qv { top:61.75rem;left:29.03125rem;width:1.4375rem;height:1.4375rem;display:block; }
#Cqd3E590RADyG2pDPzT9FFiESwP131qv > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc { top:61.75rem;left:40.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
#ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Lm67mSrg1wyF9dBe5fqhhB0ymnAy4KDD { top:59.4375rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7pXyAG1b51IH8H2fbdT1qS5as8dAvgT { top:59.4375rem;left:9.125rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo1IX28CaytA0MX9W5Kvl587ChUyDBp2 { top:59.4375rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7LVehX4i9r7sE459FtobAhJSnUZ9SVg { top:59.4375rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0h3OQSsqaL0sGfAN7zXquQUcAuA5G2J { width:10.3125rem;height:10.3125rem;top:46.5625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwJ7qcAEyeg9CnnpQzGSBRAN48x6tK4 { top:57.5625rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNCubpKAA0F48HgvKr9NZRCDitwPGDKU { width:10.3125rem;height:10.3125rem;top:46.5625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTCqbSwTFHrI0XrVKPfrfNFLAypw5klg { top:57.5625rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWaLbZv969gcn5DEFGS8FMbK9O2Vd5i { top:57.5625rem;left:23.0625rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2pF7qrgAwK8g5RbEII0i0gg0MxBcfUW { top:57.5625rem;left:35rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hod34A4asITug1IgTTgDHti0Phcq1XXL { width:10.3125rem;height:10.3125rem;top:46.5625rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNmsczANMSvQn6oyDov96XKUUbpwfi0r { width:10.3125rem;height:10.3125rem;top:46.5625rem;left:36.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGyiBtzBb3JnGF0c3vz5a5rTR4xPEUP8 { width:10.3125rem;height:10.3125rem;top:67.4375rem;left:0.76250076293944rem;display:block; }
 }@media only screen and (max-width: 763px) { #voVdMTTRZMbHEGEaOQ4R04FbhtEQnCvJ { top:78.5rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuByeG6AJhntf36mNDWwSJo3F6zNPHA8 { width:10.3125rem;height:10.3125rem;top:67.4375rem;left:12.699220657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEb4d4BDhe4tTho6bBD69WV4BMUeZiVN { top:78.5rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF5KziupwerxlBmmCh22EdTcR69LTNdC { top:80.375rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJ4yiKS19E3RB1dmdP0fHHPu9tL6IGD { top:80.375rem;left:9.125rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKBi3VGmOLETIoaGw9sab5c4ZGk9uK56 { top:80.375rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr55VTrpkUJ9Dsn3qVkW6ZnD8gZkQfJg { top:78.5rem;left:23.0625rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTti8cmU5t99uLA8tcTI4v6i3DC2JVcL { width:10.3125rem;height:10.3125rem;top:67.4375rem;left:24.637498855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu { top:83.0625rem;left:5.25rem;width:1.4375rem;height:1.4375rem;display:block; }
#VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG { top:83.0625rem;left:17.187501907349rem;width:1.4375rem;height:1.4375rem;display:block; }
#RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 { top:83.0625rem;left:29.125001907349rem;width:1.4375rem;height:1.4375rem;display:block; }
#kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd { top:83.0625rem;left:41.062498092651rem;width:1.4375rem;height:1.4375rem;display:block; }
#E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #p7aFiuV6gRiPPpdlGmu4ch2gIIDaigcG { top:80.375rem;left:33rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh2cMTiSwIHFRzAHHzg9OhFqhZ8fbAaA { top:78.5rem;left:35rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11guMluc1mx8NKZWFse9erJXAJvuoRD { width:10.3125rem;height:10.3125rem;top:67.4375rem;left:36.575002670288rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmsTKdTMJMfWNS7DwAx7E40cn7uc2LEE { top:71.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3W4K738xcggloUNnFM4RZSIM8zf49S { top:71.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEK0JIZng2mOe0tqdbqyKNUD2f400k3 { top:105.125rem;left:16.90625rem;width:1.4375rem;height:1.4375rem;display:block; }
#piEK0JIZng2mOe0tqdbqyKNUD2f400k3 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp { top:105.125rem;left:40.71875rem;width:1.4375rem;height:1.4375rem;display:block; }
#vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #NtVKyFHEQgPtsTf1fzHnToNw56V3T5lg { top:102.4375rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5VOZaHWp02TXP9KQgLO0mZHXwSgct1x { top:102.4375rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeCJ7bAumGp0K4ihwAhV9L4NTTlNEOOu { top:102.4375rem;left:21.0625rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHACRJVDXSRv9We671atyaXd9KvL5lT { top:100.5625rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWvkMIo27cTfAU0TQw3wkxTlMBWxh86e { top:100.5625rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUP64BEsTml0vrktNQPS321rdBwXrzrT { top:105.125rem;left:4.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
#PUP64BEsTml0vrktNQPS321rdBwXrzrT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JPnKQbPzlLJ07O7eW4nkrFZHQLJTT5PP { top:100.5625rem;left:35rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Rs40CoixCVVez6QqFsGFWlh1PMkD6x { width:10.3125rem;height:10.3125rem;top:89.5625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZAa2vJQrv2obO8VI1N1tAnRXuQ3lq3 { width:10.3125rem;height:10.3125rem;top:89.5625rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf8OdiODkS5dOQp7Gxp6hwoSKentMHGf { width:10.3125rem;height:10.3125rem;top:89.5625rem;left:36.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T { top:126.3125rem;left:17.21875rem;width:1.4375rem;height:1.4375rem;display:block; }
#TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #f52F5vcXpmpWLGCeTB0B4q6eGF1H5kFq { top:123.5625rem;left:0rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU3fbeAXSO5JN5VLw14U7sDF7RE2z1M7 { top:123.625rem;left:9.125rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO { top:126.25rem;left:4.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
#BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FSzShiKGcyU92GQwgiCytPdAqxAm70i7 { top:121.6875rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7ZbmMT1VoztQsXBfHrZeyBN0kgdg0y { top:121.75rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8gs8hRrSRXAGC9IkUHxxghRTAhtTW3 { width:10.3125rem;height:10.3125rem;top:110.6875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTioLIiZn97qqZTXN5OsUKvyr2UvLDbK { width:10.3125rem;height:10.3125rem;top:110.75rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6g49dNZfWuT0xeXeTpbOPtkhakcQraN { width:10.3125rem;height:10.3125rem;top:110.6875rem;left:24.631946563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnoW5arwQ5LTkwTu1AmQI1xASnhLFmIC { top:121.6875rem;left:23.0625rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9J6w3I5kTqwwuTlr3P2FTXstpuILlHR { top:123.5rem;left:25.562501907349rem;width:8.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU { top:126.3125rem;left:29.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #mAIOTVrERL2oFNt7cTO7Q7AlFZVwEEtH { top:121.6875rem;left:35rem;width:12.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upyMaH5QOXLpJ9q1o2LWFCCobgnMHcay { top:124.4375rem;left:37.500001907349rem;width:8.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS { top:126.3125rem;left:41.062501907349rem;width:1.4375rem;height:1.4375rem;display:block; }
#itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #bN2r0p1u2u06PwOXnqqpcnMZnb5oenks { top:146.6875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;display:block; }
#bN2r0p1u2u06PwOXnqqpcnMZnb5oenks > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #EfDxB35sIgOrDbzwMPfkyJaVCHWppldL { top:142.9375rem;left:0rem;width:14.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbHfOKQM065LtMTs6MlAfy6XTZWeqIW4 { top:141.125rem;left:0rem;width:15.5rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imvgQm0BIhzHf7tQdoXAf39f2Dprt2ol { width:10.875rem;height:10.3125rem;top:130.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE7pXtN5HTGRlD16Kl8xbI8dLmhNcHfs { width:10.3125rem;height:9.8125rem;top:110.6875rem;left:36.569444656372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTr8lSK4asshJZTblQuoUa6McZaPF4T { top:143rem;left:9.125rem;width:14.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb { top:145.3125rem;left:22.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
#vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FpxqsDToBKaivDMPWlg4oTAaboaDUKiG { top:141.125rem;left:11.125rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dvnO9hTeyEJ2UJiczLLXSTFohJ0cXD { width:10.3125rem;height:10.3125rem;top:130.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOVDaTHxewxJOtqDVvNuVFO9Jly9yQTt { top:141.375rem;left:23.0625rem;width:12.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDm7TzJknOhdHQq9V3mRsn0DUtgVtr { top:142.9375rem;left:27.25rem;width:8.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz { top:145.3125rem;left:34.375rem;width:1.4375rem;height:1.4375rem;display:block; }
#cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #wJmXkUne1s2hOIfpsVpaCqU4OctDzxWr { width:10.3125rem;height:10.3125rem;top:130.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 { top:106.125rem;left:29.15625rem;width:1.4375rem;height:1.4375rem;display:block; }
#y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #kamKbzJmdlvi2ClXUIe045JkGpq22Ha5 { top:102.375rem;left:21.0625rem;width:14.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoTKULRdsM940lSQmN2G0nmCpKCOflWP { top:100.5625rem;left:8.375rem;width:15.5rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSTkyeARNkseXE1CDMqgnrBR7a58KIh { width:10.3125rem;height:10.3125rem;top:89.5625rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 { top:41.25rem;left:17.21875rem;width:1.4375rem;height:1.4375rem;display:block; }
#RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ZsgAH66tK6POsfoLzioRtDq5pkn0KnSr { top:38.9375rem;left:13.65625rem;width:8.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLwfzZf5Qf0EngxOdqFJfbsXcR8La3f4 { top:37.0625rem;left:9.9375rem;width:13.9375rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouqnTbkwwtD8fKN8bLTfcGfWUFw2dOIy { width:10.3125rem;height:10.3125rem;top:26rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpT46SGTRmPLOtKUFivfySfhuuVsN6zU { display:block; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI9w8S69eQ6Z4u1DKhFmb1L4QBoSGGJs { top:4.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOqye4saKRLxtEwMtD0MtWPHexXplCId { top:2.625rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #JsVKPgfTGJzzZ7J3vdex52hl4o582lFK {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #yykeqtTkQ6dEQP2ufZIOxS7KKe21mxKc {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #kzyGmCoe2PMsbkZpET7Zz2G0ikU1LptU {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rQ3Zpd6yhGJJoMZt1Tpo8PrNysmw5ydl {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #LxE5JlGrOlcFdcnpFWC6Dq0eUaiU0yLt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G3LpGgcqpyntVw7mDvmUUy8KR1W5D1Ue {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #ARhqeHLScOPvkbIuGdlyDJvs1l4T2efa {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #F8bRKxv95chi9kFoekgJWuKOlT6r9Ke3 {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CXT05VXDmrSWmewur4X6CKMr9Ib43Bcq {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #iaI5NBW3N8UBzDkzSKwRDCKuT9mhvD5B {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #qmFz1h5yFXyDQCgTH50aKeBWu8NaTvuG {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G4eBHavHp54fq7RgCkteQBIQKGoBvhZp {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #z4CfFy4R3fesurrThAQXtVkDtCdrZJq1 {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #USH7pSUy4DxrgpdwG81A4FBTNBrLqUSt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #mD8uzDThaUQbD0qA0uDWvJFJ0ROLTtTT {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rlSA2q5yg1Xbtyiq2pw1in6N7lZVDMME {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #k1oTHMfZw0yx9KRHlMQaZTKKyezTwa1Q {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bbphQyvTPXToNsm7aDvIevnX0AzOX3ze {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #e1vWs3FKPwTea3i0b6fRVEDJTPRJaasm {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #zSnGoo1C9N7c3sAT2lPKMc3e4hnqflGt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #PXLVUwEmz0uq8hSZboozib532tiSyXZQ {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CrwDHZqPWLDMQfvDbeBSXkd42g8IaOkM {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #GoWe9mA5vyPePnoHlz8grE4N64xqxX4f {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bAbLfEVVAshwARFmXm2D95gFJbivD1En {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CCr6QpI0JMCZp4Z7rZ9ySAWJOBSTPFKl {  }
 }@media only screen and (max-width: 763px) { #uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT { display:block; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik2QIX1SWeqMgIElR9XZDriZ00CKKMtQ { top:3.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVmkwbRacscTCMOEfSkOXB9TyEy8wEF { top:1.9375rem;left:17.500001907349rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyQfxTohnvVAy89Hnr9qmVxdHa1IkLm { top:6.8125rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:47.75rem;height:14.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:10.8125rem;height:10.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:2.875rem;left:9.1875019073488rem;width:29.6875rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:11.4375rem;left:9.1875019073488rem;width:29.375rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:43.75rem;height:18.4375rem;top:2.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:10.8125rem;height:10.8125rem;top:3.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { top:4.5625rem;left:13.236112594604rem;width:27.3125rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { top:16.375rem;left:13.236112594604rem;width:28.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:47.75rem;height:15.75rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:10.8125rem;height:10.8125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { top:9.125rem;left:8.4375rem;width:30.9375rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { top:17.8125rem;left:8.4375rem;width:36.25rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK5smQ3iIbTlZ7QTvghgVtXFJvqtXSH9 { top:2.125rem;left:27.875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFV8erc7GWGIPMQ816AAR4gcl5sO7yVN { width:43.75rem;height:14rem;top:26.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPnONBZQ9DtZ3VC7B42idNrsJZ07MXO { top:36.0625rem;left:13.3125rem;width:28.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTDrB4T4Kb54bEeVtT6V8e3JcwhAusk { width:10.8125rem;height:10.8125rem;top:28.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSLDgB1mG27XhPxPdTE1HmLMbgn62v5 { top:29.0625rem;left:13.3125rem;width:27.3125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoAi0O0cfkWqG7fgIcBp4e0aQwsIuS4 { top:5.375rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { top:2.3125rem;left:4.03125rem;width:39.6875rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:10.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.875rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:24.0625rem;height:auto;top:9.8125rem;left:10.59375rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:24.0625rem;height:auto;top:9.8125rem;left:10.59375rem; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #huPDIVf9xVVnHiV1TlPdyRfL8ZOpX1O6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #dellmSzoyk6XUZAVVxMPTIf87KHCniUa {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WOMhJTElTqc2FnzSkEV4Zwu1yu2HQTPB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #qaasfyZ43hXt6KSg8isken3wK2Er8nO6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KiNTJSz0bZcbQCIVa6nubiPdIKWoUaoe {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PzhVdtJ2rqopcf4JWwXQdGuvq7BJTUVc {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #pSo1UdT8Z2J62cOzX1ooozcMGF9J0Dog {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #LaWyODMo7svhiQKlgi4FRfUZHNrsrPlv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #QFesk3m9EEh5AmHNVXe1gWkMGXCaP20z {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #xDR9TR3WOZGu0qEVhD3bLLE129yJHXgQ { top:19.125rem;left:0rem;width:47.75rem;height:24.197635135135rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhfUgUg8d4rTmugW73CKyOumO8ilQREC { top:11.0625rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8v4iefvAQzHFhSG4PiF8kDlBlFQqAgQ { top:9.8125rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2eqKvmCTu3ar5bZtmNpxaatisWCvdA { top:1.4375rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm { display:block; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV { display:block; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvEBRKM1GV3VtIQT71eLr2qoBZoIT6u { top:3.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJyWEnmtxtxQii8zHNGoHC4R0985TmQO { top:1.9375rem;left:17.500001907349rem;width:12.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf { display:block; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEhewhxEEMbFR9EwvNpqa8i8taRQZ34A { width:12.6875rem;height:12.6875rem;top:12.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQh9TsAQbCPiJVBWvBO2pue8LZWS8o0a { width:12.6875rem;height:12.6875rem;top:1.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2EDon2AZt0JqeP8toseLzzzGoC9Zt5 { width:12.6875rem;height:12.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Mp8KxV8K7S3u8ZCpurcDCk3GlXKS03 { width:12.6875rem;height:12.6875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2XQ8H6eCAKO8kR0woudMeThPatguEO { width:12.6875rem;height:12.6875rem;top:1.5rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VabsHMeodJ3culg05yqnSLkFFpUKlwaO { width:12.6875rem;height:12.6875rem;top:12.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT { display:block; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVgLnawnZyPa5bSpVLSLetHHBzionnSo { top:17.375rem;left:24.375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D95FM7h3H9KKlp9DomN0Id6Er4A7K1ki { width:13.375rem;height:13.375rem;top:5.25rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG3hqoDHA5OLIELs24mCRxu0Ecx34NO { top:15.375rem;left:24.437501907349rem;width:13.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9VbMIThTliIE3HHdGLMJWwDbCU2VMaq { top:12.5rem;left:22.250001907349rem;width:12.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMstM5d1wDhpHgZHm7ALsF3KHBalHWSK { top:6.25rem;left:22.25rem;width:18.375rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2tgooJ3zZ6r9qBBJ4L5fMr1xMN3CCWJ { top:15.25rem;left:22.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbkEHJPqN0FogzGePkZCii2Ww3NFhld { top:17.25rem;left:22.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTEB0HT4R4EqXWThxHnI1mpR2EezxhXO { top:3.25rem;left:19.987501144409rem;width:0.1875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Vu1RrBkhWsEMwMwv1m2GD2XAlL59Si { top:12.9375rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIm6TApfTqul0sXU8vtLg3tvmuvnrTim { top:3.875rem;left:0rem;width:17.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:none;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:12.0625rem;height:5.3993rem;top:6.5416564941406rem;left:0.94097220897675rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:14.1875rem;height:1.3125rem;top:12.262501001358rem;left:0.94166672229769rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:6.6875rem;height:2.5rem;top:30.5rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:5.625rem;height:2.554166875rem;top:30.4375rem;left:11.1875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:16.125rem;height:5.097225rem;top:23.58740234375rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IzWlrblOuLc11B0w7FrDlSzecuZUCbSq { width:5.9375rem;height:2.1875rem;top:1.5406250953674rem;left:0.94166672229769rem;display:block; }
 }@media only screen and (max-width: 763px) { #OamKMdL0TglDT8XearSnRnPTIQ7e3AWs { width:6.75rem;height:2.0625rem;top:1.6031250953674rem;left:7.6916674375531rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmSu5zxAqoHeF5TUIwoHCyhrCONBTpxB { display:flex;width:0.9375rem;height:0.9375rem;top:25.66845703125rem;left:0.94140625rem; }
 }@media only screen and (max-width: 763px) { #DLg1tRWDn2kCMv20aI7SAzAD3HVIDJrp { display:flex;width:1rem;height:1rem;top:27.74951171875rem;left:0.94140625rem; }
 }@media only screen and (max-width: 763px) { #TS0S74H4v4GHbEstudkWMV7kGTONZ18c { display:flex;width:1rem;height:1rem;top:23.58740234375rem;left:0.94140625rem; }
 }@media only screen and (max-width: 763px) { #BcHPmm18md92XrUnvTSS2uvGkToobikn { width:6.0625rem;height:6.0625rem;top:17.4375rem;left:3.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kDZTVopWlUOxGwf9yXTZT5zTet5CwyPp { width:5.4375rem;height:5.4375rem;top:5.6781253814697rem;left:13.379167437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElHp8PLBiiPRScTW7NLwAo1cOWnIMIqP { width:6.9375rem;height:6.9375rem;top:15.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FngWIspHiI973gxFtxAmfwQ7J6EWsJ7v { width:2.5625rem;height:2.5625rem;top:11.637500762939rem;left:16.562500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlFXIBIgG9hXzBgmGMJgqg15CfWJczq { width:2.5rem;height:2.5rem;top:15.566667795181rem;left:7.6916674375531rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc7eCPJ4LMzqIJnQEyM4hfFVNWn5asyX { width:5.6875rem;height:5.6875rem;top:13.575001001358rem;left:12.441667437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0JLQApfm6NAKX6hMppRFxMT4Q122h6 { width:5.875rem;height:1.40625rem;top:15.437501192093rem;left:12.441667437553rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tn9GMvyTRFuT7iKQMs85mxU9s6XULlVV { width:7.125rem;height:0.84375rem;top:16.660417795181rem;left:11.758334040642rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF { display:block; }#WOsFvuFD4m6cAI9EJQGiTt44TfOiukzF > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgeJCmetibW12BVng1SUzMtyfpnVdRzQ { width:4.1875rem;height:4.1875rem;top:0.9375rem;left:7.9062501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT42sMMFOZcG6BSTIhdJ2Ec05zQ0y8BF { width:9.3125rem;height:2rem;top:8.75rem;left:5.3437501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6KTV4RVxutxpzVhp9eCgHQWd4yRGo4O { display:block; }
 }@media only screen and (max-width: 763px) { #f4ahUGx9hPGzvrz9MBdTyQJk5v6tGsZJ { width:20rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC { display:block; }#snvLV7CFcAdo2PHGxXwwezA5vrkMNHvC > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxT4GP37zZLvT2IzJzGT2GTNy2i0once { height:11.1875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp { display:block; }#pRc5L421Az5wn9SP3ylNtB2Eseb9wxkp > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:10.875rem;height:2.55rem;top:1.3125rem;left:4.5625003576279rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:14.0625rem;height:2.25rem;top:4.3125rem;left:2.9687501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:2.55rem;top:8.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:2.55rem;top:16.061459541321rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:20rem;height:1.125rem;top:19.248958587646rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:21.625rem;top:0.625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:13.9375rem;height:2.25rem;top:11.9375rem;left:3.0312501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL { display:block; }#V6Mu3IHQ7IC5WEi3Tbvu19lPIP4fKVSL > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfx7HiAaR5rCGVxLekDRX9d5JayPdqPK { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlmra4io06UPi2gfGos7OF6egNnqwRrg { width:10.5625rem;height:1.125rem;top:1.7541656494141rem;left:4.7187503576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 { display:block; }#QgoK0nxI86hrH6B7PSkFXEpVfC1q8rK7 > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUk95pypDKzEC6wQ3hgiyviEVSfu7k3G { width:18.75rem;height:14.3125rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ceSXz0HFyOSo6Re96JMkD4WvvQUpL9 { width:7.9375rem;height:2.0625rem;top:3.1875rem;left:6.0312503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMCe8KRiIL3s924krDgHW4dr4NSnBz3 { width:18.75rem;height:2.4375rem;top:6.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSduIZdfyAZFBreE1gdCv8gSfeT3bkVa { width:16.25rem;height:4.798825rem;top:9.3125rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvODfJ8kp6gKdPRRTBK2c1Dg1FDyq6q { width:18.75rem;height:15.1875rem;top:17.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6x9CtwpdcdkriGnqtAakCcPTUhToPsG { width:15.75rem;height:7.19825rem;top:24.812501847744rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNPIOo9RVbd7y52yzqE5TmXy21l6sDU { width:18.75rem;height:1.21875rem;top:22.625001847744rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6CtpHI4soKQ4wnfypuTr0V4lD4uSlL { width:2.6875rem;height:1.9375rem;top:19.312501847744rem;left:6.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTvuF7WBgvro1FFCaEmabDtsoi1UsTW { width:18.75rem;height:16.0625rem;top:34.500003755093rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9gA8SQ5Ei5Ut9QIvSgTgUcCxmT6DHh { width:11.3125rem;height:3.125rem;top:36.3125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1b2JyhAJl5KVWfdBsOrZKsxQTrhFZo { width:18.75rem;height:1.21875rem;top:40.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDM8u663W3UflEys95TK6TgAAKTQXGlZ { width:16.25rem;height:5.99853125rem;top:42.96875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT { display:block; }#rlQA5f6exPoNpR2ZEzViOHqze6Tp01OT > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:15.4375rem;height:3.14930625rem;top:2.3741302490234rem;left:2.2812501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqX7yLQzQ4UbS98ec31Cyi4kzkLNdoX { width:20rem;height:6.82378125rem;top:6.9991312026975rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nol194Qihxu8d4WIaGVyrfqRQhsSSm6v { display:block; }#nol194Qihxu8d4WIaGVyrfqRQhsSSm6v > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4DT6FXPO7ePbJBeOPvuHz7NtDOiLrO { width:9.6875rem;height:1.125rem;top:2.0041656494141rem;left:5.1562503576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SP0WI4zzL3rvWISA5d42wPb7xmSoTz5Z { width:20rem;height:1.78125rem;top:3.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:12.9375rem;height:3.1484375rem;top:7.2614583969119rem;left:5.1562503576279rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhWaWGTpfeU0wqxIGlpK8RAIEnDFhICD { width:20rem;height:11.2260625rem;top:27.425001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zgzzqXvMTCWn07TkkOhJMXxxCSKMRk { width:14.5625rem;height:4.19791875rem;top:11.073959350586rem;left:5.1562503576279rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4iBhbci80ZR76MObtPaAz0oAaXEgk1k { display:flex;width:1.9375rem;height:1.9375rem;top:16.243751525879rem;left:2.0666667222977rem; }
 }@media only screen and (max-width: 763px) { #bBzoITqGiyOWXr74o7MKsWOCluoOJkzy { display:flex;width:1.9375rem;height:1.9375rem;top:12.205208778381rem;left:2.0666667222977rem; }
 }@media only screen and (max-width: 763px) { #tah4X4pA7DgaJEamCdqWCsq6T6dtqQ02 { width:12.875rem;height:2.0996125rem;top:16.16250038147rem;left:5.1562503576279rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxvxXSk1QZkwEae4TZm2eC2F3FkkuHZ7 { display:flex;width:1.9375rem;height:1.9375rem;top:7.8687486648563rem;left:2.0666667222977rem; }
 }@media only screen and (max-width: 763px) { #RFcpSOWcxkRrwTyb85mL5iF8hSUnwdD3 { width:14.75rem;height:3.375rem;top:19.851043701172rem;left:2.6250001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBUNkoE5BHk346tlLBKtuF2ueZeUvF2L { width:10.125rem;height:10.125rem;top:23.74062538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaGlKXfH5Poyz5zhwq0WBxUCwwhwoTb { width:13.3125rem;height:13.3125rem;top:27.875001907349rem;left:6.6864584684375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plnc9FmAEtrW0OXz9dxUyv0dibXTlsDk { width:8.25rem;height:8.25rem;top:25.682292938233rem;left:2.0666667222977rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt { display:block; }#eo5EqdTkg5A16FQysD9KqPe3kTeUTOAt > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW9dEtJIQVxPgp88bLiOOZlWgpNRInQ5 { width:15.4375rem;height:3.1494125rem;top:6.3125rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfAn3a2ElylUtpzhUTDrw5k192UDvDs { display:flex;width:2.1875rem;height:2.1875rem;top:2.9375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #QSiOVSnDr4G3Wd9Jz7K4tBey0QHeCk8Z { display:flex;width:2.125rem;height:2.125rem;top:2.9375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #pu8KsDIJDNbWIb9HGtbTngyB4O3TWtPI { display:flex;width:2.1875rem;height:2.1875rem;top:2.875rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #G16c7gA3C2FIvc4EHEROFbdOvrkefWHZ { display:flex;width:2.0625rem;height:2.0625rem;top:2.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bhed691CMRSIIXonwQsy83A02Lym9IwM { display:flex;width:2.125rem;height:2.125rem;top:2.9375rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #waMTOv3fcibHwHRbEf9rnTDbL73vBFMe { width:20rem;height:0.975rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 { display:block; }#UIxNKEZWuiQ21KBXLC3tOATqW1OICqP7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAxTfT9T2cmO744OLh9snoZRfm6JlJDl { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHB1a9FltK0UdDRfQ0cr3tunRETL07RG { width:12.75rem;height:1.125rem;top:1.7541675567627rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn { display:block; }#RJJmUE2Wm2Kz3AsJlSTuSaD8EaRiF5gn > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:1.78125rem;top:6.9375038146975rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:15.9375rem;height:4.5rem;top:9.3125057220456rem;left:2.0312501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:4.9375rem;height:4.9375rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.25rem;height:2.25rem;top:2.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErALBq5ylhLTD2WK8s1V4edlWMUDAtdA { width:8.625rem;height:2.5rem;top:62.872919082644rem;left:5.6875003576279rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx3JsFa2hrvymg1oBPdfXPhT6zKRDTrk { display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:1.78125rem;top:21.875000953674rem;left:1.5625001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:14.375rem;height:4.5rem;top:24.187500953674rem;left:2.8125001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:4.9375rem;height:4.9375rem;top:16.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:2.5625rem;height:2.5625rem;top:17.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:4.875rem;height:4.875rem;top:30.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.25rem;height:2.25rem;top:32.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BtXn2v6i0DiDVNMTATSUTmOxkTQAaP { width:5.0625rem;height:5.0625rem;top:45.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXJ4vbtesXCfXbAOsoRGyegTMWMnrtq { width:2.1875rem;height:2.1875rem;top:47.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:1.78125rem;top:36.6875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:14.5rem;height:4.5rem;top:39.1875rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3Jiwdu6yaTLfhHzJTGMed5ICJKXVryG { width:13.25rem;height:5.625rem;top:54rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqiKmtfdZhhnQWZCXV1C09iCQFS5T2AR { width:9.375rem;height:1.78125rem;top:51.625rem;left:5.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlZS9A77b5eXqEz3E16eQPirdBtaZokE { display:block; }#wlZS9A77b5eXqEz3E16eQPirdBtaZokE > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhvGfT0mteTNBtI0u3TTOetHbr9QQ10v { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbnaUhNkP81nxNaNRIf8OZupBbTSVGf7 { width:12.75rem;height:1.125rem;top:1.7541732788086rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 { display:block; }#pQ4r1s5OOxbPr1BL5rtQPauokz5OisZ9 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-heading-text { font-size:0.9375rem;height:auto; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i .accordion-desc-text { font-size:0.75rem;height:auto; }
#eSEATNxIBNaPhl5MzsIMcxILsnduI87i { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #HeJOXX5ggNPMazlBI96xIwh92SlsTDEF {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #swQNpasNesND21lCcGDM0NeDNrURkBvC {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ElmqnF54sN3ZEmeIqsVW6buGmJSnb7GF {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #bCe0tD6SrWAzvO2v4bn9KDK0xgq3BZUq {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #gwrTPwisvQ1MsFdA9gwQaHdMTl1xvPoP {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hmRbF2OSGQFGqAVEMoELtXVtmce2U9Fh {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #iTyExzQvGPd83R4e59vFUINLwP447G6T {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #f2Syr3LOg1BfwtNt2zgqThv2GVD3xSk0 {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #nkLS16fyx6wSHF5xJkHXq4STPqSHsNQ0 {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #Ikh68fBqJD8SBtp6i6KAVQyTzAoOhJuK {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KIOFMJTAkpiCE0GTydU3FGFq6KpTDcOr {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #ovHGJ3c3DLaNXQ2xi2UuWTwhdSKuekLm {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #FTCdQwtZ5KRA54LBmgF5C2acePop3Iln {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #lqtwmP7GCrTwqIaxv8ZGDkmNErPsTyQo {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #T2gHcxpqpat45ZUlQaS44ef877HTdpue {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #XKaS1GqdKMRsC6OsydkF2sxPCbIIqigR {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #qStybyPzLMTsswNzMuUG6qE5zf3KB4Zm {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #KlFTXHJPmhtIPIGLVUVKiAnrLMTzMSTk {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #hvRTWpbCUO57x2JWWSXryZrQRUrhgNXH {  }
 }@media only screen and (max-width: 763px) { #eSEATNxIBNaPhl5MzsIMcxILsnduI87i #SPAbI4BNTUpZt6TTsEmgK3osvHSeBVbh {  }
 }@media only screen and (max-width: 763px) { #igThA3OZTUlasycp7xBtMJiaXTZKqmaE { display:block; }#igThA3OZTUlasycp7xBtMJiaXTZKqmaE > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM .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; }
#rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM { width:18rem;height:5.0625rem;display:flex;top:7.456250190735rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #Tkt78n4WTns1QXvXwKJ8usb8DOcAtFqs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #DMG579uykEN2ASaVAXMUQX5WsSwafHm5 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #u0bBsoTXSWTOQpEknbalxVgCis8nE139 {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oCMgvX2wqsACRpyHMB3dkTt9NsnA8fWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #URqwVGDJsId9w3i0iw598kRNsLcGSmuP {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #QtE4BPx6ZxRsmaBDi39b8Zg45K0tmTsT {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #tP5RKM3n4h8GqrsIT4wQkaG3DT78AZoT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #T4Jvf0iBKE7tKeTAXLN2kCrRp94vUaCM {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #oS3at6lQtG6H8qtGQWd8AdFr3ZrKLzpG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #UU13OgplcnPFGPOU8kLSAu80xyJhazmA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #NzlMTWSKpmbfTmtSmqFo3NVle5vngiDG {  }
 }@media only screen and (max-width: 763px) { #rwiqXRf42bOfbNaslPLGDTvR3XV9ExBM #zx5X11FgcbSDKTCbxk9crZhCb0BUETro {  }
 }@media only screen and (max-width: 763px) { #BKHWagMHfaAG8bhTGOdRDi4khNifDywF { width:20rem;height:1.875rem;top:3.8437509536743rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZRpb0NpUcxnELX8LNa2wKwST18rpcP { width:7.4375rem;height:7.4375rem;top:13.202084064484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9g13Kka7TEefTuucOPSPOhTfJM5Jt5B { width:8.625rem;height:2.5rem;top:15.670855045319rem;left:5.6875003576279rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKE79n6Ixc9UShJltPIqtcMWuU1TA86D { display:block; }
 }@media only screen and (max-width: 763px) { #lCTvmvFpZTPomykhfBRshANwxRtosVKB { display:block; }#lCTvmvFpZTPomykhfBRshANwxRtosVKB > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT3d8Kyrkgk7KGz68bAJo4Jaw3KL12ff { width:20rem;height:1.78125rem;top:2.8760414123535rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBPfOCubcOq5FhTCUiPfUE1AU7f93lyJ { width:12.75rem;height:1.125rem;top:1.7541656494141rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S { display:block; }#uyEmxUmShKXEmoTVydCPCxCVBvNpfc4S > .row .container { width:20rem;height:166.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ0cohNlvPT0aL4em2EQxC16GAlypnS7 { width:6.25rem;height:6.25rem;top:2.4375743865967rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W8aFlS0Eauz0WeKFT5BCC51oNBczqW { width:7.75rem;height:1.21875rem;top:9.5708332061769rem;left:0.87916672229769rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #golQm5lFd40Dnzbr3zOqRFTyiNaiUopm { width:9rem;height:1.125rem;top:10.789583683014rem;left:0.25416666269303rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX { display:flex;width:1.4375rem;height:1.4375rem;top:7.4500007629394rem;left:6.5750001668931rem; }
#wnGi2h1fPgqx1AUam7BrsAeLh8gQx1GX > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #UXo4JzbS5XMHosHsgVrLvTUc7TzZzuAT { width:6.25rem;height:6.25rem;top:25.026249885559rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6v6qFUvuDu817TZaXdOviC3EEasKgr { width:8.75rem;height:1.40625rem;top:32.173749923706rem;left:10.665000140667rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRCZTKMHhM3JgldgkgZEN58izRt9buNi { width:4.75rem;height:1.125rem;top:33.579999923706rem;left:12.665000140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 { display:flex;width:1.4375rem;height:1.4375rem;top:29.958749771118rem;left:16.807499110699rem; }
#WxmJ9hey0PwXhKIXJcd6zEDnAruGcND5 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK { display:flex;width:1.4375rem;height:1.4375rem;top:96.892496109006rem;left:16.807499110699rem; }
#sfLoaiGH6ST5dce1tPnmwk3Ep2clxIpK > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #spntZV7GmwWR3JQ8Q103f6Wb3OxTAIdR { width:7.3125rem;height:1.21875rem;top:64.513124465944rem;left:11.383750140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9213ACdSf6Nop4maeI6fbPm8xe1QRl5 { width:3.8125rem;height:1.125rem;top:65.731874465944rem;left:13.133750140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDnnHn4qU55xUv4biaUIhDh9L9wKQbiV { width:8.1875rem;height:1.21875rem;top:98.892496109006rem;left:10.946250140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0nxQsyKZ3tLXVKOgQ8ONxllVeiZTJn { width:6.625rem;height:1.125rem;top:100.11124610901rem;left:11.727500140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgp3TILb0aBapcQkn9Mzt48upaze16eV { width:6.25rem;height:6.25rem;top:57.579374313354rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLsN5AvKXPShpFs1XvIaiJqq6hNTTDTk { width:6.25rem;height:6.25rem;top:92.039996147156rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu { display:flex;width:1.4375rem;height:1.4375rem;top:62.51187467575rem;left:16.807499110699rem; }
#FKM6l2HsoHEbI3Hce8NZO9dnTgBmcMOu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF { display:flex;width:1.4375rem;height:1.4375rem;top:7.4500002861025rem;left:17.375000834465rem; }
#c3mC2mD01TNUyP2PhX3BAXyX6Wv1LgMF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn { display:flex;width:1.4375rem;height:1.4375rem;top:73.494374275206rem;left:6.4950000643731rem; }
#vZ1UO3QpOD2yvQwiRq9JMOPy5Fv9udvn > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #tu23X90u5TJXaAwGOMf2sh3IEArqynnR { display:flex;width:1.4375rem;height:1.4375rem;top:108.18249511719rem;left:6.4950000643731rem; }
#tu23X90u5TJXaAwGOMf2sh3IEArqynnR > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #DJmHSJfkKkIpbWM0ieGa5kGold6rEaeU { width:8.9375rem;height:1.125rem;top:10.789583683014rem;left:10.687500834465rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UQ4e7Q7JZUhqKmXxs6N02pqHEoTipa { width:5.125rem;height:1.125rem;top:76.96875rem;left:2.1643750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OurWcB1XxXLhOJQQZJgiAWZ4zstUB4Io { width:6.5rem;height:2.25rem;top:111.35249519348rem;left:1.4768750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R12zRnV2L74XIZrMnem7coaBCLJI6XSB { width:6.25rem;height:6.25rem;top:2.4364585876465rem;left:11.963541865349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT1yI7V5gngXREJXoFcMa8VNTcPWd9G { width:8.625rem;height:1.21875rem;top:9.5708336830138rem;left:10.687500834465rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhOT9yFrQLvTgXXH1HSM077K1KRTRpfs { width:7.6875rem;height:1.21875rem;top:75.75rem;left:0.88312500715256rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvPFpOUIuL0uWTXRRUzxo7qzXN3x2WwJ { width:5.6875rem;height:1.21875rem;top:110.13374519348rem;left:1.8831250071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PI4hbcTNJ2knsZ7GI5p5QFXSfNdyPstK { width:6.25rem;height:6.25rem;top:68.561874866487rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygq0G4XtuS5Zl4nOWTlBQxwyyZ5iGqlS { width:6.25rem;height:6.25rem;top:103.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF { display:flex;width:1.4375rem;height:1.4375rem;top:18.154167175293rem;left:6.5750001668931rem; }
#w6AMiWg2Zs9WM4I58Z85GLyiNaiHaszF > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TBPTJ9f0hg208RXXURvxL97rsGU9NJcO { display:flex;width:1.4375rem;height:1.4375rem;top:41.533124923706rem;left:16.807499110699rem; }
#TBPTJ9f0hg208RXXURvxL97rsGU9NJcO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Cqd3E590RADyG2pDPzT9FFiESwP131qv { display:flex;width:1.4375rem;height:1.4375rem;top:73.494375228881rem;left:16.807499110699rem; }
#Cqd3E590RADyG2pDPzT9FFiESwP131qv > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc { display:flex;width:1.4375rem;height:1.4375rem;top:108.18249607086rem;left:16.807499110699rem; }
#ODDtlrpUzPg3FCcczXtyoEH5F95kl5Nc > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Lm67mSrg1wyF9dBe5fqhhB0ymnAy4KDD { width:6.25rem;height:1.125rem;top:21.570625305176rem;left:1.6018750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7pXyAG1b51IH8H2fbdT1qS5as8dAvgT { width:6.3125rem;height:1.125rem;top:44.981248855591rem;left:11.883750140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo1IX28CaytA0MX9W5Kvl587ChUyDBp2 { width:5.6875rem;height:2.25rem;top:77.00874996185rem;left:12.196250140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7LVehX4i9r7sE459FtobAhJSnUZ9SVg { width:8.5625rem;height:1.125rem;top:111.35249614716rem;left:10.758750140667rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0h3OQSsqaL0sGfAN7zXquQUcAuA5G2J { width:6.25rem;height:6.25rem;top:13.141666889191rem;left:1.5614584684372rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwJ7qcAEyeg9CnnpQzGSBRAN48x6tK4 { width:6.125rem;height:1.21875rem;top:20.352499008179rem;left:1.6643750071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNCubpKAA0F48HgvKr9NZRCDitwPGDKU { width:6.25rem;height:6.25rem;top:36.534999847412rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTCqbSwTFHrI0XrVKPfrfNFLAypw5klg { width:8.0625rem;height:1.21875rem;top:43.802499771118rem;left:11.008750140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDWaLbZv969gcn5DEFGS8FMbK9O2Vd5i { width:7.1875rem;height:1.21875rem;top:75.78999996185rem;left:11.446250140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2pF7qrgAwK8g5RbEII0i0gg0MxBcfUW { width:7.875rem;height:1.21875rem;top:110.17374610901rem;left:11.102500140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hod34A4asITug1IgTTgDHti0Phcq1XXL { width:6.25rem;height:6.25rem;top:68.641874790194rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNmsczANMSvQn6oyDov96XKUUbpwfi0r { width:6.25rem;height:6.25rem;top:103.32937049866rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGyiBtzBb3JnGF0c3vz5a5rTR4xPEUP8 { width:6.25rem;height:6.25rem;top:13.301249504089rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #voVdMTTRZMbHEGEaOQ4R04FbhtEQnCvJ { width:8.3125rem;height:1.21875rem;top:20.352499008179rem;left:11.062500178814rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuByeG6AJhntf36mNDWwSJo3F6zNPHA8 { width:6.25rem;height:6.25rem;top:47.125rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEb4d4BDhe4tTho6bBD69WV4BMUeZiVN { width:7.25rem;height:1.21875rem;top:54.151248931885rem;left:1.1018750071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF5KziupwerxlBmmCh22EdTcR69LTNdC { width:7.75rem;height:1.125rem;top:21.570625305176rem;left:11.062500178814rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeJ4yiKS19E3RB1dmdP0fHHPu9tL6IGD { width:6.25rem;height:1.125rem;top:55.369998931885rem;left:1.6018750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKBi3VGmOLETIoaGw9sab5c4ZGk9uK56 { width:6.4375rem;height:1.125rem;top:88.735624313356rem;left:1.5081250071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hr55VTrpkUJ9Dsn3qVkW6ZnD8gZkQfJg { width:7.125rem;height:1.21875rem;top:87.516874313356rem;left:1.1643750071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTti8cmU5t99uLA8tcTI4v6i3DC2JVcL { width:6.25rem;height:6.25rem;top:80.56187438965rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu { display:flex;width:1.4375rem;height:1.4375rem;top:18.153749942779rem;left:16.807499110699rem; }
#VJZffCpzO0L6zUyFRrE2pqh6ERnxzbMu > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG { display:flex;width:1.4375rem;height:1.4375rem;top:52.057498931885rem;left:6.4950000643731rem; }
#RvEauHzsFJCZ05TXpVATzeS7DVOxrsfG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 { display:flex;width:1.4375rem;height:1.4375rem;top:85.494375228881rem;left:6.4950000643731rem; }
#kTiAxHoIPhDVeuivhyU3FDsCNqeQC8V4 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd { display:flex;width:1.4375rem;height:1.4375rem;top:116.64930582046rem;left:5.1927083134651rem;z-index:15011; }
#E3D1abdn1MULAVcbTvDFoqxkuEPTX4fd > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #p7aFiuV6gRiPPpdlGmu4ch2gIIDaigcG { width:4.375rem;height:1.125rem;top:122.2812461853rem;left:2.5393750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qh2cMTiSwIHFRzAHHzg9OhFqhZ8fbAaA { width:7.875rem;height:1.21875rem;top:121.0624961853rem;left:0.78937500715256rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x11guMluc1mx8NKZWFse9erJXAJvuoRD { width:6.25rem;height:6.25rem;top:114.18749523163rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmsTKdTMJMfWNS7DwAx7E40cn7uc2LEE { display:flex;width:1.4375rem;height:1.4375rem;top:119.11999607086rem;left:16.807499110699rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #Qz3W4K738xcggloUNnFM4RZSIM8zf49S { display:flex;width:1.4375rem;height:1.4375rem;top:116.64930582046rem;left:12.664930641651rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #piEK0JIZng2mOe0tqdbqyKNUD2f400k3 { display:flex;width:1.4375rem;height:1.4375rem;top:52.057498931885rem;left:16.807499110699rem; }
#piEK0JIZng2mOe0tqdbqyKNUD2f400k3 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp { display:flex;width:1.4375rem;height:1.4375rem;top:119.11999511719rem;left:6.4950000643731rem; }
#vOSs7tc3clDB63WHNvi0bvoCiyC7uTqp > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #NtVKyFHEQgPtsTf1fzHnToNw56V3T5lg { width:5.6875rem;height:1.125rem;top:33.539999008179rem;left:1.8831250071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5VOZaHWp02TXP9KQgLO0mZHXwSgct1x { width:4.5rem;height:1.125rem;top:55.369792938233rem;left:12.805555641651rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeCJ7bAumGp0K4ihwAhV9L4NTTlNEOOu { width:6.9375rem;height:2.25rem;top:122.28125762939rem;left:11.586805641651rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssHACRJVDXSRv9We671atyaXd9KvL5lT { width:6.0625rem;height:1.21875rem;top:32.071249008179rem;left:1.6956250071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWvkMIo27cTfAU0TQw3wkxTlMBWxh86e { width:5.625rem;height:1.21875rem;top:54.151248931885rem;left:12.227500140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUP64BEsTml0vrktNQPS321rdBwXrzrT { display:flex;width:1.4375rem;height:1.4375rem;top:29.958749771118rem;left:6.4950000643731rem; }
#PUP64BEsTml0vrktNQPS321rdBwXrzrT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JPnKQbPzlLJ07O7eW4nkrFZHQLJTT5PP { width:6.6875rem;height:1.21875rem;top:121.10249614716rem;left:11.696250140667rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7Rs40CoixCVVez6QqFsGFWlh1PMkD6x { width:6.25rem;height:6.25rem;top:25.026249885559rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZAa2vJQrv2obO8VI1N1tAnRXuQ3lq3 { width:6.25rem;height:6.25rem;top:47.125rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf8OdiODkS5dOQp7Gxp6hwoSKentMHGf { width:6.25rem;height:6.25rem;top:114.18749570846rem;left:11.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T { display:flex;width:1.4375rem;height:1.4375rem;top:96.8925113678rem;left:6.4950000643731rem; }
#TLecOMSgGnXTgbL6W1KGKWFJrP80eM1T > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #f52F5vcXpmpWLGCeTB0B4q6eGF1H5kFq { width:4.1875rem;height:1.125rem;top:65.691875457763rem;left:2.6337499022484rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU3fbeAXSO5JN5VLw14U7sDF7RE2z1M7 { width:5.125rem;height:1.125rem;top:100.07124519348rem;left:2.1643750071526rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO { display:flex;width:1.4375rem;height:1.4375rem;top:62.431875228882rem;left:6.4950000643731rem; }
#BJfKgGL4q4CDcQC1T6KEk0wvqS0p2AmO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FSzShiKGcyU92GQwgiCytPdAqxAm70i7 { width:7.4375rem;height:1.21875rem;top:64.473125457763rem;left:1.0081250071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lk7ZbmMT1VoztQsXBfHrZeyBN0kgdg0y { width:7.375rem;height:1.21875rem;top:98.852497100831rem;left:1.0393750071526rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8gs8hRrSRXAGC9IkUHxxghRTAhtTW3 { width:6.25rem;height:6.25rem;top:57.499374389649rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTioLIiZn97qqZTXN5OsUKvyr2UvLDbK { width:6.25rem;height:6.25rem;top:91.959997653963rem;left:1.5624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6g49dNZfWuT0xeXeTpbOPtkhakcQraN { width:6.25rem;height:6.25rem;top:125.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnoW5arwQ5LTkwTu1AmQI1xASnhLFmIC { width:6.625rem;height:1.21875rem;top:132.1875rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9J6w3I5kTqwwuTlr3P2FTXstpuILlHR { width:8.5625rem;height:1.125rem;top:133.4375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU { display:flex;width:1.4375rem;height:1.4375rem;top:130.25rem;left:6.625rem; }
#CvGhrcAe1aMgMkfZxGNUh8LTO0ABpRVU > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #mAIOTVrERL2oFNt7cTO7Q7AlFZVwEEtH { width:5.75rem;height:1.78645625rem;top:132.18663406372rem;left:12.180555641651rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upyMaH5QOXLpJ9q1o2LWFCCobgnMHcay { width:5.875rem;height:1.125rem;top:133.97222518921rem;left:12.118055462837rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS { display:flex;width:1.4375rem;height:1.4375rem;top:130.22830009461rem;left:16.854167282581rem; }
#itVrOzop8KrrImQlQ0xP9xKD4d5wJNaS > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #bN2r0p1u2u06PwOXnqqpcnMZnb5oenks { display:flex;width:1.4375rem;height:1.4375rem;top:142.95399284363rem;left:16.854167103768rem; }
#bN2r0p1u2u06PwOXnqqpcnMZnb5oenks > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #EfDxB35sIgOrDbzwMPfkyJaVCHWppldL { width:6.375rem;height:3.375rem;top:147.89061164856rem;left:11.868055462837rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbHfOKQM065LtMTs6MlAfy6XTZWeqIW4 { width:7.4375rem;height:2.1111125rem;top:145.14149284363rem;left:11.336805462837rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #imvgQm0BIhzHf7tQdoXAf39f2Dprt2ol { width:6.375rem;height:6rem;top:138.22482681274rem;left:11.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE7pXtN5HTGRlD16Kl8xbI8dLmhNcHfs { width:6.6875rem;height:6.375rem;top:125.1875038147rem;left:11.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTr8lSK4asshJZTblQuoUa6McZaPF4T { width:6.1875rem;height:1.125rem;top:146.76649093628rem;left:1.6493057012558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb { display:flex;width:1.4375rem;height:1.4375rem;top:143.00956153869rem;left:6.5407987833025rem; }
#vvHNig0roVyiIyfWGQWRtM6nzkWAS0Tb > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FpxqsDToBKaivDMPWlg4oTAaboaDUKiG { width:8.875rem;height:1.21875rem;top:145.34461784363rem;left:0.30555558204651rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0dvnO9hTeyEJ2UJiczLLXSTFohJ0cXD { width:6.4375rem;height:6.4375rem;top:138.00694465637rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOVDaTHxewxJOtqDVvNuVFO9Jly9yQTt { width:7.875rem;height:0.89323125rem;top:87.75rem;left:11.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDm7TzJknOhdHQq9V3mRsn0DUtgVtr { width:8.5625rem;height:1.125rem;top:89.25rem;left:10.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz { display:flex;width:1.4375rem;height:1.4375rem;top:85.625rem;left:16.875rem; }
#cqX3L9QmAbZk4RQm1WWJiV6dMB7aG6fz > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #wJmXkUne1s2hOIfpsVpaCqU4OctDzxWr { width:6.3125rem;height:6.3125rem;top:80.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 { display:flex;width:1.4375rem;height:1.4375rem;top:157rem;left:11.8125rem; }
#y2vkCzxvQhcGHos8R4MVILw3fEy6n4E2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #kamKbzJmdlvi2ClXUIe045JkGpq22Ha5 { width:8.375rem;height:3.375rem;top:160.625rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoTKULRdsM940lSQmN2G0nmCpKCOflWP { width:8.125rem;height:1.05555625rem;top:159rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KaSTkyeARNkseXE1CDMqgnrBR7a58KIh { width:6.4375rem;height:6.4375rem;top:151.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 { display:flex;width:1.4375rem;height:1.4375rem;top:41.532985687256rem;left:6.5407987833025rem; }
#RZpG6BsZmDLR0LmPqyUymN2DewDDkPV9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ZsgAH66tK6POsfoLzioRtDq5pkn0KnSr { width:5.125rem;height:1.125rem;top:44.980904579162rem;left:2.1805557012558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLwfzZf5Qf0EngxOdqFJfbsXcR8La3f4 { width:9.125rem;height:1.05555625rem;top:43.980904579162rem;left:0.18055558204651rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ouqnTbkwwtD8fKN8bLTfcGfWUFw2dOIy { width:6.5625rem;height:6.5625rem;top:36.352440834046rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpT46SGTRmPLOtKUFivfySfhuuVsN6zU { display:block; }#PpT46SGTRmPLOtKUFivfySfhuuVsN6zU > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI9w8S69eQ6Z4u1DKhFmb1L4QBoSGGJs { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOqye4saKRLxtEwMtD0MtWPHexXplCId { width:12.75rem;height:1.125rem;top:1.7541656494141rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-heading-text { font-size:0.9375rem;height:auto; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa .accordion-desc-text { font-size:0.75rem;height:auto; }
#gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #JsVKPgfTGJzzZ7J3vdex52hl4o582lFK {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #yykeqtTkQ6dEQP2ufZIOxS7KKe21mxKc {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #kzyGmCoe2PMsbkZpET7Zz2G0ikU1LptU {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rQ3Zpd6yhGJJoMZt1Tpo8PrNysmw5ydl {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #LxE5JlGrOlcFdcnpFWC6Dq0eUaiU0yLt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G3LpGgcqpyntVw7mDvmUUy8KR1W5D1Ue {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #ARhqeHLScOPvkbIuGdlyDJvs1l4T2efa {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #F8bRKxv95chi9kFoekgJWuKOlT6r9Ke3 {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CXT05VXDmrSWmewur4X6CKMr9Ib43Bcq {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #iaI5NBW3N8UBzDkzSKwRDCKuT9mhvD5B {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #qmFz1h5yFXyDQCgTH50aKeBWu8NaTvuG {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #G4eBHavHp54fq7RgCkteQBIQKGoBvhZp {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #z4CfFy4R3fesurrThAQXtVkDtCdrZJq1 {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #USH7pSUy4DxrgpdwG81A4FBTNBrLqUSt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #mD8uzDThaUQbD0qA0uDWvJFJ0ROLTtTT {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #rlSA2q5yg1Xbtyiq2pw1in6N7lZVDMME {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #k1oTHMfZw0yx9KRHlMQaZTKKyezTwa1Q {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bbphQyvTPXToNsm7aDvIevnX0AzOX3ze {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #e1vWs3FKPwTea3i0b6fRVEDJTPRJaasm {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #zSnGoo1C9N7c3sAT2lPKMc3e4hnqflGt {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #PXLVUwEmz0uq8hSZboozib532tiSyXZQ {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CrwDHZqPWLDMQfvDbeBSXkd42g8IaOkM {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #GoWe9mA5vyPePnoHlz8grE4N64xqxX4f {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #bAbLfEVVAshwARFmXm2D95gFJbivD1En {  }
 }@media only screen and (max-width: 763px) { #gaqc0D6sk4B0Jv5IW3L1LmTa3JfWwfFa #CCr6QpI0JMCZp4Z7rZ9ySAWJOBSTPFKl {  }
 }@media only screen and (max-width: 763px) { #uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT { display:block; }#uOqDTN2dLvaBqXtoiXHgWWa4gM476bMT > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik2QIX1SWeqMgIElR9XZDriZ00CKKMtQ { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISVmkwbRacscTCMOEfSkOXB9TyEy8wEF { width:12.75rem;height:1.125rem;top:1.7541656494141rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmyQfxTohnvVAy89Hnr9qmVxdHa1IkLm { width:4.5rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:22.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Imcu212T787GfaxC3920P0AP8Vdrrh { width:8.25rem;height:8.25rem;top:3.4375rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:17.375rem;height:7.875rem;top:13.1875rem;left:1.5625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:8.0625rem;height:5.625rem;top:5.3784713745117rem;left:10.435764431953rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaMg5BT57ekduVAhL37Vb5Ma98WZyTMg { width:20rem;height:23.5rem;top:0.87503385543825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbbKQ7dDbgF6JWnRW7IzRCXRXLWV8mH { width:8.25rem;height:8.25rem;top:3.25rem;left:10.254167437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq9W56eefogyOneNeu9mLzQAPTxlL2M { width:15.25rem;height:10.125rem;top:12.186633110046rem;left:2.3750001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnBoeLiMF3yVTFWqdxhA7NUzNytkEgPk { width:9.875rem;height:4.5rem;top:5.7534723281861rem;left:1.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:#e6f8d1;background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:23.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3LwRzH3cXMp90iMTOSXtsbgixRCkUv { width:8.25rem;height:8.25rem;top:2.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1nng2N7h745IdTJmZLUJKW4q8XFgLv { width:14.0625rem;height:9rem;top:12.750000953674rem;left:2.9687501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOFSUgTAkiqktzU7t28JPd8hJuoxxPK { width:9.4375rem;height:4.5rem;top:5.9416666030884rem;left:9.8739584684375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KK5smQ3iIbTlZ7QTvghgVtXFJvqtXSH9 { width:5.3125rem;height:5.3125rem;top:21.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFV8erc7GWGIPMQ816AAR4gcl5sO7yVN { width:20rem;height:21.625rem;top:28.312472343445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPnONBZQ9DtZ3VC7B42idNrsJZ07MXO { width:7.125rem;height:5.625rem;top:34.062500953674rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTDrB4T4Kb54bEeVtT6V8e3JcwhAusk { width:10.8125rem;height:10.8125rem;top:29.530403137207rem;left:8.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSLDgB1mG27XhPxPdTE1HmLMbgn62v5 { width:14.625rem;height:6.75rem;top:41.679689407349rem;left:2.2500001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRoAi0O0cfkWqG7fgIcBp4e0aQwsIuS4 { width:20rem;height:20rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:17.5rem;height:auto;top:8.5000019073488rem;left:0rem; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:17.5rem;height:auto;top:8.5000019073488rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #huPDIVf9xVVnHiV1TlPdyRfL8ZOpX1O6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #dellmSzoyk6XUZAVVxMPTIf87KHCniUa {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #WOMhJTElTqc2FnzSkEV4Zwu1yu2HQTPB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #qaasfyZ43hXt6KSg8isken3wK2Er8nO6 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KiNTJSz0bZcbQCIVa6nubiPdIKWoUaoe {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PzhVdtJ2rqopcf4JWwXQdGuvq7BJTUVc {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #pSo1UdT8Z2J62cOzX1ooozcMGF9J0Dog {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #LaWyODMo7svhiQKlgi4FRfUZHNrsrPlv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #QFesk3m9EEh5AmHNVXe1gWkMGXCaP20z {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #xDR9TR3WOZGu0qEVhD3bLLE129yJHXgQ { width:20rem;height:10.134375rem;top:41.365677833557rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhfUgUg8d4rTmugW73CKyOumO8ilQREC { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8v4iefvAQzHFhSG4PiF8kDlBlFQqAgQ { width:1.875rem;height:1.875rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2eqKvmCTu3ar5bZtmNpxaatisWCvdA { width:4.1875rem;height:4.1875rem;top:0rem;left:15.678125672111rem;display:block; }
 }@media only screen and (max-width: 763px) { #parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm { display:block; }#parmGQPAOTcS8ZNJaGixxJ5T88zcgbwm > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV { display:block; }#BMpiEK9ruqGnCm6eRKJRJ4IZL6ADetMV > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvEBRKM1GV3VtIQT71eLr2qoBZoIT6u { width:20rem;height:1.78125rem;top:2.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJyWEnmtxtxQii8zHNGoHC4R0985TmQO { width:12.75rem;height:1.125rem;top:1.7541656494141rem;left:3.6250003576279rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf { display:block; }#DbvUz6DBQdGzVflmW7kiXEFBIIb9Zwlf > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEhewhxEEMbFR9EwvNpqa8i8taRQZ34A { width:8rem;height:8rem;top:1.5677084922791rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQh9TsAQbCPiJVBWvBO2pue8LZWS8o0a { width:8rem;height:8rem;top:9.6779513359069rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2EDon2AZt0JqeP8toseLzzzGoC9Zt5 { width:8rem;height:8rem;top:16.820312976837rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Mp8KxV8K7S3u8ZCpurcDCk3GlXKS03 { width:8rem;height:8rem;top:1.5668401718139rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2XQ8H6eCAKO8kR0woudMeThPatguEO { width:8rem;height:8rem;top:9.6779513359069rem;left:10.498264431953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VabsHMeodJ3culg05yqnSLkFFpUKlwaO { width:8rem;height:8rem;top:16.819445133209rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT { display:block; }#Ehbl6PUWolGvUgJzztFp09Pb6N2nH1wT > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVgLnawnZyPa5bSpVLSLetHHBzionnSo { width:7.3125rem;height:1.05rem;top:11.5rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D95FM7h3H9KKlp9DomN0Id6Er4A7K1ki { width:8rem;height:8rem;top:1.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG3hqoDHA5OLIELs24mCRxu0Ecx34NO { width:11.375rem;height:1.05rem;top:10.0625rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9VbMIThTliIE3HHdGLMJWwDbCU2VMaq { width:12.75rem;height:1.3125rem;top:8.0625rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wMstM5d1wDhpHgZHm7ALsF3KHBalHWSK { width:8.75rem;height:5.0625rem;top:1.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2tgooJ3zZ6r9qBBJ4L5fMr1xMN3CCWJ { width:1.125rem;height:1.125rem;top:10rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbkEHJPqN0FogzGePkZCii2Ww3NFhld { width:1.125rem;height:1.125rem;top:11.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTEB0HT4R4EqXWThxHnI1mpR2EezxhXO { width:0.125rem;height:0.125rem;top:13.4375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Vu1RrBkhWsEMwMwv1m2GD2XAlL59Si { width:16.5rem;height:3.674475rem;top:20.601041793823rem;left:1.7500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIm6TApfTqul0sXU8vtLg3tvmuvnrTim { width:10.3125rem;height:4.75rem;top:14.976041793823rem;left:4.8437503576279rem;display:block; }
 }