.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:block; }#MJOXIIebcI31y5xLwRx2QMl6PblvpEzh { 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:4.25rem;width:13.5rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#Oo4TBQKUBwB2dsVfcbBiO5xtazy28Pwg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #477d45;border-left:0.0625rem solid #477d45;border-right:0.0625rem solid #477d45;border-bottom:0.0625rem solid #477d45;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.25rem;left:33.9375rem;display:block; }
#BSZ8wPsPnDMMWI72PcbZxurTsXQyamAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkMVGhXasOanJEllFy1mX53dQOtUAUZw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #477d45;border-left:0.0625rem solid #477d45;border-right:0.0625rem solid #477d45;border-bottom:0.0625rem solid #477d45;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.25rem;left:42.25rem;display:block; }
#kgGVA691IvL6LXCzVeHpppkdu3SdNSll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGiT6S8LxEErEKpssqxmfaJpUM50UIWk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #477d45;border-left:0.0625rem solid #477d45;border-right:0.0625rem solid #477d45;border-bottom:0.0625rem solid #477d45;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:50.625rem;display:block; }
#EJ7k70vFkPdpQLuyAecI9TDUsfG1GWbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mW3BfaZgoJ19gpo0qQ7doQnemzrsFwMC { box-sizing:content-box;height:2.375rem;width:14.5625rem;position:absolute;display:block;z-index:14999;background-color:#477d45;background-image:none;top:1.875rem;left:59.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#fTXu8vyvXJn3uCek2ggbu661QhPsnWRO { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1872863769531rem;left:62.374132156372rem;height:1.8684875rem;font-style:normal;display:block; }
#bf9Zm1K8Vw2OPRoniuwK4aNZiu6Ph5ei { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.125rem;left:60.000001907349rem; }
#uy1yNHAD2t1Sc8XuAquKEiF91JZQPcKm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #477d45;border-left:0.0625rem solid #477d45;border-right:0.0625rem solid #477d45;border-bottom:0.0625rem solid #477d45;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.1875rem;left:25.625rem;display:block; }
#hc7OKs9SW07TzgEq6RO5rQBW1NrBLz0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46c15da3-ec88-4a5e-b592-b6edefeb372c/e3b3bb2df575478ba5dc806002503084.jpg");background-position:bottom 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; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN.adaptive-delivery-prevent-bg, #VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN.lazyload, #VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN.lazyloading { background-image: none; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container { background-color: transparent; background-image: none; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,125,69,0.81); }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container > .video-iframe-container { display: none; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,125,69,0.81); }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row > .video-iframe-container { display: none; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .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); }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container { border-width: 0; border-radius: 0; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN::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; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#woQaALZIk0p2RMkfPiH8amzyCJVcrHTz { position:absolute;display:block;z-index:15003;height:29.5rem;width:25.8125rem;top:6.125rem;left:46.875rem;display:block; }
#kv10PLoon0SmCxTWZVEBcRRb3uiEaSDL { color:#477d45;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:9.7470703125rem;left:1.8115234375rem;height:4.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdQh4kWqrQVzBuUBm5QVXIvTpFWIvGEZ { color:#000000;display:block;width:39.6245625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.8125rem;height:4.7109375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LwyWeiWmhhITnFQ6Pel2lqTPgnD2vUnH { box-sizing:content-box;height:37.875rem;width:26.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.875rem;left:46.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dbnncPyuAmNLcPBpv9iXu61OnXu5zSD9 { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0.1875rem #000000;top:13.5966796875rem;left:1.8115234375rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hLpxtyWPu2VR9ZCLLyi7VQzGnwDcFNbI { box-sizing:content-box;height:6.5625rem;width:41.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.81), rgba(252,230,136,0.84));background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.81), rgba(252,230,136,0.84));background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.81), rgba(252,230,136,0.84));background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.81), rgba(252,230,136,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceffffff', endColorstr='#d6fce688' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceffffff', endColorstr='#d6fce688' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.81), rgba(252,230,136,0.84));background-size:auto !important;top:22.6875rem;left:1.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#JTFqTVAsWCrTelPo5FFT8CIxEKfXga6z { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:50.5rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw6xmTMyZST5hkVQloN41r6AQKsUzh0D { color:#000000;display:block;width:39.6245625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.8125rem;height:4.7119125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cp0VhmL5KJ854yXOQI88IvkzbuqH1Uza { color:#000000;display:block;width:39.6245625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.8125rem;height:4.7119125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv { position:relative;display:block; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv { background-color: transparent; background-image: none; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row .container > .video-iframe-container { display: none; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row > .video-iframe-container { display: none; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .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); }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv { border-width: 0; border-radius: 0; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .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; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N2vTK4KEtT0xtPZT92UND6e3kQRwdi2D { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.59765625rem;left:14.6875rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJmUcbGzz8lLlIVPJhsJ59xyzwei1u88 { box-sizing:content-box;height:4.75rem;width:42.875rem;position:absolute;display:block;z-index:14999;background-color:#477d45;background-image:none;top:1rem;left:16.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi { position:relative;display:block; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi { background-color: transparent; background-image: none; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row .container > .video-iframe-container { display: none; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row > .video-iframe-container { display: none; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .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); }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi { border-width: 0; border-radius: 0; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .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; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .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:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#inTlq9TGQouImDT8ankbRJo86vuzpuGR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.936875rem;width:30.4373125rem;top:4.5625rem;left:42.3125rem;display:block; }
#mpaIeVT52Bo2yt2prn0SxALo90xgELSA { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:14999;background-color:#e58916;background-image:none;top:3.6875rem;left:41.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#pXCdyoyHvBI4XTbma2S0TpzDok2bmH7r { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.18359375rem;left:1.59375rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BAHqp9se4WTTVCwsozEDD5rn5FJb0eXg { box-sizing:content-box;height:15.125rem;width:39rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5c952, #f3e3a1);background-image: -moz-linear-gradient(180deg, #e5c952, #f3e3a1);background-image: -ms-linear-gradient(180deg, #e5c952, #f3e3a1);background-image: -o-linear-gradient(180deg, #e5c952, #f3e3a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c952', endColorstr='#f3e3a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c952', endColorstr='#f3e3a1' );";background-image: linear-gradient(180deg, #e5c952, #f3e3a1);background-size:auto !important;top:5.5rem;left:0.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#yWLilX5fvGl5VTRJMQvkMCLl3P1tyV1Q { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.625rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mSXd7g26JfrVporqurXdKFVQgxIM6N6h { position:relative;display:block; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h { background-color: transparent; background-image: none; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row .container > .video-iframe-container { display: none; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row > .video-iframe-container { display: none; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .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); }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h { border-width: 0; border-radius: 0; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .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; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yaa5KGCloKczXrMMkVdAeAGqAWcaqUgn { color:#477d45;display:block;width:52.7480625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.50390625rem;left:11.125rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LniLcfqvXNoOotssNl15AtQvVOCmSn67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #477d45, rgba(13,97,10,0.8));background-image: -moz-linear-gradient(180deg, #477d45, rgba(13,97,10,0.8));background-image: -ms-linear-gradient(180deg, #477d45, rgba(13,97,10,0.8));background-image: -o-linear-gradient(180deg, #477d45, rgba(13,97,10,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#477d45', endColorstr='#cc0d610a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#477d45', endColorstr='#cc0d610a' );";background-image: linear-gradient(180deg, #477d45, rgba(13,97,10,0.8));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container { background-color: transparent; background-image: none; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container > .video-iframe-container { display: none; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row > .video-iframe-container { display: none; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .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); }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container { border-width: 0; border-radius: 0; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#M2CuJUWUPbHx4kVz6AX18PupdEfTGQgS { box-sizing:content-box;height:19.124375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));background-image: -moz-linear-gradient(175deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));background-image: -ms-linear-gradient(175deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));background-image: -o-linear-gradient(175deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#19000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#19000000' );";background-image: linear-gradient(175deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));background-size:auto !important;top:1.125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);display:block; }
#E5UGQZ6V0kARaeeUyGbfrWqI5VtxrVs9 { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:6.51171875rem;left:7.2490234375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUReM05h1Ps7bPUtUtTx7rpvnZr9pruM { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:6.51171875rem;left:23.4990234375rem;height:3.14886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umvaWHvvhWJxNhSxOokGxzep2ginThqP { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:6.51171875rem;left:36.8740234375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#voHeE9tVcLSIRZ9TSk29notgeSNrxm3W { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:6.51171875rem;left:52.84375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6yA9B9sTUk6lFlXnZyGPGDMe5fF9747 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:15.63671875rem;left:45.875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Et0UwFWMIIusweTM4Nzo88qEXCz1CZUz { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:15.69921875rem;left:31.5302734375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymSr4OTXz8HxgZV7xUo4iBhgky9JGN4l { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:15.8125rem;left:16.3740234375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Um0qkWZhN0KD6dGIDW9vaEdJUi9dt0vJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:4.31206875rem;top:1.75rem;left:12.0625rem;overflow:hidden;display:block; }
#T5xanuRWHsn6HMLmqXNI5zQN0UHAVkLB { box-sizing:content-box;color:#5d92ff;font-size:3rem;font-weight:400;line-height:1;height:3.87478125rem;width:3.87478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2rem;left:28.125rem; }
#UJTRaLpNWbAXLKHMBneshUo3rsXiUq6o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:1.75rem;left:41.5625rem;overflow:hidden;display:block; }
#VMTyVPX3Z5sQe19XNDC8CF3phubilMXU { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.1875rem;left:57.9375rem;overflow:hidden;display:block; }
#TbwiUx6rnnUW7q42lFVbHAXBuHpV7lM7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:11.5rem;left:20.1875rem;overflow:hidden;display:block; }
#SxH89GL2iPwCgvgsRUvCNC3bUqOFRepW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.37435rem;width:5.37435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:10.5625rem;left:34.4375rem; }
#DLKaoUqtOolasTazrdqGPtJuTKBcMldg { 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:3.18685rem;width:3.18685rem;top:11.75rem;left:50.25rem;overflow:hidden;display:block; }
#LVmaedhRpvXs3lafz8yPy431M3H6EZxz { 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; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container { background-color: transparent; background-image: none; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container > .video-iframe-container { display: none; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row > .video-iframe-container { display: none; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .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); }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container { border-width: 0; border-radius: 0; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container { font-size:0.875rem;font-family:arial;height:87.9375rem;width:75rem;position:relative;display:block; }#RtzZb0oOpIzTeHbMhRPtvTTElLpOZzvX { 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:11.1230625rem;width:21.624375rem;top:7.6866321563719rem;left:2.529296875rem;overflow:hidden;display:block; }
#NKqBDhl9ECy1wJAzsRRlwx7IZTsoKJ9Z { 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:11.1230625rem;width:21.624375rem;top:7.6866321563719rem;left:26.687284469604rem;overflow:hidden;display:block; }
#TH5AX51lPMT5wR1xO0mTc1fFJaddcwgn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0623125rem;width:21.624375rem;top:7.7159290313719rem;left:50.904947280884rem;overflow:hidden;display:block; }
#IHTTOhPaZHpMAyroGAKUhWC4po6cCyva { box-sizing:content-box;height:12.5rem;width:22.686625rem;position:absolute;display:block;z-index:14999;background-color:#e58916;background-image:none;top:7.1245651245119rem;left:1.9997844696045rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gfo2xcKP0MR7iOKdg2a9qw1MlRJ54KRi { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15000;background-color:#e58916;background-image:none;top:7.0616302490238rem;left:26.124132156372rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#a3EbdyB1X6BflHEhIJpfcgOMbGnV9np3 { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15001;background-color:#e58916;background-image:none;top:7.0616302490238rem;left:50.374353408814rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#N31RyDTXuSm2ZrhPKaxZpxEMu0AMtn8Z { color:#000000;display:block;width:52.7480625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.15234375rem;left:11.125rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTx8seTIE1ab1gVtq8xh6J85ngynTymD { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15000;background-color:#e58916;background-image:none;top:6.4375rem;left:26.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#BexS2kLRKtwG8EXOMLI1BQF3cpDLvMa3 { box-sizing:content-box;height:12.5rem;width:22.686625rem;position:absolute;display:block;z-index:15005;background-color:#e58916;background-image:none;top:23.4375rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XgNmbUma0adwa8612Mt6nhpFDGSF0nI5 { 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:11.25rem;width:21.625rem;top:24.062501907349rem;left:2.5618495941162rem;overflow:hidden;display:block; }
#sEp0NqkKvTbIGRAddQBwoTSXzqmmBbPT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.625rem;top:24.0625rem;left:26.687284469604rem;overflow:hidden;display:block; }
#BNW6DdzuDQFZkvbWf8OzTHIVnRVQWQyT { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15006;background-color:#e58916;background-image:none;top:23.375rem;left:26.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#K4QetZxM7cS4KsaWZk22TvlEbZOdozE9 { 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:11.25rem;width:21.625rem;top:24.0625rem;left:50.904947280884rem;overflow:hidden;display:block; }
#EG3Bq69IoygDoAr8cK93aIzBhIwl5oWg { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15007;background-color:#e58916;background-image:none;top:23.375rem;left:50.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TKVNTZ9Bx5SC5S1KStLBySpIVsUpJL78 { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15006;background-color:#e58916;background-image:none;top:23.375rem;left:26.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#g96ztAcQGaWptHUPkaWN7IfzGTOEgCvv { box-sizing:content-box;height:12.5rem;width:22.686625rem;position:absolute;display:block;z-index:15011;background-color:#e58916;background-image:none;top:39.75rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pmyIrhS59rEiaIbqPGfaq68nsmrdncJt { 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.25rem;width:21.5625rem;top:40.375rem;left:2.5625rem;overflow:hidden;display:block; }
#lPVihw3RSw9CaWVLZmOoD875LSvJVqdv { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15012;background-color:#e58916;background-image:none;top:39.6875rem;left:26.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PLC5L3QqkwshG1hOFrf20ylyNiTqFplv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.5625rem;top:40.375rem;left:26.71875rem;overflow:hidden;display:block; }
#T7d6vTaFWCeRDJ9JHuleOZG4bLtMgP0Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.5625rem;top:40.311855316162rem;left:50.937067031861rem;overflow:hidden;display:block; }
#IeFOEAELXNu3PePlvuOnHgDNDzeucpOi { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15013;background-color:#e58916;background-image:none;top:39.6875rem;left:50.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wC2I2Tr831fD3z1fmLfJLvelI1TG0aLO { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15014;background-color:#e58916;background-image:none;top:56rem;left:2rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#w5nTHcef5iZTQ0JqMcJVAvnVEoTbVB9J { position:absolute;display:block;z-index:15015;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.25rem;width:21.5625rem;top:56.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#F06iDPWPkm56KnqvRJNV5IgBqkRJJsv8 { position:absolute;display:block;z-index:15016;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.25rem;width:21.5625rem;top:56.625rem;left:26.75rem;overflow:hidden;display:block; }
#ArgNEF620XDihPXy7kahPHGWGpAOHChT { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15015;background-color:#e58916;background-image:none;top:56rem;left:26.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KC6H3S4114ZzZJv3Kr5xae7cJxPVGfn8 { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15007;background-color:#e58916;background-image:none;top:23.375rem;left:50.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#lkwlM6iK9AKvcKCSDKkvO63DuCxTU63T { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15017;background-color:#e58916;background-image:none;top:56rem;left:50.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZB8c8Tk7M1Bs0tGNtepoKnoIUeteSNOJ { position:absolute;display:block;z-index:15018;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.25rem;width:21.5625rem;top:56.625rem;left:50.9375rem;overflow:hidden;display:block; }
#prwAch212TmtxVpulDBsNmk08ZmQn3JG { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15020;background-color:#e58916;background-image:none;top:72.25rem;left:14.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cWrCmi0WFRKWkhzhS0kAES4z92Zs9kRs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.5625rem;top:72.9375rem;left:14.6875rem;overflow:hidden;display:block; }
#ideshQQ1u7JrL6MgQTlpA99MTwQglwD3 { box-sizing:content-box;height:12.5rem;width:22.6855625rem;position:absolute;display:block;z-index:15021;background-color:#e58916;background-image:none;top:72.25rem;left:38.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uMMilIaWP8TcnJTeN6v4gfLz91EKpMxT { position:absolute;display:block;z-index:15022;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.25rem;width:21.5625rem;top:72.875rem;left:38.875rem;overflow:hidden;display:block; }
#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK { position:relative;display:block; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK { background-color: transparent; background-image: none; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container > .video-iframe-container { display: none; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row > .video-iframe-container { display: none; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .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); }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK { border-width: 0; border-radius: 0; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ox12sTqvQSeIEkq4Khkz885NvTglSGIr { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(12,39,33,0.4);background-image:none;top:11.625rem;left:8.4375rem;display:block; }
#fwIPe4nwTNTZ7h7Q4exGhd094eK2yPsU { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15029;background-color:rgba(12,39,33,0.4);background-image:none;top:20.875rem;left:8.375rem;display:block; }
#biSEnhGgiQELNKTLS1g9aXPKpqTcRiSf { color:rgba(0,0,0,0.7);display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xCRxuUl0U9fQFVoKcZAxobcpN95sGp3U { color:rgba(0,0,0,0.7);display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:10.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCEW3oNcAGyuE3QUXZs2Z5iI6ml72Ou0 { color:rgba(0,0,0,0.7);display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.125rem;left:8.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hi0wpmU4ceuJyhA2mkuBZLXhhKA6xqgy { box-sizing:content-box;height:0.0618489375rem;width:58.186875rem;position:absolute;display:block;z-index:15028;background-color:rgba(12,39,33,0.4);background-image:none;top:16.1875rem;left:8.4375rem;display:block; }
#LdWnmz5qFQo54EEpOe7QcFmNu8Dr9DBN { color:rgba(0,0,0,0.7);display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.1875rem;left:9.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PrCx2K8pbLx7hvL4PIIlCcLaTvRFiC2q { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(12,39,33,0.4);background-image:none;top:7.625rem;left:8.4375rem;display:block; }
#SgS5rGyVVgac8nb0XkXQBusD9BTtew3e { color:rgba(0,0,0,0.6);display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:4.5rem;left:8.625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUc1H4X7RmTBsN6oaR0MpTM9U9A3X8Q3 { color:rgba(0,0,0,0.6);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:23.375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiHTlO80owuITcbirfbm4e38duZBG3wK { color:rgba(0,0,0,0.6);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:39.125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFnrrf6F29fsL9kvS6A4KGrPp5oQ9m6T { color:rgba(0,0,0,0.6);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:52.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXwXRfhtasOaS5JtdGlXJlvSBvMrioWw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.0625rem;left:43.25rem; }
#oqEg8X7wExynfTxkXXvf0G9fv5gJ0dFl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.375rem;left:43.25rem; }
#O40ZZGaloCxHRZ3GHWCgSVHpXcJkNBub { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.375rem;left:43.3125rem; }
#J34FwgL5K130iAJ98UwbfrgyIozpvlov { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.6875rem;left:43.3125rem; }
#lu6vV7d8UwqI90eWpOGOTIhec7STARiH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:9.0625rem;left:29.5625rem; }
#u8XGsT12d7wT6TNi82uRImigyLrkl8F2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.375rem;left:29.5625rem; }
#tJTfXIruiKIAVdzFPTbTPpb4PVTpalDw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18.0625rem;left:29.5625rem; }
#EKiWunp16NN6eWeNNLfGWvCLNugIahCF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:22.75rem;left:29.5625rem; }
#STl8kdcduxxdwgKUSJUHVuCRh5dNUfoL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.375rem;left:58.375rem; }
#ce35rqbLUBUvkk9e7dFoi6DHpFNBEUP7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.0625rem;left:58.3125rem; }
#RIirdeECadSk2GLE76bwyozlfB1pKsHg { color:rgba(0,0,0,0.7);display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.0625rem;left:9.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UiUEl877dq4x8vdwMN8rDZpxRAcWxTg8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.75rem;left:29.5625rem; }
#UssWc9VyduhuIXimw3dFOVUEaU7dqpqT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.5625rem;left:43.3125rem; }
#FfkVaU0VlFeVNDWteDkyfg9r85By0emL { color:rgba(0,0,0,0.7);display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:30.375rem;left:10.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XkvcS7g3a4gZHHHVFyylC23IaIifM2ok { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:31rem;left:29.5625rem; }
#o25tBuDVV83e8ubKk80TUWWpzm6ZZleU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:30.75rem;left:43.3125rem; }
#fdowURT2tiEz6rPFANVA2Gi0U5n1LETz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:35rem;left:29.5625rem; }
#DGJns4l7bX5sKdI6xVLlTuxDFKaCgPnc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:34.9375rem;left:43.3125rem; }
#lIfUTTh5IFZN6ONZA6uACfhszDcxvTrR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:34.875rem;left:58.375rem; }
#uUhd2i49NBgsr3yH4vX2l3P9rqgAcH74 { color:rgba(0,0,0,0.7);display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:42.4375rem;left:10.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQiZfGVOEZayoupeSHls34ddwGPuFiqL { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(12,39,33,0.4);background-image:none;top:25.375rem;left:8.375rem;display:block; }
#qh9B7IGpKFfhVH6ZzKusXtk1vAQbBSXI { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15031;background-color:rgba(12,39,33,0.4);background-image:none;top:29.5625rem;left:8.375rem;display:block; }
#g04oXMDTDvx7pzFvmD27GasCiNvzKawo { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(12,39,33,0.4);background-image:none;top:33.75rem;left:8.4375rem;display:block; }
#bF44nWA7ltOWrTs6IUmgBap63SBLegJM { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(12,39,33,0.4);background-image:none;top:37.8125rem;left:8.4375rem;display:block; }
#xrACRmkSaNT99NqyHV29Dloapm8c97gl { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(12,39,33,0.4);background-image:none;top:41.875rem;left:8.375rem;display:block; }
#er0PyUvF1GquptJPLvXhpu5XumwpzJHT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:43.4375rem;left:43.25rem; }
#mAnMAeqmGbIKorl5a1cPVvsBtKggd64T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:43.5625rem;left:29.5625rem; }
#amxZCf7QwhMJ7fucNzbTBuFRWPzinoq3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.5625rem;left:58.375rem; }
#fafBqZZl2AMGODS6hs4cBpAFbmp1Gu4g { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(12,39,33,0.4);background-image:none;top:45.875rem;left:8.4375rem;display:block; }
#K0oTmAkXuT0TkSPfLkNTIXAX3S03osBF { color:rgba(0,0,0,0.7);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:34.125rem;left:9.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVV8rmVqQHt7p0nBy5tXGbJqyKXGU7wk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:43.375rem;left:58.375rem; }
#UTtzXxVTJuONW1NccrPwZN6lumAgpCvg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.25rem;left:58.375rem; }
#koFvfmLmWWMn7l9bSbfSQOS92Bo5yHzx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:22.5rem;left:58.375rem; }
#sRqFR8PbJkKFWbT2XHvDTJ88PQzptc33 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:26.3125rem;left:58.375rem; }
#i1xtfxNo5zPnIOuwhzXTDpsMQeVkwRT5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:5.875rem;left:29.3125rem;display:none; }
#N0KKOtFdo6yvyLk4mtgThtSVXVapT5XV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.75rem;left:29.3125rem;display:none; }
#mbE2cXMZ83o38oiaXLprBBK6vDPMUh0e { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:17.9375rem;left:29.3125rem;display:none; }
#vqZsQalgHEaCeTU3rnUbk7RNH5Lqzy1i { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:22rem;left:29.3125rem;display:none; }
#CFpe5KheAOWt3PnTSsVi92EdmGr55fwq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26rem;left:29.3125rem;display:none; }
#P0NH6bmmsaT0SSISVlK7V5CkfZyeAOvy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:34.375rem;left:29.3125rem;display:none; }
#SfP1Rdi1onZHbN9HT6880NBcJ1qt9Qcw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:30rem;left:43.125rem;display:none; }
#i9NGPrZv4XQao9s2UvGskSJ8vgtDUFgL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:42.6875rem;left:29.3125rem;display:none; }
#zWBtErX2JVsTGz2UFpsALG4rQNp7k69H { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(12,39,33,0.4);background-image:none;top:41.09375rem;left:7.78125rem;display:none; }
#DEAIv0woh1ARLXfDAFubksv02dgMnES0 { color:rgba(0,0,0,0.7);display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:38.5rem;left:9.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhwQ2NA2ueZp7o9bdX7of18C5QBHLU7V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:39.4375rem;left:29.5625rem; }
#ZHA9PPZep8VoiscaIsTs8tDRi155RQmt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:39.1875rem;left:43.3125rem; }
#bUqDTJlq66UpBBRvyQCqRFO6T830TvhR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:39.0625rem;left:58.375rem; }
#KX2l1Lprw8TRh6M9dR7qz3w8EycbGF2a { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(12,39,33,0.4);background-image:none;top:30.5625rem;left:8.1875rem;display:none; }
#fVV4lSqA5cXfMolGv3pw21poUsRbZqBU { color:rgba(0,0,0,0.7);display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:31.125rem;left:9.75rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dwQKieuU7iJVryiCOrS7t3yxARyU77GW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:31.8125rem;left:29.3125rem;display:none; }
#eXTBnNoWTuoxaV6kZIVtQazl10okCqa7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:31.75rem;left:43.1875rem;display:none; }
#UCDMw0lsg58K7npErTSMvEvGI58bkAI9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:34.375rem;left:29.3125rem;display:none; }
#fAOvBA8QlXEEM4ntEUlO3uKnU2vK0stv { color:rgba(0,0,0,0.7);display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:43.375rem;left:9.8125rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w50vpemhqnStLiQQEoA5V5w5ETCa1FHz { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(12,39,33,0.4);background-image:none;top:38.6875rem;left:8.125rem;display:none; }
#Ov9DMynAVX3OX5ruQvrDachg340AeS4E { box-sizing:content-box;height:0.0625rem;width:58.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(12,39,33,0.4);background-image:none;top:41.09375rem;left:7.78125rem;display:none; }
#K7TJL6mZHqTpsa0WHZsyZDTL3boHGn1J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:40.1875rem;left:29.3125rem;display:none; }
#BKLI2gAr9loMAeTdzCXQrobgtgwuNDkq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:40.0625rem;left:43.25rem;display:none; }
#K51eziiKNgKWEdnTifNDHo0ckVVE7Hmq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:42.6875rem;left:29.3125rem;display:none; }
#Awgza1r1GDdtIqmkCcRrMeDdeRLCCoWe { color:rgba(0,0,0,0.7);display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:48.25rem;left:9.625rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hxZPPlTSE0mxsUnyLzMPeI1nuZ1N3xn7 { box-sizing:content-box;height:50.625rem;width:14.5625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:40.374350547791rem;left:8.1868495941163rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#ReUlmoOwZlrvVxEyQkGTobL1bbLc0g9C { box-sizing:content-box;height:50.5625rem;width:14.5625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:40.374350547791rem;left:22.686632156372rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#ex3dqG02XQD27zDAfmrNFSJSIJawHL5l { box-sizing:content-box;height:50.5625rem;width:14.5625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:40.374350547791rem;left:37.249353408814rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#Fd0J6STsebZo1qR2ZIhk0ZDGseHvQwuy { box-sizing:content-box;height:50.4375rem;width:14.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:40.374350547791rem;left:51.812067031861rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#J8vqdIDTxoefbGVccdVr3WcCP2cFDMfu { box-sizing:content-box;height:38.25rem;width:14.5625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.1875rem;left:8.4375rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nr5fiSb9Pi992CyfUL7xVH6QEs263AbN { box-sizing:content-box;height:38.25rem;width:14.561625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.1875rem;left:22.9375rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HTPTyyr6KKcaeQBeWcA67AgN8a4BSf5u { box-sizing:content-box;height:38.25rem;width:14.561625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.125rem;left:37.4375rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bM9vSIFcA2eANEzOca8cfBSxpLo2dOJ8 { box-sizing:content-box;height:38.25rem;width:14.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde696, #ffffff);background-image: -moz-linear-gradient(180deg, #fde696, #ffffff);background-image: -ms-linear-gradient(180deg, #fde696, #ffffff);background-image: -o-linear-gradient(180deg, #fde696, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde696', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fde696, #ffffff);background-size:auto !important;top:3.125rem;left:51.9375rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT { 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; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container { background-color: transparent; background-image: none; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container > .video-iframe-container { display: none; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row > .video-iframe-container { display: none; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .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); }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container { border-width: 0; border-radius: 0; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#QF8IOvM624BxXR8eokwL4N928Q5BzRHK { color:#000000;display:block;width:27.2480625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:0.91015625rem;left:23.875rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce688;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; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container { background-color: transparent; background-image: none; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container > .video-iframe-container { display: none; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row > .video-iframe-container { display: none; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .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); }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container { border-width: 0; border-radius: 0; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:2.5rem;left:1.875rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E li:before{  }
#bHfzOPWqHNL10kntFf6S4aS6WzvzQksk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1245625rem;width:21.875rem;top:2.0920133590698rem;left:26.562501907349rem;display:block; }
#yA5zUobUw6KsQlVmTor7G1e5e67KgusJ { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:21.5625rem;top:12.25rem;left:50.6875rem;display:block; }
#tRAzo7kekQ1cIzgisaCour83Q1HDJErx { color:#247e84;display:block;width:26.8120625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.625rem;left:48.25rem;height:1.7068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5r8XOM0MiDQBwOTX5My8CeUNoTqbKkF { box-sizing:content-box;height:12.9375rem;width:22.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.6875rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#v8hbT57rP8laaK2KzChAkXbztrcCUyBD { box-sizing:content-box;height:12.875rem;width:22.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.65625rem;left:26.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rDwTd1neot7sPoSbLVoSnn8ylpAGfMD8 { position:absolute;display:block;z-index:15025;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.8125rem;top:0.25rem;left:55.625rem;overflow:hidden;display:block; }
#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9bcb52;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; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container { background-color: transparent; background-image: none; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container > .video-iframe-container { display: none; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row > .video-iframe-container { display: none; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .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); }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container { border-width: 0; border-radius: 0; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#TX4TyHTeO1mo1nCOcTOguXs7Pbx9KdzL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:21.75rem;top:2.0920152664184rem;left:26.624349594116rem;display:block; }
#erhopMkyAa1QhsgWQSEupH8GGE0K2fIR { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:18.6875rem;top:12.125rem;left:5rem;display:block; }
#rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:2.1875rem;left:51.6875rem;height:11.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 li:before{  }
#GfTJt4exQ2fATUQxZD0AJGqc5yve3PCh { color:#247e84;display:block;width:16.311875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:12rem;left:6.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1yMI6NsyZhGytGtenFyQbNgoxVodyeM { box-sizing:content-box;height:12.6875rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.8125rem;left:51.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Apd6SCrOwmT7wLOlBwygposDKsWDn1rE { 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:10.4375rem;width:9.8125rem;top:1.75rem;left:9.5rem;overflow:hidden;display:block; }
#NzGDPWGxaCDMo4tnLI1vpCUNid8JV1kn { box-sizing:content-box;height:12.875rem;width:22.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.71875rem;left:26.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce688;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; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container { background-color: transparent; background-image: none; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container > .video-iframe-container { display: none; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row > .video-iframe-container { display: none; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .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); }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container { border-width: 0; border-radius: 0; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#Dmp0erIVaFSzVp3yZBKce1oSB0ZkZvsx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:21.75rem;top:2.0920143127441rem;left:26.624349594116rem;display:block; }
#CJXAx0uK2TugfZ1xdvINDlZoHA0DwQba { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:19.6875rem;top:12.125rem;left:51.1875rem;display:block; }
#s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:3.390625rem;left:1.90625rem;height:9.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y li:before{  }
#coxSre4QI9a9He94WPPRTpKLUF62QMFJ { color:#247e84;display:block;width:19.561625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:12rem;left:51.375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lc3T6o6ahvNqwmz5qDAq7XNztn6bCeiG { box-sizing:content-box;height:12.9375rem;width:22.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.6875rem;left:1.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#G0uiL9XCH67K96oPEbXOsOCHs4yZdWTu { box-sizing:content-box;height:12.875rem;width:22.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.65625rem;left:26.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zvrdgA6RtmhrO5aXy6J8QfEOAbKVcSiA { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.5rem;top:1.8125rem;left:55.875rem;overflow:hidden;display:block; }
#Vo5612KxkX6ZVIoFED23OUithwZ16sOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9bcb52;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; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container { background-color: transparent; background-image: none; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container > .video-iframe-container { display: none; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row > .video-iframe-container { display: none; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .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); }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container { border-width: 0; border-radius: 0; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#HytbtRNtqxAxGP9yxlLSCvc9ftAHhm4T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.125rem;width:21.75rem;top:2.0920143127441rem;left:26.624349594116rem;display:block; }
#ARyg1qW9VVdGWF5isl1WAHDf8uGnByFU { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:18.6875rem;top:12.25rem;left:4.875rem;display:block; }
#dge7pEk0qPVy5g6bkSSyv95JH3FqSodT { color:#000000;display:block;width:21.7480625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:3.234375rem;left:51.7197265625rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dge7pEk0qPVy5g6bkSSyv95JH3FqSodT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dge7pEk0qPVy5g6bkSSyv95JH3FqSodT li:before{  }
#yMhUB79t2N9d5cp0HWlLZHFHuZK3xtC7 { color:#247e84;display:block;width:15.999375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:12.125rem;left:6.1875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNbKFrUP3XOhZwcp6LkKV02RqRNZm5Qv { box-sizing:content-box;height:13rem;width:22.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.716796875rem;left:51.15625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EA7JAqTNx3tOrTqCuI4ZRVgcalshHQdm { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.125rem;top:1.6875rem;left:9.6875rem;overflow:hidden;display:block; }
#itHE9aAlXkqdInkKkBLheURD53aGEIDl { box-sizing:content-box;height:12.875rem;width:22.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.779296875rem;left:26.28125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce688;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; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container { background-color: transparent; background-image: none; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container > .video-iframe-container { display: none; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row > .video-iframe-container { display: none; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .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); }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container { border-width: 0; border-radius: 0; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#TV4In1KKQ7uDNivOceREdVPhHE8opNTq { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:14.5625rem;top:14.875rem;left:4.6875rem;display:block; }
#Od8yr8Leg11okxCnLJDNVXqXt8iL503F { color:#247e84;display:block;width:15.8745625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:14.8125rem;left:4.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ { color:#000000;display:block;width:16.4980625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15067;line-height:2.1;letter-spacing:0;top:19.296875rem;left:3.78125rem;height:10.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ li:before{  }
#G5nxxFaqvTk9khesRArMqQq8pkylM1nL { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:10.625rem;top:2.4375rem;left:7.375rem;overflow:hidden;display:block; }
#q309Oeygw64EtimuVqnlGWWW3vRr5f72 { box-sizing:content-box;height:13.375rem;width:19.8125rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:18rem;left:2.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D3UOHmc2WhrQnCnKv5R8tNmXFDsd4RS0 { position:absolute;display:block;z-index:15070;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.6875rem;width:12.125rem;top:2.0625rem;left:31.375rem;overflow:hidden;display:block; }
#cw8JtxHdbvkqMcGD2LqU6xGx8S5dmBgw { box-sizing:content-box;height:13.375rem;width:19.8125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:17.9375rem;left:27.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#omO37ssOc4Uap45sWg0O5cTCLilZFabo { box-sizing:content-box;height:13.375rem;width:19.8125rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:17.9375rem;left:52.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:19.453125rem;left:28.375rem;height:10.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 li:before{  }
#HcdlL2xwin4QXT3Tff4g1BvNGIh6ehMb { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:14.5625rem;top:14.75rem;left:30.1875rem;display:block; }
#LWJ2WxMRiO2h4PntoIk6ro2EX1URfCD7 { color:#247e84;display:block;width:10.561rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:14.625rem;left:32.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1iQXai86WdT1dQzCJKitTSR5skEs1Iz { color:#000000;display:block;width:18.3105625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:19.453125rem;left:53.1875rem;height:10.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B1iQXai86WdT1dQzCJKitTSR5skEs1Iz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B1iQXai86WdT1dQzCJKitTSR5skEs1Iz li:before{  }
#FqWHDEbXT3W4fsZuhDprzn13zct5EbVW { position:absolute;display:block;z-index:15070;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.6875rem;width:12.875rem;top:2.0625rem;left:56.3125rem;overflow:hidden;display:block; }
#Bb0l9qkfrMRiFZV8J18odpR1ex3AqH1O { 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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:14.1875rem;top:14.75rem;left:55rem;display:block; }
#OZ5ywvBhALulwrE8Wap83M1GobstfF7O { color:#247e84;display:block;width:14.561625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:14.625rem;left:55rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e58916;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; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { background-color: transparent; background-image: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container > .video-iframe-container { display: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row > .video-iframe-container { display: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .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); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { border-width: 0; border-radius: 0; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#QICkASuWKKTircTrmJ8ELxEyhxxDt0LV { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.00390625rem;left:14.8125rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUxULrsg2QfBosy4oioxntTDdoqAgIyw { position:relative;display:block; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw { background-color: transparent; background-image: none; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row .container > .video-iframe-container { display: none; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row > .video-iframe-container { display: none; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .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); }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw { border-width: 0; border-radius: 0; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .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; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .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:31.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .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:#e3e3e3;background-image:none;vertical-align:top; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .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; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#000000; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .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; }#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-trigger.adaptive-delivery-prevent-bg, #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-trigger.lazyload, #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-trigger.lazyloading { background-image: none; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU { box-sizing:content-box;height:auto;width:67.623125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.77909278869631rem;left:2.4370670318604rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #IvrTOwodIxOKJGiPyZ6XvLdC7OvhekHU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #XTDmcqfuW90VtobSV1B2V65c8GQ5slWO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ynuVruUstz6m5fSR0T3ptAdaUVBlHPEx { display:block;position:relative; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #gTVNATJwbhB8LJX7yvufOvSE2MI7AFK7 {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qONz9pUCRGDy0qibpm0q7OFMF5m7LTZ6 {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #crnDUedVJfeQGd5lUhzDNm0BM5dTkQFW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BJidraRF4dVe5HzsH5gIxnW5wOFDunMf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ozpmZmrC4e7TfORbAPGRPh7UTuT5eLzx { display:block;position:relative; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A3JkChnVJUJ4UeQeORr0iRIqCeOFDoa8 {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #sl1By7vnQacJ9GrXZAb6xPbwaL9qdgLT { display:none; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BClhIkJbtf0n7cAlpBKxFr6DqrCKSpP2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Zc4tCSfJgXqURJ4h2CrVicRHdiG97NHS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #J0X2wsPmERzWgJcRK1IE4OhPFX7rUceD { display:block;position:relative; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #mRvqxpAOzdXtxA38Rmr1vVM0Dhtu3tXe {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #WbfHBp04aXDulBTM9gTWkQEOkkT12I3T { display:none; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #pR9lN04UGifs7oq1LLo8Hhh8u59L1cRT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A6QXzta6omlcLxh82yu05iJZU1VpIXpt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #HiSBwvbMOx1zWh6RvUbpIpfEr2v7ethu { display:block;position:relative; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #JCygTSSsPea36wx9VUu2HvndTiXaQtKu {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #TKPTBPrPTNnHyesUnaMMwlWm07Nv4JT8 { display:none; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #K1I9PCsFKBTWm0xSFh2qfTIIWZJd7IUT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #DOW1Gc3x5lzlmAVrO4V3VT0SNrtN7Rto { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qyZhnXwhT3zlqRh3fVTOlrGdQIQT5dBp { display:block;position:relative; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #D2VcQwWOCcOQWyfsq0sIdWEVZhVsH66u {  }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Rn4kh0awD1wlR4uOqfRFLLBGskepFtz1 { display:none; }
#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#477d45;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.adaptive-delivery-prevent-bg, #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.lazyload, #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.lazyloading { background-image: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { background-color: transparent; background-image: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container > .video-iframe-container { display: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row > .video-iframe-container { display: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .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); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { border-width: 0; border-radius: 0; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#BFAa1ST3rvZJTW07vdvVaMxdD0BM2Gvf { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3745625rem;height:2.62478125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.3125rem;left:30.8125rem;display:block; }
#Akz6Cx2ZnWkwHGZzfH4s1SXuc5FUX4a3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOmoxlflTFZac4BCFcVWMT1lHECoATmV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.5625rem;top:10.5625rem;left:33.1875rem;overflow:hidden;display:block; }
#uVvskcO69wlhrlJeKba96PMGlOsbJNtG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:10.125rem;left:38.8125rem;overflow:hidden;display:block; }
#T1FzTpPtTNWq3gaLLpvUCqL72Rfs9Uw3 { box-sizing:content-box;height:2.3125rem;width:2.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:15000;background-color:#ffffff;background-image:none;top:10.5rem;left:39.1875rem;display:block; }
#pIZHE8ur4rCPo7NL5T8IhSXt7ywwzbKI { 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:4.375rem;width:15.1248125rem;top:0.375rem;left:29.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJOXIIebcI31y5xLwRx2QMl6PblvpEzh { top:0.9375rem;left:0rem;width:13.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4TBQKUBwB2dsVfcbBiO5xtazy28Pwg { width:7.125rem;height:1.6875rem;top:2.25rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSZ8wPsPnDMMWI72PcbZxurTsXQyamAT { display:block; }
 }@media only screen and (max-width: 763px) { #rkMVGhXasOanJEllFy1mX53dQOtUAUZw { width:7.125rem;height:1.6875rem;top:2.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgGVA691IvL6LXCzVeHpppkdu3SdNSll { display:block; }
 }@media only screen and (max-width: 763px) { #UGiT6S8LxEErEKpssqxmfaJpUM50UIWk { width:7.125rem;height:1.6875rem;top:2.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ7k70vFkPdpQLuyAecI9TDUsfG1GWbJ { display:block; }
 }@media only screen and (max-width: 763px) { #mW3BfaZgoJ19gpo0qQ7doQnemzrsFwMC { top:1.875rem;left:33.25rem;width:14.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXu8vyvXJn3uCek2ggbu661QhPsnWRO { top:2.125rem;left:36.8125rem;width:10.9375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf9Zm1K8Vw2OPRoniuwK4aNZiu6Ph5ei { top:2.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1yNHAD2t1Sc8XuAquKEiF91JZQPcKm { width:7.125rem;height:1.6875rem;top:2.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc7OKs9SW07TzgEq6RO5rQBW1NrBLz0O { display:block; }
 }@media only screen and (max-width: 763px) { #VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN { display:block; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woQaALZIk0p2RMkfPiH8amzyCJVcrHTz { top:6.125rem;left:21.9375rem;width:25.8125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv10PLoon0SmCxTWZVEBcRRb3uiEaSDL { top:9.6875rem;left:0rem;width:32.3125rem;height:4.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQh4kWqrQVzBuUBm5QVXIvTpFWIvGEZ { top:23.6875rem;left:0rem;width:39.5625rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwyWeiWmhhITnFQ6Pel2lqTPgnD2vUnH { top:2.875rem;left:20.9375rem;width:26.8125rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnncPyuAmNLcPBpv9iXu61OnXu5zSD9 { top:13.5625rem;left:0rem;width:41.375rem;height:6.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpxtyWPu2VR9ZCLLyi7VQzGnwDcFNbI { top:22.6875rem;left:0rem;width:41.0625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFqTVAsWCrTelPo5FFT8CIxEKfXga6z { top:3.4375rem;left:29.3125rem;width:18.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw6xmTMyZST5hkVQloN41r6AQKsUzh0D { top:8.3125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cp0VhmL5KJ854yXOQI88IvkzbuqH1Uza { top:11.625rem;left:0rem;width:20rem;height:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSnQAyitdpWqssLUhVctWvcQyNnhpHFv { display:block; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2vTK4KEtT0xtPZT92UND6e3kQRwdi2D { top:1.5625rem;left:1.0625rem;width:45.625rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmUcbGzz8lLlIVPJhsJ59xyzwei1u88 { top:1rem;left:2.5rem;width:42.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi { display:block; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inTlq9TGQouImDT8ankbRJo86vuzpuGR { top:4.5625rem;left:17.375rem;width:30.375rem;height:16.902278103593rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpaIeVT52Bo2yt2prn0SxALo90xgELSA { top:3.6875rem;left:15.625rem;width:32.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCdyoyHvBI4XTbma2S0TpzDok2bmH7r { top:7.125rem;left:0rem;width:37.3125rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHqp9se4WTTVCwsozEDD5rn5FJb0eXg { top:5.5rem;left:0rem;width:39rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLilX5fvGl5VTRJMQvkMCLl3P1tyV1Q { top:2.0625rem;left:0rem;width:20rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSXd7g26JfrVporqurXdKFVQgxIM6N6h { display:block; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaa5KGCloKczXrMMkVdAeAGqAWcaqUgn { top:0.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LniLcfqvXNoOotssNl15AtQvVOCmSn67 { display:block; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2CuJUWUPbHx4kVz6AX18PupdEfTGQgS { top:1.125rem;left:0rem;width:47.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5UGQZ6V0kARaeeUyGbfrWqI5VtxrVs9 { top:6.5rem;left:0rem;width:13.9375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUReM05h1Ps7bPUtUtTx7rpvnZr9pruM { top:6.5rem;left:9.8740234375rem;width:13.125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umvaWHvvhWJxNhSxOokGxzep2ginThqP { top:6.5rem;left:23.2490234375rem;width:14.25rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHeE9tVcLSIRZ9TSk29notgeSNrxm3W { top:6.5rem;left:34.375rem;width:13.375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yA9B9sTUk6lFlXnZyGPGDMe5fF9747 { top:15.625rem;left:32.25rem;width:11.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0UwFWMIIusweTM4Nzo88qEXCz1CZUz { top:15.6875rem;left:17.9052734375rem;width:11.1875rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymSr4OTXz8HxgZV7xUo4iBhgky9JGN4l { top:15.8125rem;left:2.7490234375rem;width:11.5625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um0qkWZhN0KD6dGIDW9vaEdJUi9dt0vJ { top:1.75rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5xanuRWHsn6HMLmqXNI5zQN0UHAVkLB { top:2rem;left:14.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTRaLpNWbAXLKHMBneshUo3rsXiUq6o { top:1.75rem;left:27.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTyVPX3Z5sQe19XNDC8CF3phubilMXU { top:2.1875rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwiUx6rnnUW7q42lFVbHAXBuHpV7lM7 { top:11.5rem;left:6.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxH89GL2iPwCgvgsRUvCNC3bUqOFRepW { top:10.5625rem;left:20.8125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLKaoUqtOolasTazrdqGPtJuTKBcMldg { top:11.75rem;left:36.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmaedhRpvXs3lafz8yPy431M3H6EZxz { display:block; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtzZb0oOpIzTeHbMhRPtvTTElLpOZzvX { top:7.625rem;left:0rem;width:21.5625rem;height:11.091235476459rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKqBDhl9ECy1wJAzsRRlwx7IZTsoKJ9Z { top:7.625rem;left:13.062284469604rem;width:21.5625rem;height:11.091235476459rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5AX51lPMT5wR1xO0mTc1fFJaddcwgn { top:7.6875rem;left:26.125rem;width:21.5625rem;height:11.030659303737rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTTOhPaZHpMAyroGAKUhWC4po6cCyva { top:7.0625rem;left:0rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfo2xcKP0MR7iOKdg2a9qw1MlRJ54KRi { top:7rem;left:12.499132156372rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EbdyB1X6BflHEhIJpfcgOMbGnV9np3 { top:7rem;left:25.125rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N31RyDTXuSm2ZrhPKaxZpxEMu0AMtn8Z { top:1.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTx8seTIE1ab1gVtq8xh6J85ngynTymD { top:6.4375rem;left:12.5rem;width:22.625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BexS2kLRKtwG8EXOMLI1BQF3cpDLvMa3 { top:23.4375rem;left:0rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNmbUma0adwa8612Mt6nhpFDGSF0nI5 { top:24.0625rem;left:0rem;width:21.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEp0NqkKvTbIGRAddQBwoTSXzqmmBbPT { top:24.0625rem;left:13.062284469604rem;width:21.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNW6DdzuDQFZkvbWf8OzTHIVnRVQWQyT { top:23.375rem;left:12.5rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4QetZxM7cS4KsaWZk22TvlEbZOdozE9 { top:24.0625rem;left:26.125rem;width:21.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3Bq69IoygDoAr8cK93aIzBhIwl5oWg { top:23.375rem;left:25.125rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKVNTZ9Bx5SC5S1KStLBySpIVsUpJL78 { top:23.375rem;left:12.5rem;width:22.625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g96ztAcQGaWptHUPkaWN7IfzGTOEgCvv { top:39.75rem;left:0rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyIrhS59rEiaIbqPGfaq68nsmrdncJt { top:40.375rem;left:0rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVihw3RSw9CaWVLZmOoD875LSvJVqdv { top:39.6875rem;left:12.5rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLC5L3QqkwshG1hOFrf20ylyNiTqFplv { top:40.375rem;left:13.09375rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7d6vTaFWCeRDJ9JHuleOZG4bLtMgP0Q { top:40.25rem;left:26.1875rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeFOEAELXNu3PePlvuOnHgDNDzeucpOi { top:39.6875rem;left:25.125rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC2I2Tr831fD3z1fmLfJLvelI1TG0aLO { top:56rem;left:0rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nTHcef5iZTQ0JqMcJVAvnVEoTbVB9J { top:56.6875rem;left:0rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F06iDPWPkm56KnqvRJNV5IgBqkRJJsv8 { top:56.625rem;left:13.125rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgNEF620XDihPXy7kahPHGWGpAOHChT { top:56rem;left:12.5625rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6H3S4114ZzZJv3Kr5xae7cJxPVGfn8 { top:23.375rem;left:25.125rem;width:22.625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkwlM6iK9AKvcKCSDKkvO63DuCxTU63T { top:56rem;left:25.125rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB8c8Tk7M1Bs0tGNtepoKnoIUeteSNOJ { top:56.625rem;left:26.1875rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prwAch212TmtxVpulDBsNmk08ZmQn3JG { top:72.25rem;left:0.5rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWrCmi0WFRKWkhzhS0kAES4z92Zs9kRs { top:72.9375rem;left:1.0625rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ideshQQ1u7JrL6MgQTlpA99MTwQglwD3 { top:72.25rem;left:24.6875rem;width:22.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMMilIaWP8TcnJTeN6v4gfLz91EKpMxT { top:72.875rem;left:25.25rem;width:21.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9saqsa8fruGaF3rkvi3CdRF5KheqLxK { display:block; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox12sTqvQSeIEkq4Khkz885NvTglSGIr { top:11.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwIPe4nwTNTZ7h7Q4exGhd094eK2yPsU { top:20.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biSEnhGgiQELNKTLS1g9aXPKpqTcRiSf { top:21.75rem;left:0rem;width:8.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRxuUl0U9fQFVoKcZAxobcpN95sGp3U { top:12.625rem;left:0rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEW3oNcAGyuE3QUXZs2Z5iI6ml72Ou0 { top:17.125rem;left:0rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0wpmU4ceuJyhA2mkuBZLXhhKA6xqgy { top:16.1875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LdWnmz5qFQo54EEpOe7QcFmNu8Dr9DBN { top:8.1875rem;left:0rem;width:10.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrCx2K8pbLx7hvL4PIIlCcLaTvRFiC2q { top:7.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgS5rGyVVgac8nb0XkXQBusD9BTtew3e { top:4.5rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUc1H4X7RmTBsN6oaR0MpTM9U9A3X8Q3 { top:4.5625rem;left:9.75rem;width:14.0625rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHTlO80owuITcbirfbm4e38duZBG3wK { top:4.5rem;left:25.5rem;width:11.3125rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFnrrf6F29fsL9kvS6A4KGrPp5oQ9m6T { top:4.5625rem;left:33.6875rem;width:14.0625rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwXRfhtasOaS5JtdGlXJlvSBvMrioWw { top:9.0625rem;left:29.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqEg8X7wExynfTxkXXvf0G9fv5gJ0dFl { top:13.375rem;left:29.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O40ZZGaloCxHRZ3GHWCgSVHpXcJkNBub { top:18.375rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J34FwgL5K130iAJ98UwbfrgyIozpvlov { top:22.6875rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu6vV7d8UwqI90eWpOGOTIhec7STARiH { top:9.0625rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8XGsT12d7wT6TNi82uRImigyLrkl8F2 { top:13.375rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJTfXIruiKIAVdzFPTbTPpb4PVTpalDw { top:18.0625rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKiWunp16NN6eWeNNLfGWvCLNugIahCF { top:22.75rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STl8kdcduxxdwgKUSJUHVuCRh5dNUfoL { top:18.375rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce35rqbLUBUvkk9e7dFoi6DHpFNBEUP7 { top:9.0625rem;left:44.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIirdeECadSk2GLE76bwyozlfB1pKsHg { top:26.0625rem;left:0rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUEl877dq4x8vdwMN8rDZpxRAcWxTg8 { top:26.75rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UssWc9VyduhuIXimw3dFOVUEaU7dqpqT { top:26.5625rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfkVaU0VlFeVNDWteDkyfg9r85By0emL { top:30.375rem;left:0rem;width:8.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkvcS7g3a4gZHHHVFyylC23IaIifM2ok { top:31rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o25tBuDVV83e8ubKk80TUWWpzm6ZZleU { top:30.75rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdowURT2tiEz6rPFANVA2Gi0U5n1LETz { top:35rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGJns4l7bX5sKdI6xVLlTuxDFKaCgPnc { top:34.9375rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIfUTTh5IFZN6ONZA6uACfhszDcxvTrR { top:34.875rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUhd2i49NBgsr3yH4vX2l3P9rqgAcH74 { top:42.4375rem;left:0rem;width:8rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQiZfGVOEZayoupeSHls34ddwGPuFiqL { top:25.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9B7IGpKFfhVH6ZzKusXtk1vAQbBSXI { top:29.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04oXMDTDvx7pzFvmD27GasCiNvzKawo { top:33.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF44nWA7ltOWrTs6IUmgBap63SBLegJM { top:37.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrACRmkSaNT99NqyHV29Dloapm8c97gl { top:41.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0PyUvF1GquptJPLvXhpu5XumwpzJHT { top:43.4375rem;left:29.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAnMAeqmGbIKorl5a1cPVvsBtKggd64T { top:43.5625rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amxZCf7QwhMJ7fucNzbTBuFRWPzinoq3 { top:30.5625rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafBqZZl2AMGODS6hs4cBpAFbmp1Gu4g { top:45.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0oTmAkXuT0TkSPfLkNTIXAX3S03osBF { top:34.125rem;left:0rem;width:11.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVV8rmVqQHt7p0nBy5tXGbJqyKXGU7wk { top:43.375rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTtzXxVTJuONW1NccrPwZN6lumAgpCvg { top:13.25rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koFvfmLmWWMn7l9bSbfSQOS92Bo5yHzx { top:22.5rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqFR8PbJkKFWbT2XHvDTJ88PQzptc33 { top:26.3125rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xtfxNo5zPnIOuwhzXTDpsMQeVkwRT5 { top:5.875rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0KKOtFdo6yvyLk4mtgThtSVXVapT5XV { top:13.75rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbE2cXMZ83o38oiaXLprBBK6vDPMUh0e { top:17.9375rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqZsQalgHEaCeTU3rnUbk7RNH5Lqzy1i { top:22rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFpe5KheAOWt3PnTSsVi92EdmGr55fwq { top:26rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0NH6bmmsaT0SSISVlK7V5CkfZyeAOvy { top:34.375rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfP1Rdi1onZHbN9HT6880NBcJ1qt9Qcw { top:30rem;left:29.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9NGPrZv4XQao9s2UvGskSJ8vgtDUFgL { top:42.6875rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWBtErX2JVsTGz2UFpsALG4rQNp7k69H { top:41.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEAIv0woh1ARLXfDAFubksv02dgMnES0 { top:38.5rem;left:0rem;width:11.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhwQ2NA2ueZp7o9bdX7of18C5QBHLU7V { top:39.4375rem;left:15.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHA9PPZep8VoiscaIsTs8tDRi155RQmt { top:39.1875rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUqDTJlq66UpBBRvyQCqRFO6T830TvhR { top:39.0625rem;left:44.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX2l1Lprw8TRh6M9dR7qz3w8EycbGF2a { top:30.5625rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fVV4lSqA5cXfMolGv3pw21poUsRbZqBU { top:51.8125rem;left:0rem;width:5.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwQKieuU7iJVryiCOrS7t3yxARyU77GW { top:31.8125rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXTBnNoWTuoxaV6kZIVtQazl10okCqa7 { top:31.75rem;left:29.5625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCDMw0lsg58K7npErTSMvEvGI58bkAI9 { top:34.375rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAOvBA8QlXEEM4ntEUlO3uKnU2vK0stv { top:34.5625rem;left:0rem;width:7.25rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w50vpemhqnStLiQQEoA5V5w5ETCa1FHz { top:38.6875rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Ov9DMynAVX3OX5ruQvrDachg340AeS4E { top:41.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7TJL6mZHqTpsa0WHZsyZDTL3boHGn1J { top:40.1875rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKLI2gAr9loMAeTdzCXQrobgtgwuNDkq { top:40.0625rem;left:29.625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K51eziiKNgKWEdnTifNDHo0ckVVE7Hmq { top:42.6875rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awgza1r1GDdtIqmkCcRrMeDdeRLCCoWe { top:48.25rem;left:0rem;width:13.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxZPPlTSE0mxsUnyLzMPeI1nuZ1N3xn7 { top:40.3125rem;left:0rem;width:14.5625rem;height:50.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReUlmoOwZlrvVxEyQkGTobL1bbLc0g9C { top:40.3125rem;left:9.0616321563719rem;width:14.5625rem;height:50.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ex3dqG02XQD27zDAfmrNFSJSIJawHL5l { top:40.3125rem;left:23.624353408814rem;width:14.5625rem;height:50.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd0J6STsebZo1qR2ZIhk0ZDGseHvQwuy { top:40.3125rem;left:33.1875rem;width:14.5625rem;height:50.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8vqdIDTxoefbGVccdVr3WcCP2cFDMfu { top:3.1875rem;left:0rem;width:14.5625rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr5fiSb9Pi992CyfUL7xVH6QEs263AbN { top:3.1875rem;left:9.3125rem;width:14.5rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPTyyr6KKcaeQBeWcA67AgN8a4BSf5u { top:3.125rem;left:23.8125rem;width:14.5rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9vSIFcA2eANEzOca8cfBSxpLo2dOJ8 { top:3.125rem;left:33.0625rem;width:14.6875rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT { display:block; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QF8IOvM624BxXR8eokwL4N928Q5BzRHK { top:0.875rem;left:10.25rem;width:27.1875rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb { display:block; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E { width:22.25rem;height:11.375rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }#Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E li:before{  }
 }@media only screen and (max-width: 763px) { #bHfzOPWqHNL10kntFf6S4aS6WzvzQksk { top:2.0625rem;left:12.937501907349rem;width:21.875rem;height:12.1245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA5zUobUw6KsQlVmTor7G1e5e67KgusJ { top:12.25rem;left:26.0625rem;width:21.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAzo7kekQ1cIzgisaCour83Q1HDJErx { width:26.75rem;height:1.6875rem;top:12.625rem;left:21rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5r8XOM0MiDQBwOTX5My8CeUNoTqbKkF { top:1.6875rem;left:0rem;width:22.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8hbT57rP8laaK2KzChAkXbztrcCUyBD { top:1.625rem;left:12.6875rem;width:22.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwTd1neot7sPoSbLVoSnn8ylpAGfMD8 { top:0.25rem;left:35.9375rem;width:11.8125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOLp9wVcpauuaadJzFZuiLkPln5OS51 { display:block; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX4TyHTeO1mo1nCOcTOguXs7Pbx9KdzL { top:2.0625rem;left:12.999349594116rem;width:21.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhopMkyAa1QhsgWQSEupH8GGE0K2fIR { top:12.125rem;left:0rem;width:18.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 { width:20.9375rem;height:11.625rem;top:2.1875rem;left:26.8125rem;font-size:0.875rem;display:block; }#rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 li:before{  }
 }@media only screen and (max-width: 763px) { #GfTJt4exQ2fATUQxZD0AJGqc5yve3PCh { width:16.25rem;height:2.5625rem;top:12rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1yMI6NsyZhGytGtenFyQbNgoxVodyeM { top:1.8125rem;left:25.875rem;width:21.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apd6SCrOwmT7wLOlBwygposDKsWDn1rE { top:1.75rem;left:0rem;width:9.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzGDPWGxaCDMo4tnLI1vpCUNid8JV1kn { top:1.6875rem;left:12.6875rem;width:22.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD { display:block; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dmp0erIVaFSzVp3yZBKce1oSB0ZkZvsx { top:2.0625rem;left:12.999349594116rem;width:21.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXAx0uK2TugfZ1xdvINDlZoHA0DwQba { top:12.125rem;left:27.9375rem;width:19.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y { width:21.5625rem;height:9.5rem;top:3.375rem;left:0rem;font-size:0.875rem;display:block; }#s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y li:before{  }
 }@media only screen and (max-width: 763px) { #coxSre4QI9a9He94WPPRTpKLUF62QMFJ { width:19.5rem;height:2.5625rem;top:12rem;left:28.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3T6o6ahvNqwmz5qDAq7XNztn6bCeiG { top:1.6875rem;left:0rem;width:22.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0uiL9XCH67K96oPEbXOsOCHs4yZdWTu { top:1.625rem;left:12.6875rem;width:22.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvrdgA6RtmhrO5aXy6J8QfEOAbKVcSiA { top:1.8125rem;left:37.25rem;width:10.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5612KxkX6ZVIoFED23OUithwZ16sOd { display:block; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HytbtRNtqxAxGP9yxlLSCvc9ftAHhm4T { top:2.0625rem;left:12.999349594116rem;width:21.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyg1qW9VVdGWF5isl1WAHDf8uGnByFU { top:12.25rem;left:0rem;width:18.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dge7pEk0qPVy5g6bkSSyv95JH3FqSodT { width:21.6875rem;height:9.8125rem;top:3.1875rem;left:26.0625rem;font-size:0.875rem;display:block; }#dge7pEk0qPVy5g6bkSSyv95JH3FqSodT li:before{  }
 }@media only screen and (max-width: 763px) { #yMhUB79t2N9d5cp0HWlLZHFHuZK3xtC7 { width:15.9375rem;height:2.5625rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNbKFrUP3XOhZwcp6LkKV02RqRNZm5Qv { top:1.6875rem;left:25.5rem;width:22.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA7JAqTNx3tOrTqCuI4ZRVgcalshHQdm { top:1.6875rem;left:0rem;width:9.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHE9aAlXkqdInkKkBLheURD53aGEIDl { top:1.75rem;left:12.65625rem;width:22.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 { display:block; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV4In1KKQ7uDNivOceREdVPhHE8opNTq { top:14.875rem;left:0rem;width:14.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od8yr8Leg11okxCnLJDNVXqXt8iL503F { width:15.8125rem;height:2.5625rem;top:14.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ { width:16.4375rem;height:10.75rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }#eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ li:before{  }
 }@media only screen and (max-width: 763px) { #G5nxxFaqvTk9khesRArMqQq8pkylM1nL { top:2.4375rem;left:0rem;width:10.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q309Oeygw64EtimuVqnlGWWW3vRr5f72 { top:18rem;left:0rem;width:19.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UOHmc2WhrQnCnKv5R8tNmXFDsd4RS0 { top:2.0625rem;left:17.75rem;width:12.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw8JtxHdbvkqMcGD2LqU6xGx8S5dmBgw { top:17.9375rem;left:14rem;width:19.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omO37ssOc4Uap45sWg0O5cTCLilZFabo { top:17.9375rem;left:27.9375rem;width:19.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 { width:18.25rem;height:10.4375rem;top:19.4375rem;left:14.75rem;font-size:0.9375rem;display:block; }#VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 li:before{  }
 }@media only screen and (max-width: 763px) { #HcdlL2xwin4QXT3Tff4g1BvNGIh6ehMb { top:14.75rem;left:16.5625rem;width:14.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJ2WxMRiO2h4PntoIk6ro2EX1URfCD7 { width:10.5rem;height:2.5625rem;top:14.625rem;left:18.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iQXai86WdT1dQzCJKitTSR5skEs1Iz { width:18.25rem;height:10.4375rem;top:19.4375rem;left:29.5rem;font-size:0.9375rem;display:block; }#B1iQXai86WdT1dQzCJKitTSR5skEs1Iz li:before{  }
 }@media only screen and (max-width: 763px) { #FqWHDEbXT3W4fsZuhDprzn13zct5EbVW { top:2.0625rem;left:34.875rem;width:12.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb0l9qkfrMRiFZV8J18odpR1ex3AqH1O { top:14.75rem;left:33.4375rem;width:14.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5ywvBhALulwrE8Wap83M1GobstfF7O { width:14.5rem;height:2.5625rem;top:14.625rem;left:33.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC { display:block; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QICkASuWKKTircTrmJ8ELxEyhxxDt0LV { top:1rem;left:1.1875rem;width:45.375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxULrsg2QfBosy4oioxntTDdoqAgIyw { display:block; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU { display:flex;height:auto;width:45.25rem;top:6.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #IvrTOwodIxOKJGiPyZ6XvLdC7OvhekHU {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #XTDmcqfuW90VtobSV1B2V65c8GQ5slWO {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ynuVruUstz6m5fSR0T3ptAdaUVBlHPEx {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #gTVNATJwbhB8LJX7yvufOvSE2MI7AFK7 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qONz9pUCRGDy0qibpm0q7OFMF5m7LTZ6 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #crnDUedVJfeQGd5lUhzDNm0BM5dTkQFW {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BJidraRF4dVe5HzsH5gIxnW5wOFDunMf {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ozpmZmrC4e7TfORbAPGRPh7UTuT5eLzx {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A3JkChnVJUJ4UeQeORr0iRIqCeOFDoa8 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #sl1By7vnQacJ9GrXZAb6xPbwaL9qdgLT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BClhIkJbtf0n7cAlpBKxFr6DqrCKSpP2 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Zc4tCSfJgXqURJ4h2CrVicRHdiG97NHS {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #J0X2wsPmERzWgJcRK1IE4OhPFX7rUceD {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #mRvqxpAOzdXtxA38Rmr1vVM0Dhtu3tXe {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #WbfHBp04aXDulBTM9gTWkQEOkkT12I3T {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #pR9lN04UGifs7oq1LLo8Hhh8u59L1cRT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A6QXzta6omlcLxh82yu05iJZU1VpIXpt {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #HiSBwvbMOx1zWh6RvUbpIpfEr2v7ethu {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #JCygTSSsPea36wx9VUu2HvndTiXaQtKu {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #TKPTBPrPTNnHyesUnaMMwlWm07Nv4JT8 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #K1I9PCsFKBTWm0xSFh2qfTIIWZJd7IUT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #DOW1Gc3x5lzlmAVrO4V3VT0SNrtN7Rto {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qyZhnXwhT3zlqRh3fVTOlrGdQIQT5dBp {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #D2VcQwWOCcOQWyfsq0sIdWEVZhVsH66u {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Rn4kh0awD1wlR4uOqfRFLLBGskepFtz1 {  }
 }@media only screen and (max-width: 763px) { #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O { display:block; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFAa1ST3rvZJTW07vdvVaMxdD0BM2Gvf { width:13.3125rem;height:2.5625rem;top:6.3125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akz6Cx2ZnWkwHGZzfH4s1SXuc5FUX4a3 { display:block; }
 }@media only screen and (max-width: 763px) { #WOmoxlflTFZac4BCFcVWMT1lHECoATmV { top:10.5625rem;left:19.5625rem;width:3.5rem;height:2.3326230558017rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvskcO69wlhrlJeKba96PMGlOsbJNtG { top:10.125rem;left:25.1875rem;width:2.9375rem;height:2.9991441532027rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FzTpPtTNWq3gaLLpvUCqL72Rfs9Uw3 { top:10.5rem;left:25.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZHE8ur4rCPo7NL5T8IhSXt7ywwzbKI { top:0.375rem;left:16.3125rem;width:15.0625rem;height:4.3569754996962rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJOXIIebcI31y5xLwRx2QMl6PblvpEzh { width:9.125rem;height:2.5rem;top:3.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo4TBQKUBwB2dsVfcbBiO5xtazy28Pwg { width:9.125rem;height:2.0625rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSZ8wPsPnDMMWI72PcbZxurTsXQyamAT { display:block; }
 }@media only screen and (max-width: 763px) { #rkMVGhXasOanJEllFy1mX53dQOtUAUZw { width:9.1875rem;height:2.125rem;top:6.46875rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgGVA691IvL6LXCzVeHpppkdu3SdNSll { display:block; }
 }@media only screen and (max-width: 763px) { #UGiT6S8LxEErEKpssqxmfaJpUM50UIWk { width:9.1875rem;height:2.125rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ7k70vFkPdpQLuyAecI9TDUsfG1GWbJ { display:block; }
 }@media only screen and (max-width: 763px) { #mW3BfaZgoJ19gpo0qQ7doQnemzrsFwMC { width:9.625rem;height:2.25rem;top:3.21875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXu8vyvXJn3uCek2ggbu661QhPsnWRO { width:6.75rem;height:1.21875rem;top:3.75rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf9Zm1K8Vw2OPRoniuwK4aNZiu6Ph5ei { display:flex;width:1.5rem;height:1.5rem;top:3.625rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #uy1yNHAD2t1Sc8XuAquKEiF91JZQPcKm { width:9.125rem;height:2.0625rem;top:9.59375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc7OKs9SW07TzgEq6RO5rQBW1NrBLz0O { display:block; }
 }@media only screen and (max-width: 763px) { #VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN { display:block; }#VloIQV6UszAdZsxOSNZ3dqOmNQTLbAwN > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woQaALZIk0p2RMkfPiH8amzyCJVcrHTz { width:19.5625rem;height:27.875rem;top:15.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv10PLoon0SmCxTWZVEBcRRb3uiEaSDL { width:20rem;height:2.8999rem;top:0.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdQh4kWqrQVzBuUBm5QVXIvTpFWIvGEZ { width:20rem;height:2.4375rem;top:8.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LwyWeiWmhhITnFQ6Pel2lqTPgnD2vUnH { width:20rem;height:36.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnncPyuAmNLcPBpv9iXu61OnXu5zSD9 { width:20rem;height:3.19921875rem;top:3.2724609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLpxtyWPu2VR9ZCLLyi7VQzGnwDcFNbI { width:20rem;height:4.5rem;top:7.5000004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFqTVAsWCrTelPo5FFT8CIxEKfXga6z { width:18.4375rem;height:2.11263125rem;top:13.4375rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw6xmTMyZST5hkVQloN41r6AQKsUzh0D { width:20rem;height:2.599825rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cp0VhmL5KJ854yXOQI88IvkzbuqH1Uza { width:19.1875rem;height:0;top:11.52734375rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BSnQAyitdpWqssLUhVctWvcQyNnhpHFv { display:block; }#BSnQAyitdpWqssLUhVctWvcQyNnhpHFv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2vTK4KEtT0xtPZT92UND6e3kQRwdi2D { width:20rem;height:3.8984375rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmUcbGzz8lLlIVPJhsJ59xyzwei1u88 { width:20rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi { display:block; }#HIXsbU9ufWfHt35zQVQSpyPUK8TPAtOi > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inTlq9TGQouImDT8ankbRJo86vuzpuGR { height:11.128875rem;width:20rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpaIeVT52Bo2yt2prn0SxALo90xgELSA { width:20rem;height:12.9375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCdyoyHvBI4XTbma2S0TpzDok2bmH7r { width:20rem;height:6.8203125rem;top:2.7777776718139rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAHqp9se4WTTVCwsozEDD5rn5FJb0eXg { width:20rem;height:9.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLilX5fvGl5VTRJMQvkMCLl3P1tyV1Q { width:20rem;height:0;top:9.871962070465rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #mSXd7g26JfrVporqurXdKFVQgxIM6N6h { display:block; }#mSXd7g26JfrVporqurXdKFVQgxIM6N6h > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaa5KGCloKczXrMMkVdAeAGqAWcaqUgn { width:20rem;height:2.76171875rem;top:0.4375rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LniLcfqvXNoOotssNl15AtQvVOCmSn67 { display:block; }#LniLcfqvXNoOotssNl15AtQvVOCmSn67 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2CuJUWUPbHx4kVz6AX18PupdEfTGQgS { width:20rem;height:34.875rem;top:2.2734375rem;left:-0.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(255,255,255,0.17);border-left:0.0625rem solid rgba(255,255,255,0.17);border-right:0.0625rem solid rgba(255,255,255,0.17);border-bottom:0.0625rem solid rgba(255,255,255,0.17);z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E5UGQZ6V0kARaeeUyGbfrWqI5VtxrVs9 { width:7.9375rem;height:2.0996125rem;top:9.0625rem;left:0.5rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GUReM05h1Ps7bPUtUtTx7rpvnZr9pruM { width:8.9375rem;height:2.0996125rem;top:9.0625rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #umvaWHvvhWJxNhSxOokGxzep2ginThqP { width:9.4375rem;height:2.0996125rem;top:17.3125rem;left:0.1875rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voHeE9tVcLSIRZ9TSk29notgeSNrxm3W { width:8.6875rem;height:2.0996125rem;top:17.3125rem;left:11.0625rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6yA9B9sTUk6lFlXnZyGPGDMe5fF9747 { width:8.875rem;height:2.0996125rem;top:32.875rem;left:5.75rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et0UwFWMIIusweTM4Nzo88qEXCz1CZUz { width:8.0625rem;height:2.0996125rem;top:25.3125rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ymSr4OTXz8HxgZV7xUo4iBhgky9JGN4l { width:8.9375rem;height:2.0996125rem;top:25.3125rem;left:0.5rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Um0qkWZhN0KD6dGIDW9vaEdJUi9dt0vJ { width:4.375rem;height:4.375rem;top:4.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5xanuRWHsn6HMLmqXNI5zQN0UHAVkLB { display:flex;width:4.1875rem;height:4.1875rem;top:4.1875rem;left:13.3125rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #UJTRaLpNWbAXLKHMBneshUo3rsXiUq6o { width:4.25rem;height:4.25rem;top:12.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTyVPX3Z5sQe19XNDC8CF3phubilMXU { width:3.75rem;height:3.75rem;top:12.6875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwiUx6rnnUW7q42lFVbHAXBuHpV7lM7 { width:4.0625rem;height:4.0625rem;top:20.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxH89GL2iPwCgvgsRUvCNC3bUqOFRepW { display:flex;width:5.5rem;height:5.5rem;top:20.0625rem;left:12.625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #DLKaoUqtOolasTazrdqGPtJuTKBcMldg { width:3.5625rem;height:3.5625rem;top:28.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmaedhRpvXs3lafz8yPy431M3H6EZxz { display:block; }#LVmaedhRpvXs3lafz8yPy431M3H6EZxz > .row .container { width:20rem;height:207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtzZb0oOpIzTeHbMhRPtvTTElLpOZzvX { width:20rem;height:10.4355625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKqBDhl9ECy1wJAzsRRlwx7IZTsoKJ9Z { width:20rem;height:10.3993125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5AX51lPMT5wR1xO0mTc1fFJaddcwgn { width:20rem;height:10.3261875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTTOhPaZHpMAyroGAKUhWC4po6cCyva { width:20rem;height:12.4375rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfo2xcKP0MR7iOKdg2a9qw1MlRJ54KRi { width:20rem;height:12.5rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EbdyB1X6BflHEhIJpfcgOMbGnV9np3 { width:20rem;height:12.5rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N31RyDTXuSm2ZrhPKaxZpxEMu0AMtn8Z { width:20rem;height:2.76171875rem;top:1.095703125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTx8seTIE1ab1gVtq8xh6J85ngynTymD { width:20rem;height:12.5rem;top:5.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BexS2kLRKtwG8EXOMLI1BQF3cpDLvMa3 { width:20rem;height:12.5rem;top:23.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgNmbUma0adwa8612Mt6nhpFDGSF0nI5 { width:20rem;height:10.4025625rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEp0NqkKvTbIGRAddQBwoTSXzqmmBbPT { width:20rem;height:10.403625rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNW6DdzuDQFZkvbWf8OzTHIVnRVQWQyT { width:20rem;height:12.5rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4QetZxM7cS4KsaWZk22TvlEbZOdozE9 { width:20rem;height:10.403625rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG3Bq69IoygDoAr8cK93aIzBhIwl5oWg { width:20rem;height:12.5rem;top:77.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKVNTZ9Bx5SC5S1KStLBySpIVsUpJL78 { width:20rem;height:12.5rem;top:48.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #g96ztAcQGaWptHUPkaWN7IfzGTOEgCvv { width:20rem;height:12.5rem;top:39.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmyIrhS59rEiaIbqPGfaq68nsmrdncJt { width:20rem;height:10.434rem;top:92.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVihw3RSw9CaWVLZmOoD875LSvJVqdv { width:20rem;height:12.5rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLC5L3QqkwshG1hOFrf20ylyNiTqFplv { width:20rem;height:10.434rem;top:106.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7d6vTaFWCeRDJ9JHuleOZG4bLtMgP0Q { width:20rem;height:10.434rem;top:121.28147125244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeFOEAELXNu3PePlvuOnHgDNDzeucpOi { width:20rem;height:12.5rem;top:120.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC2I2Tr831fD3z1fmLfJLvelI1TG0aLO { width:20rem;height:12.5rem;top:134.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nTHcef5iZTQ0JqMcJVAvnVEoTbVB9J { width:20rem;height:10.434rem;top:135.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F06iDPWPkm56KnqvRJNV5IgBqkRJJsv8 { width:20rem;height:10.434rem;top:150.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgNEF620XDihPXy7kahPHGWGpAOHChT { width:20rem;height:12.5rem;top:149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6H3S4114ZzZJv3Kr5xae7cJxPVGfn8 { width:20rem;height:12.5rem;top:91.5rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lkwlM6iK9AKvcKCSDKkvO63DuCxTU63T { width:20rem;height:12.5rem;top:163.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB8c8Tk7M1Bs0tGNtepoKnoIUeteSNOJ { width:20rem;height:10.434782608696rem;top:164.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prwAch212TmtxVpulDBsNmk08ZmQn3JG { width:20rem;height:12.5rem;top:177.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWrCmi0WFRKWkhzhS0kAES4z92Zs9kRs { width:20rem;height:10.434782608696rem;top:178.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ideshQQ1u7JrL6MgQTlpA99MTwQglwD3 { width:20rem;height:12.5rem;top:192.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMMilIaWP8TcnJTeN6v4gfLz91EKpMxT { width:20rem;height:10.434782608696rem;top:193.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9saqsa8fruGaF3rkvi3CdRF5KheqLxK { display:block; }#O9saqsa8fruGaF3rkvi3CdRF5KheqLxK > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox12sTqvQSeIEkq4Khkz885NvTglSGIr { width:20rem;height:0.0625rem;top:18.673606872559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwIPe4nwTNTZ7h7Q4exGhd094eK2yPsU { width:20rem;height:0.0625rem;top:13.768447875976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biSEnhGgiQELNKTLS1g9aXPKpqTcRiSf { width:4.5rem;height:2.2734375rem;top:19.9365234375rem;left:1.15625rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #xCRxuUl0U9fQFVoKcZAxobcpN95sGp3U { width:6.8125rem;height:1.7871125rem;top:10.54296875rem;left:0rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #TCEW3oNcAGyuE3QUXZs2Z5iI6ml72Ou0 { width:5.5rem;height:2.6806625rem;top:14.865234375rem;left:0.65625rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #Hi0wpmU4ceuJyhA2mkuBZLXhhKA6xqgy { width:20rem;height:0.0625rem;top:9.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdWnmz5qFQo54EEpOe7QcFmNu8Dr9DBN { width:4.875rem;height:2.923825rem;top:5.37890625rem;left:0.96875rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.2;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; }
 }@media only screen and (max-width: 763px) { #PrCx2K8pbLx7hvL4PIIlCcLaTvRFiC2q { width:20rem;height:0.0625rem;top:4.3859319686889rem;left:0.037500023841858rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgS5rGyVVgac8nb0XkXQBusD9BTtew3e { width:4.75rem;height:0.9746125rem;top:1.876953125rem;left:1.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUc1H4X7RmTBsN6oaR0MpTM9U9A3X8Q3 { width:4.4375rem;height:2.6806625rem;top:1.158203125rem;left:6.6865234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHTlO80owuITcbirfbm4e38duZBG3wK { width:4.5rem;height:1.7871125rem;top:1.4091796875rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFnrrf6F29fsL9kvS6A4KGrPp5oQ9m6T { width:3.25rem;height:2.6806625rem;top:0.962890625rem;left:16.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwXRfhtasOaS5JtdGlXJlvSBvMrioWw { display:flex;width:1.25rem;height:1.25rem;top:6.216796875rem;left:13.2802734375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oqEg8X7wExynfTxkXXvf0G9fv5gJ0dFl { display:flex;width:1.25rem;height:1.25rem;top:10.8125rem;left:13.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #O40ZZGaloCxHRZ3GHWCgSVHpXcJkNBub { display:flex;width:1.25rem;height:1.25rem;top:15.580078125rem;left:13.2802734375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J34FwgL5K130iAJ98UwbfrgyIozpvlov { display:flex;width:1.25rem;height:1.25rem;top:20.4482421875rem;left:13.2802734375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lu6vV7d8UwqI90eWpOGOTIhec7STARiH { display:flex;width:1.25rem;height:1.25rem;top:6.232421875rem;left:8.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #u8XGsT12d7wT6TNi82uRImigyLrkl8F2 { display:flex;width:1.25rem;height:1.25rem;top:10.8125rem;left:8.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tJTfXIruiKIAVdzFPTbTPpb4PVTpalDw { display:flex;width:1.25rem;height:1.25rem;top:15.580078125rem;left:8.2490234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EKiWunp16NN6eWeNNLfGWvCLNugIahCF { display:flex;width:1.25rem;height:1.25rem;top:20.4482421875rem;left:8.2490234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #STl8kdcduxxdwgKUSJUHVuCRh5dNUfoL { display:flex;width:1.25rem;height:1.25rem;top:69rem;left:12.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ce35rqbLUBUvkk9e7dFoi6DHpFNBEUP7 { display:flex;width:1.25rem;height:1.25rem;top:63.6875rem;left:12.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIirdeECadSk2GLE76bwyozlfB1pKsHg { width:6rem;height:3.41015625rem;top:23.982421875rem;left:0.40625rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #UiUEl877dq4x8vdwMN8rDZpxRAcWxTg8 { display:flex;width:1.25rem;height:1.25rem;top:25.0625rem;left:8.2490234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UssWc9VyduhuIXimw3dFOVUEaU7dqpqT { display:flex;width:1.25rem;height:1.25rem;top:25.0625rem;left:13.3115234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FfkVaU0VlFeVNDWteDkyfg9r85By0emL { width:4.75rem;height:2.4375rem;top:29.466796875rem;left:1.03125rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #XkvcS7g3a4gZHHHVFyylC23IaIifM2ok { display:flex;width:1.25rem;height:1.25rem;top:30.060546875rem;left:8.2490234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #o25tBuDVV83e8ubKk80TUWWpzm6ZZleU { display:flex;width:1.25rem;height:1.25rem;top:30.060546875rem;left:13.3115234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fdowURT2tiEz6rPFANVA2Gi0U5n1LETz { display:flex;width:1.25rem;height:1.25rem;top:39.7255859375rem;left:8.3115234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DGJns4l7bX5sKdI6xVLlTuxDFKaCgPnc { display:flex;width:1.25rem;height:1.25rem;top:39.6103515625rem;left:13.2802734375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lIfUTTh5IFZN6ONZA6uACfhszDcxvTrR { display:flex;width:1.25rem;height:1.25rem;top:63.6875rem;left:16.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUhd2i49NBgsr3yH4vX2l3P9rqgAcH74 { width:4.4375rem;height:1.7871125rem;top:44.1064453125rem;left:1.1875rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #EQiZfGVOEZayoupeSHls34ddwGPuFiqL { width:20rem;height:0.0625rem;top:23.436630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9B7IGpKFfhVH6ZzKusXtk1vAQbBSXI { width:20rem;height:0.0625rem;top:28.249565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g04oXMDTDvx7pzFvmD27GasCiNvzKawo { width:20rem;height:0.0625rem;top:37.811630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF44nWA7ltOWrTs6IUmgBap63SBLegJM { width:20rem;height:0.0625rem;top:42.597442626953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrACRmkSaNT99NqyHV29Dloapm8c97gl { width:20rem;height:0.0625rem;top:47.441841125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0PyUvF1GquptJPLvXhpu5XumwpzJHT { display:flex;width:1.25rem;height:1.25rem;top:72.9619140625rem;left:18.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAnMAeqmGbIKorl5a1cPVvsBtKggd64T { display:flex;width:1.25rem;height:1.25rem;top:73.0302734375rem;left:18.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amxZCf7QwhMJ7fucNzbTBuFRWPzinoq3 { display:flex;width:1.25rem;height:1.25rem;top:49rem;left:13.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fafBqZZl2AMGODS6hs4cBpAFbmp1Gu4g { width:20rem;height:0.0625rem;top:75.6494140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0oTmAkXuT0TkSPfLkNTIXAX3S03osBF { width:5.8125rem;height:2.43815rem;top:51.817277431488rem;left:0rem;font-size:0.8125rem;z-index:14999;text-align:left;text-align-last:left;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #EVV8rmVqQHt7p0nBy5tXGbJqyKXGU7wk { display:flex;width:1.25rem;height:1.25rem;top:73.1494140625rem;left:18.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTtzXxVTJuONW1NccrPwZN6lumAgpCvg { display:flex;width:1.25rem;height:1.25rem;top:49rem;left:8.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #koFvfmLmWWMn7l9bSbfSQOS92Bo5yHzx { display:flex;width:1.25rem;height:1.25rem;top:64.125rem;left:8.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRqFR8PbJkKFWbT2XHvDTJ88PQzptc33 { display:flex;width:1.25rem;height:1.25rem;top:66.625rem;left:8.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1xtfxNo5zPnIOuwhzXTDpsMQeVkwRT5 { display:flex;width:1.25rem;height:1.25rem;top:6.1865234375rem;left:17.4990234375rem;font-size:0.875rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #N0KKOtFdo6yvyLk4mtgThtSVXVapT5XV { display:flex;width:1.25rem;height:1.25rem;top:10.7490234375rem;left:17.4990234375rem;font-size:0.875rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #mbE2cXMZ83o38oiaXLprBBK6vDPMUh0e { display:flex;width:1.25rem;height:1.25rem;top:15.580078125rem;left:17.466796875rem;font-size:0.875rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #vqZsQalgHEaCeTU3rnUbk7RNH5Lqzy1i { display:flex;width:1.25rem;height:1.25rem;top:20.4482421875rem;left:17.466796875rem;font-size:0.875rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #CFpe5KheAOWt3PnTSsVi92EdmGr55fwq { display:flex;width:1.25rem;height:1.25rem;top:24.9990234375rem;left:17.4990234375rem;font-size:0.875rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #P0NH6bmmsaT0SSISVlK7V5CkfZyeAOvy { display:flex;width:1.25rem;height:1.25rem;top:39.623046875rem;left:17.4990234375rem;font-size:0.875rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #SfP1Rdi1onZHbN9HT6880NBcJ1qt9Qcw { display:flex;width:1.25rem;height:1.25rem;top:30.060546875rem;left:17.529296875rem;font-size:0.875rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #i9NGPrZv4XQao9s2UvGskSJ8vgtDUFgL { display:flex;width:1.25rem;height:1.25rem;top:49rem;left:17.4375rem;font-size:0.875rem;z-index:15071; }
 }@media only screen and (max-width: 763px) { #zWBtErX2JVsTGz2UFpsALG4rQNp7k69H { width:20rem;height:0.0618489375rem;top:52.253692626953rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DEAIv0woh1ARLXfDAFubksv02dgMnES0 { width:5.8125rem;height:3.57421875rem;top:38.5634765625rem;left:0.5rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #BhwQ2NA2ueZp7o9bdX7of18C5QBHLU7V { display:flex;width:1.25rem;height:1.25rem;top:39.4375rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHA9PPZep8VoiscaIsTs8tDRi155RQmt { display:flex;width:1.25rem;height:1.25rem;top:39.1875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUqDTJlq66UpBBRvyQCqRFO6T830TvhR { display:flex;width:1.25rem;height:1.25rem;top:39.0625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KX2l1Lprw8TRh6M9dR7qz3w8EycbGF2a { width:20rem;height:0.0618489375rem;top:33.124565124512rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #fVV4lSqA5cXfMolGv3pw21poUsRbZqBU { width:5.125rem;height:1.625rem;top:48.8125rem;left:0.84375rem;font-size:0.8125rem;z-index:15000;text-align:center;text-align-last:center;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #dwQKieuU7iJVryiCOrS7t3yxARyU77GW { display:flex;width:1.25rem;height:1.25rem;top:34.875rem;left:8.25rem;font-size:0.875rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #eXTBnNoWTuoxaV6kZIVtQazl10okCqa7 { display:flex;width:1.25rem;height:1.25rem;top:34.75rem;left:13.25rem;font-size:0.875rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #UCDMw0lsg58K7npErTSMvEvGI58bkAI9 { display:flex;width:1.25rem;height:1.25rem;top:34.8125rem;left:17.4375rem;font-size:0.875rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #fAOvBA8QlXEEM4ntEUlO3uKnU2vK0stv { width:5.4375rem;height:3.57421875rem;top:33.712890625rem;left:0.6875rem;font-size:0.8125rem;z-index:15000;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #w50vpemhqnStLiQQEoA5V5w5ETCa1FHz { width:20rem;height:0.0625rem;top:52.25rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Ov9DMynAVX3OX5ruQvrDachg340AeS4E { width:20rem;height:0.0618489375rem;top:57.0625rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #K7TJL6mZHqTpsa0WHZsyZDTL3boHGn1J { display:flex;width:1.25rem;height:1.25rem;top:44.375rem;left:8.25rem;font-size:0.875rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #BKLI2gAr9loMAeTdzCXQrobgtgwuNDkq { display:flex;width:1.25rem;height:1.25rem;top:44.5rem;left:13.25rem;font-size:0.875rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #K51eziiKNgKWEdnTifNDHo0ckVVE7Hmq { display:flex;width:1.25rem;height:1.25rem;top:44.4375rem;left:17.5rem;font-size:0.875rem;z-index:15074; }
 }@media only screen and (max-width: 763px) { #Awgza1r1GDdtIqmkCcRrMeDdeRLCCoWe { width:6.8125rem;height:1.786025rem;top:49rem;left:0rem;font-size:0.8125rem;z-index:15003;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #hxZPPlTSE0mxsUnyLzMPeI1nuZ1N3xn7 { width:6.25rem;height:47.8125rem;top:0rem;left:0rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ReUlmoOwZlrvVxEyQkGTobL1bbLc0g9C { width:4.62456875rem;height:47.8125rem;top:0rem;left:6.1875rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ex3dqG02XQD27zDAfmrNFSJSIJawHL5l { width:4.6875rem;height:47.8125rem;top:0rem;left:10.75rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Fd0J6STsebZo1qR2ZIhk0ZDGseHvQwuy { width:4.62456875rem;height:47.8125rem;top:0rem;left:15.375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #J8vqdIDTxoefbGVccdVr3WcCP2cFDMfu { width:6.1875rem;height:47.8125rem;top:0rem;left:0rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #nr5fiSb9Pi992CyfUL7xVH6QEs263AbN { width:4.62456875rem;height:47.8125rem;top:7.1525573730469E-6rem;left:6.1870663762093rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #HTPTyyr6KKcaeQBeWcA67AgN8a4BSf5u { width:4.625rem;height:47.8125rem;top:0rem;left:10.78125rem;border-top:4.5rem solid #f9c819;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #bM9vSIFcA2eANEzOca8cfBSxpLo2dOJ8 { width:4.625rem;height:47.8125rem;top:0rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT { display:block; }#kxEfU1ntQuN3stn9oT3ptHwIdBz4KDpT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QF8IOvM624BxXR8eokwL4N928Q5BzRHK { width:20rem;height:2.76220625rem;top:0.32443618774414rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb { display:block; }#BTiZ3iF6kGZTthyVwmAwaTbaQV0Q9WVb > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E { width:18.4375rem;height:12.2695rem;top:18.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#Pa2GK4G5tE3IoH8iO7Bq5A0Haash8v4E li:before{  }
 }@media only screen and (max-width: 763px) { #bHfzOPWqHNL10kntFf6S4aS6WzvzQksk { height:10.9375rem;width:19.875rem;top:33.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA5zUobUw6KsQlVmTor7G1e5e67KgusJ { width:18.1875rem;height:2.0625rem;top:13.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAzo7kekQ1cIzgisaCour83Q1HDJErx { width:16.875rem;height:1.2999125rem;top:13.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5r8XOM0MiDQBwOTX5My8CeUNoTqbKkF { width:20rem;height:13.875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8hbT57rP8laaK2KzChAkXbztrcCUyBD { width:20rem;height:12.25rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwTd1neot7sPoSbLVoSnn8ylpAGfMD8 { width:13rem;height:13.25rem;top:0rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOLp9wVcpauuaadJzFZuiLkPln5OS51 { display:block; }#qdOLp9wVcpauuaadJzFZuiLkPln5OS51 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX4TyHTeO1mo1nCOcTOguXs7Pbx9KdzL { height:11rem;width:20rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhopMkyAa1QhsgWQSEupH8GGE0K2fIR { width:11.124125rem;height:2.06163125rem;top:13.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 { width:18.4375rem;height:10.3828125rem;top:19.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.8;display:block; }#rcpvrbBeZHVQrIN4J0woHRzqXBifpJB9 li:before{  }
 }@media only screen and (max-width: 763px) { #GfTJt4exQ2fATUQxZD0AJGqc5yve3PCh { width:10.499rem;height:1.600475rem;top:13.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1yMI6NsyZhGytGtenFyQbNgoxVodyeM { width:20rem;height:14.75rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apd6SCrOwmT7wLOlBwygposDKsWDn1rE { width:11.875rem;height:12.125rem;top:1.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzGDPWGxaCDMo4tnLI1vpCUNid8JV1kn { width:20rem;height:12.1875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD { display:block; }#hMobMZuJvreUk3ElqyF4WJ7pFehDuPTD > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dmp0erIVaFSzVp3yZBKce1oSB0ZkZvsx { height:11rem;width:20rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXAx0uK2TugfZ1xdvINDlZoHA0DwQba { width:13rem;height:2.0625rem;top:12.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y { width:18.875rem;height:8.496125rem;top:18.25rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.8;display:block; }#s9OZyHosrxGBxwTAlcpwMPRqRTCTx20y li:before{  }
 }@media only screen and (max-width: 763px) { #coxSre4QI9a9He94WPPRTpKLUF62QMFJ { width:12.1875rem;height:1.600475rem;top:12.9375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3T6o6ahvNqwmz5qDAq7XNztn6bCeiG { width:20rem;height:11.625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0uiL9XCH67K96oPEbXOsOCHs4yZdWTu { width:20rem;height:12.1875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvrdgA6RtmhrO5aXy6J8QfEOAbKVcSiA { width:11.625rem;height:11.3125rem;top:1.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5612KxkX6ZVIoFED23OUithwZ16sOd { display:block; }#Vo5612KxkX6ZVIoFED23OUithwZ16sOd > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HytbtRNtqxAxGP9yxlLSCvc9ftAHhm4T { height:10.875rem;width:20rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyg1qW9VVdGWF5isl1WAHDf8uGnByFU { width:11.124125rem;height:2.06163125rem;top:12.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dge7pEk0qPVy5g6bkSSyv95JH3FqSodT { width:19.125rem;height:8.808625rem;top:17.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.8;display:block; }#dge7pEk0qPVy5g6bkSSyv95JH3FqSodT li:before{  }
 }@media only screen and (max-width: 763px) { #yMhUB79t2N9d5cp0HWlLZHFHuZK3xtC7 { width:10.499rem;height:1.600475rem;top:13.125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNbKFrUP3XOhZwcp6LkKV02RqRNZm5Qv { width:20rem;height:10.8125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA7JAqTNx3tOrTqCuI4ZRVgcalshHQdm { width:10.0625rem;height:11.6875rem;top:1.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHE9aAlXkqdInkKkBLheURD53aGEIDl { width:20rem;height:11.75rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 { display:block; }#tIU4Xhl5JlncCuBrdLCqXwNugoCkvzm9 > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV4In1KKQ7uDNivOceREdVPhHE8opNTq { width:11.1230625rem;height:2.061525rem;top:70.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od8yr8Leg11okxCnLJDNVXqXt8iL503F { width:10.49925rem;height:1.600475rem;top:13.373046875rem;left:4.810546875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ { width:17.8125rem;height:11.4355625rem;top:17.1875rem;left:0.998046875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#eTNsqXhx2oyPWien6oG39VQwnK7rLtFZ li:before{  }
 }@media only screen and (max-width: 763px) { #G5nxxFaqvTk9khesRArMqQq8pkylM1nL { width:9.5625rem;height:11.25rem;top:1.818359375rem;left:5.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q309Oeygw64EtimuVqnlGWWW3vRr5f72 { width:19.75rem;height:13.3125rem;top:73.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UOHmc2WhrQnCnKv5R8tNmXFDsd4RS0 { width:10.7498125rem;height:11.311875rem;top:30.185546875rem;left:4.828125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cw8JtxHdbvkqMcGD2LqU6xGx8S5dmBgw { width:19.75rem;height:13.3125rem;top:44.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omO37ssOc4Uap45sWg0O5cTCLilZFabo { width:19.75rem;height:13.3125rem;top:16.25rem;left:0.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 { width:17.9375rem;height:11.1230625rem;top:45.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:2.1;display:block; }#VTpSguCxshRoydgRrQXOyHUJZlZFOlX1 li:before{  }
 }@media only screen and (max-width: 763px) { #HcdlL2xwin4QXT3Tff4g1BvNGIh6ehMb { width:11.124rem;height:2.061525rem;top:13.060546875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJ2WxMRiO2h4PntoIk6ro2EX1URfCD7 { width:10.499rem;height:1.600475rem;top:41.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iQXai86WdT1dQzCJKitTSR5skEs1Iz { width:18.5625rem;height:11.1230625rem;top:74.625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#B1iQXai86WdT1dQzCJKitTSR5skEs1Iz li:before{  }
 }@media only screen and (max-width: 763px) { #FqWHDEbXT3W4fsZuhDprzn13zct5EbVW { width:11.25rem;height:11.0625rem;top:59.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb0l9qkfrMRiFZV8J18odpR1ex3AqH1O { width:11.124rem;height:2.061525rem;top:41.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5ywvBhALulwrE8Wap83M1GobstfF7O { width:10.499rem;height:1.600475rem;top:70.625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC { background-color:#e58916;background-image:none;display:block; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { background-color: transparent; background-image: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container > .video-iframe-container { display: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row > .video-iframe-container { display: none; }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .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); }#a7BqJMGAUNu97bQHCnwOzD6CsyOL7RUC > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QICkASuWKKTircTrmJ8ELxEyhxxDt0LV { width:20rem;height:3.73698125rem;top:0.3427734375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxULrsg2QfBosy4oioxntTDdoqAgIyw { display:block; }#eUxULrsg2QfBosy4oioxntTDdoqAgIyw > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-heading-text { font-size:1.0625rem;height:auto; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU .accordion-desc-text { font-size:0.8125rem;height:auto; }
#SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #IvrTOwodIxOKJGiPyZ6XvLdC7OvhekHU {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #XTDmcqfuW90VtobSV1B2V65c8GQ5slWO {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ynuVruUstz6m5fSR0T3ptAdaUVBlHPEx {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #gTVNATJwbhB8LJX7yvufOvSE2MI7AFK7 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qONz9pUCRGDy0qibpm0q7OFMF5m7LTZ6 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #crnDUedVJfeQGd5lUhzDNm0BM5dTkQFW {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BJidraRF4dVe5HzsH5gIxnW5wOFDunMf {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #ozpmZmrC4e7TfORbAPGRPh7UTuT5eLzx {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A3JkChnVJUJ4UeQeORr0iRIqCeOFDoa8 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #sl1By7vnQacJ9GrXZAb6xPbwaL9qdgLT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #BClhIkJbtf0n7cAlpBKxFr6DqrCKSpP2 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Zc4tCSfJgXqURJ4h2CrVicRHdiG97NHS {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #J0X2wsPmERzWgJcRK1IE4OhPFX7rUceD {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #mRvqxpAOzdXtxA38Rmr1vVM0Dhtu3tXe {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #WbfHBp04aXDulBTM9gTWkQEOkkT12I3T {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #pR9lN04UGifs7oq1LLo8Hhh8u59L1cRT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #A6QXzta6omlcLxh82yu05iJZU1VpIXpt {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #HiSBwvbMOx1zWh6RvUbpIpfEr2v7ethu {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #JCygTSSsPea36wx9VUu2HvndTiXaQtKu {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #TKPTBPrPTNnHyesUnaMMwlWm07Nv4JT8 {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #K1I9PCsFKBTWm0xSFh2qfTIIWZJd7IUT {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #DOW1Gc3x5lzlmAVrO4V3VT0SNrtN7Rto {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #qyZhnXwhT3zlqRh3fVTOlrGdQIQT5dBp {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #D2VcQwWOCcOQWyfsq0sIdWEVZhVsH66u {  }
 }@media only screen and (max-width: 763px) { #SA7Uy7IgTimVFnICDOMVTO4MsqPHwcgU #Rn4kh0awD1wlR4uOqfRFLLBGskepFtz1 {  }
 }@media only screen and (max-width: 763px) { #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O { background-color:#477d45;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.adaptive-delivery-prevent-bg, #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.lazyload, #z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O.lazyloading { background-image: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { background-color: transparent; background-image: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container > .video-iframe-container { display: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row > .video-iframe-container { display: none; }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .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); }#z7bIPk4gc92UiC7GxErmV2AOhJFlVv9O > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFAa1ST3rvZJTW07vdvVaMxdD0BM2Gvf { width:12.625rem;height:2.3125rem;top:5.71875rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akz6Cx2ZnWkwHGZzfH4s1SXuc5FUX4a3 { display:block; }
 }@media only screen and (max-width: 763px) { #WOmoxlflTFZac4BCFcVWMT1lHECoATmV { width:4.5rem;height:3.1875rem;top:9.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvskcO69wlhrlJeKba96PMGlOsbJNtG { width:3.625rem;height:3.6875rem;top:9.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FzTpPtTNWq3gaLLpvUCqL72Rfs9Uw3 { width:2.8125rem;height:2.8125rem;top:10rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZHE8ur4rCPo7NL5T8IhSXt7ywwzbKI { width:16.124125rem;height:4.74935rem;top:0rem;left:1.9368491768837rem;display:block; }
 }